library(lubridate)
##
## Attaching package: 'lubridate'
## The following object is masked from 'package:base':
##
## date
library(ggplot2)
library(readr)
my.data <- read.csv("avocado1.csv")
my.data
## X Date AveragePrice Total.Volume X4046 X4225
## 1 0 2015-12-27 1.33 64236.62 1036.74 54454.85
## 2 1 2015-12-20 1.35 54876.98 674.28 44638.81
## 3 2 2015-12-13 0.93 118220.22 794.70 109149.67
## 4 3 2015-12-06 1.08 78992.15 1132.00 71976.41
## 5 4 2015-11-29 1.28 51039.60 941.48 43838.39
## 6 5 2015-11-22 1.26 55979.78 1184.27 48067.99
## 7 6 2015-11-15 0.99 83453.76 1368.92 73672.72
## 8 7 2015-11-08 0.98 109428.33 703.75 101815.36
## 9 8 2015-11-01 1.02 99811.42 1022.15 87315.57
## 10 9 2015-10-25 1.07 74338.76 842.40 64757.44
## 11 10 2015-10-18 1.12 84843.44 924.86 75595.85
## 12 11 2015-10-11 1.28 64489.17 1582.03 52677.92
## 13 12 2015-10-04 1.31 61007.10 2268.32 49880.67
## 14 13 2015-09-27 0.99 106803.39 1204.88 99409.21
## 15 14 2015-09-20 1.33 69759.01 1028.03 59313.12
## 16 15 2015-09-13 1.28 76111.27 985.73 65696.86
## 17 16 2015-09-06 1.11 99172.96 879.45 90062.62
## 18 17 2015-08-30 1.07 105693.84 689.01 94362.67
## 19 18 2015-08-23 1.34 79992.09 733.16 67933.79
## 20 19 2015-08-16 1.33 80043.78 539.65 68666.01
## 21 20 2015-08-09 1.12 111140.93 584.63 100961.46
## 22 21 2015-08-02 1.45 75133.10 509.94 62035.06
## 23 22 2015-07-26 1.11 106757.10 648.75 91949.05
## 24 23 2015-07-19 1.26 96617.00 1042.10 82049.40
## 25 24 2015-07-12 1.05 124055.31 672.25 94693.52
## 26 25 2015-07-05 1.35 109252.12 869.45 72600.55
## 27 26 2015-06-28 1.37 89534.81 664.23 57545.79
## 28 27 2015-06-21 1.27 104849.39 804.01 76688.55
## 29 28 2015-06-14 1.32 89631.30 850.58 55400.94
## 30 29 2015-06-07 1.07 122743.06 656.71 99220.82
## 31 30 2015-05-31 1.23 95123.62 922.37 70469.69
## 32 31 2015-05-24 1.19 101470.91 680.27 71376.81
## 33 32 2015-05-17 1.43 109857.47 1150.55 81955.16
## 34 33 2015-05-10 1.26 120427.91 1420.43 102000.52
## 35 34 2015-05-03 1.20 59197.67 919.87 45490.05
## 36 35 2015-04-26 1.22 49585.46 875.65 35841.75
## 37 36 2015-04-19 1.19 49064.73 774.15 33941.51
## 38 37 2015-04-12 1.13 48364.29 864.27 30374.15
## 39 38 2015-04-05 1.16 47362.13 961.77 35577.66
## 40 39 2015-03-29 1.02 67799.08 1402.28 58623.22
## 41 40 2015-03-22 1.12 46346.85 2141.83 34313.56
## 42 41 2015-03-15 1.11 43045.79 2128.26 30447.17
## 43 42 2015-03-08 1.07 40507.36 795.68 30370.64
## 44 43 2015-03-01 0.99 55595.74 629.46 45633.34
## 45 44 2015-02-22 1.07 45675.05 1088.38 35056.13
## 46 45 2015-02-15 1.06 41567.62 986.66 30045.51
## 47 46 2015-02-08 0.99 51253.97 1357.37 39111.81
## 48 47 2015-02-01 0.99 70873.60 1353.90 60017.20
## 49 48 2015-01-25 1.06 45147.50 941.38 33196.16
## 50 49 2015-01-18 1.17 44511.28 914.14 31540.32
## 51 50 2015-01-11 1.24 41195.08 1002.85 31640.34
## 52 51 2015-01-04 1.22 40873.28 2819.50 28287.42
## 53 0 2015-12-27 0.99 386100.49 292097.36 27350.92
## 54 1 2015-12-20 1.08 331377.53 251774.15 20702.45
## 55 2 2015-12-13 0.96 417772.47 324932.28 31019.08
## 56 3 2015-12-06 1.07 357636.82 283024.01 23740.85
## 57 4 2015-11-29 0.99 333280.79 250288.65 28889.63
## 58 5 2015-11-22 1.00 356414.57 269799.03 29732.30
## 59 6 2015-11-15 1.13 339860.68 263915.78 28442.45
## 60 7 2015-11-08 1.12 334041.60 250441.38 34483.33
## 61 8 2015-11-01 0.99 419088.74 290457.50 62980.07
## 62 9 2015-10-25 1.09 358478.08 236814.29 64607.97
## 63 10 2015-10-18 1.09 349072.48 228710.28 59731.79
## 64 11 2015-10-11 0.95 433874.46 255933.32 91047.32
## 65 12 2015-10-04 0.96 418682.26 265797.09 92780.33
## 66 13 2015-09-27 1.07 370321.17 262107.44 61870.63
## 67 14 2015-09-20 0.93 516432.60 346118.51 82762.72
## 68 15 2015-09-13 1.07 417232.18 278048.26 62485.97
## 69 16 2015-09-06 0.97 472136.53 303113.24 73675.85
## 70 17 2015-08-30 1.15 382972.72 275818.27 44839.12
## 71 18 2015-08-23 1.12 379054.29 274462.42 46223.69
## 72 19 2015-08-16 1.09 465213.81 362579.51 41992.44
## 73 20 2015-08-09 1.01 503791.72 385027.71 47040.07
## 74 21 2015-08-02 1.15 405898.44 306587.86 41906.78
## 75 22 2015-07-26 1.08 437377.75 335372.02 44087.07
## 76 23 2015-07-19 0.97 557212.99 446100.17 47838.42
## 77 24 2015-07-12 1.14 407204.88 310080.33 37953.24
## 78 25 2015-07-05 1.01 562462.33 436377.91 54675.38
## 79 26 2015-06-28 1.13 435210.71 331353.43 37698.53
## 80 27 2015-06-21 0.99 554763.76 449311.47 30231.78
## 81 28 2015-06-14 1.10 465804.78 386370.50 17701.12
## 82 29 2015-06-07 0.99 551009.05 455565.92 22414.17
## 83 30 2015-05-31 1.10 454702.00 382900.99 19543.18
## 84 31 2015-05-24 0.96 623212.04 538126.94 27284.43
## 85 32 2015-05-17 1.11 451250.70 386400.89 18618.84
## 86 33 2015-05-10 1.10 480071.18 413452.96 18860.63
## 87 34 2015-05-03 1.00 634213.10 538403.48 28568.26
## 88 35 2015-04-26 1.12 448596.76 387676.81 18366.33
## 89 36 2015-04-19 1.12 430966.34 368709.65 18040.85
## 90 37 2015-04-12 0.99 451101.89 377578.48 22419.95
## 91 38 2015-04-05 1.04 383139.49 318473.47 19254.39
## 92 39 2015-03-29 1.11 365722.14 305028.89 16651.99
## 93 40 2015-03-22 1.00 479590.62 393591.03 23419.60
## 94 41 2015-03-15 1.12 399566.22 336172.08 16508.21
## 95 42 2015-03-08 1.10 420826.32 361559.22 15788.71
## 96 43 2015-03-01 0.99 512532.44 441544.00 21183.70
## 97 44 2015-02-22 1.10 431308.56 369316.29 18324.76
## 98 45 2015-02-15 1.06 427391.28 364446.77 17420.41
## 99 46 2015-02-08 1.03 433883.91 377256.38 17162.50
## 100 47 2015-02-01 0.96 636771.37 553198.56 31583.38
## 101 48 2015-01-25 1.10 449332.85 393408.17 18718.27
## 102 49 2015-01-18 1.11 431490.99 372236.92 18701.90
## 103 50 2015-01-11 1.11 397542.72 330411.24 18958.22
## 104 51 2015-01-04 1.00 435021.49 364302.39 23821.16
## 105 0 2015-12-27 1.17 596819.40 40450.49 394104.02
## 106 1 2015-12-20 1.11 642682.40 44741.37 434590.82
## 107 2 2015-12-13 1.15 619509.33 44400.26 399851.59
## 108 3 2015-12-06 1.04 649141.25 51129.29 453586.50
## 109 4 2015-11-29 1.16 545800.05 41028.15 379156.09
## 110 5 2015-11-22 1.12 572019.80 40867.80 386137.78
## 111 6 2015-11-15 1.04 718330.48 47109.75 503470.08
## 112 7 2015-11-08 1.05 830967.23 58579.27 576512.71
## 113 8 2015-11-01 1.12 742220.67 51860.07 473819.14
## 114 9 2015-10-25 1.19 656892.03 53766.25 397911.35
## 115 10 2015-10-18 0.99 1005603.78 59121.55 745385.26
## 116 11 2015-10-11 1.24 653560.14 34707.02 392008.60
## 117 12 2015-10-04 1.28 657444.04 35342.34 407609.95
## 118 13 2015-09-27 1.19 696281.81 34309.05 451061.03
## 119 14 2015-09-20 1.17 709268.62 39619.87 450283.01
## 120 15 2015-09-13 1.09 924993.61 55699.25 675524.33
## 121 16 2015-09-06 1.18 823623.36 63903.73 522568.44
## 122 17 2015-08-30 1.24 734721.29 48455.25 458207.46
## 123 18 2015-08-23 1.16 783935.36 59242.02 499100.39
## 124 19 2015-08-16 1.14 882754.72 86492.03 597184.73
## 125 20 2015-08-09 1.16 821523.45 56362.75 557363.94
## 126 21 2015-08-02 1.17 800603.23 53957.63 535167.10
## 127 22 2015-07-26 1.20 772926.12 52746.41 496508.65
## 128 23 2015-07-19 1.18 800194.34 52954.94 496206.47
## 129 24 2015-07-12 1.10 850931.58 58827.99 547537.41
## 130 25 2015-07-05 1.16 896298.77 66504.67 567640.70
## 131 26 2015-06-28 1.15 862261.64 65051.95 534535.21
## 132 27 2015-06-21 1.16 862840.73 58398.76 527866.50
## 133 28 2015-06-14 1.09 955046.82 64005.15 593499.63
## 134 29 2015-06-07 1.26 794310.29 62585.45 462951.05
## 135 30 2015-05-31 1.19 949177.06 67744.84 617813.87
## 136 31 2015-05-24 1.18 908661.83 63610.12 560740.03
## 137 32 2015-05-17 1.27 790853.86 63515.06 455166.65
## 138 33 2015-05-10 1.26 855205.82 79192.07 507104.15
## 139 34 2015-05-03 1.17 896972.05 73038.46 536709.99
## 140 35 2015-04-26 1.29 747841.09 58013.85 431532.87
## 141 36 2015-04-19 1.28 762862.62 67486.78 427623.27
## 142 37 2015-04-12 1.15 837629.62 70796.72 523170.13
## 143 38 2015-04-05 1.29 688065.45 53579.17 401279.47
## 144 39 2015-03-29 1.25 663677.32 58098.15 398050.87
## 145 40 2015-03-22 1.10 808897.21 65158.96 524971.24
## 146 41 2015-03-15 1.24 693698.13 53400.14 395837.01
## 147 42 2015-03-08 1.26 657745.90 55284.80 367670.93
## 148 43 2015-03-01 1.16 770115.24 59039.85 498872.67
## 149 44 2015-02-22 1.11 749845.79 50501.07 445970.56
## 150 45 2015-02-15 1.25 637319.34 49751.74 361677.37
## 151 46 2015-02-08 1.09 844931.21 71703.52 554857.41
## 152 47 2015-02-01 1.06 1007418.76 93166.54 666010.38
## 153 48 2015-01-25 1.20 692934.46 49696.14 386398.73
## 154 49 2015-01-18 1.23 657741.34 49947.16 393359.60
## 155 50 2015-01-11 1.17 670231.94 51460.64 420837.82
## 156 51 2015-01-04 1.08 788025.06 53987.31 552906.04
## 157 0 2015-12-27 0.97 62909.69 30482.25 2971.94
## 158 1 2015-12-20 1.03 57504.05 25628.22 2546.09
## 159 2 2015-12-13 0.99 58461.05 27148.61 2985.73
## 160 3 2015-12-06 0.71 95295.34 35590.98 12526.50
## 161 4 2015-11-29 1.06 49069.13 24189.98 2789.67
## 162 5 2015-11-22 1.09 52875.58 25408.86 3255.97
## 163 6 2015-11-15 1.01 68648.22 24424.72 12085.72
## 164 7 2015-11-08 1.11 55847.79 31910.27 4651.88
## 165 8 2015-11-01 1.14 53585.51 30434.99 4359.52
## 166 9 2015-10-25 1.11 59874.45 29521.58 10089.82
## 167 10 2015-10-18 1.16 54191.14 29614.23 9069.38
## 168 11 2015-10-11 0.94 80904.19 26114.19 33415.88
## 169 12 2015-10-04 1.12 59496.33 35154.43 10821.85
## 170 13 2015-09-27 0.99 64187.80 47007.35 5754.04
## 171 14 2015-09-20 1.03 73952.90 34826.90 21592.13
## 172 15 2015-09-13 1.08 64208.84 45738.83 4393.90
## 173 16 2015-09-06 1.16 64464.61 44134.65 5402.17
## 174 17 2015-08-30 1.19 60099.83 40926.77 5809.92
## 175 18 2015-08-23 1.05 70773.76 44059.22 14861.33
## 176 19 2015-08-16 1.12 64001.61 46189.28 5258.21
## 177 20 2015-08-09 1.10 61286.98 44739.54 5034.00
## 178 21 2015-08-02 1.07 67763.91 51151.27 5140.89
## 179 22 2015-07-26 1.07 67826.07 50978.38 4856.27
## 180 23 2015-07-19 1.09 63958.04 45921.60 5300.30
## 181 24 2015-07-12 1.05 74677.72 51828.75 5802.65
## 182 25 2015-07-05 1.15 85044.45 61949.73 8022.13
## 183 26 2015-06-28 1.04 75280.41 59111.33 6573.26
## 184 27 2015-06-21 1.06 81397.07 52790.21 15444.74
## 185 28 2015-06-14 0.99 87607.71 58791.25 17880.43
## 186 29 2015-06-07 1.12 80751.29 61245.49 7237.55
## 187 30 2015-05-31 0.97 76689.38 57373.57 7421.36
## 188 31 2015-05-24 1.03 83209.77 54825.95 14839.33
## 189 32 2015-05-17 0.96 77987.53 61319.66 7393.99
## 190 33 2015-05-10 1.06 95788.53 62505.30 15896.54
## 191 34 2015-05-03 1.00 85466.99 66880.12 7942.34
## 192 35 2015-04-26 0.96 88111.17 69544.59 7985.48
## 193 36 2015-04-19 0.99 89694.96 56843.62 21630.90
## 194 37 2015-04-12 1.19 66246.30 44469.15 8506.36
## 195 38 2015-04-05 1.09 76704.46 57339.81 9060.49
## 196 39 2015-03-29 0.98 74543.98 59532.94 7119.52
## 197 40 2015-03-22 1.17 61419.11 44227.33 6589.77
## 198 41 2015-03-15 1.00 65918.28 51472.29 7018.29
## 199 42 2015-03-08 1.14 65350.24 45879.84 7206.22
## 200 43 2015-03-01 1.06 75046.37 40578.00 23738.56
## 201 44 2015-02-22 0.99 76836.10 50872.00 16374.74
## 202 45 2015-02-15 1.14 61221.98 41547.87 7840.31
## 203 46 2015-02-08 1.07 69970.75 54229.34 9647.24
## 204 47 2015-02-01 0.91 113578.24 67496.30 36532.33
## 205 48 2015-01-25 1.03 66069.21 51922.06 7555.95
## 206 49 2015-01-18 1.08 62870.49 50354.95 6342.37
## 207 50 2015-01-11 1.18 57355.52 38112.34 10997.54
## 208 51 2015-01-04 1.01 80034.32 44562.12 24964.23
## 209 0 2015-12-27 1.13 450816.39 3886.27 346964.70
## 210 1 2015-12-20 1.07 489802.88 4912.37 390100.99
## 211 2 2015-12-13 1.01 549945.76 4641.02 455362.38
## 212 3 2015-12-06 1.02 488679.31 5126.32 407520.22
## 213 4 2015-11-29 1.19 350559.81 3609.25 272719.08
## 214 5 2015-11-22 1.07 466759.99 4457.62 383420.46
## 215 6 2015-11-15 1.05 513738.98 5310.32 420936.80
## 216 7 2015-11-08 1.04 641759.57 5304.09 542880.92
## 217 8 2015-11-01 1.06 553096.84 4886.14 449532.49
## 218 9 2015-10-25 1.02 534249.47 4005.39 430725.78
## 219 10 2015-10-18 0.94 725296.29 6409.86 627503.98
## 220 11 2015-10-11 1.14 485706.68 5145.86 378295.90
## 221 12 2015-10-04 1.07 536479.42 5804.31 427358.64
## 222 13 2015-09-27 1.07 553307.04 5210.84 463079.81
## 223 14 2015-09-20 1.15 498640.23 4376.74 398673.48
## 224 15 2015-09-13 1.03 655682.95 5422.29 560792.23
## 225 16 2015-09-06 1.11 577774.74 4237.44 477867.83
## 226 17 2015-08-30 1.13 526664.87 4177.03 438502.90
## 227 18 2015-08-23 1.07 589471.32 4744.11 488292.10
## 228 19 2015-08-16 1.15 565795.06 4460.85 464476.33
## 229 20 2015-08-09 1.07 690517.19 4173.23 590998.11
## 230 21 2015-08-02 1.17 571994.50 4442.20 468591.76
## 231 22 2015-07-26 1.28 500233.69 4299.27 393281.62
## 232 23 2015-07-19 1.18 597168.12 4720.08 477629.80
## 233 24 2015-07-12 1.14 634515.74 5332.07 471639.53
## 234 25 2015-07-05 1.27 582909.73 4743.46 418251.03
## 235 26 2015-06-28 1.25 560494.92 4688.28 403230.60
## 236 27 2015-06-21 1.24 543504.66 3582.45 404908.53
## 237 28 2015-06-14 1.08 684346.48 5104.19 521254.77
## 238 29 2015-06-07 1.25 562542.86 4034.11 421007.42
## 239 30 2015-05-31 1.26 565160.95 4128.35 418105.36
## 240 31 2015-05-24 1.14 633521.98 4601.66 490485.76
## 241 32 2015-05-17 1.26 534488.54 4285.68 380514.08
## 242 33 2015-05-10 1.14 625558.14 4601.50 476827.52
## 243 34 2015-05-03 1.17 552368.94 3828.64 429586.28
## 244 35 2015-04-26 1.28 465911.37 3915.30 352464.49
## 245 36 2015-04-19 1.15 504619.83 4013.71 384880.49
## 246 37 2015-04-12 1.26 408485.16 3575.89 294164.23
## 247 38 2015-04-05 1.27 449818.01 3657.54 330424.74
## 248 39 2015-03-29 1.19 453631.25 3619.31 339299.30
## 249 40 2015-03-22 1.18 453173.22 5956.18 344396.92
## 250 41 2015-03-15 1.25 417750.36 6085.75 308996.70
## 251 42 2015-03-08 1.17 408403.96 3425.53 290512.65
## 252 43 2015-03-01 1.11 485736.10 4106.42 383573.77
## 253 44 2015-02-22 1.23 355432.28 3232.68 251341.30
## 254 45 2015-02-15 1.20 399883.99 3794.97 281106.45
## 255 46 2015-02-08 1.04 609985.34 7653.19 495731.70
## 256 47 2015-02-01 1.22 490022.14 6082.88 373452.06
## 257 48 2015-01-25 1.17 409343.56 4730.77 288094.65
## 258 49 2015-01-18 1.23 401331.33 4383.76 287778.52
## 259 50 2015-01-11 1.10 437771.89 5548.11 320577.36
## 260 51 2015-01-04 1.02 491738.00 7193.87 396752.18
## 261 0 2015-12-27 1.35 96233.08 1367.81 39542.83
## 262 1 2015-12-20 1.37 90867.51 1164.92 38430.71
## 263 2 2015-12-13 1.35 98473.23 1421.12 40783.22
## 264 3 2015-12-06 1.23 108457.82 1737.71 58197.34
## 265 4 2015-11-29 1.39 79973.14 1514.69 35682.71
## 266 5 2015-11-22 1.40 90242.31 1711.77 38780.66
## 267 6 2015-11-15 1.36 99703.72 1803.78 41457.12
## 268 7 2015-11-08 1.30 111038.95 1288.83 49507.25
## 269 8 2015-11-01 1.23 118541.11 2181.17 61874.92
## 270 9 2015-10-25 1.36 99554.55 1545.57 36645.91
## 271 10 2015-10-18 1.29 106083.75 1536.35 40701.65
## 272 11 2015-10-11 1.30 109153.84 2170.49 50862.00
## 273 12 2015-10-04 1.33 98900.48 3020.03 38353.35
## 274 13 2015-09-27 1.31 90745.72 1908.16 60292.79
## 275 14 2015-09-20 1.54 60624.47 1445.25 39831.66
## 276 15 2015-09-13 1.59 73043.20 1572.71 48468.73
## 277 16 2015-09-06 1.56 76139.58 1471.69 49388.48
## 278 17 2015-08-30 1.38 83731.42 1406.11 61600.62
## 279 18 2015-08-23 1.49 68953.29 1287.09 43655.31
## 280 19 2015-08-16 1.50 69798.09 1230.78 45937.58
## 281 20 2015-08-09 1.47 81830.13 1139.74 56289.28
## 282 21 2015-08-02 1.47 78162.92 1447.81 44620.70
## 283 22 2015-07-26 1.39 91825.07 1679.28 45615.48
## 284 23 2015-07-19 1.36 128846.15 1165.75 54492.85
## 285 24 2015-07-12 1.45 127351.46 1119.38 47294.67
## 286 25 2015-07-05 1.47 140413.90 1503.10 56925.46
## 287 26 2015-06-28 1.36 137246.70 1235.69 51801.73
## 288 27 2015-06-21 1.50 108655.36 1254.83 47845.57
## 289 28 2015-06-14 1.34 149376.79 1183.90 48286.51
## 290 29 2015-06-07 1.38 130908.11 779.02 57999.61
## 291 30 2015-05-31 1.40 130841.08 1039.49 54249.06
## 292 31 2015-05-24 1.43 121942.61 1033.76 55018.95
## 293 32 2015-05-17 1.35 137050.23 932.52 61668.49
## 294 33 2015-05-10 1.33 170547.18 1321.83 73754.30
## 295 34 2015-05-03 1.42 136771.79 946.38 50266.22
## 296 35 2015-04-26 1.41 136964.30 1117.56 49556.91
## 297 36 2015-04-19 1.42 139612.52 1021.72 52954.82
## 298 37 2015-04-12 1.42 118172.53 884.02 45443.61
## 299 38 2015-04-05 1.44 124145.62 969.27 51023.86
## 300 39 2015-03-29 1.39 119890.65 1352.63 48430.03
## 301 40 2015-03-22 1.40 119902.96 3090.55 45420.06
## 302 41 2015-03-15 1.47 103413.11 3500.48 45688.61
## 303 42 2015-03-08 1.35 125724.96 1072.46 61973.56
## 304 43 2015-03-01 1.43 112363.86 1032.92 41685.04
## 305 44 2015-02-22 1.41 109546.92 1709.23 45393.96
## 306 45 2015-02-15 1.44 100207.14 1520.76 43271.55
## 307 46 2015-02-08 1.36 132760.10 1822.41 66261.92
## 308 47 2015-02-01 1.33 153920.35 2117.73 64770.55
## 309 48 2015-01-25 1.50 114052.94 1321.19 54007.48
## 310 49 2015-01-18 1.52 107040.29 1625.26 61859.85
## 311 50 2015-01-11 1.54 106221.32 1642.25 50985.20
## 312 51 2015-01-04 1.40 116253.44 3267.97 55693.04
## 313 0 2015-12-27 0.90 5040365.47 1833946.59 1760956.02
## 314 1 2015-12-20 0.94 4695737.21 1676601.43 1543280.76
## 315 2 2015-12-13 0.87 5259354.30 1806690.08 1627240.76
## 316 3 2015-12-06 0.78 5775536.27 1943065.50 2100246.17
## 317 4 2015-11-29 0.91 4575710.62 1461699.38 1810202.70
## 318 5 2015-11-22 0.92 4804278.16 1602215.57 1917124.52
## 319 6 2015-11-15 0.83 5755190.69 2243013.44 2164098.99
## 320 7 2015-11-08 0.98 5148983.51 2317858.81 1758964.54
## 321 8 2015-11-01 0.95 5830427.96 2369824.75 2596785.28
## 322 9 2015-10-25 1.12 4592461.81 1733791.31 2025016.15
## 323 10 2015-10-18 1.07 4999031.79 1847991.31 2286235.79
## 324 11 2015-10-11 1.08 5063309.38 1757211.58 2530023.18
## 325 12 2015-10-04 1.02 4943781.29 1461112.39 2788317.94
## 326 13 2015-09-27 1.04 5216784.63 1860050.39 2635028.38
## 327 14 2015-09-20 1.14 4759791.13 1702965.49 2230693.51
## 328 15 2015-09-13 1.13 5106508.12 1863270.81 2388023.33
## 329 16 2015-09-06 1.09 5806392.78 2859325.91 2077193.60
## 330 17 2015-08-30 1.08 5647385.15 3104607.82 1660274.32
## 331 18 2015-08-23 1.18 5193221.00 2626977.95 1798911.33
## 332 19 2015-08-16 1.11 5616434.08 3098708.55 1731349.00
## 333 20 2015-08-09 1.10 6232081.27 3260775.73 2196704.97
## 334 21 2015-08-02 1.16 5428238.87 2940145.82 1737845.94
## 335 22 2015-07-26 1.13 5557616.27 3112921.78 1636659.90
## 336 23 2015-07-19 1.18 5225200.52 2805887.74 1629871.75
## 337 24 2015-07-12 1.13 5451636.92 2747299.98 1923893.11
## 338 25 2015-07-05 1.12 6718011.83 3581149.88 2120303.06
## 339 26 2015-06-28 1.10 5641742.02 3163839.74 1610910.07
## 340 27 2015-06-21 1.07 5952597.29 3328631.93 1743509.25
## 341 28 2015-06-14 0.97 6741662.31 4075881.34 1771908.98
## 342 29 2015-06-07 0.98 6374842.90 3614314.44 1860329.30
## 343 30 2015-05-31 0.98 6236903.31 3620440.35 1826496.62
## 344 31 2015-05-24 1.10 5621713.64 2978396.74 1873205.91
## 345 32 2015-05-17 1.08 5289138.50 2923673.93 1649623.66
## 346 33 2015-05-10 0.93 6650357.96 4085858.78 1735132.32
## 347 34 2015-05-03 0.88 8567534.49 4340117.03 3403145.10
## 348 35 2015-04-26 1.15 4923565.04 2421009.67 1729486.77
## 349 36 2015-04-19 1.05 5871080.81 3024466.22 2070974.14
## 350 37 2015-04-12 1.06 5636644.51 2848184.00 1988818.23
## 351 38 2015-04-05 1.12 5467155.55 2754464.87 1886168.89
## 352 39 2015-03-29 1.10 5341821.67 2609532.63 1869271.31
## 353 40 2015-03-22 1.06 5571812.77 2348618.25 2314393.94
## 354 41 2015-03-15 1.06 5557163.11 2962520.41 1737353.95
## 355 42 2015-03-08 0.96 5990243.89 3484274.60 1649936.05
## 356 43 2015-03-01 0.84 6700134.25 3516551.29 2460932.41
## 357 44 2015-02-22 0.96 5951871.32 3210177.22 1933699.49
## 358 45 2015-02-15 0.96 5699944.93 3315163.60 1620462.13
## 359 46 2015-02-08 0.91 5871224.58 2908845.38 2200393.89
## 360 47 2015-02-01 0.85 9032180.67 4794142.14 3460743.80
## 361 48 2015-01-25 1.06 4929884.26 2380955.61 1827783.28
## 362 49 2015-01-18 1.02 5570915.26 2780859.66 2108450.36
## 363 50 2015-01-11 0.92 6024932.34 2889591.29 2485720.10
## 364 51 2015-01-04 0.93 5777334.90 2843648.26 2267755.26
## 365 0 2015-12-27 0.96 156698.24 33070.27 62956.24
## 366 1 2015-12-20 0.98 139917.89 29500.04 55520.58
## 367 2 2015-12-13 0.95 157146.19 31727.46 62544.19
## 368 3 2015-12-06 0.99 156114.08 34117.36 63074.74
## 369 4 2015-11-29 0.95 138858.86 31911.11 53470.54
## 370 5 2015-11-22 1.00 133618.33 30028.69 53644.97
## 371 6 2015-11-15 1.01 169281.16 28543.88 80244.55
## 372 7 2015-11-08 1.03 164322.04 30860.74 54456.01
## 373 8 2015-11-01 1.11 171793.87 33371.60 47079.68
## 374 9 2015-10-25 1.27 140920.61 23093.86 38356.83
## 375 10 2015-10-18 1.26 156565.98 22805.02 54518.85
## 376 11 2015-10-11 1.14 167396.56 22941.59 45669.33
## 377 12 2015-10-04 1.22 146737.74 23648.94 44671.10
## 378 13 2015-09-27 1.09 168780.22 24397.92 54210.03
## 379 14 2015-09-20 1.20 161443.98 25922.66 46906.06
## 380 15 2015-09-13 1.19 171077.53 30122.92 41616.87
## 381 16 2015-09-06 1.01 227728.43 35126.74 62187.49
## 382 17 2015-08-30 1.20 179026.88 33511.97 41700.97
## 383 18 2015-08-23 1.15 203298.37 32280.63 50475.57
## 384 19 2015-08-16 1.24 178525.52 32128.60 42068.10
## 385 20 2015-08-09 1.21 173059.32 29915.80 43782.95
## 386 21 2015-08-02 1.24 179321.90 30200.32 48686.77
## 387 22 2015-07-26 1.23 173896.82 30901.10 39607.94
## 388 23 2015-07-19 1.19 187575.03 33382.11 49072.16
## 389 24 2015-07-12 1.18 182856.82 23580.70 56317.45
## 390 25 2015-07-05 1.18 216118.90 30803.29 73470.29
## 391 26 2015-06-28 1.17 193654.01 23693.74 58162.31
## 392 27 2015-06-21 1.17 201173.10 30951.17 58913.49
## 393 28 2015-06-14 1.15 207093.88 31247.67 64828.77
## 394 29 2015-06-07 1.15 199980.30 43524.21 45226.73
## 395 30 2015-05-31 1.19 194630.86 45688.14 43259.91
## 396 31 2015-05-24 1.20 212527.72 43628.72 59207.62
## 397 32 2015-05-17 1.21 190799.99 44340.34 46424.29
## 398 33 2015-05-10 1.19 192767.09 47626.37 42863.80
## 399 34 2015-05-03 1.00 261492.20 50203.31 69446.61
## 400 35 2015-04-26 1.20 182141.55 39481.13 44796.90
## 401 36 2015-04-19 1.18 180944.22 38330.46 41954.32
## 402 37 2015-04-12 1.17 204005.24 48793.38 50390.01
## 403 38 2015-04-05 1.19 177919.28 43112.40 40448.49
## 404 39 2015-03-29 1.23 178788.49 34498.06 50741.07
## 405 40 2015-03-22 1.19 182876.15 41638.46 44726.81
## 406 41 2015-03-15 1.19 183944.05 39138.41 48595.62
## 407 42 2015-03-08 1.25 159386.69 29980.15 39244.64
## 408 43 2015-03-01 1.18 176146.34 45465.24 40006.65
## 409 44 2015-02-22 1.08 201741.43 44679.57 48498.63
## 410 45 2015-02-15 1.22 156798.51 28227.83 38591.73
## 411 46 2015-02-08 1.17 150139.38 31509.41 35566.91
## 412 47 2015-02-01 0.98 254009.70 52915.50 71209.89
## 413 48 2015-01-25 1.18 167270.13 37383.37 44000.75
## 414 49 2015-01-18 1.25 152671.15 26462.87 40475.81
## 415 50 2015-01-11 1.26 159942.68 31586.35 38118.77
## 416 51 2015-01-04 1.19 166006.29 29419.03 47220.75
## 417 0 2015-12-27 0.93 661137.13 42799.00 445218.79
## 418 1 2015-12-20 0.91 690669.34 35724.99 464574.15
## 419 2 2015-12-13 1.07 668601.50 40380.09 451470.42
## 420 3 2015-12-06 1.14 664020.49 53173.18 455048.11
## 421 4 2015-11-29 1.11 602481.22 42851.47 422479.32
## 422 5 2015-11-22 0.94 751897.89 34868.50 553545.31
## 423 6 2015-11-15 1.17 641881.96 31286.11 441753.60
## 424 7 2015-11-08 1.01 711146.61 44528.42 498562.41
## 425 8 2015-11-01 1.00 807041.46 69420.04 562214.56
## 426 9 2015-10-25 1.12 687650.27 59161.08 454352.60
## 427 10 2015-10-18 1.15 690302.58 25883.13 482992.35
## 428 11 2015-10-11 1.08 708914.17 16455.46 503813.92
## 429 12 2015-10-04 1.18 675172.63 14268.84 485262.12
## 430 13 2015-09-27 1.15 720501.55 16483.95 532028.74
## 431 14 2015-09-20 1.19 729117.42 16477.56 534644.45
## 432 15 2015-09-13 1.19 775671.49 17172.26 546965.49
## 433 16 2015-09-06 1.11 808677.78 17595.54 581941.46
## 434 17 2015-08-30 1.12 773773.53 17363.14 570147.23
## 435 18 2015-08-23 1.20 751850.01 17595.95 550359.51
## 436 19 2015-08-16 1.16 817690.89 19193.94 609692.45
## 437 20 2015-08-09 1.25 731125.01 18237.36 526303.06
## 438 21 2015-08-02 1.27 761027.42 21607.12 559825.17
## 439 22 2015-07-26 1.12 791332.34 26653.29 577460.34
## 440 23 2015-07-19 1.24 797060.27 20534.84 560871.56
## 441 24 2015-07-12 1.26 772151.20 22933.92 545739.34
## 442 25 2015-07-05 1.24 937317.45 28422.72 661207.19
## 443 26 2015-06-28 1.21 786250.22 27391.54 524476.99
## 444 27 2015-06-21 1.24 804902.52 34715.08 536926.08
## 445 28 2015-06-14 1.21 868197.41 55227.59 586037.06
## 446 29 2015-06-07 1.24 824216.23 51410.51 544663.98
## 447 30 2015-05-31 1.26 803571.87 50563.81 518850.04
## 448 31 2015-05-24 1.23 887105.04 57568.25 611797.34
## 449 32 2015-05-17 1.23 817870.17 54087.80 569043.02
## 450 33 2015-05-10 1.23 835938.63 55587.31 545784.15
## 451 34 2015-05-03 1.04 978376.13 64798.64 690167.81
## 452 35 2015-04-26 1.24 779868.01 46749.43 543002.30
## 453 36 2015-04-19 1.24 832529.06 52850.10 594214.84
## 454 37 2015-04-12 1.24 710718.98 45103.98 488323.33
## 455 38 2015-04-05 1.27 751812.42 38641.17 530946.92
## 456 39 2015-03-29 1.22 757271.96 25629.52 545317.99
## 457 40 2015-03-22 1.21 799946.53 29308.00 596341.85
## 458 41 2015-03-15 1.09 827010.39 30100.78 600833.10
## 459 42 2015-03-08 1.18 772997.09 27489.32 523118.00
## 460 43 2015-03-01 1.09 863391.73 24137.05 637043.16
## 461 44 2015-02-22 1.18 773078.09 39072.26 533387.47
## 462 45 2015-02-15 1.17 726401.24 29711.82 488591.60
## 463 46 2015-02-08 1.13 729325.61 28216.83 499138.28
## 464 47 2015-02-01 0.91 1133491.66 50783.91 824745.44
## 465 48 2015-01-25 1.22 745439.17 26117.56 488218.44
## 466 49 2015-01-18 1.14 797741.43 24917.77 533717.99
## 467 50 2015-01-11 1.15 802874.94 31239.94 558487.79
## 468 51 2015-01-04 1.11 783068.03 30270.26 550752.19
## 469 0 2015-12-27 0.87 162993.77 2633.37 100444.22
## 470 1 2015-12-20 0.85 175425.57 2732.05 108930.75
## 471 2 2015-12-13 0.79 207386.27 3802.60 123544.78
## 472 3 2015-12-06 0.83 207513.04 2914.81 129978.67
## 473 4 2015-11-29 0.88 141356.34 2399.32 94093.55
## 474 5 2015-11-22 0.89 174892.99 2565.81 115591.25
## 475 6 2015-11-15 0.88 193723.22 2680.00 129291.79
## 476 7 2015-11-08 0.87 239070.13 2979.02 156267.50
## 477 8 2015-11-01 0.93 254760.33 2998.18 166867.82
## 478 9 2015-10-25 1.01 203681.71 2264.65 132625.92
## 479 10 2015-10-18 0.98 186044.56 2297.30 131737.84
## 480 11 2015-10-11 0.91 213527.77 2251.48 146962.49
## 481 12 2015-10-04 0.93 235243.88 2132.57 157237.69
## 482 13 2015-09-27 1.08 202012.62 2220.62 138937.95
## 483 14 2015-09-20 1.05 210445.12 3127.80 139042.80
## 484 15 2015-09-13 1.05 216548.90 2195.13 139863.58
## 485 16 2015-09-06 1.02 232157.91 2462.55 154106.32
## 486 17 2015-08-30 1.01 234132.09 2623.58 153832.57
## 487 18 2015-08-23 1.05 208608.84 2750.77 141969.26
## 488 19 2015-08-16 1.01 234349.47 2472.69 146747.71
## 489 20 2015-08-09 1.08 214374.41 2357.57 144957.92
## 490 21 2015-08-02 1.09 206121.36 2443.41 142847.60
## 491 22 2015-07-26 1.03 216611.18 2474.11 139527.28
## 492 23 2015-07-19 1.06 223479.02 3726.35 146965.54
## 493 24 2015-07-12 1.03 218170.80 3503.25 148642.65
## 494 25 2015-07-05 1.03 250626.33 3238.38 165479.82
## 495 26 2015-06-28 1.01 225165.84 3691.48 144983.70
## 496 27 2015-06-21 1.02 243012.20 3795.30 158957.39
## 497 28 2015-06-14 1.05 229363.51 6856.14 145975.24
## 498 29 2015-06-07 1.07 234981.67 10630.01 146360.20
## 499 30 2015-05-31 1.06 222382.69 10459.41 143893.61
## 500 31 2015-05-24 1.10 222390.09 10258.51 152036.29
## 501 32 2015-05-17 1.04 234579.34 10239.98 150323.91
## 502 33 2015-05-10 1.06 259598.76 11982.39 172173.77
## 503 34 2015-05-03 1.08 238140.96 11468.92 162213.47
## 504 35 2015-04-26 1.06 214469.51 8217.17 138764.19
## 505 36 2015-04-19 1.02 226978.72 8229.40 144900.84
## 506 37 2015-04-12 1.02 188937.83 11176.67 120830.33
## 507 38 2015-04-05 1.06 196168.60 7516.57 135093.59
## 508 39 2015-03-29 0.95 198365.16 3014.53 122178.00
## 509 40 2015-03-22 0.98 212719.94 2968.26 137560.99
## 510 41 2015-03-15 0.94 196008.57 3550.62 131234.14
## 511 42 2015-03-08 0.87 219110.81 3470.71 147536.24
## 512 43 2015-03-01 0.89 226951.64 3610.46 157400.74
## 513 44 2015-02-22 0.93 183072.02 4431.56 134258.95
## 514 45 2015-02-15 0.94 169950.37 4399.26 122866.03
## 515 46 2015-02-08 0.93 186617.20 4246.12 140926.77
## 516 47 2015-02-01 0.86 300905.18 4665.89 224967.68
## 517 48 2015-01-25 0.93 213554.45 3617.45 162644.69
## 518 49 2015-01-18 0.93 175681.09 3333.29 128858.15
## 519 50 2015-01-11 0.92 201392.27 3612.86 153100.22
## 520 51 2015-01-04 0.88 228569.58 3274.30 168764.78
## 521 0 2015-12-27 0.99 107565.04 41808.54 27120.67
## 522 1 2015-12-20 1.03 117393.22 57557.75 23198.49
## 523 2 2015-12-13 1.03 124617.07 69742.59 21750.83
## 524 3 2015-12-06 0.99 137195.59 60376.23 33565.14
## 525 4 2015-11-29 1.03 97235.60 40352.94 22858.09
## 526 5 2015-11-22 1.04 115089.62 50334.80 25643.76
## 527 6 2015-11-15 0.99 117462.94 52474.75 26705.74
## 528 7 2015-11-08 0.95 152084.79 61494.68 35336.71
## 529 8 2015-11-01 0.99 135237.01 58162.23 31821.24
## 530 9 2015-10-25 1.04 119210.27 59745.47 23351.18
## 531 10 2015-10-18 0.98 137773.84 62590.79 33116.75
## 532 11 2015-10-11 0.90 145305.65 57480.41 39207.76
## 533 12 2015-10-04 0.93 134326.53 53606.35 38396.06
## 534 13 2015-09-27 1.02 137298.77 66587.59 33743.19
## 535 14 2015-09-20 1.00 165068.86 86031.90 31599.19
## 536 15 2015-09-13 1.02 169025.14 86159.05 31464.67
## 537 16 2015-09-06 1.04 144563.15 61052.61 40880.96
## 538 17 2015-08-30 1.03 147230.76 64531.04 32172.79
## 539 18 2015-08-23 1.08 130920.97 64597.94 29728.30
## 540 19 2015-08-16 1.03 155881.73 63291.37 36257.41
## 541 20 2015-08-09 1.00 167387.90 64121.12 52440.39
## 542 21 2015-08-02 1.05 148597.91 77973.44 30063.76
## 543 22 2015-07-26 1.02 159846.20 91758.41 25540.09
## 544 23 2015-07-19 1.05 159137.17 75080.98 33397.18
## 545 24 2015-07-12 1.04 143992.91 69964.42 32449.21
## 546 25 2015-07-05 0.98 173370.68 79063.50 39343.65
## 547 26 2015-06-28 0.94 159970.54 72752.84 38877.79
## 548 27 2015-06-21 0.99 164161.25 67311.23 40382.51
## 549 28 2015-06-14 1.01 171353.59 83138.56 33535.09
## 550 29 2015-06-07 1.03 187983.88 92110.97 33225.37
## 551 30 2015-05-31 1.10 143985.96 80729.03 21813.84
## 552 31 2015-05-24 1.01 171879.57 85510.90 37314.24
## 553 32 2015-05-17 1.00 180511.78 97341.26 38624.07
## 554 33 2015-05-10 1.10 162802.65 97879.64 27581.34
## 555 34 2015-05-03 0.99 176737.77 79998.58 53621.15
## 556 35 2015-04-26 1.02 161438.17 87214.58 28964.04
## 557 36 2015-04-19 1.00 172913.44 80303.92 40370.03
## 558 37 2015-04-12 1.07 129397.39 66513.95 28065.91
## 559 38 2015-04-05 1.09 126109.82 67298.39 30313.37
## 560 39 2015-03-29 0.96 139065.31 72473.25 25151.42
## 561 40 2015-03-22 0.94 182625.49 101143.03 40165.62
## 562 41 2015-03-15 1.01 149884.10 90582.35 27040.20
## 563 42 2015-03-08 0.95 141281.56 56323.87 37382.46
## 564 43 2015-03-01 1.03 136795.35 55610.59 36034.55
## 565 44 2015-02-22 1.09 114280.87 56131.64 26134.29
## 566 45 2015-02-15 1.05 106663.68 52221.93 20939.99
## 567 46 2015-02-08 0.96 128078.27 76792.99 23238.80
## 568 47 2015-02-01 0.87 216653.06 111171.46 59739.98
## 569 48 2015-01-25 1.08 116995.68 53201.66 32775.08
## 570 49 2015-01-18 1.02 116450.21 55532.76 26458.99
## 571 50 2015-01-11 0.97 125742.48 64726.71 34844.49
## 572 51 2015-01-04 0.89 158638.04 80298.77 51860.47
## 573 0 2015-12-27 0.80 1020390.64 494425.64 276556.76
## 574 1 2015-12-20 0.82 928051.16 439792.68 257532.45
## 575 2 2015-12-13 0.79 980891.18 476178.99 319789.56
## 576 3 2015-12-06 0.74 1054849.97 514160.41 412692.22
## 577 4 2015-11-29 0.80 839818.87 477944.48 244879.52
## 578 5 2015-11-22 0.78 885067.49 494872.79 264820.58
## 579 6 2015-11-15 0.71 1040439.71 642897.96 263132.27
## 580 7 2015-11-08 0.80 977717.36 563069.05 278244.62
## 581 8 2015-11-01 0.78 1114177.66 546040.25 376913.25
## 582 9 2015-10-25 0.86 1010394.81 557469.46 301143.50
## 583 10 2015-10-18 0.83 992983.76 570732.49 266044.08
## 584 11 2015-10-11 0.81 1100679.15 543166.98 349743.64
## 585 12 2015-10-04 0.82 1104602.14 491729.14 439095.32
## 586 13 2015-09-27 0.84 1063583.86 533088.33 390554.54
## 587 14 2015-09-20 0.77 1155212.67 606586.38 425539.41
## 588 15 2015-09-13 0.86 1212585.41 564967.74 494078.53
## 589 16 2015-09-06 0.84 1270739.69 626166.71 505568.94
## 590 17 2015-08-30 0.82 1101680.91 674670.89 309275.19
## 591 18 2015-08-23 0.85 1120172.03 679440.88 321325.08
## 592 19 2015-08-16 0.88 1122668.33 718594.72 287298.98
## 593 20 2015-08-09 0.85 1124259.51 674531.14 332173.47
## 594 21 2015-08-02 0.87 1067498.21 705846.27 253860.70
## 595 22 2015-07-26 0.80 1191310.92 661845.98 406523.56
## 596 23 2015-07-19 0.82 1186878.88 684455.16 364124.15
## 597 24 2015-07-12 0.82 1144448.23 713425.63 319277.99
## 598 25 2015-07-05 0.83 1320696.13 835215.79 334916.29
## 599 26 2015-06-28 0.77 1203553.98 760374.24 302577.78
## 600 27 2015-06-21 0.75 1283503.44 755351.26 375820.52
## 601 28 2015-06-14 0.65 1508750.45 1013252.58 353165.21
## 602 29 2015-06-07 0.73 1255575.78 788982.74 319283.75
## 603 30 2015-05-31 0.68 1377670.81 941838.33 315653.39
## 604 31 2015-05-24 0.81 1184131.34 775365.99 299938.43
## 605 32 2015-05-17 0.73 1219398.43 855871.73 261026.33
## 606 33 2015-05-10 0.75 1298826.19 817727.07 357330.30
## 607 34 2015-05-03 0.77 1282852.08 652304.49 509069.75
## 608 35 2015-04-26 0.81 1102639.51 717960.82 270228.19
## 609 36 2015-04-19 0.80 1137811.87 735235.09 284292.72
## 610 37 2015-04-12 0.72 1266899.55 871511.12 288420.79
## 611 38 2015-04-05 0.77 1324348.89 802917.65 387745.54
## 612 39 2015-03-29 0.79 1164808.22 645523.05 396361.00
## 613 40 2015-03-22 0.67 1333424.37 925527.04 297656.40
## 614 41 2015-03-15 0.72 1211158.55 726176.09 368421.28
## 615 42 2015-03-08 0.75 1218684.28 724775.83 371564.05
## 616 43 2015-03-01 0.82 1144032.03 665032.82 358628.24
## 617 44 2015-02-22 0.80 1116600.76 695493.39 305788.60
## 618 45 2015-02-15 0.77 1020856.87 625813.98 299799.46
## 619 46 2015-02-08 0.67 1207167.54 737968.75 376914.26
## 620 47 2015-02-01 0.68 1391089.32 786166.90 495262.11
## 621 48 2015-01-25 0.80 1008295.47 649344.32 271152.06
## 622 49 2015-01-18 0.76 1091677.29 627090.61 374230.89
## 623 50 2015-01-11 0.76 1128693.04 680572.11 348535.22
## 624 51 2015-01-04 0.74 1086363.97 612795.80 374420.68
## 625 0 2015-12-27 0.98 625475.10 93034.20 246747.13
## 626 1 2015-12-20 1.05 528944.54 113403.55 188263.20
## 627 2 2015-12-13 0.83 741702.50 96222.34 321764.32
## 628 3 2015-12-06 0.76 838225.19 111259.34 378124.28
## 629 4 2015-11-29 1.12 429109.64 85241.45 179982.42
## 630 5 2015-11-22 0.85 724865.72 100047.56 323796.50
## 631 6 2015-11-15 0.82 925618.09 98269.82 428998.81
## 632 7 2015-11-08 0.93 690633.88 113964.90 354454.62
## 633 8 2015-11-01 0.82 831994.43 140330.11 446007.80
## 634 9 2015-10-25 0.93 735206.51 106239.17 393920.63
## 635 10 2015-10-18 0.87 805437.95 117059.41 435491.56
## 636 11 2015-10-11 0.90 775976.51 108538.74 432102.05
## 637 12 2015-10-04 1.02 678935.84 101712.18 364774.25
## 638 13 2015-09-27 0.97 694871.74 119089.66 386987.12
## 639 14 2015-09-20 0.98 760083.16 85382.01 461272.50
## 640 15 2015-09-13 1.01 735436.91 115935.68 451936.38
## 641 16 2015-09-06 1.09 729046.74 138154.55 420365.75
## 642 17 2015-08-30 1.14 721703.83 119849.97 421032.49
## 643 18 2015-08-23 1.20 598195.03 135261.61 318115.81
## 644 19 2015-08-16 1.17 648148.15 157630.43 348863.51
## 645 20 2015-08-09 1.09 669377.04 131770.05 377129.38
## 646 21 2015-08-02 1.05 727916.83 153498.68 423519.88
## 647 22 2015-07-26 1.18 703672.69 138942.76 376355.19
## 648 23 2015-07-19 1.10 857872.86 119266.12 513055.10
## 649 24 2015-07-12 1.18 738933.68 123673.43 423853.38
## 650 25 2015-07-05 1.19 736913.15 146171.45 428389.18
## 651 26 2015-06-28 1.20 696697.65 162885.58 362226.14
## 652 27 2015-06-21 1.16 730826.79 184206.21 405469.62
## 653 28 2015-06-14 1.16 743005.75 194447.12 401133.25
## 654 29 2015-06-07 1.11 782886.63 167992.06 439309.16
## 655 30 2015-05-31 1.26 600377.94 127747.50 365471.20
## 656 31 2015-05-24 1.16 657593.22 198187.29 369924.19
## 657 32 2015-05-17 1.21 592588.01 156010.24 305200.86
## 658 33 2015-05-10 1.08 735145.02 148762.57 454026.16
## 659 34 2015-05-03 1.01 781496.40 182975.49 485743.46
## 660 35 2015-04-26 1.19 620827.49 160372.05 381779.34
## 661 36 2015-04-19 1.08 797021.22 129744.18 544167.43
## 662 37 2015-04-12 1.05 858680.51 176304.23 574793.28
## 663 38 2015-04-05 1.19 645727.95 156966.84 396449.92
## 664 39 2015-03-29 1.11 627546.30 160679.31 371990.15
## 665 40 2015-03-22 1.15 603112.11 131881.99 380284.50
## 666 41 2015-03-15 1.03 662131.80 160422.27 403060.76
## 667 42 2015-03-08 1.03 719792.51 118578.11 491584.39
## 668 43 2015-03-01 1.03 670820.50 101528.39 487873.51
## 669 44 2015-02-22 1.00 899302.80 153410.25 584093.63
## 670 45 2015-02-15 1.12 629074.28 116907.81 404107.32
## 671 46 2015-02-08 0.95 766576.39 153584.14 466313.49
## 672 47 2015-02-01 0.93 990211.57 217715.85 608156.34
## 673 48 2015-01-25 1.02 695658.81 140914.23 422434.82
## 674 49 2015-01-18 0.99 808194.41 151976.70 500683.50
## 675 50 2015-01-11 1.09 666579.35 110974.25 427723.20
## 676 51 2015-01-04 0.99 668086.00 117454.09 429518.41
## 677 0 2015-12-27 1.08 255499.70 83097.26 50545.78
## 678 1 2015-12-20 1.10 250436.24 110507.50 42663.06
## 679 2 2015-12-13 1.05 275587.85 132206.07 38088.87
## 680 3 2015-12-06 0.98 339797.19 92957.56 78805.63
## 681 4 2015-11-29 1.11 228427.08 84236.03 38244.11
## 682 5 2015-11-22 1.09 270529.34 95526.76 55945.23
## 683 6 2015-11-15 1.10 248933.35 88132.72 35472.80
## 684 7 2015-11-08 1.03 343645.67 103367.05 72647.24
## 685 8 2015-11-01 1.04 340746.59 112432.15 67252.29
## 686 9 2015-10-25 1.17 251336.74 84318.99 49927.69
## 687 10 2015-10-18 0.97 358143.26 117479.44 97788.02
## 688 11 2015-10-11 0.99 362400.65 110374.23 105188.14
## 689 12 2015-10-04 1.10 286400.89 81617.68 60336.35
## 690 13 2015-09-27 1.17 257472.31 88573.56 43702.48
## 691 14 2015-09-20 1.00 373545.23 129945.11 71335.62
## 692 15 2015-09-13 1.03 401472.63 151274.05 73572.68
## 693 16 2015-09-06 1.09 336982.39 143927.73 51351.12
## 694 17 2015-08-30 0.96 422762.90 177827.49 75478.01
## 695 18 2015-08-23 1.11 267968.50 114208.75 36663.35
## 696 19 2015-08-16 0.97 400251.59 113822.13 86783.96
## 697 20 2015-08-09 1.07 341289.98 136799.68 56896.42
## 698 21 2015-08-02 1.04 364735.69 157018.49 58592.28
## 699 22 2015-07-26 0.99 326233.80 119084.73 38501.17
## 700 23 2015-07-19 1.04 370830.93 125844.19 66223.96
## 701 24 2015-07-12 1.02 310049.50 127995.39 36569.66
## 702 25 2015-07-05 1.06 373691.57 140339.02 62718.27
## 703 26 2015-06-28 1.00 329753.61 135230.94 30175.61
## 704 27 2015-06-21 0.97 424580.52 133405.45 87075.84
## 705 28 2015-06-14 1.04 372413.50 136802.87 58418.17
## 706 29 2015-06-07 0.97 447813.52 153214.87 87106.49
## 707 30 2015-05-31 1.09 324400.67 162243.06 28903.88
## 708 31 2015-05-24 1.03 373245.43 193348.39 34774.04
## 709 32 2015-05-17 0.95 495155.82 214237.95 98513.10
## 710 33 2015-05-10 1.11 360917.96 177872.77 42422.72
## 711 34 2015-05-03 1.06 374659.88 161288.26 71919.54
## 712 35 2015-04-26 1.01 361243.20 133322.95 61051.45
## 713 36 2015-04-19 0.96 468643.05 140434.29 139016.06
## 714 37 2015-04-12 1.02 271182.01 96441.78 24663.50
## 715 38 2015-04-05 1.11 295385.41 113210.53 62859.83
## 716 39 2015-03-29 0.97 304048.16 120782.43 28182.89
## 717 40 2015-03-22 0.97 455372.43 138397.72 109057.90
## 718 41 2015-03-15 1.13 254974.87 107980.24 31613.46
## 719 42 2015-03-08 1.01 278695.29 97420.10 29942.92
## 720 43 2015-03-01 0.97 397899.56 97605.68 101935.17
## 721 44 2015-02-22 1.15 250888.80 99207.09 34703.33
## 722 45 2015-02-15 1.16 255597.63 100594.59 31170.09
## 723 46 2015-02-08 1.11 268195.87 129910.26 35996.84
## 724 47 2015-02-01 0.92 539750.77 205775.28 136119.82
## 725 48 2015-01-25 1.19 277325.29 110113.35 47558.40
## 726 49 2015-01-18 1.10 291788.43 113616.86 45446.17
## 727 50 2015-01-11 1.08 332165.05 108378.69 90104.73
## 728 51 2015-01-04 1.01 369694.27 121634.27 117865.11
## 729 0 2015-12-27 1.13 147713.85 2992.62 101109.84
## 730 1 2015-12-20 1.13 126262.26 2630.11 85259.91
## 731 2 2015-12-13 1.24 117645.69 3809.88 69582.68
## 732 3 2015-12-06 0.93 217174.66 4026.57 165454.45
## 733 4 2015-11-29 1.12 120552.43 3726.77 82760.11
## 734 5 2015-11-22 1.11 140981.22 3734.97 94794.75
## 735 6 2015-11-15 1.20 129448.75 3490.77 74695.44
## 736 7 2015-11-08 0.93 198257.69 3970.87 149876.75
## 737 8 2015-11-01 0.91 205592.10 3731.64 147281.28
## 738 9 2015-10-25 1.14 134921.44 3899.73 86434.90
## 739 10 2015-10-18 0.94 184806.99 3821.47 118521.96
## 740 11 2015-10-11 0.97 198769.54 3638.99 106363.84
## 741 12 2015-10-04 0.99 160322.48 3241.70 102316.58
## 742 13 2015-09-27 1.15 137849.61 2977.77 87274.97
## 743 14 2015-09-20 0.88 244696.01 3612.73 177686.12
## 744 15 2015-09-13 0.95 219380.93 4113.50 143018.46
## 745 16 2015-09-06 1.09 170309.30 3673.53 111964.57
## 746 17 2015-08-30 0.91 226898.73 3931.20 152332.20
## 747 18 2015-08-23 1.28 128681.94 4847.16 72826.86
## 748 19 2015-08-16 0.89 268902.14 5134.58 177609.75
## 749 20 2015-08-09 1.08 186733.16 4807.41 120579.39
## 750 21 2015-08-02 1.05 184067.49 4122.95 109853.88
## 751 22 2015-07-26 1.12 153868.79 3192.59 66065.84
## 752 23 2015-07-19 1.05 215736.47 2680.70 122122.69
## 753 24 2015-07-12 1.19 153112.84 4663.59 66045.81
## 754 25 2015-07-05 1.16 202842.97 2709.26 109357.57
## 755 26 2015-06-28 1.10 155972.38 3089.50 55014.27
## 756 27 2015-06-21 0.96 265555.66 2552.14 167585.16
## 757 28 2015-06-14 1.07 197387.76 4446.10 116392.81
## 758 29 2015-06-07 1.14 212599.11 6926.42 134230.11
## 759 30 2015-05-31 1.31 167907.51 7097.00 90411.80
## 760 31 2015-05-24 1.30 158917.21 7888.33 74169.01
## 761 32 2015-05-17 0.97 277502.12 5515.43 202939.01
## 762 33 2015-05-10 1.36 159642.82 7383.85 84947.73
## 763 34 2015-05-03 1.06 238550.81 6301.92 176717.87
## 764 35 2015-04-26 1.09 189609.49 4480.46 105590.91
## 765 36 2015-04-19 0.93 310672.40 5547.29 217323.81
## 766 37 2015-04-12 1.13 147494.24 5875.73 66804.31
## 767 38 2015-04-05 1.22 157721.54 4487.21 92044.84
## 768 39 2015-03-29 1.11 149631.24 1977.68 63600.68
## 769 40 2015-03-22 0.91 311876.75 1930.32 231211.70
## 770 41 2015-03-15 1.35 123895.07 1621.03 69452.53
## 771 42 2015-03-08 1.08 146835.60 1783.51 68592.44
## 772 43 2015-03-01 0.95 263987.21 1355.20 182093.72
## 773 44 2015-02-22 1.31 129295.86 1593.40 69934.93
## 774 45 2015-02-15 1.21 136761.35 1659.05 67025.59
## 775 46 2015-02-08 1.24 132621.01 1155.67 74113.50
## 776 47 2015-02-01 0.94 309471.69 1621.68 240215.65
## 777 48 2015-01-25 1.19 144301.73 1112.09 78092.72
## 778 49 2015-01-18 1.07 150201.39 970.13 78433.37
## 779 50 2015-01-11 1.03 185135.41 972.96 127984.25
## 780 51 2015-01-04 0.95 258979.63 1097.00 189348.60
## 781 0 2015-12-27 1.01 2580602.96 336673.70 1411808.83
## 782 1 2015-12-20 1.01 2504745.45 383701.76 1337404.03
## 783 2 2015-12-13 1.03 2608448.06 463349.67 1342449.84
## 784 3 2015-12-06 1.00 2981347.20 401676.14 1680591.43
## 785 4 2015-11-29 1.07 2198408.92 318661.40 1199426.12
## 786 5 2015-11-22 1.03 2601821.63 347803.29 1471865.16
## 787 6 2015-11-15 1.09 2494044.41 342002.87 1322818.28
## 788 7 2015-11-08 0.98 3184946.53 410061.00 1794703.20
## 789 8 2015-11-01 1.00 3229124.75 436343.74 1825512.93
## 790 9 2015-10-25 1.10 2671535.94 383559.81 1460066.36
## 791 10 2015-10-18 1.03 2981549.94 396690.54 1695841.56
## 792 11 2015-10-11 1.02 3004133.39 355508.86 1652244.40
## 793 12 2015-10-04 1.05 2814678.93 296032.66 1632488.05
## 794 13 2015-09-27 1.10 2770074.76 343271.52 1605775.14
## 795 14 2015-09-20 1.02 3336245.24 460475.95 1887110.85
## 796 15 2015-09-13 1.03 3532480.92 492741.15 1958150.00
## 797 16 2015-09-06 1.07 3272555.01 432770.76 1876392.91
## 798 17 2015-08-30 1.04 3388803.79 478858.03 1877733.21
## 799 18 2015-08-23 1.14 2849127.29 404182.26 1596909.93
## 800 19 2015-08-16 1.03 3653376.07 414756.68 2087149.52
## 801 20 2015-08-09 1.12 3230139.65 420919.70 1839862.82
## 802 21 2015-08-02 1.14 3162447.64 490577.01 1722754.95
## 803 22 2015-07-26 1.10 3135698.38 475306.73 1616355.00
## 804 23 2015-07-19 1.12 3436864.41 449090.82 1843047.36
## 805 24 2015-07-12 1.14 3077237.12 456044.50 1617124.36
## 806 25 2015-07-05 1.13 3774004.27 502233.05 2055125.98
## 807 26 2015-06-28 1.07 3336314.35 476721.82 1631460.30
## 808 27 2015-06-21 1.08 3720458.83 487936.68 1958437.10
## 809 28 2015-06-14 1.12 3511185.14 604782.48 1744519.06
## 810 29 2015-06-07 1.13 3602112.79 689242.14 1723625.04
## 811 30 2015-05-31 1.20 3151714.00 667193.97 1478975.82
## 812 31 2015-05-24 1.15 3574050.61 758183.50 1764210.85
## 813 32 2015-05-17 1.09 3753201.03 787079.55 1939235.30
## 814 33 2015-05-10 1.15 3501344.46 766730.70 1723310.79
## 815 34 2015-05-03 1.05 3901054.42 719493.66 2200706.49
## 816 35 2015-04-26 1.14 3234024.32 609506.22 1580854.41
## 817 36 2015-04-19 1.06 3857605.11 615564.03 2140254.41
## 818 37 2015-04-12 1.11 2895992.90 548501.37 1403326.56
## 819 38 2015-04-05 1.18 2938918.81 504487.79 1595354.39
## 820 39 2015-03-29 1.09 2971443.88 456518.93 1472879.42
## 821 40 2015-03-22 1.04 3746598.18 543151.72 2146436.50
## 822 41 2015-03-15 1.10 2948199.23 475449.58 1626922.95
## 823 42 2015-03-08 1.04 3134752.64 380674.20 1675102.29
## 824 43 2015-03-01 1.02 3566752.43 353818.94 2135517.89
## 825 44 2015-02-22 1.16 2730224.03 391400.93 1482033.31
## 826 45 2015-02-15 1.15 2610004.41 390973.21 1331420.43
## 827 46 2015-02-08 1.07 2856456.35 515789.01 1541252.99
## 828 47 2015-02-01 0.91 4874124.41 768874.35 2948564.71
## 829 48 2015-01-25 1.13 2928692.32 390289.67 1649082.75
## 830 49 2015-01-18 1.08 3006207.02 401683.43 1650327.26
## 831 50 2015-01-11 1.10 3067638.32 416900.30 1818618.04
## 832 51 2015-01-04 1.02 3382800.12 467259.47 2059657.71
## 833 0 2015-12-27 1.16 173645.55 22694.58 98629.20
## 834 1 2015-12-20 1.11 180186.23 24111.34 100758.01
## 835 2 2015-12-13 1.14 187058.65 27053.78 107144.99
## 836 3 2015-12-06 1.10 171195.76 25260.16 99013.86
## 837 4 2015-11-29 1.17 146103.34 23707.06 82015.89
## 838 5 2015-11-22 1.16 162429.43 26601.95 85742.43
## 839 6 2015-11-15 1.09 189916.88 25483.85 113515.58
## 840 7 2015-11-08 1.09 214993.36 27837.88 137670.52
## 841 8 2015-11-01 1.13 219970.37 28916.15 140625.82
## 842 9 2015-10-25 1.11 183276.68 27595.50 101618.92
## 843 10 2015-10-18 0.93 264223.22 27640.26 186372.86
## 844 11 2015-10-11 1.05 225079.92 32042.53 137367.20
## 845 12 2015-10-04 1.16 188436.91 32554.49 95392.40
## 846 13 2015-09-27 1.15 192478.26 30410.27 108385.85
## 847 14 2015-09-20 1.17 188314.24 31925.36 101200.97
## 848 15 2015-09-13 1.07 254744.58 33047.61 170884.40
## 849 16 2015-09-06 1.19 225494.59 37453.63 128772.37
## 850 17 2015-08-30 1.18 219908.82 34595.95 125106.29
## 851 18 2015-08-23 1.10 222637.15 37213.90 128402.42
## 852 19 2015-08-16 1.09 247813.45 37089.49 161018.66
## 853 20 2015-08-09 1.07 247575.06 40320.20 149595.95
## 854 21 2015-08-02 1.10 242281.36 40387.93 143352.05
## 855 22 2015-07-26 1.17 225227.57 39346.13 123455.52
## 856 23 2015-07-19 1.19 229650.57 42405.80 119272.94
## 857 24 2015-07-12 1.17 233638.96 42200.05 119798.85
## 858 25 2015-07-05 1.19 275844.88 49829.42 142250.13
## 859 26 2015-06-28 1.20 243537.29 42688.00 124701.97
## 860 27 2015-06-21 1.19 255431.85 44179.19 128614.97
## 861 28 2015-06-14 1.13 277578.88 42766.16 140403.76
## 862 29 2015-06-07 1.21 265638.42 40587.95 138950.26
## 863 30 2015-05-31 1.22 260058.34 42572.44 125281.89
## 864 31 2015-05-24 1.21 270097.92 43499.81 132429.70
## 865 32 2015-05-17 1.19 252843.56 44842.47 120942.94
## 866 33 2015-05-10 1.19 299147.73 53021.23 158314.43
## 867 34 2015-05-03 1.17 255913.63 46183.27 130134.66
## 868 35 2015-04-26 1.21 234322.13 45102.26 118533.62
## 869 36 2015-04-19 1.17 237429.16 45693.41 112023.17
## 870 37 2015-04-12 1.18 201544.53 35513.59 101051.47
## 871 38 2015-04-05 1.21 216376.66 35705.85 112157.42
## 872 39 2015-03-29 1.14 197282.25 31891.81 102587.16
## 873 40 2015-03-22 1.08 219149.75 28701.47 129731.50
## 874 41 2015-03-15 1.20 190760.30 31225.82 84433.44
## 875 42 2015-03-08 1.15 192277.92 38517.23 75750.79
## 876 43 2015-03-01 1.07 230913.14 28899.98 134019.55
## 877 44 2015-02-22 1.20 191040.19 32241.22 83702.91
## 878 45 2015-02-15 1.22 187671.77 28592.73 85311.10
## 879 46 2015-02-08 1.02 239756.62 35933.38 126557.74
## 880 47 2015-02-01 1.06 283137.88 42732.12 168621.69
## 881 48 2015-01-25 1.17 206074.14 33193.27 89075.29
## 882 49 2015-01-18 1.24 182604.68 30928.18 85410.46
## 883 50 2015-01-11 1.26 178735.25 34535.57 78778.96
## 884 51 2015-01-04 1.05 203939.14 32679.84 121020.54
## 885 0 2015-12-27 1.27 243556.57 4427.27 194438.24
## 886 1 2015-12-20 1.18 264155.74 4806.75 212205.34
## 887 2 2015-12-13 1.24 238558.16 4439.86 186550.43
## 888 3 2015-12-06 1.19 239945.42 4269.91 199395.25
## 889 4 2015-11-29 1.32 213631.54 3572.70 172790.41
## 890 5 2015-11-22 1.27 212091.14 3720.08 176358.45
## 891 6 2015-11-15 1.12 275217.97 4680.06 228183.77
## 892 7 2015-11-08 1.16 309186.06 5048.20 260745.71
## 893 8 2015-11-01 1.16 326067.03 4471.30 271817.93
## 894 9 2015-10-25 1.20 234361.36 3444.57 183080.97
## 895 10 2015-10-18 0.93 407866.27 4980.03 357183.34
## 896 11 2015-10-11 1.38 264227.78 4555.33 206738.06
## 897 12 2015-10-04 1.30 262638.61 5369.78 205512.49
## 898 13 2015-09-27 1.29 247141.63 3978.86 196807.93
## 899 14 2015-09-20 1.25 241532.74 3716.84 179938.31
## 900 15 2015-09-13 1.11 341176.21 4326.64 283221.20
## 901 16 2015-09-06 1.27 281256.19 3976.35 221997.70
## 902 17 2015-08-30 1.26 292827.27 3882.25 241162.58
## 903 18 2015-08-23 1.14 298493.22 4337.08 248478.66
## 904 19 2015-08-16 1.12 351074.46 4402.25 292976.90
## 905 20 2015-08-09 1.12 354490.75 4619.78 292318.39
## 906 21 2015-08-02 1.16 323449.77 4543.97 268797.64
## 907 22 2015-07-26 1.30 266049.58 3579.93 205203.65
## 908 23 2015-07-19 1.32 258239.10 3759.04 189919.51
## 909 24 2015-07-12 1.06 389782.20 4947.35 299937.47
## 910 25 2015-07-05 1.25 339064.22 4847.80 250696.56
## 911 26 2015-06-28 1.27 304624.07 4253.95 226699.55
## 912 27 2015-06-21 1.25 341628.84 4030.52 258200.71
## 913 28 2015-06-14 1.15 338036.94 4926.58 253423.88
## 914 29 2015-06-07 1.29 353474.52 4435.64 281285.58
## 915 30 2015-05-31 1.33 319502.82 4974.69 237651.14
## 916 31 2015-05-24 1.34 314930.61 4532.15 229800.24
## 917 32 2015-05-17 1.20 358753.17 4623.90 281567.10
## 918 33 2015-05-10 1.25 370924.13 5262.94 288462.56
## 919 34 2015-05-03 1.25 329589.03 4005.44 255378.50
## 920 35 2015-04-26 1.36 277178.42 4159.50 206008.87
## 921 36 2015-04-19 1.35 271198.73 3625.55 196720.42
## 922 37 2015-04-12 1.25 251083.39 3432.34 182584.86
## 923 38 2015-04-05 1.33 246967.21 4021.27 183801.36
## 924 39 2015-03-29 1.22 241495.12 3980.50 184277.87
## 925 40 2015-03-22 1.11 292821.36 5900.60 230143.88
## 926 41 2015-03-15 1.40 225761.68 6740.23 150490.66
## 927 42 2015-03-08 1.43 210375.08 3253.02 125712.73
## 928 43 2015-03-01 1.12 314917.55 4547.97 250129.65
## 929 44 2015-02-22 1.38 220210.32 3632.57 142741.20
## 930 45 2015-02-15 1.39 223170.31 3681.09 138690.77
## 931 46 2015-02-08 1.09 364571.57 6791.17 289098.22
## 932 47 2015-02-01 1.32 297969.31 4803.72 216923.02
## 933 48 2015-01-25 1.35 241174.11 4305.86 150044.76
## 934 49 2015-01-18 1.39 229216.05 3347.41 160683.80
## 935 50 2015-01-11 1.38 232640.15 4365.27 143001.84
## 936 51 2015-01-04 1.06 332208.14 6387.60 267593.62
## 937 0 2015-12-27 0.78 944506.54 389773.22 288003.62
## 938 1 2015-12-20 0.75 922355.67 382444.22 278067.11
## 939 2 2015-12-13 0.73 998752.95 412187.80 386865.21
## 940 3 2015-12-06 0.74 989676.85 368528.91 490805.00
## 941 4 2015-11-29 0.79 783225.98 391616.95 289533.68
## 942 5 2015-11-22 0.73 913002.96 402191.51 391110.76
## 943 6 2015-11-15 0.72 998801.78 530464.33 332541.11
## 944 7 2015-11-08 0.75 983909.85 427828.16 411365.91
## 945 8 2015-11-01 0.77 1007805.74 395945.00 365506.02
## 946 9 2015-10-25 0.88 933623.58 437329.85 313129.29
## 947 10 2015-10-18 0.90 847813.12 436132.20 242842.91
## 948 11 2015-10-11 0.79 1036269.51 410949.18 385629.69
## 949 12 2015-10-04 0.82 1019283.99 411727.49 435388.05
## 950 13 2015-09-27 0.86 968988.09 383218.43 458982.90
## 951 14 2015-09-20 0.83 967228.05 417701.88 445473.03
## 952 15 2015-09-13 0.89 1095790.27 421533.83 540499.39
## 953 16 2015-09-06 0.89 1090493.39 460377.08 495487.54
## 954 17 2015-08-30 0.88 926124.93 559048.70 260761.33
## 955 18 2015-08-23 0.89 933166.17 509472.17 321616.50
## 956 19 2015-08-16 0.92 968899.09 565965.79 297434.65
## 957 20 2015-08-09 0.92 935149.69 474778.09 356592.63
## 958 21 2015-08-02 0.90 948126.90 568694.81 281941.22
## 959 22 2015-07-26 0.79 1086740.19 522819.52 443177.18
## 960 23 2015-07-19 0.78 1093424.59 517797.01 424786.53
## 961 24 2015-07-12 0.79 999607.51 559622.59 307628.06
## 962 25 2015-07-05 0.79 1173819.67 652959.91 371700.87
## 963 26 2015-06-28 0.74 1135915.03 613485.76 337700.09
## 964 27 2015-06-21 0.74 1196121.27 578767.93 449584.59
## 965 28 2015-06-14 0.62 1533409.28 924661.29 439063.48
## 966 29 2015-06-07 0.72 1172177.72 675888.37 364707.14
## 967 30 2015-05-31 0.72 1262932.78 757230.93 383626.57
## 968 31 2015-05-24 0.83 1089679.39 662438.33 324447.92
## 969 32 2015-05-17 0.82 1025659.59 676510.74 263395.46
## 970 33 2015-05-10 0.76 1201673.17 654227.60 424395.94
## 971 34 2015-05-03 0.74 1296308.05 651055.45 502617.22
## 972 35 2015-04-26 0.79 1082231.89 689172.94 295785.80
## 973 36 2015-04-19 0.82 933033.17 566197.65 250464.55
## 974 37 2015-04-12 0.79 1096074.97 631292.63 353794.42
## 975 38 2015-04-05 0.83 1249645.20 608887.60 496479.07
## 976 39 2015-03-29 0.79 1116225.29 502389.02 480447.28
## 977 40 2015-03-22 0.80 1036663.77 514614.47 393974.61
## 978 41 2015-03-15 0.77 1043172.77 526390.61 401259.86
## 979 42 2015-03-08 0.78 1166055.83 507328.95 517669.77
## 980 43 2015-03-01 0.87 991328.46 481279.09 391780.92
## 981 44 2015-02-22 0.82 978807.74 520034.92 346617.64
## 982 45 2015-02-15 0.73 1062387.72 571823.28 364817.51
## 983 46 2015-02-08 0.70 1180723.02 525259.71 535768.93
## 984 47 2015-02-01 0.72 1280364.01 540024.17 597855.73
## 985 48 2015-01-25 0.77 983910.94 549415.32 309974.97
## 986 49 2015-01-18 0.77 1017854.16 458532.19 429687.47
## 987 50 2015-01-11 0.78 1062071.65 463272.52 441785.80
## 988 51 2015-01-04 0.71 1062990.62 506426.58 436347.57
## 989 0 2015-12-27 1.04 123096.09 4647.28 69384.73
## 990 1 2015-12-20 1.10 116353.68 3702.20 67983.94
## 991 2 2015-12-13 1.03 125342.89 4904.51 69984.32
## 992 3 2015-12-06 0.92 145740.44 4067.00 89452.99
## 993 4 2015-11-29 1.08 108444.41 3079.44 65254.08
## 994 5 2015-11-22 1.11 115384.56 3979.57 68939.61
## 995 6 2015-11-15 1.08 124218.61 3478.99 71346.37
## 996 7 2015-11-08 0.96 147799.55 4337.57 84844.19
## 997 8 2015-11-01 1.01 147459.62 5224.61 84968.04
## 998 9 2015-10-25 1.02 151558.74 4333.17 89943.26
## 999 10 2015-10-18 0.97 159463.52 4397.88 102117.87
## 1000 11 2015-10-11 1.10 128848.68 4270.64 75604.83
## 1001 12 2015-10-04 0.98 139679.01 3645.90 87385.31
## 1002 13 2015-09-27 1.04 139490.52 2961.25 85578.17
## 1003 14 2015-09-20 0.91 185962.59 3942.44 116683.58
## 1004 15 2015-09-13 0.87 201620.58 3668.07 130327.72
## 1005 16 2015-09-06 1.11 156608.28 3361.77 92568.64
## 1006 17 2015-08-30 1.17 147066.48 3709.10 86767.95
## 1007 18 2015-08-23 1.22 131935.23 4293.59 77251.43
## 1008 19 2015-08-16 1.14 160059.77 5270.74 90141.76
## 1009 20 2015-08-09 1.20 148384.89 3553.34 91631.60
## 1010 21 2015-08-02 1.21 151883.21 3914.24 94006.28
## 1011 22 2015-07-26 1.22 144476.44 3840.10 84797.31
## 1012 23 2015-07-19 1.07 168164.47 4866.47 101983.73
## 1013 24 2015-07-12 1.05 161431.59 4181.35 101947.17
## 1014 25 2015-07-05 1.05 190716.43 4890.33 119457.27
## 1015 26 2015-06-28 0.95 198267.13 5514.89 121148.60
## 1016 27 2015-06-21 1.03 205199.16 7214.14 124628.24
## 1017 28 2015-06-14 1.15 173545.33 10382.27 97079.96
## 1018 29 2015-06-07 1.28 155730.59 16121.10 80781.48
## 1019 30 2015-05-31 1.37 142817.83 13199.86 80053.62
## 1020 31 2015-05-24 1.29 168797.97 19662.17 92856.90
## 1021 32 2015-05-17 1.26 164076.81 18666.08 89510.92
## 1022 33 2015-05-10 1.06 195532.38 16899.58 127193.06
## 1023 34 2015-05-03 1.13 178889.83 18025.82 113204.30
## 1024 35 2015-04-26 1.24 158499.41 12319.28 88398.02
## 1025 36 2015-04-19 1.08 179103.30 12091.85 106308.89
## 1026 37 2015-04-12 1.15 146422.18 13496.90 86722.03
## 1027 38 2015-04-05 1.17 151260.15 12623.45 95213.63
## 1028 39 2015-03-29 1.09 161288.59 5382.76 97691.27
## 1029 40 2015-03-22 1.11 160557.81 3961.00 102319.13
## 1030 41 2015-03-15 1.21 140487.57 4942.49 88080.11
## 1031 42 2015-03-08 1.07 160438.38 6082.65 97697.59
## 1032 43 2015-03-01 1.13 169556.49 4876.24 110740.95
## 1033 44 2015-02-22 1.34 127501.04 4269.36 80442.92
## 1034 45 2015-02-15 1.30 121767.82 5833.67 75495.03
## 1035 46 2015-02-08 0.98 158792.02 7650.86 109166.71
## 1036 47 2015-02-01 0.92 245352.56 7245.61 181784.28
## 1037 48 2015-01-25 1.06 149473.79 3642.56 108152.40
## 1038 49 2015-01-18 1.14 149319.82 2910.77 103890.90
## 1039 50 2015-01-11 1.25 138617.04 3024.88 100509.97
## 1040 51 2015-01-04 1.02 160130.15 4007.41 118435.79
## 1041 0 2015-12-27 0.99 132982.84 91470.46 7688.79
## 1042 1 2015-12-20 1.19 95935.66 63053.15 6544.15
## 1043 2 2015-12-13 0.96 140036.16 100533.31 8913.72
## 1044 3 2015-12-06 1.19 93337.13 65041.02 7716.82
## 1045 4 2015-11-29 0.96 121236.54 85341.93 7840.61
## 1046 5 2015-11-22 0.98 115300.79 77130.61 8054.18
## 1047 6 2015-11-15 1.25 90999.05 57764.90 7319.36
## 1048 7 2015-11-08 1.25 94495.69 62219.27 7707.94
## 1049 8 2015-11-01 0.97 162559.72 110439.42 11892.01
## 1050 9 2015-10-25 1.22 98097.37 61125.82 8956.16
## 1051 10 2015-10-18 1.25 92599.79 57713.02 9666.15
## 1052 11 2015-10-11 0.99 141875.20 93556.40 12101.67
## 1053 12 2015-10-04 0.99 153146.21 102479.00 13922.67
## 1054 13 2015-09-27 1.27 92325.73 52301.92 14641.98
## 1055 14 2015-09-20 0.99 157688.29 97864.33 21665.96
## 1056 15 2015-09-13 1.24 102870.89 55192.87 19471.72
## 1057 16 2015-09-06 0.98 179837.71 109912.85 23440.35
## 1058 17 2015-08-30 1.26 116109.00 64015.75 19572.08
## 1059 18 2015-08-23 1.25 111825.39 60641.90 19269.77
## 1060 19 2015-08-16 1.25 107523.14 60507.19 16156.31
## 1061 20 2015-08-09 0.99 188720.77 121358.64 22750.53
## 1062 21 2015-08-02 1.24 112332.05 63302.99 19717.01
## 1063 22 2015-07-26 1.25 112997.27 69032.32 19637.03
## 1064 23 2015-07-19 1.00 173741.30 111744.79 24068.98
## 1065 24 2015-07-12 1.22 110964.60 62590.29 18465.56
## 1066 25 2015-07-05 0.95 211960.25 132207.91 27446.00
## 1067 26 2015-06-28 1.16 135739.94 78066.95 19522.69
## 1068 27 2015-06-21 0.95 192111.32 118742.11 23814.65
## 1069 28 2015-06-14 1.20 129526.61 72175.96 13979.81
## 1070 29 2015-06-07 0.98 190396.80 132109.76 13656.80
## 1071 30 2015-05-31 1.24 128105.43 86553.01 7980.50
## 1072 31 2015-05-24 1.00 195410.86 139484.96 13258.26
## 1073 32 2015-05-17 1.22 120930.26 81751.17 8351.79
## 1074 33 2015-05-10 1.24 125605.25 85005.28 8543.63
## 1075 34 2015-05-03 0.96 254514.32 185046.86 16450.96
## 1076 35 2015-04-26 1.21 127939.11 87231.57 9218.89
## 1077 36 2015-04-19 1.17 124795.93 81015.05 8893.31
## 1078 37 2015-04-12 0.99 180970.46 132039.44 13392.51
## 1079 38 2015-04-05 1.10 146744.37 105691.56 11012.21
## 1080 39 2015-03-29 1.20 109050.11 74529.93 8432.63
## 1081 40 2015-03-22 0.96 185570.06 136390.88 13642.52
## 1082 41 2015-03-15 1.27 110128.66 76237.55 8987.99
## 1083 42 2015-03-08 1.24 112487.20 77300.18 8997.99
## 1084 43 2015-03-01 1.01 167254.64 121358.37 13685.85
## 1085 44 2015-02-22 1.10 121048.70 79840.95 10684.39
## 1086 45 2015-02-15 1.24 105176.25 70695.14 9457.72
## 1087 46 2015-02-08 1.21 91840.75 62181.18 9886.68
## 1088 47 2015-02-01 0.92 237910.63 171139.21 22525.96
## 1089 48 2015-01-25 1.20 109940.55 66985.59 14505.13
## 1090 49 2015-01-18 1.27 99496.16 57479.20 16442.71
## 1091 50 2015-01-11 1.20 99757.17 57635.74 17025.48
## 1092 51 2015-01-04 0.97 153506.84 105203.79 19147.78
## 1093 0 2015-12-27 0.83 292707.14 135799.94 93317.46
## 1094 1 2015-12-20 0.96 232294.71 96355.05 77086.11
## 1095 2 2015-12-13 0.95 216119.35 101042.61 68490.51
## 1096 3 2015-12-06 0.89 244024.83 94777.64 107758.80
## 1097 4 2015-11-29 0.95 205476.61 88653.67 81160.21
## 1098 5 2015-11-22 0.98 215985.17 87241.86 91574.86
## 1099 6 2015-11-15 0.95 247795.44 100856.23 106817.36
## 1100 7 2015-11-08 0.92 237248.22 119810.22 74648.59
## 1101 8 2015-11-01 0.99 230414.44 87202.70 94900.43
## 1102 9 2015-10-25 0.98 245167.14 79873.47 115618.11
## 1103 10 2015-10-18 0.91 279364.03 108979.09 126743.26
## 1104 11 2015-10-11 0.94 268709.29 62866.32 155590.50
## 1105 12 2015-10-04 0.97 269072.20 69916.72 154943.93
## 1106 13 2015-09-27 0.97 272925.76 63209.79 170341.44
## 1107 14 2015-09-20 0.97 284247.20 70945.65 163822.19
## 1108 15 2015-09-13 0.88 346994.49 82171.46 179103.00
## 1109 16 2015-09-06 1.02 311124.27 123361.73 128141.12
## 1110 17 2015-08-30 1.09 284309.17 114660.27 124423.82
## 1111 18 2015-08-23 1.06 261084.13 131414.80 84541.60
## 1112 19 2015-08-16 0.96 314774.36 110442.18 136169.01
## 1113 20 2015-08-09 0.96 353118.24 117882.58 163299.76
## 1114 21 2015-08-02 1.09 272441.01 137413.89 79606.69
## 1115 22 2015-07-26 1.06 272267.50 137702.81 75823.92
## 1116 23 2015-07-19 1.03 269642.38 131325.70 78566.88
## 1117 24 2015-07-12 1.02 277827.44 136319.06 83225.67
## 1118 25 2015-07-05 1.05 332735.24 147937.64 100709.15
## 1119 26 2015-06-28 1.01 293408.89 138921.52 86492.67
## 1120 27 2015-06-21 0.90 338638.80 128876.23 126683.91
## 1121 28 2015-06-14 0.88 389599.87 145932.79 161219.75
## 1122 29 2015-06-07 1.02 335693.08 146782.32 112611.12
## 1123 30 2015-05-31 1.03 285741.48 134269.07 84841.82
## 1124 31 2015-05-24 0.98 293059.10 152869.01 83857.08
## 1125 32 2015-05-17 0.95 279843.22 144311.49 84178.93
## 1126 33 2015-05-10 0.98 325085.14 148053.33 117101.65
## 1127 34 2015-05-03 0.94 406840.38 146068.11 188533.85
## 1128 35 2015-04-26 0.88 334718.74 133307.70 132942.52
## 1129 36 2015-04-19 0.82 336520.60 206745.02 66506.38
## 1130 37 2015-04-12 0.76 369817.99 245368.93 69484.66
## 1131 38 2015-04-05 0.81 360356.29 226614.58 76597.83
## 1132 39 2015-03-29 0.84 354048.59 194240.37 104621.47
## 1133 40 2015-03-22 0.90 311228.44 151597.02 115109.24
## 1134 41 2015-03-15 1.07 261650.41 112120.65 108345.08
## 1135 42 2015-03-08 1.01 291046.81 114868.10 132275.90
## 1136 43 2015-03-01 1.05 293036.34 92829.75 151163.75
## 1137 44 2015-02-22 1.16 242732.32 98669.04 103066.30
## 1138 45 2015-02-15 1.12 255465.26 101363.74 111729.04
## 1139 46 2015-02-08 1.01 318770.67 108258.88 162192.25
## 1140 47 2015-02-01 0.94 370223.11 144461.66 185057.29
## 1141 48 2015-01-25 1.06 249509.99 114584.67 98937.17
## 1142 49 2015-01-18 1.06 233186.09 100191.96 94930.69
## 1143 50 2015-01-11 0.93 274481.48 126092.05 101653.19
## 1144 51 2015-01-04 0.80 317861.35 134003.07 120628.37
## 1145 0 2015-12-27 0.80 2326942.14 976982.58 455203.42
## 1146 1 2015-12-20 0.85 2149872.45 870581.10 396515.66
## 1147 2 2015-12-13 0.74 2690296.07 1072331.45 456120.56
## 1148 3 2015-12-06 0.66 3048290.53 1204232.39 682692.02
## 1149 4 2015-11-29 0.83 2156008.93 833468.11 501667.47
## 1150 5 2015-11-22 0.81 2268076.38 886079.66 558302.72
## 1151 6 2015-11-15 0.74 2828361.90 1281378.91 661936.25
## 1152 7 2015-11-08 0.84 2621078.31 1314856.37 702841.97
## 1153 8 2015-11-01 0.89 2617806.65 1232603.24 914725.31
## 1154 9 2015-10-25 0.95 2327634.45 974251.62 925306.32
## 1155 10 2015-10-18 0.89 2661345.12 1045819.20 1169758.16
## 1156 11 2015-10-11 0.92 2591981.76 1014382.60 1205553.71
## 1157 12 2015-10-04 0.98 2278629.09 798046.49 1120569.37
## 1158 13 2015-09-27 0.90 2674658.54 1004429.55 1305809.85
## 1159 14 2015-09-20 0.99 2392448.90 1024117.14 947562.49
## 1160 15 2015-09-13 0.98 2549512.50 1076046.71 1079298.40
## 1161 16 2015-09-06 0.92 2983163.34 1809743.28 738938.41
## 1162 17 2015-08-30 0.90 3037663.98 2084250.55 503077.81
## 1163 18 2015-08-23 1.03 2604991.25 1687625.73 538010.14
## 1164 19 2015-08-16 0.93 2943218.77 2040657.52 516718.52
## 1165 20 2015-08-09 0.94 3371114.14 2176899.72 813280.77
## 1166 21 2015-08-02 1.00 2742211.46 1883744.01 503247.72
## 1167 22 2015-07-26 0.95 2893887.74 2052103.60 440413.60
## 1168 23 2015-07-19 1.02 2614726.11 1801294.72 417289.56
## 1169 24 2015-07-12 1.03 2652480.70 1707544.28 548712.47
## 1170 25 2015-07-05 0.96 3435374.51 2373501.16 564583.23
## 1171 26 2015-06-28 0.94 2921148.91 2073077.35 419199.06
## 1172 27 2015-06-21 0.91 3040023.34 2133616.93 473295.46
## 1173 28 2015-06-14 0.79 3689140.93 2747257.69 497878.86
## 1174 29 2015-06-07 0.84 3261844.41 2356669.17 447751.90
## 1175 30 2015-05-31 0.85 3196936.02 2355022.10 455405.46
## 1176 31 2015-05-24 0.97 2853904.60 2013195.78 465604.19
## 1177 32 2015-05-17 0.98 2557700.83 1817736.96 390302.38
## 1178 33 2015-05-10 0.78 3553642.53 2743972.44 390901.84
## 1179 34 2015-05-03 0.78 4015563.02 2914047.44 670161.40
## 1180 35 2015-04-26 1.02 2355703.98 1567937.53 427885.78
## 1181 36 2015-04-19 0.93 2901188.07 2029025.26 487491.50
## 1182 37 2015-04-12 0.93 2799667.40 1818859.19 579426.16
## 1183 38 2015-04-05 1.01 2603114.56 1753452.57 490701.38
## 1184 39 2015-03-29 1.00 2566690.28 1672623.80 535932.20
## 1185 40 2015-03-22 1.01 2466735.33 1423482.89 679696.81
## 1186 41 2015-03-15 0.94 2690257.20 1841764.25 445562.20
## 1187 42 2015-03-08 0.86 2797745.89 2005781.71 400644.42
## 1188 43 2015-03-01 0.75 3094278.93 2145439.03 592196.29
## 1189 44 2015-02-22 0.83 2954705.54 2050402.87 505580.16
## 1190 45 2015-02-15 0.83 2926435.94 2146773.46 408395.74
## 1191 46 2015-02-08 0.90 2641032.65 1673425.82 582236.24
## 1192 47 2015-02-01 0.74 4031949.04 2770656.27 854673.24
## 1193 48 2015-01-25 0.96 2329987.29 1518406.36 456562.55
## 1194 49 2015-01-18 0.89 2800679.50 1925013.31 526106.80
## 1195 50 2015-01-11 0.85 2713699.60 1786326.65 617233.39
## 1196 51 2015-01-04 0.85 2682159.95 1837999.65 524430.47
## 1197 0 2015-12-27 1.04 61654.94 1377.63 37760.21
## 1198 1 2015-12-20 1.05 56443.43 1703.96 30942.26
## 1199 2 2015-12-13 0.91 76543.82 1830.69 47375.43
## 1200 3 2015-12-06 0.83 103277.35 2186.88 65644.34
## 1201 4 2015-11-29 0.97 58667.71 1290.11 34019.62
## 1202 5 2015-11-22 1.01 60971.36 1319.83 33164.09
## 1203 6 2015-11-15 1.04 58816.50 1374.81 33868.95
## 1204 7 2015-11-08 0.93 86929.62 2052.89 52494.09
## 1205 8 2015-11-01 0.89 103768.67 3443.02 60544.64
## 1206 9 2015-10-25 1.06 64602.50 2031.83 36450.26
## 1207 10 2015-10-18 1.03 74092.73 1772.55 46436.42
## 1208 11 2015-10-11 1.03 74536.59 2060.03 44941.49
## 1209 12 2015-10-04 1.11 63157.22 1596.38 39700.73
## 1210 13 2015-09-27 1.18 60980.52 1456.28 40352.61
## 1211 14 2015-09-20 1.05 71064.71 1645.41 40184.52
## 1212 15 2015-09-13 0.98 85919.67 1730.17 56765.08
## 1213 16 2015-09-06 0.98 98154.04 2188.71 65116.35
## 1214 17 2015-08-30 1.13 70164.74 4909.59 40377.06
## 1215 18 2015-08-23 1.15 65333.20 2607.26 39932.88
## 1216 19 2015-08-16 1.09 78926.90 5051.31 45325.78
## 1217 20 2015-08-09 1.08 83592.89 3152.23 52753.42
## 1218 21 2015-08-02 0.93 91136.65 2141.86 59505.29
## 1219 22 2015-07-26 0.88 99545.41 1965.35 64026.49
## 1220 23 2015-07-19 1.08 77503.36 5812.67 44739.72
## 1221 24 2015-07-12 1.13 72693.94 2051.90 43381.39
## 1222 25 2015-07-05 1.15 81748.59 1948.65 49319.51
## 1223 26 2015-06-28 1.15 69230.74 2289.22 41216.44
## 1224 27 2015-06-21 1.17 78272.57 3338.54 44777.85
## 1225 28 2015-06-14 1.07 82364.21 2241.94 50907.67
## 1226 29 2015-06-07 1.01 98865.51 8145.60 62401.26
## 1227 30 2015-05-31 1.00 92345.33 7195.55 58910.38
## 1228 31 2015-05-24 1.05 79567.66 2581.31 55999.82
## 1229 32 2015-05-17 1.20 73537.14 2114.98 48390.37
## 1230 33 2015-05-10 1.10 85446.43 2278.40 60221.59
## 1231 34 2015-05-03 1.03 95550.51 2031.68 66286.54
## 1232 35 2015-04-26 1.21 65742.40 2070.06 42192.26
## 1233 36 2015-04-19 1.01 95959.08 2113.76 62591.27
## 1234 37 2015-04-12 0.97 88236.19 2761.77 61733.99
## 1235 38 2015-04-05 1.08 75626.30 1833.31 49893.14
## 1236 39 2015-03-29 1.00 93802.08 2639.24 64264.48
## 1237 40 2015-03-22 0.99 95101.27 2464.06 62778.34
## 1238 41 2015-03-15 1.21 56870.10 2010.14 36582.61
## 1239 42 2015-03-08 1.18 62728.85 2777.27 38415.34
## 1240 43 2015-03-01 1.02 78626.99 1553.83 53158.82
## 1241 44 2015-02-22 1.01 107443.35 3122.61 77315.21
## 1242 45 2015-02-15 1.13 80537.77 3843.22 50486.30
## 1243 46 2015-02-08 1.00 87054.02 6359.25 59424.49
## 1244 47 2015-02-01 0.90 125504.98 5378.31 83854.56
## 1245 48 2015-01-25 1.02 86635.35 2283.00 63038.53
## 1246 49 2015-01-18 1.06 85580.15 2250.10 63826.82
## 1247 50 2015-01-11 1.05 75129.36 2299.74 53313.74
## 1248 51 2015-01-04 0.92 101162.98 1991.63 75090.16
## 1249 0 2015-12-27 0.99 545064.74 387953.32 44652.25
## 1250 1 2015-12-20 1.21 350533.71 238269.18 32386.55
## 1251 2 2015-12-13 0.97 529317.46 387065.94 49363.20
## 1252 3 2015-12-06 1.25 340513.61 247061.97 34861.19
## 1253 4 2015-11-29 0.98 470218.14 349408.27 42435.51
## 1254 5 2015-11-22 0.98 499396.26 359876.76 47195.19
## 1255 6 2015-11-15 1.22 368996.48 258624.78 42921.48
## 1256 7 2015-11-08 1.22 329065.04 223219.98 37562.72
## 1257 8 2015-11-01 0.98 566030.64 415970.77 54992.76
## 1258 9 2015-10-25 1.25 307072.85 212163.19 35901.59
## 1259 10 2015-10-18 1.24 333933.98 224505.79 42454.42
## 1260 11 2015-10-11 1.00 538384.22 384920.27 59335.78
## 1261 12 2015-10-04 0.99 570367.24 411182.68 63182.62
## 1262 13 2015-09-27 1.31 318048.12 200219.37 57857.02
## 1263 14 2015-09-20 0.98 559818.31 381034.21 76606.11
## 1264 15 2015-09-13 1.26 331077.90 197328.71 64770.61
## 1265 16 2015-09-06 0.98 637326.79 442545.72 80524.31
## 1266 17 2015-08-30 1.24 362232.28 212188.58 66569.74
## 1267 18 2015-08-23 1.24 372525.30 218751.04 70677.18
## 1268 19 2015-08-16 1.24 360308.77 213812.79 61634.91
## 1269 20 2015-08-09 0.97 655821.90 450713.76 86740.57
## 1270 21 2015-08-02 1.22 371660.15 219518.15 66230.77
## 1271 22 2015-07-26 1.24 379954.31 233056.82 63065.93
## 1272 23 2015-07-19 0.96 626841.50 436603.60 96849.49
## 1273 24 2015-07-12 1.24 402706.71 235985.01 79717.36
## 1274 25 2015-07-05 0.98 718152.22 483878.34 101119.61
## 1275 26 2015-06-28 1.21 443970.60 259852.13 79482.73
## 1276 27 2015-06-21 0.96 669409.29 445033.36 90433.46
## 1277 28 2015-06-14 1.26 437896.64 273373.33 55875.20
## 1278 29 2015-06-07 0.99 683877.72 503235.62 60937.00
## 1279 30 2015-05-31 1.27 419158.75 296763.96 35493.31
## 1280 31 2015-05-24 1.01 757305.14 571149.16 62989.67
## 1281 32 2015-05-17 1.24 450603.36 323238.36 36762.19
## 1282 33 2015-05-10 1.28 435547.13 315524.39 37151.03
## 1283 34 2015-05-03 0.98 917424.76 690389.21 81078.28
## 1284 35 2015-04-26 1.25 476017.06 341780.74 41476.06
## 1285 36 2015-04-19 1.23 434025.46 306881.48 38958.56
## 1286 37 2015-04-12 1.00 692569.85 525432.60 63130.09
## 1287 38 2015-04-05 1.11 510738.88 370549.02 48767.27
## 1288 39 2015-03-29 1.25 370065.74 261045.75 32977.11
## 1289 40 2015-03-22 0.97 642934.25 480064.45 58232.21
## 1290 41 2015-03-15 1.33 371716.28 272270.43 35374.87
## 1291 42 2015-03-08 1.30 356311.66 253963.70 32888.65
## 1292 43 2015-03-01 1.01 647014.16 484615.92 60307.81
## 1293 44 2015-02-22 1.24 369819.98 256141.10 35032.65
## 1294 45 2015-02-15 1.29 353520.71 243991.59 34941.84
## 1295 46 2015-02-08 1.25 348210.50 249833.46 35897.43
## 1296 47 2015-02-01 0.95 753300.79 566917.32 74532.61
## 1297 48 2015-01-25 1.27 398055.71 289948.64 41120.06
## 1298 49 2015-01-18 1.30 405138.19 285204.29 42798.99
## 1299 50 2015-01-11 1.28 342796.99 242922.42 36043.54
## 1300 51 2015-01-04 0.97 540234.22 398670.03 54844.33
## 1301 0 2015-12-27 1.05 2065131.33 435246.31 1022861.71
## 1302 1 2015-12-20 1.05 2044020.93 446433.13 1024405.09
## 1303 2 2015-12-13 1.03 2193142.82 515063.58 1060753.67
## 1304 3 2015-12-06 1.00 2233138.01 507201.58 1154808.22
## 1305 4 2015-11-29 1.05 1845443.13 417849.42 939038.50
## 1306 5 2015-11-22 1.06 1903245.00 422437.27 955972.74
## 1307 6 2015-11-15 1.02 2355839.19 470482.80 1302219.95
## 1308 7 2015-11-08 1.04 2503008.26 568612.19 1248271.45
## 1309 8 2015-11-01 1.08 2511760.36 549089.55 1188242.89
## 1310 9 2015-10-25 1.13 2188485.29 522060.98 980865.05
## 1311 10 2015-10-18 1.05 2783170.15 555583.11 1537196.96
## 1312 11 2015-10-11 1.13 2329757.67 469059.21 1057488.47
## 1313 12 2015-10-04 1.18 2233935.94 467701.30 1070891.86
## 1314 13 2015-09-27 1.11 2390611.02 479660.47 1206766.08
## 1315 14 2015-09-20 1.13 2447264.74 555127.12 1122683.82
## 1316 15 2015-09-13 1.09 2814803.06 574792.78 1444401.99
## 1317 16 2015-09-06 1.08 3013825.75 564493.74 1458691.19
## 1318 17 2015-08-30 1.18 2535192.78 516825.42 1161145.08
## 1319 18 2015-08-23 1.12 2765838.10 571552.62 1286342.30
## 1320 19 2015-08-16 1.14 2823405.23 627950.44 1355609.83
## 1321 20 2015-08-09 1.15 2710710.15 531460.61 1328248.62
## 1322 21 2015-08-02 1.14 2752081.97 532287.84 1359710.96
## 1323 22 2015-07-26 1.15 2664424.22 531729.96 1239353.81
## 1324 23 2015-07-19 1.14 2751192.77 569216.65 1234664.00
## 1325 24 2015-07-12 1.13 2783554.82 532046.38 1337980.83
## 1326 25 2015-07-05 1.13 3183419.60 632988.75 1545460.43
## 1327 26 2015-06-28 1.14 2835630.41 534709.22 1324231.26
## 1328 27 2015-06-21 1.13 2979417.82 601782.55 1363070.07
## 1329 28 2015-06-14 1.09 3173051.42 653441.16 1484200.81
## 1330 29 2015-06-07 1.14 2918298.91 724315.73 1217522.42
## 1331 30 2015-05-31 1.14 3039403.06 734816.30 1377202.12
## 1332 31 2015-05-24 1.14 3119050.91 719874.17 1431141.56
## 1333 32 2015-05-17 1.18 2817008.33 698401.80 1201257.18
## 1334 33 2015-05-10 1.17 2956859.19 721935.59 1299998.70
## 1335 34 2015-05-03 1.07 3410467.52 793989.95 1557507.45
## 1336 35 2015-04-26 1.20 2699614.50 698128.52 1125853.00
## 1337 36 2015-04-19 1.18 2711008.32 654378.33 1125460.56
## 1338 37 2015-04-12 1.13 2829416.58 665283.33 1298472.42
## 1339 38 2015-04-05 1.19 2519677.31 617567.29 1066608.50
## 1340 39 2015-03-29 1.18 2523110.39 576473.89 1160794.38
## 1341 40 2015-03-22 1.11 2779012.66 681261.26 1282053.45
## 1342 41 2015-03-15 1.19 2462108.11 570576.91 1066470.63
## 1343 42 2015-03-08 1.21 2297509.11 545690.60 949015.34
## 1344 43 2015-03-01 1.14 2538981.60 620672.44 1151353.87
## 1345 44 2015-02-22 1.10 2720346.71 632670.12 1209150.04
## 1346 45 2015-02-15 1.17 2420829.45 634266.43 982380.32
## 1347 46 2015-02-08 1.06 2734006.98 732854.05 1222159.62
## 1348 47 2015-02-01 0.99 3668037.65 888523.17 1798504.77
## 1349 48 2015-01-25 1.15 2480820.72 566435.98 1077630.80
## 1350 49 2015-01-18 1.19 2330829.20 530333.83 1045424.87
## 1351 50 2015-01-11 1.17 2335986.11 560119.16 1032606.49
## 1352 51 2015-01-04 1.10 2578275.12 575245.44 1311502.53
## 1353 0 2015-12-27 0.96 123669.89 79508.70 8706.29
## 1354 1 2015-12-20 0.99 127373.56 87309.07 7415.81
## 1355 2 2015-12-13 0.91 153425.94 103097.40 11175.45
## 1356 3 2015-12-06 1.00 130989.23 88033.66 9655.78
## 1357 4 2015-11-29 0.95 119919.67 77155.36 9407.46
## 1358 5 2015-11-22 0.96 127165.59 79960.92 10083.16
## 1359 6 2015-11-15 1.04 124671.40 77510.50 11869.33
## 1360 7 2015-11-08 1.03 135506.08 87957.90 11807.40
## 1361 8 2015-11-01 0.94 159318.32 97774.21 20102.72
## 1362 9 2015-10-25 0.91 148660.26 89991.51 20511.16
## 1363 10 2015-10-18 0.91 182647.96 114107.69 29076.74
## 1364 11 2015-10-11 0.96 167655.60 83621.05 35428.18
## 1365 12 2015-10-04 0.96 157490.03 78331.45 30106.11
## 1366 13 2015-09-27 1.04 160547.52 93381.62 25445.00
## 1367 14 2015-09-20 0.95 197649.58 108519.00 32478.82
## 1368 15 2015-09-13 1.05 154621.80 76424.28 25095.26
## 1369 16 2015-09-06 0.97 175977.60 92988.80 30510.75
## 1370 17 2015-08-30 1.09 142153.55 82766.98 21072.35
## 1371 18 2015-08-23 0.97 171575.35 112284.06 19284.06
## 1372 19 2015-08-16 0.96 187310.28 126796.30 18393.32
## 1373 20 2015-08-09 0.98 176410.40 105537.27 20560.40
## 1374 21 2015-08-02 1.08 151807.11 87160.08 19863.22
## 1375 22 2015-07-26 1.07 149262.89 85386.58 19400.24
## 1376 23 2015-07-19 0.98 186258.97 113404.36 19371.52
## 1377 24 2015-07-12 1.09 152991.78 90781.10 17434.57
## 1378 25 2015-07-05 0.97 201797.82 121473.02 25125.21
## 1379 26 2015-06-28 1.06 159981.66 90881.66 19436.14
## 1380 27 2015-06-21 0.96 188762.81 111226.04 17917.39
## 1381 28 2015-06-14 1.03 172302.47 103389.69 17224.17
## 1382 29 2015-06-07 0.96 189470.19 128293.70 10385.79
## 1383 30 2015-05-31 1.04 166214.14 117285.11 8351.55
## 1384 31 2015-05-24 0.98 194990.71 140921.85 9348.72
## 1385 32 2015-05-17 1.07 149400.13 100832.21 8161.87
## 1386 33 2015-05-10 1.07 165726.92 114337.07 9079.59
## 1387 34 2015-05-03 0.98 222813.00 159791.64 13149.16
## 1388 35 2015-04-26 1.08 166556.79 117295.03 8599.82
## 1389 36 2015-04-19 1.11 140649.30 91537.59 7598.50
## 1390 37 2015-04-12 1.00 158490.37 111682.33 9658.98
## 1391 38 2015-04-05 1.06 155074.03 104270.46 8266.56
## 1392 39 2015-03-29 1.07 151301.45 102824.72 8307.47
## 1393 40 2015-03-22 1.01 173980.22 122204.32 9195.02
## 1394 41 2015-03-15 1.08 131053.65 86390.93 6821.52
## 1395 42 2015-03-08 1.08 149239.40 104187.91 7723.68
## 1396 43 2015-03-01 0.99 169423.50 121799.85 9712.84
## 1397 44 2015-02-22 1.05 148164.20 101095.06 10053.42
## 1398 45 2015-02-15 1.03 153852.03 109047.70 9817.42
## 1399 46 2015-02-08 0.94 171749.31 125785.83 8119.73
## 1400 47 2015-02-01 0.94 221471.45 160834.57 13445.84
## 1401 48 2015-01-25 1.07 140855.47 95428.54 8371.74
## 1402 49 2015-01-18 1.08 143464.64 97216.47 8423.57
## 1403 50 2015-01-11 1.07 149832.20 103822.60 9098.86
## 1404 51 2015-01-04 1.00 162162.75 113865.83 11083.58
## 1405 0 2015-12-27 0.91 187664.29 105570.93 18655.62
## 1406 1 2015-12-20 0.92 191937.02 110266.94 18630.27
## 1407 2 2015-12-13 0.86 204217.20 119689.49 31214.29
## 1408 3 2015-12-06 0.94 185395.20 117854.69 21553.04
## 1409 4 2015-11-29 0.90 175833.54 96662.75 23572.73
## 1410 5 2015-11-22 0.94 192074.98 112638.84 18822.53
## 1411 6 2015-11-15 0.98 195780.23 113570.58 21747.26
## 1412 7 2015-11-08 0.96 197713.69 122265.65 21552.54
## 1413 8 2015-11-01 0.97 204738.15 129683.80 16059.69
## 1414 9 2015-10-25 1.01 191180.56 117736.07 17516.63
## 1415 10 2015-10-18 1.02 206563.03 124894.03 18241.03
## 1416 11 2015-10-11 1.00 217777.46 135769.89 16126.01
## 1417 12 2015-10-04 1.00 222488.23 133195.58 20601.83
## 1418 13 2015-09-27 1.06 199908.44 123528.92 17616.44
## 1419 14 2015-09-20 1.00 224017.47 135003.95 24187.24
## 1420 15 2015-09-13 1.02 219776.27 140509.91 18106.55
## 1421 16 2015-09-06 0.99 248354.52 155273.07 18010.18
## 1422 17 2015-08-30 1.03 234307.92 144651.98 14746.53
## 1423 18 2015-08-23 1.04 240560.86 152247.87 18687.77
## 1424 19 2015-08-16 1.04 253158.70 151208.53 16681.65
## 1425 20 2015-08-09 1.00 272464.74 171948.43 10121.42
## 1426 21 2015-08-02 1.04 248670.72 157656.04 8025.50
## 1427 22 2015-07-26 1.03 258960.17 171672.53 10443.49
## 1428 23 2015-07-19 0.98 258559.32 167068.14 8930.71
## 1429 24 2015-07-12 1.05 239908.64 149305.77 11069.26
## 1430 25 2015-07-05 1.01 297481.36 185225.73 9201.65
## 1431 26 2015-06-28 1.03 261199.27 163193.51 10737.56
## 1432 27 2015-06-21 0.93 293734.93 182416.44 8803.83
## 1433 28 2015-06-14 1.02 262250.02 166072.00 10920.46
## 1434 29 2015-06-07 0.99 288859.92 186502.94 8769.22
## 1435 30 2015-05-31 1.04 245293.53 164856.45 8536.94
## 1436 31 2015-05-24 1.03 265237.17 175841.33 10463.04
## 1437 32 2015-05-17 0.96 257403.43 172610.15 9661.21
## 1438 33 2015-05-10 1.05 256291.77 176480.19 7959.95
## 1439 34 2015-05-03 0.93 308655.60 204609.56 13133.92
## 1440 35 2015-04-26 0.96 265739.79 179543.83 9195.10
## 1441 36 2015-04-19 0.93 263486.63 172951.25 12171.55
## 1442 37 2015-04-12 0.97 235709.99 168050.37 7155.35
## 1443 38 2015-04-05 0.99 237821.61 166893.13 7766.84
## 1444 39 2015-03-29 0.97 237188.41 161509.61 9472.68
## 1445 40 2015-03-22 0.90 282494.07 196325.14 8985.90
## 1446 41 2015-03-15 1.09 233696.32 159683.23 11363.11
## 1447 42 2015-03-08 1.06 248273.79 163007.69 12379.43
## 1448 43 2015-03-01 1.08 224752.17 138924.43 16229.64
## 1449 44 2015-02-22 0.92 256174.52 178792.99 10819.78
## 1450 45 2015-02-15 1.02 230069.01 155288.64 11863.71
## 1451 46 2015-02-08 0.93 242065.29 169656.18 8648.32
## 1452 47 2015-02-01 0.81 367711.87 271075.59 11860.86
## 1453 48 2015-01-25 0.94 271448.06 188798.96 12771.98
## 1454 49 2015-01-18 1.03 267666.12 179991.12 23263.42
## 1455 50 2015-01-11 0.97 239232.35 165505.10 10680.54
## 1456 51 2015-01-04 0.94 222751.51 148384.22 14085.72
## 1457 0 2015-12-27 1.17 1129876.05 13711.19 872603.60
## 1458 1 2015-12-20 1.23 1139347.98 13998.35 867406.68
## 1459 2 2015-12-13 1.12 1254805.29 15990.38 975504.52
## 1460 3 2015-12-06 1.20 1068971.54 15730.10 887708.08
## 1461 4 2015-11-29 1.16 999169.64 13652.41 814571.57
## 1462 5 2015-11-22 1.14 1111803.12 15004.70 905344.06
## 1463 6 2015-11-15 1.04 1357393.34 23669.62 1107466.31
## 1464 7 2015-11-08 1.13 1406262.16 20146.29 1097994.07
## 1465 8 2015-11-01 1.06 2180520.22 24197.61 1916954.83
## 1466 9 2015-10-25 1.23 1048045.86 18035.94 790163.44
## 1467 10 2015-10-18 0.97 1856337.85 23873.63 1598365.27
## 1468 11 2015-10-11 1.28 1099283.22 14859.09 792683.64
## 1469 12 2015-10-04 1.26 1342963.26 19623.48 1060768.61
## 1470 13 2015-09-27 1.16 1201066.41 15448.68 941112.78
## 1471 14 2015-09-20 1.18 1192210.54 16098.34 913022.98
## 1472 15 2015-09-13 1.16 1479334.84 20526.41 1208256.11
## 1473 16 2015-09-06 1.22 1340925.56 19894.27 1074698.43
## 1474 17 2015-08-30 1.22 1251081.11 18628.20 982355.97
## 1475 18 2015-08-23 1.10 1477964.12 22589.42 1222687.73
## 1476 19 2015-08-16 1.14 1535981.40 19663.39 1291206.23
## 1477 20 2015-08-09 1.10 1563915.04 23326.28 1290583.13
## 1478 21 2015-08-02 1.14 1458722.60 21768.56 1184264.91
## 1479 22 2015-07-26 1.28 1211731.19 19228.22 910716.77
## 1480 23 2015-07-19 1.37 1251919.24 20811.41 923816.05
## 1481 24 2015-07-12 1.27 1338282.24 22742.33 956051.10
## 1482 25 2015-07-05 1.18 1666825.63 23947.74 1290776.67
## 1483 26 2015-06-28 1.36 1284789.44 17714.92 917010.98
## 1484 27 2015-06-21 1.28 1667026.11 18711.02 1312242.38
## 1485 28 2015-06-14 1.32 1363133.97 23161.35 931945.04
## 1486 29 2015-06-07 1.32 1731061.12 24734.98 1347902.88
## 1487 30 2015-05-31 1.43 1493218.75 24958.80 1077663.26
## 1488 31 2015-05-24 1.37 1515022.63 21741.70 1103694.97
## 1489 32 2015-05-17 1.43 1255552.68 21866.23 871213.06
## 1490 33 2015-05-10 1.22 2118593.92 27734.02 1711900.09
## 1491 34 2015-05-03 1.32 1679103.39 23447.41 1317970.18
## 1492 35 2015-04-26 1.44 1295589.61 20400.34 932216.48
## 1493 36 2015-04-19 1.42 1332514.63 20252.47 927145.61
## 1494 37 2015-04-12 1.43 1084407.80 18928.26 764676.24
## 1495 38 2015-04-05 1.41 1244324.47 20081.53 909664.31
## 1496 39 2015-03-29 1.36 1183815.23 21780.45 882071.76
## 1497 40 2015-03-22 1.33 1192732.41 22713.33 884992.90
## 1498 41 2015-03-15 1.45 1097737.98 22591.72 749461.13
## 1499 42 2015-03-08 1.36 1129333.95 31886.43 755537.72
## 1500 43 2015-03-01 1.18 1338129.89 19919.91 1025372.06
## 1501 44 2015-02-22 1.33 1088977.45 18716.23 757987.66
## 1502 45 2015-02-15 1.36 997562.44 17342.31 688201.27
## 1503 46 2015-02-08 1.11 1658708.73 26781.64 1310966.23
## 1504 47 2015-02-01 1.36 1433763.11 22622.87 1084529.78
## 1505 48 2015-01-25 1.36 1102868.27 18101.89 768131.81
## 1506 49 2015-01-18 1.37 1044280.56 18945.56 749309.20
## 1507 50 2015-01-11 1.34 1018225.83 15880.80 714530.70
## 1508 51 2015-01-04 1.09 1402890.20 23641.00 1127882.44
## 1509 0 2015-12-27 1.20 3156360.20 69920.54 2313155.65
## 1510 1 2015-12-20 1.20 3190120.04 72576.52 2330694.41
## 1511 2 2015-12-13 1.09 3696551.52 81055.10 2852333.86
## 1512 3 2015-12-06 1.14 3218494.55 85444.57 2541186.76
## 1513 4 2015-11-29 1.22 2593780.51 71191.69 1964333.50
## 1514 5 2015-11-22 1.16 3026217.24 79006.95 2316404.82
## 1515 6 2015-11-15 1.09 3538946.22 89242.50 2738913.76
## 1516 7 2015-11-08 1.10 4205775.44 86385.14 3333003.32
## 1517 8 2015-11-01 1.09 4801621.08 95355.74 3920642.46
## 1518 9 2015-10-25 1.15 3306614.18 88907.00 2438454.39
## 1519 10 2015-10-18 0.99 4866607.14 93569.28 4025382.16
## 1520 11 2015-10-11 1.23 3307828.65 88376.70 2383018.56
## 1521 12 2015-10-04 1.21 3585183.30 99666.72 2679760.58
## 1522 13 2015-09-27 1.13 3739072.70 86278.88 2965153.82
## 1523 14 2015-09-20 1.21 3334592.00 86196.27 2492113.60
## 1524 15 2015-09-13 1.14 4205294.58 95839.65 3364304.91
## 1525 16 2015-09-06 1.18 4088061.71 99311.62 3227507.37
## 1526 17 2015-08-30 1.20 3825966.51 93227.99 2981372.20
## 1527 18 2015-08-23 1.13 4146220.81 107907.11 3291930.64
## 1528 19 2015-08-16 1.17 4221435.38 97139.95 3382543.31
## 1529 20 2015-08-09 1.10 4786334.13 105393.94 3894801.66
## 1530 21 2015-08-02 1.19 4154658.67 104772.22 3244095.85
## 1531 22 2015-07-26 1.28 3757524.71 102482.55 2757145.78
## 1532 23 2015-07-19 1.27 4169213.20 107602.07 3057929.00
## 1533 24 2015-07-12 1.20 4454138.91 110242.95 3051823.18
## 1534 25 2015-07-05 1.24 4855273.71 122190.40 3328289.46
## 1535 26 2015-06-28 1.30 4100932.47 105387.01 2670469.78
## 1536 27 2015-06-21 1.27 4508474.00 106859.50 3203944.93
## 1537 28 2015-06-14 1.20 4561749.66 112693.47 2985953.81
## 1538 29 2015-06-07 1.27 4721927.30 109587.85 3416600.27
## 1539 30 2015-05-31 1.34 4329239.82 116068.20 2954175.96
## 1540 31 2015-05-24 1.26 4661457.29 112425.95 3212552.24
## 1541 32 2015-05-17 1.33 4094677.85 114065.77 2730591.16
## 1542 33 2015-05-10 1.21 5498650.28 134556.37 4143702.97
## 1543 34 2015-05-03 1.24 4597313.41 129459.52 3365962.70
## 1544 35 2015-04-26 1.36 3646363.66 110930.88 2492744.36
## 1545 36 2015-04-19 1.31 3786141.18 110954.74 2552885.19
## 1546 37 2015-04-12 1.33 3203213.09 93987.65 2102179.57
## 1547 38 2015-04-05 1.34 3467770.71 97887.72 2409449.74
## 1548 39 2015-03-29 1.26 3497026.98 96169.31 2543290.15
## 1549 40 2015-03-22 1.22 3520408.65 118765.00 2526519.62
## 1550 41 2015-03-15 1.34 3135991.73 111777.91 2082038.09
## 1551 42 2015-03-08 1.27 3250832.53 113602.19 2111936.10
## 1552 43 2015-03-01 1.15 3780455.44 88609.28 2790180.20
## 1553 44 2015-02-22 1.29 3042447.03 92283.05 2003076.22
## 1554 45 2015-02-15 1.29 2983695.90 88056.20 1958075.38
## 1555 46 2015-02-08 1.09 4457049.41 128978.49 3354876.63
## 1556 47 2015-02-01 1.23 4298883.17 133613.00 3149375.34
## 1557 48 2015-01-25 1.27 3238501.89 96761.81 2129188.49
## 1558 49 2015-01-18 1.32 3066789.62 91803.09 2098784.32
## 1559 50 2015-01-11 1.28 3056024.77 97343.55 2070661.43
## 1560 51 2015-01-04 1.09 3759282.62 126640.65 2860709.93
## 1561 0 2015-12-27 1.21 304598.42 2601.32 250270.90
## 1562 1 2015-12-20 1.17 284808.22 2616.13 232459.75
## 1563 2 2015-12-13 0.95 407482.83 2970.12 369076.25
## 1564 3 2015-12-06 1.11 303058.29 3320.11 261503.41
## 1565 4 2015-11-29 1.25 219689.90 2897.91 181977.84
## 1566 5 2015-11-22 1.08 274209.20 2770.62 230517.24
## 1567 6 2015-11-15 1.07 287015.98 2589.55 237255.49
## 1568 7 2015-11-08 0.96 489339.78 2347.38 453089.14
## 1569 8 2015-11-01 1.07 350260.55 3271.40 281498.53
## 1570 9 2015-10-25 1.08 313881.26 2599.46 268057.07
## 1571 10 2015-10-18 1.00 402466.40 3274.11 361448.46
## 1572 11 2015-10-11 1.19 278472.66 3616.80 231543.02
## 1573 12 2015-10-04 1.12 298222.53 3978.70 253346.07
## 1574 13 2015-09-27 0.98 458602.59 2768.16 427544.89
## 1575 14 2015-09-20 1.17 322729.94 2413.30 270775.68
## 1576 15 2015-09-13 1.09 356105.25 1752.73 301172.05
## 1577 16 2015-09-06 1.01 508207.79 2506.81 456884.53
## 1578 17 2015-08-30 1.13 395127.18 2834.15 337184.98
## 1579 18 2015-08-23 1.18 400101.77 2487.19 338130.60
## 1580 19 2015-08-16 1.23 372516.00 2067.21 304465.27
## 1581 20 2015-08-09 1.03 579226.47 2513.38 523492.97
## 1582 21 2015-08-02 1.25 417082.92 2279.10 347110.01
## 1583 22 2015-07-26 1.25 402791.86 2558.33 324258.79
## 1584 23 2015-07-19 1.03 594451.88 3108.09 522040.27
## 1585 24 2015-07-12 1.10 509215.20 3111.08 341891.96
## 1586 25 2015-07-05 1.15 536642.98 2968.62 338863.42
## 1587 26 2015-06-28 1.14 452801.32 2582.77 282587.99
## 1588 27 2015-06-21 1.18 425885.58 2279.37 300069.61
## 1589 28 2015-06-14 1.04 537725.07 2804.46 362082.50
## 1590 29 2015-06-07 1.17 427216.77 2096.21 314308.78
## 1591 30 2015-05-31 1.20 413699.46 2523.96 313153.31
## 1592 31 2015-05-24 1.04 512172.44 2624.76 372289.48
## 1593 32 2015-05-17 1.15 422484.37 2745.99 287792.49
## 1594 33 2015-05-10 1.05 578436.76 2739.66 503984.46
## 1595 34 2015-05-03 1.16 366987.36 2322.24 304233.27
## 1596 35 2015-04-26 1.24 311879.23 1960.76 253562.76
## 1597 36 2015-04-19 1.13 346561.62 2156.47 284389.27
## 1598 37 2015-04-12 1.16 306250.63 2160.72 214309.89
## 1599 38 2015-04-05 1.19 309143.83 2352.11 252306.55
## 1600 39 2015-03-29 1.07 412639.20 2452.76 372165.06
## 1601 40 2015-03-22 1.19 282155.05 4556.72 229492.52
## 1602 41 2015-03-15 1.15 301852.80 6236.37 247092.81
## 1603 42 2015-03-08 1.09 287963.73 2507.83 234532.06
## 1604 43 2015-03-01 1.05 355677.99 2266.45 310490.26
## 1605 44 2015-02-22 1.13 264118.86 2875.24 217477.35
## 1606 45 2015-02-15 1.11 288514.78 2897.82 232117.81
## 1607 46 2015-02-08 1.03 363935.24 4606.01 308443.03
## 1608 47 2015-02-01 1.06 412752.74 4353.96 361694.45
## 1609 48 2015-01-25 1.06 290611.31 3806.65 233232.89
## 1610 49 2015-01-18 1.12 309202.71 3012.79 241380.95
## 1611 50 2015-01-11 1.06 314717.03 4578.25 265252.09
## 1612 51 2015-01-04 1.05 321823.77 4966.76 264351.96
## 1613 0 2015-12-27 0.99 305773.54 211102.90 20765.29
## 1614 1 2015-12-20 1.21 200074.81 131152.60 15794.56
## 1615 2 2015-12-13 0.96 310101.52 217679.37 24260.86
## 1616 3 2015-12-06 1.20 199063.82 135222.96 21555.66
## 1617 4 2015-11-29 0.96 262683.80 190361.54 21007.77
## 1618 5 2015-11-22 0.98 266950.55 184441.61 21585.56
## 1619 6 2015-11-15 1.24 200715.34 129533.08 20681.56
## 1620 7 2015-11-08 1.24 202954.88 132375.83 21007.30
## 1621 8 2015-11-01 0.97 330071.34 228073.04 29350.55
## 1622 9 2015-10-25 1.25 210265.79 138110.06 24182.08
## 1623 10 2015-10-18 1.24 204526.46 131126.38 24094.40
## 1624 11 2015-10-11 1.00 308032.62 211056.18 30064.22
## 1625 12 2015-10-04 1.00 332997.12 224769.27 34085.54
## 1626 13 2015-09-27 1.28 202457.31 114107.06 41995.26
## 1627 14 2015-09-20 0.99 329684.97 201392.27 51930.95
## 1628 15 2015-09-13 1.23 221548.25 113374.88 51291.97
## 1629 16 2015-09-06 0.99 375737.02 232502.52 56930.16
## 1630 17 2015-08-30 1.25 238269.85 123335.43 51487.73
## 1631 18 2015-08-23 1.21 228926.10 113657.50 51869.47
## 1632 19 2015-08-16 1.23 240185.69 128769.54 46941.60
## 1633 20 2015-08-09 0.99 388550.28 249265.95 57952.32
## 1634 21 2015-08-02 1.24 240821.52 130990.19 49482.92
## 1635 22 2015-07-26 1.22 239841.95 128204.96 51179.38
## 1636 23 2015-07-19 0.98 363733.15 226313.40 57749.18
## 1637 24 2015-07-12 1.22 245528.89 133073.61 53986.68
## 1638 25 2015-07-05 0.97 420329.35 258450.62 66371.81
## 1639 26 2015-06-28 1.15 277853.94 144510.58 52467.40
## 1640 27 2015-06-21 0.96 394035.19 243576.61 57122.76
## 1641 28 2015-06-14 1.22 256149.75 141946.09 36946.34
## 1642 29 2015-06-07 0.98 391556.97 271323.04 33611.14
## 1643 30 2015-05-31 1.26 250040.49 174419.44 19641.65
## 1644 31 2015-05-24 1.00 401991.20 295794.70 29758.00
## 1645 32 2015-05-17 1.23 243265.56 168886.63 19797.32
## 1646 33 2015-05-10 1.23 257032.99 185586.20 19590.84
## 1647 34 2015-05-03 0.98 501573.86 369352.45 36610.76
## 1648 35 2015-04-26 1.23 257307.97 179052.54 21351.58
## 1649 36 2015-04-19 1.23 231777.27 157931.42 18812.23
## 1650 37 2015-04-12 0.99 375363.86 275283.48 28203.40
## 1651 38 2015-04-05 1.10 300679.66 211116.53 25858.76
## 1652 39 2015-03-29 1.25 216925.45 150612.51 18785.42
## 1653 40 2015-03-22 0.98 363504.44 260635.00 29682.52
## 1654 41 2015-03-15 1.27 226247.68 154931.57 21353.84
## 1655 42 2015-03-08 1.27 219071.79 149785.30 19868.22
## 1656 43 2015-03-01 1.00 316199.07 227527.01 26599.79
## 1657 44 2015-02-22 1.18 226965.26 151270.02 22481.35
## 1658 45 2015-02-15 1.26 204812.28 139189.15 21210.42
## 1659 46 2015-02-08 1.23 204396.56 137587.02 24318.20
## 1660 47 2015-02-01 0.95 489224.51 358731.15 50048.43
## 1661 48 2015-01-25 1.28 211991.09 133616.30 29418.39
## 1662 49 2015-01-18 1.33 191078.37 112722.12 34703.28
## 1663 50 2015-01-11 1.29 202034.59 119336.02 39236.11
## 1664 51 2015-01-04 1.00 281803.19 190743.27 38265.21
## 1665 0 2015-12-27 1.25 308546.88 9778.07 208945.03
## 1666 1 2015-12-20 1.33 306843.13 9646.13 198361.80
## 1667 2 2015-12-13 1.18 352369.17 12500.24 244536.03
## 1668 3 2015-12-06 1.18 346896.00 16536.57 254808.60
## 1669 4 2015-11-29 1.23 275091.78 11335.64 195284.31
## 1670 5 2015-11-22 1.23 320058.33 12680.14 226193.52
## 1671 6 2015-11-15 1.17 363548.06 13989.06 263608.21
## 1672 7 2015-11-08 1.27 374933.80 13866.99 268320.02
## 1673 8 2015-11-01 1.13 559566.50 15179.56 453729.65
## 1674 9 2015-10-25 1.19 398337.69 19897.83 283085.98
## 1675 10 2015-10-18 1.06 496236.63 14369.89 388376.48
## 1676 11 2015-10-11 1.26 373650.83 13073.44 256350.83
## 1677 12 2015-10-04 1.28 388205.80 14121.46 268719.03
## 1678 13 2015-09-27 1.25 368779.77 14983.22 255352.91
## 1679 14 2015-09-20 1.25 361361.60 14832.84 251090.34
## 1680 15 2015-09-13 1.19 454795.64 15898.80 346217.39
## 1681 16 2015-09-06 1.25 399061.75 16018.81 284480.15
## 1682 17 2015-08-30 1.26 381319.43 14942.34 269812.12
## 1683 18 2015-08-23 1.09 449716.31 21862.51 336374.97
## 1684 19 2015-08-16 1.20 425707.59 14748.68 324061.94
## 1685 20 2015-08-09 1.19 405555.56 14929.69 294414.04
## 1686 21 2015-08-02 1.21 399212.29 15487.29 288809.36
## 1687 22 2015-07-26 1.36 373032.23 16844.86 251976.91
## 1688 23 2015-07-19 1.39 369973.99 15791.25 237182.53
## 1689 24 2015-07-12 1.38 372062.30 15106.58 233808.22
## 1690 25 2015-07-05 1.25 460459.45 16232.83 306535.67
## 1691 26 2015-06-28 1.38 378931.10 15520.17 234777.69
## 1692 27 2015-06-21 1.33 456983.44 16066.69 310906.06
## 1693 28 2015-06-14 1.32 421514.11 16036.91 253565.67
## 1694 29 2015-06-07 1.35 476827.34 17117.86 325420.87
## 1695 30 2015-05-31 1.43 436027.81 18200.08 270397.51
## 1696 31 2015-05-24 1.40 440574.33 15940.65 277233.41
## 1697 32 2015-05-17 1.44 388799.73 16905.14 241209.00
## 1698 33 2015-05-10 1.32 535922.59 18571.03 381134.53
## 1699 34 2015-05-03 1.22 548556.66 27871.95 393975.99
## 1700 35 2015-04-26 1.46 385541.99 17337.89 249070.68
## 1701 36 2015-04-19 1.43 389414.29 16585.73 242740.80
## 1702 37 2015-04-12 1.44 335389.56 15208.07 210183.29
## 1703 38 2015-04-05 1.43 365947.19 15897.74 240591.74
## 1704 39 2015-03-29 1.39 339877.09 15819.32 222182.25
## 1705 40 2015-03-22 1.18 449261.63 27380.04 322071.00
## 1706 41 2015-03-15 1.44 331456.96 15055.12 199103.98
## 1707 42 2015-03-08 1.40 349609.78 19780.09 207010.01
## 1708 43 2015-03-01 1.24 392412.07 16329.41 267027.05
## 1709 44 2015-02-22 1.36 348215.37 14876.71 214953.17
## 1710 45 2015-02-15 1.34 335173.17 15920.85 210874.58
## 1711 46 2015-02-08 1.09 477875.71 26219.21 336509.39
## 1712 47 2015-02-01 1.14 569304.80 30263.22 417993.89
## 1713 48 2015-01-25 1.36 355645.73 16112.50 211453.65
## 1714 49 2015-01-18 1.40 331495.41 15116.27 209523.15
## 1715 50 2015-01-11 1.38 315984.22 14323.61 198387.14
## 1716 51 2015-01-04 1.10 407675.56 24190.91 294715.33
## 1717 0 2015-12-27 0.49 1137707.43 738314.80 286858.37
## 1718 1 2015-12-20 0.53 1097224.25 785254.94 204147.30
## 1719 2 2015-12-13 0.66 907470.09 546182.56 241774.69
## 1720 3 2015-12-06 0.56 1105500.34 760680.02 271207.14
## 1721 4 2015-11-29 0.75 724915.60 449043.34 208439.29
## 1722 5 2015-11-22 0.77 737834.48 441712.62 220374.84
## 1723 6 2015-11-15 0.62 1010132.49 690246.77 244820.79
## 1724 7 2015-11-08 0.60 1102271.52 793103.44 234926.57
## 1725 8 2015-11-01 0.71 907452.21 592066.03 232050.89
## 1726 9 2015-10-25 0.83 761261.71 435986.90 240689.98
## 1727 10 2015-10-18 0.65 1094731.43 728349.92 287934.77
## 1728 11 2015-10-11 0.89 795732.52 382706.67 321487.40
## 1729 12 2015-10-04 0.89 726095.50 363730.26 269015.75
## 1730 13 2015-09-27 0.91 664201.67 364703.64 229488.26
## 1731 14 2015-09-20 0.71 892151.19 410147.31 403760.93
## 1732 15 2015-09-13 0.71 1100901.69 606856.71 294311.71
## 1733 16 2015-09-06 0.58 1390417.77 937165.60 293505.07
## 1734 17 2015-08-30 0.74 939785.74 610521.08 238518.32
## 1735 18 2015-08-23 0.78 873856.52 562928.77 228549.09
## 1736 19 2015-08-16 0.66 1203149.94 836443.14 223690.17
## 1737 20 2015-08-09 0.79 981975.08 621184.17 228961.24
## 1738 21 2015-08-02 0.78 946868.00 611966.36 205131.07
## 1739 22 2015-07-26 0.77 903242.22 579515.76 204147.69
## 1740 23 2015-07-19 0.76 928600.19 608209.31 200732.50
## 1741 24 2015-07-12 0.70 1015567.49 689407.92 201234.96
## 1742 25 2015-07-05 0.56 1456835.79 1096452.67 220124.25
## 1743 26 2015-06-28 0.70 955510.57 668071.26 176318.03
## 1744 27 2015-06-21 0.54 1343180.92 1028045.58 188115.35
## 1745 28 2015-06-14 0.53 1353850.06 1046887.77 180388.89
## 1746 29 2015-06-07 0.52 1457359.83 1130917.54 199669.94
## 1747 30 2015-05-31 0.56 1282095.88 981853.86 177850.55
## 1748 31 2015-05-24 0.58 1261540.03 968755.93 180676.87
## 1749 32 2015-05-17 0.67 1013049.67 739725.96 167185.60
## 1750 33 2015-05-10 0.67 1072300.38 775683.37 182956.41
## 1751 34 2015-05-03 0.60 1268607.36 901701.94 256791.72
## 1752 35 2015-04-26 0.53 1272428.72 1012900.04 159158.29
## 1753 36 2015-04-19 0.51 1366844.88 1097285.22 164460.99
## 1754 37 2015-04-12 0.66 1019280.57 746352.69 181417.77
## 1755 38 2015-04-05 0.57 1320320.85 1058164.41 172115.69
## 1756 39 2015-03-29 0.57 1231267.27 998057.91 157108.31
## 1757 40 2015-03-22 0.71 1089117.00 813326.50 208871.24
## 1758 41 2015-03-15 0.60 1326720.80 1104002.10 149254.65
## 1759 42 2015-03-08 0.72 1042159.49 824092.39 143842.58
## 1760 43 2015-03-01 0.70 1031351.33 755408.34 198955.65
## 1761 44 2015-02-22 0.63 1163115.49 925363.02 163229.81
## 1762 45 2015-02-15 0.60 1159509.68 938840.55 143378.43
## 1763 46 2015-02-08 0.64 1151157.44 881998.68 184023.21
## 1764 47 2015-02-01 0.56 1544750.92 1194635.06 261342.47
## 1765 48 2015-01-25 0.61 1233503.27 1002267.22 150640.90
## 1766 49 2015-01-18 0.67 1088608.66 811662.62 200514.36
## 1767 50 2015-01-11 0.61 1110753.05 849580.75 182629.59
## 1768 51 2015-01-04 0.65 1048062.16 770635.37 178418.32
## 1769 0 2015-12-27 1.25 73109.90 1241.48 45856.11
## 1770 1 2015-12-20 1.22 68972.79 1176.24 40726.41
## 1771 2 2015-12-13 1.19 65332.74 1219.90 38684.45
## 1772 3 2015-12-06 1.21 61870.23 1712.54 41481.83
## 1773 4 2015-11-29 1.26 54779.61 1443.95 35859.30
## 1774 5 2015-11-22 1.30 63345.59 1584.89 42392.76
## 1775 6 2015-11-15 1.24 64518.82 1179.87 42966.81
## 1776 7 2015-11-08 0.93 123489.29 1423.35 85217.83
## 1777 8 2015-11-01 1.16 81573.97 1523.62 60507.97
## 1778 9 2015-10-25 1.22 69191.72 2301.40 40984.47
## 1779 10 2015-10-18 1.23 70132.85 1700.52 43226.31
## 1780 11 2015-10-11 0.96 84053.56 981.32 59821.03
## 1781 12 2015-10-04 0.99 89538.02 1068.04 69555.83
## 1782 13 2015-09-27 1.11 91558.77 815.05 62972.23
## 1783 14 2015-09-20 1.19 74826.22 1137.38 44085.07
## 1784 15 2015-09-13 1.16 74962.45 1340.03 43000.49
## 1785 16 2015-09-06 1.12 114216.62 1158.99 78578.82
## 1786 17 2015-08-30 1.37 74510.02 1493.60 40727.85
## 1787 18 2015-08-23 1.20 83196.11 1411.93 51014.61
## 1788 19 2015-08-16 1.23 87687.64 1314.23 53769.39
## 1789 20 2015-08-09 0.96 145930.35 1306.17 99815.20
## 1790 21 2015-08-02 1.43 74680.70 1309.11 42703.28
## 1791 22 2015-07-26 1.43 68936.46 1421.76 40238.45
## 1792 23 2015-07-19 1.44 73321.36 1296.93 43696.60
## 1793 24 2015-07-12 1.48 68846.81 1229.69 40944.72
## 1794 25 2015-07-05 1.23 115579.50 1635.60 67122.02
## 1795 26 2015-06-28 1.20 111690.04 1548.14 62790.32
## 1796 27 2015-06-21 1.34 88214.04 1680.72 43292.93
## 1797 28 2015-06-14 1.30 92713.49 1614.97 44490.60
## 1798 29 2015-06-07 1.33 84556.54 1734.03 43816.50
## 1799 30 2015-05-31 1.32 83007.91 1472.20 45514.38
## 1800 31 2015-05-24 1.01 181169.72 2157.12 117543.69
## 1801 32 2015-05-17 1.41 85405.61 1822.43 50365.05
## 1802 33 2015-05-10 1.46 82110.05 2099.70 48280.34
## 1803 34 2015-05-03 0.98 208821.04 5264.18 145405.43
## 1804 35 2015-04-26 1.44 79976.86 1820.06 44304.28
## 1805 36 2015-04-19 1.49 75775.26 1724.93 43528.57
## 1806 37 2015-04-12 1.50 69339.77 1734.18 38757.55
## 1807 38 2015-04-05 1.29 76146.82 2256.74 48395.44
## 1808 39 2015-03-29 1.25 69747.20 2566.52 51530.22
## 1809 40 2015-03-22 1.23 68499.85 2604.56 46711.00
## 1810 41 2015-03-15 1.23 71906.75 2450.87 44600.81
## 1811 42 2015-03-08 0.95 159735.96 2148.75 116151.40
## 1812 43 2015-03-01 1.25 65484.37 841.50 39074.28
## 1813 44 2015-02-22 1.26 70345.39 1496.07 42829.11
## 1814 45 2015-02-15 1.43 60213.79 1773.89 32544.28
## 1815 46 2015-02-08 1.38 66360.74 1904.73 37355.04
## 1816 47 2015-02-01 1.25 112065.73 2685.50 75345.64
## 1817 48 2015-01-25 1.32 98722.79 1847.59 70060.41
## 1818 49 2015-01-18 1.47 59312.07 2147.08 36730.40
## 1819 50 2015-01-11 1.54 54644.32 1491.88 33759.12
## 1820 51 2015-01-04 1.52 54956.80 3013.04 35456.88
## 1821 0 2015-12-27 1.10 1306923.23 571602.60 404837.90
## 1822 1 2015-12-20 1.13 1139861.64 497437.17 341262.17
## 1823 2 2015-12-13 1.02 1472501.13 695419.91 463238.46
## 1824 3 2015-12-06 1.08 1245289.61 579077.46 394656.96
## 1825 4 2015-11-29 1.11 1099646.06 460759.58 364748.79
## 1826 5 2015-11-22 1.10 1281613.28 584490.60 403638.25
## 1827 6 2015-11-15 1.09 1294866.75 549163.56 441216.08
## 1828 7 2015-11-08 1.12 1285586.97 513609.22 467808.56
## 1829 8 2015-11-01 1.12 1350091.82 469390.49 584277.22
## 1830 9 2015-10-25 1.11 1411354.54 559720.23 583990.89
## 1831 10 2015-10-18 1.12 1368887.69 492966.35 588304.97
## 1832 11 2015-10-11 1.05 1560845.55 708470.83 576153.62
## 1833 12 2015-10-04 1.14 1309245.88 492561.57 566241.35
## 1834 13 2015-09-27 0.99 1542657.96 564480.54 729792.24
## 1835 14 2015-09-20 1.16 1386951.96 611683.23 506379.84
## 1836 15 2015-09-13 1.13 1526985.30 727720.21 491074.45
## 1837 16 2015-09-06 1.12 1714650.22 857114.48 547236.44
## 1838 17 2015-08-30 1.13 1481150.17 699755.69 477305.38
## 1839 18 2015-08-23 1.06 1731574.98 930286.05 498120.52
## 1840 19 2015-08-16 1.08 1727851.85 911935.06 508403.31
## 1841 20 2015-08-09 1.14 1605913.77 789751.38 498857.30
## 1842 21 2015-08-02 1.13 1593031.18 761285.69 506914.62
## 1843 22 2015-07-26 1.04 1844887.26 898275.28 576870.99
## 1844 23 2015-07-19 1.09 1701986.81 824192.70 491747.17
## 1845 24 2015-07-12 1.07 1808842.07 953323.15 530475.53
## 1846 25 2015-07-05 1.06 1988311.90 927860.87 627548.45
## 1847 26 2015-06-28 1.08 1826182.48 954738.73 480810.73
## 1848 27 2015-06-21 1.08 1921720.44 1049002.63 474166.48
## 1849 28 2015-06-14 1.06 1974806.07 1117926.72 443241.80
## 1850 29 2015-06-07 1.04 2026464.23 1207877.63 445069.67
## 1851 30 2015-05-31 1.09 1853451.18 1085643.80 418763.72
## 1852 31 2015-05-24 1.03 2026639.78 1221023.10 450494.18
## 1853 32 2015-05-17 1.06 1966712.28 1228815.94 413931.34
## 1854 33 2015-05-10 1.03 2105831.09 1319397.29 424405.51
## 1855 34 2015-05-03 1.01 2333238.90 1485535.26 508885.83
## 1856 35 2015-04-26 1.13 1787071.74 1022915.70 447514.72
## 1857 36 2015-04-19 1.12 1801956.87 1055547.01 433296.82
## 1858 37 2015-04-12 0.97 2160085.64 1423163.45 471484.38
## 1859 38 2015-04-05 1.13 1668243.39 898263.98 437183.58
## 1860 39 2015-03-29 1.08 1657404.68 912075.07 441015.24
## 1861 40 2015-03-22 1.09 1651115.09 885071.63 450192.76
## 1862 41 2015-03-15 1.10 1590080.35 839457.23 435373.81
## 1863 42 2015-03-08 1.11 1531085.64 838161.13 412581.04
## 1864 43 2015-03-01 1.09 1619341.49 854129.32 460986.95
## 1865 44 2015-02-22 1.08 1547969.24 818736.11 430679.66
## 1866 45 2015-02-15 1.05 1507821.92 847328.77 409541.36
## 1867 46 2015-02-08 0.98 1794543.77 1077511.79 490403.56
## 1868 47 2015-02-01 0.92 2561325.42 1383259.28 926444.37
## 1869 48 2015-01-25 1.08 1510836.96 841332.54 454162.30
## 1870 49 2015-01-18 1.02 1674945.55 966515.75 485150.34
## 1871 50 2015-01-11 1.09 1402841.83 737363.86 448207.79
## 1872 51 2015-01-04 1.01 1683795.30 1027842.30 466641.12
## 1873 0 2015-12-27 1.01 417190.47 87748.64 131201.91
## 1874 1 2015-12-20 0.98 416298.84 82416.56 134956.77
## 1875 2 2015-12-13 0.93 429103.52 94577.23 162734.28
## 1876 3 2015-12-06 0.73 743770.20 90996.95 270188.87
## 1877 4 2015-11-29 1.04 353818.15 78566.84 113850.46
## 1878 5 2015-11-22 1.03 380726.46 83017.79 131660.30
## 1879 6 2015-11-15 0.90 568414.35 83998.38 199356.57
## 1880 7 2015-11-08 1.04 406548.16 100419.74 152265.41
## 1881 8 2015-11-01 1.06 423475.77 98262.62 182672.87
## 1882 9 2015-10-25 0.91 480396.16 95297.50 191061.91
## 1883 10 2015-10-18 1.05 438182.64 113111.46 188908.15
## 1884 11 2015-10-11 0.79 657656.23 84270.47 324386.38
## 1885 12 2015-10-04 1.13 421430.94 104149.05 172302.04
## 1886 13 2015-09-27 0.90 484598.47 159779.59 187080.35
## 1887 14 2015-09-20 0.94 566385.90 121425.14 291367.40
## 1888 15 2015-09-13 1.00 535519.29 222536.88 181246.81
## 1889 16 2015-09-06 1.10 465258.45 174913.44 188351.71
## 1890 17 2015-08-30 1.14 427776.92 154462.20 186124.73
## 1891 18 2015-08-23 1.08 545296.58 153011.47 274926.31
## 1892 19 2015-08-16 1.17 465897.27 180693.46 190950.32
## 1893 20 2015-08-09 1.19 448135.88 174171.38 185098.36
## 1894 21 2015-08-02 1.14 501106.60 193728.54 217474.07
## 1895 22 2015-07-26 1.18 433999.24 178906.95 171527.43
## 1896 23 2015-07-19 1.18 446862.52 188492.76 180269.35
## 1897 24 2015-07-12 1.02 568129.75 264203.19 187613.16
## 1898 25 2015-07-05 1.19 574999.04 215805.97 273227.27
## 1899 26 2015-06-28 1.16 508174.09 196765.08 223128.51
## 1900 27 2015-06-21 1.08 579558.00 170388.26 284787.85
## 1901 28 2015-06-14 1.08 622880.59 180452.62 323409.94
## 1902 29 2015-06-07 1.16 543944.19 194122.57 239758.46
## 1903 30 2015-05-31 1.01 600303.28 249742.24 226577.97
## 1904 31 2015-05-24 1.01 606039.09 190231.27 295332.36
## 1905 32 2015-05-17 1.06 487024.66 210129.55 162760.11
## 1906 33 2015-05-10 0.91 675269.74 241819.96 295585.52
## 1907 34 2015-05-03 0.95 644419.48 226738.24 305964.15
## 1908 35 2015-04-26 0.95 571442.54 238672.89 224599.46
## 1909 36 2015-04-19 0.99 610658.64 144514.60 337188.30
## 1910 37 2015-04-12 1.16 433703.29 150701.62 199632.59
## 1911 38 2015-04-05 1.22 432729.65 160806.41 178795.80
## 1912 39 2015-03-29 1.20 401824.91 162580.71 163122.62
## 1913 40 2015-03-22 1.10 426180.78 153885.51 213514.26
## 1914 41 2015-03-15 1.21 392802.67 156506.22 160239.43
## 1915 42 2015-03-08 1.17 419849.55 147899.80 201529.60
## 1916 43 2015-03-01 0.94 598755.26 138994.95 359783.57
## 1917 44 2015-02-22 1.11 495032.46 117115.76 287695.04
## 1918 45 2015-02-15 1.23 363889.04 140491.93 153003.62
## 1919 46 2015-02-08 1.08 447701.68 161940.61 232248.98
## 1920 47 2015-02-01 0.98 776237.93 165259.75 535324.57
## 1921 48 2015-01-25 1.09 432770.06 131530.29 229573.27
## 1922 49 2015-01-18 1.11 439617.61 155745.95 220991.54
## 1923 50 2015-01-11 1.05 510152.67 121596.43 292968.56
## 1924 51 2015-01-04 0.97 599965.86 126485.75 377138.79
## 1925 0 2015-12-27 0.96 208425.96 47444.55 86212.38
## 1926 1 2015-12-20 0.98 189584.22 43169.56 78630.35
## 1927 2 2015-12-13 0.98 207627.79 51042.68 86614.43
## 1928 3 2015-12-06 0.97 210379.48 54037.25 84518.32
## 1929 4 2015-11-29 0.98 185733.81 49084.79 72843.91
## 1930 5 2015-11-22 1.02 179083.03 44120.52 75630.56
## 1931 6 2015-11-15 1.00 238990.38 52380.29 112379.04
## 1932 7 2015-11-08 1.07 223564.41 61118.97 68546.36
## 1933 8 2015-11-01 1.12 229530.31 56638.78 60350.15
## 1934 9 2015-10-25 1.22 199222.68 52737.98 50170.35
## 1935 10 2015-10-18 1.23 217581.17 49804.30 64754.24
## 1936 11 2015-10-11 1.17 222606.79 47887.85 54545.59
## 1937 12 2015-10-04 1.29 187692.67 48417.65 56829.33
## 1938 13 2015-09-27 1.12 222849.89 47076.74 71030.22
## 1939 14 2015-09-20 1.22 216519.33 50149.22 63790.55
## 1940 15 2015-09-13 1.16 238903.72 63924.76 55553.71
## 1941 16 2015-09-06 1.04 301641.21 56439.41 83271.26
## 1942 17 2015-08-30 1.16 253577.94 52246.02 61767.29
## 1943 18 2015-08-23 1.13 277977.73 50939.49 68496.40
## 1944 19 2015-08-16 1.23 241120.74 50360.32 59216.72
## 1945 20 2015-08-09 1.23 234070.70 42925.31 65067.83
## 1946 21 2015-08-02 1.22 243248.66 49760.49 64419.93
## 1947 22 2015-07-26 1.20 232204.85 50568.58 52944.26
## 1948 23 2015-07-19 1.20 246513.23 46281.36 63762.88
## 1949 24 2015-07-12 1.19 247167.15 38293.85 78845.11
## 1950 25 2015-07-05 1.16 275670.52 42042.96 103086.21
## 1951 26 2015-06-28 1.17 255921.90 39793.34 84150.14
## 1952 27 2015-06-21 1.17 264236.38 45414.99 87728.29
## 1953 28 2015-06-14 1.11 286814.82 60157.22 95409.49
## 1954 29 2015-06-07 1.14 259977.16 73208.00 61502.61
## 1955 30 2015-05-31 1.16 262288.53 77231.53 60701.02
## 1956 31 2015-05-24 1.21 267022.77 58855.60 80893.32
## 1957 32 2015-05-17 1.16 264908.94 77565.86 64994.10
## 1958 33 2015-05-10 1.11 267655.62 76699.18 60772.22
## 1959 34 2015-05-03 1.01 335464.54 70984.75 108604.01
## 1960 35 2015-04-26 1.16 259623.56 75695.92 62292.95
## 1961 36 2015-04-19 1.13 255436.55 67458.77 58452.52
## 1962 37 2015-04-12 1.10 274985.46 71379.06 72736.73
## 1963 38 2015-04-05 1.12 245491.91 68933.47 53335.28
## 1964 39 2015-03-29 1.23 238992.24 56270.21 71237.73
## 1965 40 2015-03-22 1.19 244658.35 78241.83 60049.35
## 1966 41 2015-03-15 1.18 252527.34 66629.12 71027.65
## 1967 42 2015-03-08 1.24 198900.07 41324.65 54059.83
## 1968 43 2015-03-01 1.20 216841.43 57245.09 55213.60
## 1969 44 2015-02-22 1.11 258728.48 65910.74 69081.33
## 1970 45 2015-02-15 1.21 230632.14 66005.80 55126.76
## 1971 46 2015-02-08 1.14 222483.88 68078.13 47671.39
## 1972 47 2015-02-01 0.99 344288.82 79507.90 115316.24
## 1973 48 2015-01-25 1.16 233277.19 61158.75 59374.75
## 1974 49 2015-01-18 1.22 204504.99 48613.54 55881.05
## 1975 50 2015-01-11 1.24 205760.67 43986.78 54185.12
## 1976 51 2015-01-04 1.20 221086.46 53316.16 72178.46
## 1977 0 2015-12-27 0.98 161577.60 46837.66 67974.89
## 1978 1 2015-12-20 0.99 158870.28 45598.33 73851.02
## 1979 2 2015-12-13 0.98 174380.77 57804.67 75113.57
## 1980 3 2015-12-06 0.98 176731.22 65474.44 77494.48
## 1981 4 2015-11-29 0.99 140939.78 46757.26 65442.13
## 1982 5 2015-11-22 1.01 148242.89 44462.58 69493.08
## 1983 6 2015-11-15 0.94 198934.23 57421.46 101470.66
## 1984 7 2015-11-08 0.95 202831.97 83635.77 76222.46
## 1985 8 2015-11-01 1.00 212854.47 72020.73 93880.64
## 1986 9 2015-10-25 1.02 180316.10 68613.89 70131.72
## 1987 10 2015-10-18 1.00 217221.23 70405.40 106053.96
## 1988 11 2015-10-11 1.01 192231.47 61756.93 85083.67
## 1989 12 2015-10-04 1.04 200821.29 67267.71 91381.65
## 1990 13 2015-09-27 0.97 203675.17 61853.71 101484.98
## 1991 14 2015-09-20 1.04 195742.46 76712.59 72627.68
## 1992 15 2015-09-13 1.01 229220.66 86208.18 89290.69
## 1993 16 2015-09-06 0.98 252853.41 72054.13 112958.68
## 1994 17 2015-08-30 1.06 213120.84 70639.52 86152.24
## 1995 18 2015-08-23 1.04 232074.44 76650.45 96308.77
## 1996 19 2015-08-16 1.05 222696.44 70382.17 95071.56
## 1997 20 2015-08-09 1.06 216580.39 72133.51 87338.90
## 1998 21 2015-08-02 1.05 235505.63 76879.31 101904.61
## 1999 22 2015-07-26 1.03 222882.86 74157.71 86910.45
## 2000 23 2015-07-19 1.02 225259.93 74921.22 84052.93
## 2001 24 2015-07-12 1.02 234568.80 80375.78 90573.83
## 2002 25 2015-07-05 1.01 287571.95 94880.31 118022.58
## 2003 26 2015-06-28 1.00 236210.73 78419.44 90965.34
## 2004 27 2015-06-21 1.01 264922.77 95486.41 99696.48
## 2005 28 2015-06-14 0.98 289290.98 102242.31 113772.11
## 2006 29 2015-06-07 1.02 248646.25 84737.37 90992.27
## 2007 30 2015-05-31 1.02 270601.09 102486.76 98090.75
## 2008 31 2015-05-24 1.03 280240.70 91042.47 116589.43
## 2009 32 2015-05-17 1.04 262509.58 91276.43 103883.14
## 2010 33 2015-05-10 1.06 263027.68 72224.74 115679.54
## 2011 34 2015-05-03 0.99 292744.22 89712.71 128429.41
## 2012 35 2015-04-26 1.11 235546.11 76765.23 97538.87
## 2013 36 2015-04-19 1.10 231641.21 75898.29 91143.24
## 2014 37 2015-04-12 1.11 213032.44 60609.49 96301.96
## 2015 38 2015-04-05 1.14 222122.63 69929.43 95585.93
## 2016 39 2015-03-29 1.15 205954.04 54695.88 96405.61
## 2017 40 2015-03-22 1.12 213086.98 61853.48 91980.03
## 2018 41 2015-03-15 1.16 210124.43 66591.48 87711.90
## 2019 42 2015-03-08 1.19 177541.37 50712.87 64964.66
## 2020 43 2015-03-01 1.13 194798.39 53902.85 83985.84
## 2021 44 2015-02-22 1.10 225830.42 75550.59 89874.92
## 2022 45 2015-02-15 1.13 207249.74 70877.95 77855.03
## 2023 46 2015-02-08 1.06 212887.85 74594.17 81138.97
## 2024 47 2015-02-01 0.97 308461.10 99429.98 140203.43
## 2025 48 2015-01-25 1.17 194086.08 54046.97 75205.48
## 2026 49 2015-01-18 1.18 179038.39 54459.40 66963.59
## 2027 50 2015-01-11 1.15 194460.59 71743.11 66849.97
## 2028 51 2015-01-04 1.13 182697.97 56293.75 80396.09
## 2029 0 2015-12-27 0.96 98584.92 33255.50 31680.16
## 2030 1 2015-12-20 1.00 88183.03 27512.58 31883.26
## 2031 2 2015-12-13 1.01 99886.07 38378.38 34347.46
## 2032 3 2015-12-06 1.01 99519.99 41191.54 35662.29
## 2033 4 2015-11-29 1.03 73733.96 24165.84 30145.95
## 2034 5 2015-11-22 1.00 83963.95 28956.02 29324.32
## 2035 6 2015-11-15 1.00 109928.84 41213.90 45406.39
## 2036 7 2015-11-08 1.01 114124.60 53190.61 35852.04
## 2037 8 2015-11-01 1.00 116798.97 54831.71 40083.51
## 2038 9 2015-10-25 0.99 110896.48 57250.89 33829.89
## 2039 10 2015-10-18 0.98 117516.57 48540.88 47290.21
## 2040 11 2015-10-11 1.01 118009.81 53713.89 37828.75
## 2041 12 2015-10-04 1.04 114487.07 51177.03 38394.24
## 2042 13 2015-09-27 1.01 109274.98 44983.72 44626.23
## 2043 14 2015-09-20 1.00 125682.96 64728.77 37055.97
## 2044 15 2015-09-13 0.99 147617.68 69411.99 49831.29
## 2045 16 2015-09-06 1.09 131197.71 42757.30 55250.67
## 2046 17 2015-08-30 1.14 114054.04 39821.27 43618.93
## 2047 18 2015-08-23 1.12 115608.44 38976.84 47017.25
## 2048 19 2015-08-16 1.13 113815.50 40667.35 43698.58
## 2049 20 2015-08-09 1.09 116317.58 45164.18 40962.84
## 2050 21 2015-08-02 1.04 122568.69 48105.03 45920.97
## 2051 22 2015-07-26 1.04 118455.23 48519.87 38794.48
## 2052 23 2015-07-19 1.04 124246.77 48761.54 41554.57
## 2053 24 2015-07-12 1.06 128054.41 50647.98 42235.42
## 2054 25 2015-07-05 1.05 147749.25 54928.79 51261.23
## 2055 26 2015-06-28 1.04 131276.21 50052.80 43905.58
## 2056 27 2015-06-21 1.05 135895.47 51621.94 47601.83
## 2057 28 2015-06-14 1.02 147633.83 58275.46 50914.84
## 2058 29 2015-06-07 1.05 139464.87 58789.36 41702.47
## 2059 30 2015-05-31 1.06 133856.19 57819.40 41122.46
## 2060 31 2015-05-24 1.07 142274.01 55748.50 50452.59
## 2061 32 2015-05-17 1.08 135281.35 55106.27 46302.99
## 2062 33 2015-05-10 1.09 141860.18 52698.39 52242.50
## 2063 34 2015-05-03 1.03 147690.42 54015.48 60973.26
## 2064 35 2015-04-26 1.09 137885.58 63041.96 47028.39
## 2065 36 2015-04-19 1.08 144665.27 68391.59 44913.65
## 2066 37 2015-04-12 1.13 129698.87 50246.44 49285.67
## 2067 38 2015-04-05 1.19 121569.73 48155.42 44874.21
## 2068 39 2015-03-29 1.13 117662.32 46540.34 46915.77
## 2069 40 2015-03-22 1.09 126535.83 51584.99 46659.25
## 2070 41 2015-03-15 1.12 119124.45 47388.04 43327.94
## 2071 42 2015-03-08 1.16 111702.58 43783.88 36289.08
## 2072 43 2015-03-01 1.11 110991.01 45568.34 38348.50
## 2073 44 2015-02-22 1.09 127855.51 55931.84 45806.33
## 2074 45 2015-02-15 1.07 136950.98 68986.21 39203.72
## 2075 46 2015-02-08 1.02 145648.40 78195.76 38763.75
## 2076 47 2015-02-01 1.00 168217.72 71867.81 65784.29
## 2077 48 2015-01-25 1.15 123070.18 48244.28 41412.29
## 2078 49 2015-01-18 1.18 112106.05 44676.56 37854.42
## 2079 50 2015-01-11 1.16 113235.82 45706.36 37629.54
## 2080 51 2015-01-04 1.13 109215.00 48285.15 37562.78
## 2081 0 2015-12-27 0.98 403741.62 98482.89 249362.94
## 2082 1 2015-12-20 1.00 385518.03 99604.61 224843.47
## 2083 2 2015-12-13 1.00 376689.94 94854.90 221627.68
## 2084 3 2015-12-06 1.07 318280.23 82537.98 184349.52
## 2085 4 2015-11-29 0.99 347406.90 80757.92 216851.97
## 2086 5 2015-11-22 1.06 354986.48 83984.24 218912.41
## 2087 6 2015-11-15 0.94 414161.47 100343.08 262929.38
## 2088 7 2015-11-08 1.14 357132.53 118696.55 185189.82
## 2089 8 2015-11-01 1.02 532467.38 180210.99 300978.15
## 2090 9 2015-10-25 1.26 343757.21 98792.01 190021.02
## 2091 10 2015-10-18 1.28 326458.27 94529.60 175181.76
## 2092 11 2015-10-11 1.29 355472.28 85276.49 211955.75
## 2093 12 2015-10-04 1.10 377192.10 70755.56 259002.51
## 2094 13 2015-09-27 1.28 350982.20 84527.09 213297.91
## 2095 14 2015-09-20 1.25 353231.58 79142.80 220538.20
## 2096 15 2015-09-13 1.24 384192.52 101189.96 220364.77
## 2097 16 2015-09-06 1.21 466705.75 137388.73 262139.81
## 2098 17 2015-08-30 1.30 377229.13 114804.62 197034.03
## 2099 18 2015-08-23 1.26 405274.71 112710.34 233164.62
## 2100 19 2015-08-16 1.30 401708.33 136485.36 202459.20
## 2101 20 2015-08-09 1.28 414823.74 146135.78 206011.16
## 2102 21 2015-08-02 1.33 404664.32 131156.47 209986.17
## 2103 22 2015-07-26 1.32 395471.89 130034.73 200668.51
## 2104 23 2015-07-19 1.29 404604.85 130412.82 210334.54
## 2105 24 2015-07-12 1.23 411928.38 130109.66 218611.12
## 2106 25 2015-07-05 1.26 550810.62 161220.26 305122.62
## 2107 26 2015-06-28 1.26 423984.04 143118.33 210343.54
## 2108 27 2015-06-21 1.27 422723.91 137206.11 215068.66
## 2109 28 2015-06-14 1.22 431791.38 149611.03 209926.36
## 2110 29 2015-06-07 1.18 435087.17 143063.59 224039.06
## 2111 30 2015-05-31 1.17 435723.85 156719.55 219047.40
## 2112 31 2015-05-24 1.26 403793.79 110289.47 232223.44
## 2113 32 2015-05-17 1.18 397215.12 141111.13 200745.02
## 2114 33 2015-05-10 1.14 437822.76 162135.00 217681.33
## 2115 34 2015-05-03 1.05 662034.34 149107.81 458178.77
## 2116 35 2015-04-26 1.27 366719.82 101324.62 205561.23
## 2117 36 2015-04-19 1.19 415841.32 117518.41 241637.11
## 2118 37 2015-04-12 1.24 382583.75 119295.38 208546.45
## 2119 38 2015-04-05 1.23 404333.75 120613.18 214547.09
## 2120 39 2015-03-29 1.20 391178.81 110809.75 203705.17
## 2121 40 2015-03-22 1.13 424708.39 106578.88 221094.74
## 2122 41 2015-03-15 1.22 380761.14 113759.19 204089.22
## 2123 42 2015-03-08 1.12 415147.69 152131.35 199610.67
## 2124 43 2015-03-01 1.02 452845.47 143867.37 256090.11
## 2125 44 2015-02-22 1.14 405013.16 137425.32 216791.05
## 2126 45 2015-02-15 1.13 381041.74 134992.29 194031.02
## 2127 46 2015-02-08 0.98 432572.45 144586.53 237751.75
## 2128 47 2015-02-01 1.04 771974.90 287292.15 429601.75
## 2129 48 2015-01-25 1.19 360027.65 101289.29 210411.75
## 2130 49 2015-01-18 1.22 367047.36 83097.77 238956.51
## 2131 50 2015-01-11 1.09 429492.28 109368.41 271300.08
## 2132 51 2015-01-04 1.05 430138.88 110693.69 270107.61
## 2133 0 2015-12-27 0.92 439968.40 141447.28 130341.75
## 2134 1 2015-12-20 0.94 420476.44 130565.46 119298.50
## 2135 2 2015-12-13 0.84 462548.30 155111.21 118664.89
## 2136 3 2015-12-06 0.67 565516.62 196490.30 209350.93
## 2137 4 2015-11-29 0.91 385289.59 143861.40 140359.41
## 2138 5 2015-11-22 0.98 385300.75 163396.83 129579.32
## 2139 6 2015-11-15 0.85 501838.10 264103.11 150523.33
## 2140 7 2015-11-08 0.92 492385.15 255993.88 154270.39
## 2141 8 2015-11-01 1.01 468472.81 211287.89 179995.77
## 2142 9 2015-10-25 1.08 408336.19 172518.85 165522.86
## 2143 10 2015-10-18 1.03 447663.17 197862.67 179049.25
## 2144 11 2015-10-11 0.93 492276.73 202263.25 234833.71
## 2145 12 2015-10-04 1.11 404301.76 154884.04 194838.77
## 2146 13 2015-09-27 0.93 491990.83 194526.22 245815.73
## 2147 14 2015-09-20 1.07 448488.04 204096.06 173105.77
## 2148 15 2015-09-13 1.08 464305.03 191302.75 199953.93
## 2149 16 2015-09-06 1.02 502677.35 271640.29 165034.84
## 2150 17 2015-08-30 1.04 490268.77 277305.27 145974.51
## 2151 18 2015-08-23 1.15 459471.05 250163.47 153378.68
## 2152 19 2015-08-16 1.05 514202.63 281209.49 176899.01
## 2153 20 2015-08-09 1.03 630941.71 285569.68 288086.68
## 2154 21 2015-08-02 1.07 500999.15 275822.73 168300.62
## 2155 22 2015-07-26 1.10 495344.27 279280.58 161574.35
## 2156 23 2015-07-19 1.15 462526.00 258240.72 142492.68
## 2157 24 2015-07-12 1.10 490312.63 251056.27 182844.55
## 2158 25 2015-07-05 1.05 587740.55 328818.07 187820.87
## 2159 26 2015-06-28 1.02 495309.23 295023.15 142348.73
## 2160 27 2015-06-21 0.94 594488.41 368402.91 163855.72
## 2161 28 2015-06-14 0.87 630746.82 403551.43 165020.73
## 2162 29 2015-06-07 0.89 607468.04 378749.86 164367.13
## 2163 30 2015-05-31 0.90 569414.76 358147.99 153680.36
## 2164 31 2015-05-24 1.08 477415.68 273672.82 155813.57
## 2165 32 2015-05-17 1.02 458191.52 283530.10 131772.59
## 2166 33 2015-05-10 0.85 594740.30 399789.96 136147.89
## 2167 34 2015-05-03 0.80 740760.30 424263.68 247709.36
## 2168 35 2015-04-26 1.11 435990.48 235664.26 141949.05
## 2169 36 2015-04-19 1.04 488094.98 270328.18 156651.22
## 2170 37 2015-04-12 1.01 515246.69 260591.11 189713.87
## 2171 38 2015-04-05 1.11 469883.87 249036.72 162601.80
## 2172 39 2015-03-29 1.08 450370.85 234361.38 155583.39
## 2173 40 2015-03-22 0.96 515764.64 235106.15 221942.26
## 2174 41 2015-03-15 1.06 463106.48 257709.12 144761.07
## 2175 42 2015-03-08 0.95 504284.16 314550.25 127157.90
## 2176 43 2015-03-01 0.83 572552.24 317625.55 202619.21
## 2177 44 2015-02-22 0.92 516149.11 301983.87 151869.53
## 2178 45 2015-02-15 0.94 486113.55 303637.72 127874.99
## 2179 46 2015-02-08 0.98 448394.83 229118.81 162856.34
## 2180 47 2015-02-01 0.85 692276.13 357235.87 277723.14
## 2181 48 2015-01-25 1.02 406591.11 217747.34 140456.68
## 2182 49 2015-01-18 1.01 461063.73 250311.74 163944.20
## 2183 50 2015-01-11 0.82 544667.18 303369.02 192913.11
## 2184 51 2015-01-04 0.94 461607.33 244152.26 165299.33
## 2185 0 2015-12-27 1.05 692206.40 181704.67 422617.80
## 2186 1 2015-12-20 1.15 637091.48 173521.67 364622.31
## 2187 2 2015-12-13 1.22 616016.46 127080.03 384958.63
## 2188 3 2015-12-06 1.06 694982.49 102771.75 498975.34
## 2189 4 2015-11-29 1.05 651638.60 102783.08 462966.47
## 2190 5 2015-11-22 1.04 709444.22 121232.94 502068.19
## 2191 6 2015-11-15 0.99 775848.72 165884.02 517366.37
## 2192 7 2015-11-08 1.40 599884.32 165981.13 319176.32
## 2193 8 2015-11-01 0.97 869927.27 214932.11 563719.33
## 2194 9 2015-10-25 1.55 561342.23 126498.63 334051.96
## 2195 10 2015-10-18 1.52 586073.85 146584.21 332942.22
## 2196 11 2015-10-11 1.58 564456.60 106180.64 351965.39
## 2197 12 2015-10-04 1.04 762866.62 119177.06 563257.19
## 2198 13 2015-09-27 1.38 651697.34 208309.03 349648.86
## 2199 14 2015-09-20 1.56 578500.76 94105.15 380999.77
## 2200 15 2015-09-13 1.53 603840.95 110779.86 367833.98
## 2201 16 2015-09-06 1.54 646810.20 154276.07 384033.22
## 2202 17 2015-08-30 1.53 649891.92 177166.44 364371.17
## 2203 18 2015-08-23 1.59 610212.92 129106.61 380934.57
## 2204 19 2015-08-16 1.59 618237.58 145519.47 364968.69
## 2205 20 2015-08-09 1.56 603876.90 158022.04 345590.21
## 2206 21 2015-08-02 1.57 645158.33 164972.09 374726.64
## 2207 22 2015-07-26 1.58 628331.04 150230.79 366576.34
## 2208 23 2015-07-19 1.56 633327.17 146180.86 385520.87
## 2209 24 2015-07-12 1.39 680351.84 149802.29 430540.93
## 2210 25 2015-07-05 1.53 752191.79 168468.95 451890.53
## 2211 26 2015-06-28 1.54 646324.68 154423.58 377054.83
## 2212 27 2015-06-21 1.52 673720.54 161726.05 396191.28
## 2213 28 2015-06-14 1.51 696873.03 181175.51 403173.66
## 2214 29 2015-06-07 1.31 758817.08 167496.15 477146.12
## 2215 30 2015-05-31 1.29 764114.39 192708.56 469208.86
## 2216 31 2015-05-24 1.37 700411.03 131638.62 467572.13
## 2217 32 2015-05-17 1.32 701099.41 167532.68 434957.48
## 2218 33 2015-05-10 1.30 742672.03 172662.98 462218.87
## 2219 34 2015-05-03 1.00 1310364.67 237060.70 975141.69
## 2220 35 2015-04-26 1.39 680839.21 107461.85 458055.89
## 2221 36 2015-04-19 1.23 818816.70 134592.31 584922.85
## 2222 37 2015-04-12 1.33 729890.28 159838.22 469655.44
## 2223 38 2015-04-05 1.33 742539.71 143671.36 473142.55
## 2224 39 2015-03-29 1.30 742583.03 145294.94 460144.90
## 2225 40 2015-03-22 1.19 841723.81 136354.98 568189.47
## 2226 41 2015-03-15 1.26 779754.03 204467.41 455307.39
## 2227 42 2015-03-08 1.16 830775.42 260192.19 442834.07
## 2228 43 2015-03-01 0.95 1039265.17 251296.88 697969.61
## 2229 44 2015-02-22 1.23 776336.17 165066.61 502502.44
## 2230 45 2015-02-15 1.23 696515.27 176265.06 414826.51
## 2231 46 2015-02-08 0.92 928836.58 252068.60 581737.42
## 2232 47 2015-02-01 0.91 1352027.64 369580.89 896514.30
## 2233 48 2015-01-25 1.21 713523.24 127276.45 481792.41
## 2234 49 2015-01-18 1.22 753746.51 107566.95 554501.21
## 2235 50 2015-01-11 1.03 916450.76 155455.32 670522.75
## 2236 51 2015-01-04 0.99 907795.89 179507.69 637000.10
## 2237 0 2015-12-27 1.09 450185.94 101442.85 178459.60
## 2238 1 2015-12-20 1.15 404862.32 88134.20 139794.19
## 2239 2 2015-12-13 1.05 454428.03 114813.13 156347.74
## 2240 3 2015-12-06 0.81 726504.61 117507.93 219412.63
## 2241 4 2015-11-29 1.17 373309.53 90354.26 131571.17
## 2242 5 2015-11-22 1.07 426337.91 111896.12 155494.84
## 2243 6 2015-11-15 0.93 643402.84 146061.83 213666.13
## 2244 7 2015-11-08 1.06 490827.32 135637.50 172982.00
## 2245 8 2015-11-01 1.14 435921.23 105846.91 176922.79
## 2246 9 2015-10-25 1.03 520698.46 130741.16 201858.00
## 2247 10 2015-10-18 1.08 484106.11 147440.78 185069.58
## 2248 11 2015-10-11 0.90 640331.58 87081.69 301656.56
## 2249 12 2015-10-04 1.06 513268.88 103495.71 281914.21
## 2250 13 2015-09-27 1.10 467791.95 159459.18 152002.76
## 2251 14 2015-09-20 1.02 590721.74 158198.44 242849.81
## 2252 15 2015-09-13 1.02 586503.27 230283.36 181240.95
## 2253 16 2015-09-06 1.17 459793.66 167782.09 155468.95
## 2254 17 2015-08-30 1.18 446850.83 171694.14 150815.43
## 2255 18 2015-08-23 1.13 551498.09 137390.97 265837.45
## 2256 19 2015-08-16 1.15 497526.51 173165.55 201936.28
## 2257 20 2015-08-09 1.15 523157.29 220284.27 169096.61
## 2258 21 2015-08-02 1.18 519887.27 210529.13 181274.82
## 2259 22 2015-07-26 1.29 436208.03 158304.49 172990.41
## 2260 23 2015-07-19 1.25 491653.57 197532.38 192075.86
## 2261 24 2015-07-12 1.14 597860.19 261870.98 204320.97
## 2262 25 2015-07-05 1.35 582037.07 201350.06 263046.88
## 2263 26 2015-06-28 1.31 496302.98 175064.74 222871.77
## 2264 27 2015-06-21 1.19 577605.00 178641.03 272213.83
## 2265 28 2015-06-14 1.18 615500.43 207290.74 274970.73
## 2266 29 2015-06-07 1.27 494855.95 194535.45 207213.71
## 2267 30 2015-05-31 1.12 543908.18 244319.84 185303.96
## 2268 31 2015-05-24 1.14 577946.53 213212.05 240665.64
## 2269 32 2015-05-17 1.22 474081.77 176144.77 196907.32
## 2270 33 2015-05-10 1.08 638696.86 263440.86 242012.13
## 2271 34 2015-05-03 1.02 687972.03 226074.37 355250.18
## 2272 35 2015-04-26 1.19 490426.14 202726.84 188384.71
## 2273 36 2015-04-19 1.13 570030.63 130765.93 324680.31
## 2274 37 2015-04-12 1.33 396728.35 134346.50 184720.11
## 2275 38 2015-04-05 1.26 466120.48 148128.23 238612.85
## 2276 39 2015-03-29 1.22 452743.21 162078.03 205582.46
## 2277 40 2015-03-22 1.13 514196.67 192630.73 229939.77
## 2278 41 2015-03-15 1.24 453589.67 173278.26 189014.61
## 2279 42 2015-03-08 1.24 439846.35 170637.19 190973.90
## 2280 43 2015-03-01 1.07 613535.33 162940.98 327299.85
## 2281 44 2015-02-22 1.11 552036.54 106012.21 353201.96
## 2282 45 2015-02-15 1.33 352335.10 114014.90 171966.91
## 2283 46 2015-02-08 1.08 488980.65 153475.96 257164.75
## 2284 47 2015-02-01 0.97 933148.31 201139.95 578708.75
## 2285 48 2015-01-25 1.26 420124.11 118569.87 228985.50
## 2286 49 2015-01-18 1.20 463472.52 160898.14 223145.82
## 2287 50 2015-01-11 1.06 527350.82 144349.43 278069.43
## 2288 51 2015-01-04 0.97 634522.34 165839.16 341836.86
## 2289 0 2015-12-27 0.98 251443.08 137133.17 48908.40
## 2290 1 2015-12-20 1.04 211066.05 115402.34 39931.51
## 2291 2 2015-12-13 0.96 257166.53 148691.81 47393.23
## 2292 3 2015-12-06 1.03 233274.40 130410.85 47118.94
## 2293 4 2015-11-29 0.97 217965.37 125440.43 42269.54
## 2294 5 2015-11-22 0.99 216767.98 123208.85 42099.26
## 2295 6 2015-11-15 1.07 224373.12 116059.40 61600.25
## 2296 7 2015-11-08 1.08 221080.11 118352.11 47266.75
## 2297 8 2015-11-01 1.00 280886.82 143163.13 59937.59
## 2298 9 2015-10-25 1.11 223607.39 107103.78 46792.32
## 2299 10 2015-10-18 1.12 226246.39 105221.40 55038.80
## 2300 11 2015-10-11 1.03 267962.33 121966.00 64658.41
## 2301 12 2015-10-04 1.04 267919.95 123692.52 70671.20
## 2302 13 2015-09-27 1.08 253422.99 111054.81 72273.16
## 2303 14 2015-09-20 1.02 312177.28 148633.90 77644.18
## 2304 15 2015-09-13 1.14 269754.97 124781.45 61067.30
## 2305 16 2015-09-06 1.00 353755.00 165544.52 78503.43
## 2306 17 2015-08-30 1.15 280699.74 130772.55 58761.62
## 2307 18 2015-08-23 1.09 310381.51 139531.80 64117.55
## 2308 19 2015-08-16 1.12 320750.54 157907.67 60468.01
## 2309 20 2015-08-09 1.05 353930.82 179463.07 69024.22
## 2310 21 2015-08-02 1.14 309611.87 148657.53 64352.06
## 2311 22 2015-07-26 1.11 327629.87 160050.21 63162.91
## 2312 23 2015-07-19 1.05 379505.99 212349.90 70690.71
## 2313 24 2015-07-12 1.14 320934.33 143217.29 81353.84
## 2314 25 2015-07-05 1.05 406711.20 204374.47 93000.23
## 2315 26 2015-06-28 1.11 340424.79 152050.00 76047.90
## 2316 27 2015-06-21 1.03 392755.13 207438.27 71556.59
## 2317 28 2015-06-14 1.10 339919.17 172821.14 60267.01
## 2318 29 2015-06-07 1.04 378845.21 223638.72 46631.18
## 2319 30 2015-05-31 1.13 322891.36 185323.63 43301.71
## 2320 31 2015-05-24 1.05 407499.97 247039.02 58352.93
## 2321 32 2015-05-17 1.09 346700.41 200005.38 46163.06
## 2322 33 2015-05-10 1.13 329845.26 199489.94 44017.79
## 2323 34 2015-05-03 0.97 457411.45 271320.49 72324.54
## 2324 35 2015-04-26 1.10 319659.25 191953.94 43170.27
## 2325 36 2015-04-19 1.08 322940.72 185939.51 43227.61
## 2326 37 2015-04-12 1.05 356627.38 220208.81 49060.02
## 2327 38 2015-04-05 1.10 311646.73 187483.15 44278.23
## 2328 39 2015-03-29 1.11 284839.51 151124.37 45649.68
## 2329 40 2015-03-22 1.00 366680.00 218785.98 48984.19
## 2330 41 2015-03-15 1.15 297855.71 171702.03 44167.57
## 2331 42 2015-03-08 1.14 289679.91 173429.19 39009.78
## 2332 43 2015-03-01 1.05 337576.71 213315.88 42197.08
## 2333 44 2015-02-22 1.02 332918.70 193228.98 45809.76
## 2334 45 2015-02-15 1.11 278514.05 163447.93 40081.18
## 2335 46 2015-02-08 1.06 282822.72 169169.05 41468.74
## 2336 47 2015-02-01 0.91 469684.32 284674.20 78055.21
## 2337 48 2015-01-25 1.06 311348.31 187805.04 46947.97
## 2338 49 2015-01-18 1.15 276205.95 160256.58 44019.64
## 2339 50 2015-01-11 1.10 279706.73 162428.39 39713.75
## 2340 51 2015-01-04 1.01 309024.22 180977.06 46253.49
## 2341 0 2015-12-27 0.81 4831664.77 2295315.43 1290847.05
## 2342 1 2015-12-20 0.81 4565207.85 2166801.03 1226508.86
## 2343 2 2015-12-13 0.78 4869309.42 2366879.80 1559601.21
## 2344 3 2015-12-06 0.76 4938526.47 2271088.12 1989750.87
## 2345 4 2015-11-29 0.82 3969578.89 2105670.46 1234911.39
## 2346 5 2015-11-22 0.80 4347510.51 2187382.97 1451468.73
## 2347 6 2015-11-15 0.76 4943687.09 2762021.24 1375460.43
## 2348 7 2015-11-08 0.80 4864814.01 2470146.60 1630407.36
## 2349 8 2015-11-01 0.81 5072550.94 2344879.12 1704035.46
## 2350 9 2015-10-25 0.86 4912068.04 2542914.87 1537781.45
## 2351 10 2015-10-18 0.87 4687705.56 2488221.20 1352548.07
## 2352 11 2015-10-11 0.83 5236047.86 2351606.01 1833545.05
## 2353 12 2015-10-04 0.84 5201535.32 2257194.22 2067870.47
## 2354 13 2015-09-27 0.87 4987381.36 2252044.96 2042360.56
## 2355 14 2015-09-20 0.83 5211738.31 2453284.69 2117631.84
## 2356 15 2015-09-13 0.88 5761848.67 2608997.38 2390282.14
## 2357 16 2015-09-06 0.86 5979528.24 2897999.07 2322076.97
## 2358 17 2015-08-30 0.87 5200252.65 3171393.10 1387819.83
## 2359 18 2015-08-23 0.89 5235579.44 3058909.34 1546628.56
## 2360 19 2015-08-16 0.89 5409823.02 3273624.13 1474652.79
## 2361 20 2015-08-09 0.89 5353393.56 3096265.87 1600371.62
## 2362 21 2015-08-02 0.90 5142335.64 3276776.23 1254704.28
## 2363 22 2015-07-26 0.81 5822521.79 3166737.18 1982138.27
## 2364 23 2015-07-19 0.83 5703940.56 3141801.51 1766900.01
## 2365 24 2015-07-12 0.82 5544366.95 3318843.01 1523777.99
## 2366 25 2015-07-05 0.83 6380287.71 3835278.13 1639735.99
## 2367 26 2015-06-28 0.77 6024103.65 3656335.59 1416248.77
## 2368 27 2015-06-21 0.79 6153608.75 3460014.16 1739133.40
## 2369 28 2015-06-14 0.69 7281803.61 4668964.65 1660109.04
## 2370 29 2015-06-07 0.75 6234006.44 3870043.62 1479527.40
## 2371 30 2015-05-31 0.74 6349957.65 4136440.91 1501302.47
## 2372 31 2015-05-24 0.83 5903596.18 3794422.74 1434383.77
## 2373 32 2015-05-17 0.79 5831782.44 3979432.32 1202270.23
## 2374 33 2015-05-10 0.79 6400340.97 3969053.76 1709201.45
## 2375 34 2015-05-03 0.78 6558729.33 3520801.33 2265493.71
## 2376 35 2015-04-26 0.83 5578980.69 3637682.35 1248422.73
## 2377 36 2015-04-19 0.82 5593885.09 3657278.94 1183497.85
## 2378 37 2015-04-12 0.80 5930072.71 3851189.34 1385674.25
## 2379 38 2015-04-05 0.83 6368728.85 3676642.17 1856953.20
## 2380 39 2015-03-29 0.82 5713017.35 3091049.63 1836365.62
## 2381 40 2015-03-22 0.76 6008817.90 3785376.16 1476714.10
## 2382 41 2015-03-15 0.79 5703759.21 3290881.46 1644220.11
## 2383 42 2015-03-08 0.80 5864999.81 3215935.34 1855972.27
## 2384 43 2015-03-01 0.87 5314431.93 2944928.22 1629785.85
## 2385 44 2015-02-22 0.85 5208272.73 3077730.66 1408136.41
## 2386 45 2015-02-15 0.80 5204971.91 3046997.70 1421557.06
## 2387 46 2015-02-08 0.73 5900232.15 3323430.66 1927404.12
## 2388 47 2015-02-01 0.71 6934356.31 3776936.71 2348980.01
## 2389 48 2015-01-25 0.81 5142259.93 3205533.39 1298842.90
## 2390 49 2015-01-18 0.79 5322625.57 2839359.92 1782045.18
## 2391 50 2015-01-11 0.80 5409726.02 2973367.52 1717171.24
## 2392 51 2015-01-04 0.77 5144267.01 2745009.10 1755142.21
## 2393 0 2015-12-27 0.98 3024956.05 2045752.24 275823.43
## 2394 1 2015-12-20 1.12 2206305.07 1449139.49 211595.53
## 2395 2 2015-12-13 0.96 3042588.20 2127600.06 303892.09
## 2396 3 2015-12-06 1.13 2205550.58 1520190.48 248205.38
## 2397 4 2015-11-29 0.97 2615828.04 1797110.09 273706.42
## 2398 5 2015-11-22 0.98 2667551.84 1799501.02 285065.90
## 2399 6 2015-11-15 1.16 2242688.20 1455202.28 294620.08
## 2400 7 2015-11-08 1.16 2197763.70 1420318.78 298081.99
## 2401 8 2015-11-01 0.98 3227049.19 2058754.30 472310.67
## 2402 9 2015-10-25 1.16 2211716.76 1278660.60 393459.25
## 2403 10 2015-10-18 1.15 2274638.59 1274185.16 426237.27
## 2404 11 2015-10-11 0.97 3179824.67 1810141.55 579736.64
## 2405 12 2015-10-04 0.98 3259659.28 1909901.24 591640.18
## 2406 13 2015-09-27 1.17 2314057.46 1266450.71 519006.76
## 2407 14 2015-09-20 0.96 3496412.09 2000380.63 663554.32
## 2408 15 2015-09-13 1.15 2486654.71 1317283.12 534412.71
## 2409 16 2015-09-06 0.97 3750714.49 2175323.40 650270.11
## 2410 17 2015-08-30 1.19 2544630.50 1422797.76 464251.81
## 2411 18 2015-08-23 1.16 2580705.47 1423075.89 477975.75
## 2412 19 2015-08-16 1.16 2766391.11 1615209.93 431016.10
## 2413 20 2015-08-09 1.00 3804851.11 2430272.64 498991.43
## 2414 21 2015-08-02 1.18 2674633.13 1539272.45 430133.96
## 2415 22 2015-07-26 1.15 2742949.66 1615660.84 424560.81
## 2416 23 2015-07-19 0.99 3810950.39 2507726.20 515358.68
## 2417 24 2015-07-12 1.17 2748745.96 1578243.11 467848.98
## 2418 25 2015-07-05 0.99 4295280.16 2713600.49 592279.23
## 2419 26 2015-06-28 1.14 3026048.11 1721633.23 464034.18
## 2420 27 2015-06-21 0.97 4019384.71 2602623.94 462243.35
## 2421 28 2015-06-14 1.15 3021825.81 1910736.86 315079.10
## 2422 29 2015-06-07 0.99 4003121.77 2862823.58 294519.59
## 2423 30 2015-05-31 1.17 2884507.74 2048880.09 206982.30
## 2424 31 2015-05-24 1.00 4298514.96 3209533.78 311176.56
## 2425 32 2015-05-17 1.15 2936173.63 2098271.46 211868.36
## 2426 33 2015-05-10 1.17 2963777.80 2167781.63 212422.04
## 2427 34 2015-05-03 0.97 4986270.76 3682277.46 383803.95
## 2428 35 2015-04-26 1.16 3011225.49 2170188.85 220781.47
## 2429 36 2015-04-19 1.14 2857156.51 2014443.63 214218.14
## 2430 37 2015-04-12 1.00 3781504.91 2801179.62 292733.49
## 2431 38 2015-04-05 1.08 3140456.17 2257669.21 252737.98
## 2432 39 2015-03-29 1.16 2558925.23 1804282.66 205041.11
## 2433 40 2015-03-22 0.98 3867453.83 2823708.05 299770.04
## 2434 41 2015-03-15 1.21 2602341.55 1865220.72 211822.87
## 2435 42 2015-03-08 1.18 2642581.73 1894002.38 199317.95
## 2436 43 2015-03-01 1.01 3633174.13 2682065.60 281502.89
## 2437 44 2015-02-22 1.11 2796195.76 1960713.06 236520.37
## 2438 45 2015-02-15 1.16 2558563.78 1820564.15 219336.78
## 2439 46 2015-02-08 1.11 2573973.63 1871661.73 226039.73
## 2440 47 2015-02-01 0.93 4924049.79 3656338.95 451194.73
## 2441 48 2015-01-25 1.15 2778000.82 1990978.47 266024.34
## 2442 49 2015-01-18 1.19 2595783.66 1815847.03 273695.84
## 2443 50 2015-01-11 1.18 2433295.61 1667012.92 269027.02
## 2444 51 2015-01-04 0.98 3204112.16 2296069.27 320373.63
## 2445 0 2015-12-27 1.05 67099.38 20577.16 21592.44
## 2446 1 2015-12-20 1.12 61555.62 17819.26 16576.75
## 2447 2 2015-12-13 0.99 67431.18 22229.24 20738.68
## 2448 3 2015-12-06 0.85 100233.67 18780.00 39234.39
## 2449 4 2015-11-29 1.17 51432.09 16876.93 16826.84
## 2450 5 2015-11-22 1.12 56013.43 17535.51 21806.06
## 2451 6 2015-11-15 1.00 84398.93 17121.98 38867.94
## 2452 7 2015-11-08 1.08 63821.22 19315.13 26207.73
## 2453 8 2015-11-01 1.13 60151.68 20262.48 23801.85
## 2454 9 2015-10-25 1.08 66852.57 16618.08 33389.28
## 2455 10 2015-10-18 1.13 60732.92 16562.04 30936.55
## 2456 11 2015-10-11 0.94 88580.07 11289.75 56878.37
## 2457 12 2015-10-04 0.99 77514.75 18331.90 47471.02
## 2458 13 2015-09-27 1.09 63902.90 25431.53 23735.71
## 2459 14 2015-09-20 1.05 79503.08 20718.72 42342.60
## 2460 15 2015-09-13 1.03 78771.30 39572.15 24065.27
## 2461 16 2015-09-06 1.08 67101.52 32235.74 18153.73
## 2462 17 2015-08-30 1.11 61176.91 31274.84 16651.71
## 2463 18 2015-08-23 1.08 84333.73 34441.25 35454.67
## 2464 19 2015-08-16 1.15 72392.09 33363.36 25970.27
## 2465 20 2015-08-09 1.21 70351.29 32213.37 23114.49
## 2466 21 2015-08-02 1.19 74839.74 35242.08 24453.69
## 2467 22 2015-07-26 1.18 71150.24 33592.19 22293.64
## 2468 23 2015-07-19 1.16 77305.34 39750.66 23169.36
## 2469 24 2015-07-12 1.05 86318.90 45146.65 23703.42
## 2470 25 2015-07-05 1.22 91195.99 43121.13 30059.65
## 2471 26 2015-06-28 1.20 81276.47 38303.60 26660.48
## 2472 27 2015-06-21 1.12 84739.31 33513.17 33789.94
## 2473 28 2015-06-14 1.13 88579.12 36980.68 35548.22
## 2474 29 2015-06-07 1.19 79733.85 40534.99 26271.71
## 2475 30 2015-05-31 1.08 82469.70 42027.99 24334.27
## 2476 31 2015-05-24 1.07 92664.44 41058.09 33679.94
## 2477 32 2015-05-17 1.09 77996.78 36879.96 24110.51
## 2478 33 2015-05-10 1.03 95615.23 46467.69 31703.17
## 2479 34 2015-05-03 0.98 108051.54 44094.43 48511.36
## 2480 35 2015-04-26 1.08 80443.94 41208.97 24094.05
## 2481 36 2015-04-19 1.03 91379.33 31965.44 42072.81
## 2482 37 2015-04-12 1.21 64529.74 27692.12 23281.52
## 2483 38 2015-04-05 1.15 73681.06 30529.69 29902.80
## 2484 39 2015-03-29 1.12 74999.31 36451.47 26800.47
## 2485 40 2015-03-22 1.10 74725.33 32960.85 28457.80
## 2486 41 2015-03-15 1.19 71766.04 32528.50 26391.31
## 2487 42 2015-03-08 1.18 69848.58 35184.21 24432.93
## 2488 43 2015-03-01 1.03 88304.41 26800.27 44707.74
## 2489 44 2015-02-22 1.03 85295.41 25370.99 45291.88
## 2490 45 2015-02-15 1.24 57869.58 24008.40 22723.92
## 2491 46 2015-02-08 1.03 74139.25 28901.01 36736.53
## 2492 47 2015-02-01 0.97 135656.36 35897.25 84741.31
## 2493 48 2015-01-25 1.21 64116.71 23843.63 29590.60
## 2494 49 2015-01-18 1.18 69600.14 28457.99 29719.57
## 2495 50 2015-01-11 1.07 70697.07 21973.57 35996.70
## 2496 51 2015-01-04 1.00 84612.39 26607.29 44341.92
## 2497 0 2015-12-27 1.10 152121.37 50481.76 25206.85
## 2498 1 2015-12-20 1.13 135427.66 40333.06 23867.60
## 2499 2 2015-12-13 0.99 166083.52 64673.08 24481.09
## 2500 3 2015-12-06 1.09 147544.08 60481.90 25222.92
## 2501 4 2015-11-29 1.16 129475.25 38130.41 26526.03
## 2502 5 2015-11-22 1.15 134989.16 40115.68 27003.98
## 2503 6 2015-11-15 1.07 160185.59 62810.86 28499.99
## 2504 7 2015-11-08 1.18 148030.60 54277.81 29529.64
## 2505 8 2015-11-01 1.21 152077.32 49010.65 34559.26
## 2506 9 2015-10-25 1.21 151268.28 52371.31 37039.70
## 2507 10 2015-10-18 1.26 143944.11 53413.73 34898.38
## 2508 11 2015-10-11 1.15 159011.26 77647.86 25627.41
## 2509 12 2015-10-04 1.23 151219.39 64603.33 36643.05
## 2510 13 2015-09-27 1.12 175958.11 99021.18 34231.90
## 2511 14 2015-09-20 1.24 165255.03 77969.04 37269.87
## 2512 15 2015-09-13 1.15 200117.98 108859.16 33405.69
## 2513 16 2015-09-06 1.30 180705.59 85673.91 36576.66
## 2514 17 2015-08-30 1.32 164716.78 74751.64 34386.84
## 2515 18 2015-08-23 1.11 202861.68 111101.26 35104.11
## 2516 19 2015-08-16 0.88 290906.05 186669.12 44789.17
## 2517 20 2015-08-09 1.15 200794.99 92511.57 47874.46
## 2518 21 2015-08-02 1.26 184501.15 79291.85 43745.86
## 2519 22 2015-07-26 1.06 216993.01 120124.79 38710.22
## 2520 23 2015-07-19 1.20 204464.92 99044.52 41712.52
## 2521 24 2015-07-12 1.13 233579.70 132490.39 44204.19
## 2522 25 2015-07-05 1.32 224901.96 97253.40 57668.67
## 2523 26 2015-06-28 1.17 217234.17 107631.08 40137.34
## 2524 27 2015-06-21 1.26 198137.18 84699.66 38461.41
## 2525 28 2015-06-14 1.28 203247.31 87726.18 41782.62
## 2526 29 2015-06-07 1.30 194667.64 92964.49 38450.22
## 2527 30 2015-05-31 1.16 247195.62 147104.98 38945.34
## 2528 31 2015-05-24 1.18 236189.46 135166.39 38773.04
## 2529 32 2015-05-17 1.32 186936.02 96530.89 37553.09
## 2530 33 2015-05-10 1.25 218562.94 125846.03 33050.99
## 2531 34 2015-05-03 1.09 275080.92 190986.18 36252.66
## 2532 35 2015-04-26 1.37 178200.42 86967.98 42320.51
## 2533 36 2015-04-19 1.34 184979.95 101449.24 38169.29
## 2534 37 2015-04-12 1.21 214125.11 138215.06 37441.77
## 2535 38 2015-04-05 1.36 159461.64 77970.98 34544.71
## 2536 39 2015-03-29 1.21 198395.76 111921.69 39575.00
## 2537 40 2015-03-22 1.34 163325.40 77997.93 37696.27
## 2538 41 2015-03-15 1.33 157799.23 70836.30 36549.13
## 2539 42 2015-03-08 1.36 147525.59 73956.89 31856.71
## 2540 43 2015-03-01 1.24 179277.41 93746.89 39403.61
## 2541 44 2015-02-22 1.32 156112.67 75717.36 36667.64
## 2542 45 2015-02-15 1.23 169118.65 88022.48 33530.37
## 2543 46 2015-02-08 1.09 214718.99 140791.53 31995.56
## 2544 47 2015-02-01 1.10 308371.90 209893.28 48651.40
## 2545 48 2015-01-25 1.17 176820.49 99020.78 31381.54
## 2546 49 2015-01-18 1.28 170590.85 78724.96 50701.59
## 2547 50 2015-01-11 1.29 164917.61 79292.59 41050.38
## 2548 51 2015-01-04 1.15 198735.26 125713.89 34555.73
## 2549 0 2015-12-27 1.36 42344.22 828.65 23560.51
## 2550 1 2015-12-20 1.36 39365.15 646.68 22231.33
## 2551 2 2015-12-13 1.32 50384.57 773.81 33149.83
## 2552 3 2015-12-06 1.17 50632.73 874.90 34439.57
## 2553 4 2015-11-29 1.41 35852.68 719.36 21285.35
## 2554 5 2015-11-22 1.38 39100.45 846.69 22314.40
## 2555 6 2015-11-15 1.21 51725.93 912.37 34236.71
## 2556 7 2015-11-08 1.23 55560.09 645.86 37788.65
## 2557 8 2015-11-01 1.16 55095.62 1062.84 36281.55
## 2558 9 2015-10-25 1.26 48971.60 935.77 30448.48
## 2559 10 2015-10-18 1.26 48655.18 748.89 28155.56
## 2560 11 2015-10-11 1.32 45170.50 1054.40 27690.82
## 2561 12 2015-10-04 1.34 41904.06 1777.42 22698.79
## 2562 13 2015-09-27 1.16 54194.93 925.80 43139.43
## 2563 14 2015-09-20 1.44 37045.75 775.55 27299.15
## 2564 15 2015-09-13 1.44 43060.60 882.30 30696.69
## 2565 16 2015-09-06 1.36 48358.73 675.27 37504.92
## 2566 17 2015-08-30 1.20 53699.67 601.15 43932.05
## 2567 18 2015-08-23 1.44 42933.81 579.09 30616.05
## 2568 19 2015-08-16 1.42 44245.45 619.41 32282.72
## 2569 20 2015-08-09 1.35 51094.98 510.89 39597.11
## 2570 21 2015-08-02 1.48 41000.44 722.58 26661.77
## 2571 22 2015-07-26 1.23 59947.27 878.02 41541.46
## 2572 23 2015-07-19 1.38 59427.83 593.22 34449.87
## 2573 24 2015-07-12 1.25 75144.87 577.45 43147.80
## 2574 25 2015-07-05 1.45 68922.42 797.75 35080.61
## 2575 26 2015-06-28 1.39 63938.81 755.70 30246.27
## 2576 27 2015-06-21 1.40 60370.27 624.44 32511.25
## 2577 28 2015-06-14 1.35 65184.56 547.63 27340.54
## 2578 29 2015-06-07 1.22 69776.51 632.01 41825.39
## 2579 30 2015-05-31 1.36 64839.58 744.02 34985.62
## 2580 31 2015-05-24 1.35 61584.26 559.81 34572.48
## 2581 32 2015-05-17 1.44 69649.85 743.44 42174.14
## 2582 33 2015-05-10 1.34 78708.38 899.13 44891.19
## 2583 34 2015-05-03 1.40 50591.38 634.61 24201.46
## 2584 35 2015-04-26 1.40 48811.05 768.09 23424.19
## 2585 36 2015-04-19 1.40 52800.83 721.11 24884.63
## 2586 37 2015-04-12 1.36 46828.88 670.17 21961.57
## 2587 38 2015-04-05 1.38 50015.81 716.97 24675.99
## 2588 39 2015-03-29 1.29 52419.71 1020.84 28858.30
## 2589 40 2015-03-22 1.33 48180.98 2030.41 21884.43
## 2590 41 2015-03-15 1.36 42078.58 2534.42 20482.33
## 2591 42 2015-03-08 1.28 46199.20 796.52 23821.37
## 2592 43 2015-03-01 1.32 47890.09 728.61 22776.67
## 2593 44 2015-02-22 1.33 42662.65 1098.61 21441.05
## 2594 45 2015-02-15 1.35 38750.74 880.54 19621.76
## 2595 46 2015-02-08 1.25 51557.01 1093.76 26366.48
## 2596 47 2015-02-01 1.26 57424.15 1321.47 30243.88
## 2597 48 2015-01-25 1.37 44517.84 810.15 22526.20
## 2598 49 2015-01-18 1.40 40391.55 789.84 24755.46
## 2599 50 2015-01-11 1.45 42017.49 984.29 21576.29
## 2600 51 2015-01-04 1.33 41143.51 2506.61 20905.01
## 2601 0 2015-12-27 0.97 376187.98 246326.83 35652.12
## 2602 1 2015-12-20 1.15 238950.84 146376.83 23810.77
## 2603 2 2015-12-13 0.96 365643.92 242293.88 40944.16
## 2604 3 2015-12-06 1.17 227131.21 145404.19 29926.02
## 2605 4 2015-11-29 0.96 330060.95 213390.26 41026.86
## 2606 5 2015-11-22 0.97 311784.91 194667.16 39338.15
## 2607 6 2015-11-15 1.22 236178.67 138482.70 32425.90
## 2608 7 2015-11-08 1.21 228585.31 135741.88 33351.68
## 2609 8 2015-11-01 0.97 391514.43 228324.13 72749.38
## 2610 9 2015-10-25 1.12 234023.90 109048.96 51940.14
## 2611 10 2015-10-18 1.11 256610.00 112096.12 54378.07
## 2612 11 2015-10-11 0.88 402228.35 175545.51 90767.27
## 2613 12 2015-10-04 0.89 413839.96 184069.95 92366.74
## 2614 13 2015-09-27 1.13 252128.43 99077.59 70565.14
## 2615 14 2015-09-20 0.88 432962.29 186843.91 104344.66
## 2616 15 2015-09-13 1.10 257374.81 97653.71 69978.38
## 2617 16 2015-09-06 0.91 436528.94 205188.66 94841.92
## 2618 17 2015-08-30 1.20 262575.33 126060.57 53665.74
## 2619 18 2015-08-23 1.17 264170.20 126817.40 54873.96
## 2620 19 2015-08-16 1.17 283647.52 139923.45 50157.80
## 2621 20 2015-08-09 0.97 427229.44 257930.36 58043.78
## 2622 21 2015-08-02 1.18 274423.66 139950.79 50642.05
## 2623 22 2015-07-26 1.16 265367.52 133615.12 48153.33
## 2624 23 2015-07-19 0.97 421574.42 258972.92 61716.04
## 2625 24 2015-07-12 1.17 289138.36 149510.03 54927.82
## 2626 25 2015-07-05 0.95 482088.56 282433.10 71003.58
## 2627 26 2015-06-28 1.11 325434.49 157030.05 56095.25
## 2628 27 2015-06-21 0.95 438581.50 262821.95 58036.49
## 2629 28 2015-06-14 1.17 294964.30 152836.19 39330.60
## 2630 29 2015-06-07 0.97 433152.31 295793.00 35164.49
## 2631 30 2015-05-31 1.22 273609.96 181641.14 18121.91
## 2632 31 2015-05-24 0.99 460041.38 331416.40 30794.75
## 2633 32 2015-05-17 1.18 275260.08 182281.62 18249.86
## 2634 33 2015-05-10 1.21 287068.69 197831.01 20278.37
## 2635 34 2015-05-03 0.97 558113.22 401968.96 37800.63
## 2636 35 2015-04-26 1.19 304135.67 203078.44 19757.32
## 2637 36 2015-04-19 1.16 280464.73 182582.22 19553.08
## 2638 37 2015-04-12 0.99 425033.14 304622.85 30735.77
## 2639 38 2015-04-05 1.09 354134.22 242307.65 26336.27
## 2640 39 2015-03-29 1.20 254520.54 169276.36 18562.00
## 2641 40 2015-03-22 0.97 440106.92 310473.40 32912.35
## 2642 41 2015-03-15 1.25 257172.84 173099.66 19983.36
## 2643 42 2015-03-08 1.22 259317.73 166383.80 19097.27
## 2644 43 2015-03-01 1.00 373461.94 258084.33 27867.24
## 2645 44 2015-02-22 1.12 268415.49 167595.76 22043.38
## 2646 45 2015-02-15 1.21 242478.65 154111.87 20647.04
## 2647 46 2015-02-08 1.19 236434.37 155193.87 21932.31
## 2648 47 2015-02-01 0.92 562242.53 392037.18 53180.28
## 2649 48 2015-01-25 1.21 260471.23 161291.00 30244.52
## 2650 49 2015-01-18 1.27 228920.62 132142.60 33674.07
## 2651 50 2015-01-11 1.24 235231.08 142237.71 36017.93
## 2652 51 2015-01-04 0.97 339909.13 226346.70 37517.53
## 2653 0 2015-12-27 0.95 27297983.67 9626901.09 10197890.05
## 2654 1 2015-12-20 0.98 25083647.17 8710021.76 9329861.85
## 2655 2 2015-12-13 0.93 28041335.38 9855053.66 10805838.91
## 2656 3 2015-12-06 0.89 28800396.57 9405464.36 12160838.62
## 2657 4 2015-11-29 0.99 22617999.38 8094803.56 9003178.41
## 2658 5 2015-11-22 0.96 25114228.11 8571849.80 10389879.59
## 2659 6 2015-11-15 0.92 28597756.27 9907981.27 11699787.51
## 2660 7 2015-11-08 0.97 28485715.97 9991330.31 12199657.40
## 2661 8 2015-11-01 0.97 31047484.27 10138703.85 14229286.82
## 2662 9 2015-10-25 1.04 26240072.11 8683958.80 11410478.34
## 2663 10 2015-10-18 0.99 29375123.60 9162094.14 14082539.61
## 2664 11 2015-10-11 1.00 29216198.15 8828340.53 13326573.45
## 2665 12 2015-10-04 1.02 28243505.52 8353619.97 13775651.69
## 2666 13 2015-09-27 1.03 27753508.14 8454208.80 13819912.63
## 2667 14 2015-09-20 1.02 29569086.56 9422275.27 13846044.56
## 2668 15 2015-09-13 1.03 31245835.65 9875018.48 14888077.69
## 2669 16 2015-09-06 1.02 33526480.08 12569277.14 14245598.38
## 2670 17 2015-08-30 1.07 29761638.48 11650976.87 11995960.83
## 2671 18 2015-08-23 1.08 29699845.61 11283021.31 12551529.70
## 2672 19 2015-08-16 1.05 31936856.18 12680252.48 12998327.25
## 2673 20 2015-08-09 1.05 33254911.87 13003371.07 13926692.62
## 2674 21 2015-08-02 1.09 30358467.88 12115233.76 12219014.12
## 2675 22 2015-07-26 1.07 30652211.08 12196225.93 12009228.05
## 2676 23 2015-07-19 1.07 32324647.66 12742760.17 12605457.17
## 2677 24 2015-07-12 1.07 31660031.68 12384449.40 12403360.20
## 2678 25 2015-07-05 1.04 37943670.34 15643939.37 14213650.06
## 2679 26 2015-06-28 1.06 32408705.70 13299568.71 11505999.24
## 2680 27 2015-06-21 1.02 35734613.90 14699604.93 13244466.60
## 2681 28 2015-06-14 0.98 37026085.75 16383685.07 12821015.03
## 2682 29 2015-06-07 1.00 36549995.66 16529797.60 12582265.21
## 2683 30 2015-05-31 1.03 33720159.09 15503613.33 11599634.02
## 2684 31 2015-05-24 1.04 35344183.15 16000107.80 12513821.19
## 2685 32 2015-05-17 1.06 32027686.15 14615941.59 11003341.22
## 2686 33 2015-05-10 1.02 36400886.58 16215328.75 13509064.65
## 2687 34 2015-05-03 0.96 41291704.39 17787611.93 16602589.04
## 2688 35 2015-04-26 1.07 30894157.80 13833715.28 10867403.08
## 2689 36 2015-04-19 1.03 33091256.26 14251319.31 12277858.78
## 2690 37 2015-04-12 1.02 32046401.64 14793354.18 11210544.11
## 2691 38 2015-04-05 1.06 31500669.44 13939014.43 11526980.36
## 2692 39 2015-03-29 1.04 29982648.43 12524637.04 11541041.35
## 2693 40 2015-03-22 1.01 32513550.51 13697405.61 12659784.83
## 2694 41 2015-03-15 1.04 29572225.71 13149988.71 10634070.76
## 2695 42 2015-03-08 1.02 30094698.85 13013750.35 10973972.60
## 2696 43 2015-03-01 0.97 32994014.16 13282222.98 13733124.48
## 2697 44 2015-02-22 1.02 29936729.76 12628562.36 11354281.64
## 2698 45 2015-02-15 1.03 28012520.93 12626615.30 9783489.59
## 2699 46 2015-02-08 0.95 32137333.01 13308193.40 13381347.54
## 2700 47 2015-02-01 0.89 44655461.51 18933038.04 18956479.74
## 2701 48 2015-01-25 1.04 28470310.84 12167445.03 10734652.82
## 2702 49 2015-01-18 1.03 29043458.85 11858139.34 11701947.80
## 2703 50 2015-01-11 1.01 29063542.75 11544810.53 12134773.38
## 2704 51 2015-01-04 0.95 31324277.73 12357161.34 13624083.05
## 2705 0 2015-12-27 0.83 5291979.63 2038443.68 1717599.45
## 2706 1 2015-12-20 0.88 4737649.03 2017331.24 1314711.00
## 2707 2 2015-12-13 0.85 4899439.92 1798995.46 1596329.01
## 2708 3 2015-12-06 0.75 6202513.84 2097720.52 2051392.83
## 2709 4 2015-11-29 0.99 3719603.21 1461861.54 1216811.00
## 2710 5 2015-11-22 0.92 4481990.34 1549012.12 1588339.47
## 2711 6 2015-11-15 0.83 5972493.77 1996852.58 2060439.93
## 2712 7 2015-11-08 0.88 5094837.54 2204338.57 1668416.99
## 2713 8 2015-11-01 0.90 5024858.14 1815066.15 1937479.91
## 2714 9 2015-10-25 0.95 4945835.54 1574344.01 1990844.80
## 2715 10 2015-10-18 0.89 5413532.64 2012887.19 2170792.82
## 2716 11 2015-10-11 0.91 5534450.99 1287965.79 2714363.53
## 2717 12 2015-10-04 1.00 4895485.63 1369449.86 2378441.26
## 2718 13 2015-09-27 0.97 4792868.29 1601971.34 2116029.65
## 2719 14 2015-09-20 0.92 5596091.03 1552161.89 2825876.79
## 2720 15 2015-09-13 0.92 5811260.29 2194373.38 2317428.16
## 2721 16 2015-09-06 0.93 5900751.95 2682938.17 2086229.79
## 2722 17 2015-08-30 1.03 5138256.91 2163511.05 1986059.01
## 2723 18 2015-08-23 1.04 5197578.46 2160130.08 2054710.68
## 2724 19 2015-08-16 0.98 5718139.41 2640927.73 2027603.38
## 2725 20 2015-08-09 1.01 5531488.20 2368531.20 2068854.19
## 2726 21 2015-08-02 1.02 5451040.76 2470116.49 1962853.58
## 2727 22 2015-07-26 1.07 5126588.84 2293111.63 1776143.49
## 2728 23 2015-07-19 1.04 5525298.95 2337242.49 2065939.21
## 2729 24 2015-07-12 1.01 5791508.96 2688406.31 1950436.22
## 2730 25 2015-07-05 0.98 6749081.20 3328637.80 2304907.45
## 2731 26 2015-06-28 1.03 5617752.22 2686203.38 1907834.16
## 2732 27 2015-06-21 0.93 6478952.08 3062753.54 2299962.02
## 2733 28 2015-06-14 0.92 6760001.68 3239258.39 2416002.43
## 2734 29 2015-06-07 0.92 6669221.29 3451592.61 2145071.52
## 2735 30 2015-05-31 0.93 5874982.36 3094129.71 1835735.00
## 2736 31 2015-05-24 0.93 6139159.81 3206247.81 2036656.12
## 2737 32 2015-05-17 0.98 5338992.15 2786200.82 1654563.98
## 2738 33 2015-05-10 0.94 6323724.80 3050014.63 2260890.88
## 2739 34 2015-05-03 0.89 6937095.53 3115937.71 2917083.83
## 2740 35 2015-04-26 0.90 6013312.36 3163353.08 2021745.62
## 2741 36 2015-04-19 0.88 6612422.28 3118686.39 2557271.66
## 2742 37 2015-04-12 0.98 5609471.36 2561865.42 2267855.21
## 2743 38 2015-04-05 0.95 5929718.67 3132031.40 2022524.08
## 2744 39 2015-03-29 0.93 5719898.26 2978534.92 2012384.12
## 2745 40 2015-03-22 0.99 5368331.44 2511453.54 2163704.41
## 2746 41 2015-03-15 0.94 5572582.45 3034104.48 1829868.35
## 2747 42 2015-03-08 0.99 5382693.51 2541409.90 2120111.56
## 2748 43 2015-03-01 0.95 5840742.83 2221447.89 2822864.41
## 2749 44 2015-02-22 0.95 5939402.98 2444851.21 2650986.14
## 2750 45 2015-02-15 0.98 5026688.71 2483265.25 1840716.14
## 2751 46 2015-02-08 0.89 5949846.14 2749122.29 2418817.00
## 2752 47 2015-02-01 0.84 8362504.08 3531350.44 3872672.00
## 2753 48 2015-01-25 0.94 5461313.90 2695157.56 2031937.97
## 2754 49 2015-01-18 0.96 5475363.01 2431736.63 2258069.63
## 2755 50 2015-01-11 0.95 5333097.71 2203111.92 2292761.26
## 2756 51 2015-01-04 0.89 5794410.58 2275446.87 2582300.65
## 2757 0 2015-12-27 0.71 776404.39 451904.51 141599.36
## 2758 1 2015-12-20 0.83 649885.76 389110.55 108176.29
## 2759 2 2015-12-13 0.78 646041.56 437780.91 100110.13
## 2760 3 2015-12-06 0.74 623231.77 398871.12 133434.18
## 2761 4 2015-11-29 0.81 519028.45 335446.83 103635.94
## 2762 5 2015-11-22 0.78 615077.36 403133.14 122078.09
## 2763 6 2015-11-15 0.71 732695.38 483180.55 155778.70
## 2764 7 2015-11-08 0.76 661405.90 445281.03 123745.68
## 2765 8 2015-11-01 0.80 592115.57 350881.82 131576.51
## 2766 9 2015-10-25 0.82 635873.60 363487.08 166607.85
## 2767 10 2015-10-18 0.81 681501.30 409639.87 177573.02
## 2768 11 2015-10-11 0.89 638486.47 268061.13 258518.68
## 2769 12 2015-10-04 0.85 649050.15 240183.49 317701.12
## 2770 13 2015-09-27 0.79 714977.26 255897.91 376232.89
## 2771 14 2015-09-20 0.78 746249.98 289135.19 352998.81
## 2772 15 2015-09-13 0.75 829727.75 341728.32 330566.17
## 2773 16 2015-09-06 0.80 790420.66 487551.38 183612.44
## 2774 17 2015-08-30 0.82 750669.14 518203.31 136374.37
## 2775 18 2015-08-23 0.80 740213.87 535570.33 100108.86
## 2776 19 2015-08-16 0.77 815638.81 489076.90 154805.84
## 2777 20 2015-08-09 0.74 885883.92 576883.27 154758.26
## 2778 21 2015-08-02 0.79 795371.51 573107.42 94633.45
## 2779 22 2015-07-26 0.81 777883.03 542663.64 96112.02
## 2780 23 2015-07-19 0.76 803340.22 552839.76 101243.90
## 2781 24 2015-07-12 0.77 754672.44 515150.21 100148.70
## 2782 25 2015-07-05 0.78 913360.72 606650.91 123465.83
## 2783 26 2015-06-28 0.71 941135.50 670425.34 108019.80
## 2784 27 2015-06-21 0.74 948942.53 601318.24 158997.23
## 2785 28 2015-06-14 0.70 1035973.14 651120.92 202731.92
## 2786 29 2015-06-07 0.68 1053997.99 750594.50 152736.51
## 2787 30 2015-05-31 0.74 887045.15 626724.73 124037.26
## 2788 31 2015-05-24 0.75 914966.82 692900.55 107964.22
## 2789 32 2015-05-17 0.70 942310.32 721087.66 112070.95
## 2790 33 2015-05-10 0.71 1019160.83 774232.70 128168.65
## 2791 34 2015-05-03 0.74 967144.19 677575.96 166456.05
## 2792 35 2015-04-26 0.74 899632.66 596342.41 174560.73
## 2793 36 2015-04-19 0.70 961001.34 687794.59 154971.84
## 2794 37 2015-04-12 0.76 840314.58 564694.43 167105.74
## 2795 38 2015-04-05 0.76 938880.60 660961.68 163481.60
## 2796 39 2015-03-29 0.74 908323.30 595240.91 199938.30
## 2797 40 2015-03-22 0.85 752576.08 489678.55 157679.62
## 2798 41 2015-03-15 0.75 827795.25 610496.24 115089.70
## 2799 42 2015-03-08 0.73 805731.03 568182.30 137012.17
## 2800 43 2015-03-01 0.84 723488.95 439115.27 167245.85
## 2801 44 2015-02-22 0.85 681409.59 455087.17 121269.48
## 2802 45 2015-02-15 0.78 743066.25 520464.29 133695.54
## 2803 46 2015-02-08 0.72 811664.36 539280.41 175207.31
## 2804 47 2015-02-01 0.71 916367.42 611270.39 205181.23
## 2805 48 2015-01-25 0.80 720800.61 519142.82 124248.86
## 2806 49 2015-01-18 0.80 729795.72 516446.41 128438.87
## 2807 50 2015-01-11 0.92 584896.99 347125.63 129717.42
## 2808 51 2015-01-04 0.75 758118.95 426878.87 147958.43
## 2809 0 2016-12-25 1.52 73341.73 3202.39 58280.33
## 2810 1 2016-12-18 1.53 68938.53 3345.36 55949.79
## 2811 2 2016-12-11 1.49 71777.85 2323.39 56545.79
## 2812 3 2016-12-04 1.48 113031.96 6530.78 99746.05
## 2813 4 2016-11-27 1.52 58171.89 2793.99 47106.18
## 2814 5 2016-11-20 1.56 70089.51 3675.63 56898.54
## 2815 6 2016-11-13 1.62 63608.01 3523.63 49837.68
## 2816 7 2016-11-06 1.63 57178.20 3212.04 43024.32
## 2817 8 2016-10-30 1.46 58375.10 3187.14 45898.52
## 2818 9 2016-10-23 1.19 92080.35 4222.93 77537.36
## 2819 10 2016-10-16 1.40 69060.90 4027.42 54186.55
## 2820 11 2016-10-09 1.13 101087.84 3641.46 87174.41
## 2821 12 2016-10-02 1.51 75480.26 4109.22 57515.76
## 2822 13 2016-09-25 1.62 96853.15 7658.55 79425.81
## 2823 14 2016-09-18 1.39 79513.63 6624.37 63384.56
## 2824 15 2016-09-11 1.37 81473.15 6258.88 63511.85
## 2825 16 2016-09-04 1.44 95456.26 14741.13 64966.75
## 2826 17 2016-08-28 1.18 145323.22 34912.97 94928.79
## 2827 18 2016-08-21 1.43 94882.79 14520.36 63416.88
## 2828 19 2016-08-14 1.20 110528.09 24000.62 72970.23
## 2829 20 2016-08-07 1.48 99683.11 14670.87 69054.28
## 2830 21 2016-07-31 1.61 125586.57 9293.65 96915.41
## 2831 22 2016-07-24 1.46 98321.14 11580.64 65195.63
## 2832 23 2016-07-17 1.31 89228.02 9273.69 64260.69
## 2833 24 2016-07-10 1.11 131630.13 20970.24 96581.82
## 2834 25 2016-07-03 1.42 115907.61 8373.77 82122.04
## 2835 26 2016-06-26 1.50 133086.66 7923.01 106656.84
## 2836 27 2016-06-19 1.42 112817.51 6766.63 85374.27
## 2837 28 2016-06-12 1.38 111394.50 7531.24 83771.34
## 2838 29 2016-06-05 1.47 115857.12 4288.46 92055.75
## 2839 30 2016-05-29 1.49 127812.25 2580.77 104876.94
## 2840 31 2016-05-22 1.34 98863.64 929.07 74678.36
## 2841 32 2016-05-15 1.36 96924.19 901.65 75847.91
## 2842 33 2016-05-08 1.27 120194.49 1041.95 96137.78
## 2843 34 2016-05-01 1.03 173781.78 884.01 163570.47
## 2844 35 2016-04-24 1.18 102490.20 954.60 87571.23
## 2845 36 2016-04-17 1.22 86433.63 898.63 70042.60
## 2846 37 2016-04-10 1.46 70253.30 972.15 56128.98
## 2847 38 2016-04-03 0.85 81694.23 676.27 70459.66
## 2848 39 2016-03-27 1.49 92529.27 808.50 78146.18
## 2849 40 2016-03-20 1.32 110401.88 764.97 97082.40
## 2850 41 2016-03-13 1.18 108264.90 847.64 96117.13
## 2851 42 2016-03-06 1.27 90633.66 972.34 74693.31
## 2852 43 2016-02-28 1.26 87822.43 805.41 72159.95
## 2853 44 2016-02-21 1.28 99817.47 869.16 84484.99
## 2854 45 2016-02-14 1.13 98008.16 1640.86 77133.01
## 2855 46 2016-02-07 1.07 169614.01 2031.67 157271.87
## 2856 47 2016-01-31 1.16 102038.32 1386.24 79881.67
## 2857 48 2016-01-24 1.22 96089.13 545.37 70802.56
## 2858 49 2016-01-17 1.26 119972.41 1202.52 100613.46
## 2859 50 2016-01-10 1.28 79121.77 848.19 66696.97
## 2860 51 2016-01-03 1.03 149038.15 939.71 139735.90
## 2861 0 2016-12-25 0.91 502787.29 205855.78 86015.43
## 2862 1 2016-12-18 0.94 463483.07 191753.03 80565.05
## 2863 2 2016-12-11 1.06 422026.71 186343.72 56200.04
## 2864 3 2016-12-04 1.03 475815.02 210602.15 93414.72
## 2865 4 2016-11-27 1.22 372144.31 161631.62 55595.26
## 2866 5 2016-11-20 1.14 448936.04 189206.59 58005.57
## 2867 6 2016-11-13 1.25 408260.87 185966.29 63348.63
## 2868 7 2016-11-06 1.29 393826.35 167083.47 65207.61
## 2869 8 2016-10-30 1.26 408314.87 162367.80 69366.17
## 2870 9 2016-10-23 1.23 422281.05 171215.14 67824.33
## 2871 10 2016-10-16 1.16 459564.78 188793.29 82089.21
## 2872 11 2016-10-09 1.23 452109.18 187260.61 69425.23
## 2873 12 2016-10-02 1.26 440044.40 182418.33 69411.24
## 2874 13 2016-09-25 1.26 435756.80 174532.18 77098.81
## 2875 14 2016-09-18 1.01 527700.95 233800.98 70931.17
## 2876 15 2016-09-11 0.90 597759.18 286405.76 54347.66
## 2877 16 2016-09-04 0.89 614657.03 356593.20 55475.65
## 2878 17 2016-08-28 0.95 539642.66 294240.79 42109.47
## 2879 18 2016-08-21 0.94 549139.07 293240.47 48349.86
## 2880 19 2016-08-14 0.87 666493.32 362923.69 60912.98
## 2881 20 2016-08-07 1.04 508354.34 252171.77 63197.28
## 2882 21 2016-07-31 0.98 537633.39 232640.52 76301.71
## 2883 22 2016-07-24 1.00 495686.56 215522.82 92726.36
## 2884 23 2016-07-17 1.01 474063.61 202638.65 82942.03
## 2885 24 2016-07-10 0.92 560865.26 240109.35 95457.09
## 2886 25 2016-07-03 0.77 789398.22 310551.19 150339.87
## 2887 26 2016-06-26 0.85 606856.80 272203.41 82764.12
## 2888 27 2016-06-19 0.78 692767.07 361697.69 96388.12
## 2889 28 2016-06-12 0.78 608386.28 313216.34 61563.67
## 2890 29 2016-06-05 0.75 691201.38 341027.59 123405.98
## 2891 30 2016-05-29 0.78 691344.07 267460.99 154238.90
## 2892 31 2016-05-22 0.79 585351.77 206761.15 110884.32
## 2893 32 2016-05-15 0.68 755306.53 292232.77 166131.16
## 2894 33 2016-05-08 0.81 643699.77 199995.47 159036.97
## 2895 34 2016-05-01 0.77 735635.49 241665.17 211776.98
## 2896 35 2016-04-24 0.79 654018.81 233878.10 189043.44
## 2897 36 2016-04-17 0.89 512348.02 190569.75 124409.16
## 2898 37 2016-04-10 0.83 590001.82 258662.26 141605.69
## 2899 38 2016-04-03 1.03 423485.95 253540.83 69327.44
## 2900 39 2016-03-27 0.98 458635.34 286918.40 59289.93
## 2901 40 2016-03-20 0.98 496190.99 323216.82 61127.51
## 2902 41 2016-03-13 0.90 588656.86 336350.73 110105.53
## 2903 42 2016-03-06 1.03 458837.18 299983.46 61770.01
## 2904 43 2016-02-28 0.90 555470.58 325884.06 106311.73
## 2905 44 2016-02-21 1.04 417205.77 270173.33 61591.16
## 2906 45 2016-02-14 0.97 481484.29 313342.08 57925.31
## 2907 46 2016-02-07 0.76 722211.00 415641.47 134517.41
## 2908 47 2016-01-31 1.04 437490.64 290451.27 58974.21
## 2909 48 2016-01-24 0.92 528776.51 318372.94 86816.97
## 2910 49 2016-01-17 1.04 445089.93 308722.88 45915.91
## 2911 50 2016-01-10 0.93 558348.80 377244.81 67316.04
## 2912 51 2016-01-03 1.05 449263.47 350316.16 32958.06
## 2913 0 2016-12-25 1.47 550947.61 50818.61 344699.92
## 2914 1 2016-12-18 1.21 691008.74 57866.09 487109.62
## 2915 2 2016-12-11 1.35 599161.08 49240.17 375437.86
## 2916 3 2016-12-04 1.41 566956.23 52095.95 345132.36
## 2917 4 2016-11-27 1.49 539924.84 46243.14 336731.88
## 2918 5 2016-11-20 1.60 566160.06 51078.68 309529.29
## 2919 6 2016-11-13 1.73 559978.64 64630.53 311687.85
## 2920 7 2016-11-06 1.80 537945.82 61458.87 284547.34
## 2921 8 2016-10-30 1.86 522546.62 58412.45 304616.52
## 2922 9 2016-10-23 1.85 584275.61 56864.06 336433.69
## 2923 10 2016-10-16 1.69 638848.04 63424.01 363924.96
## 2924 11 2016-10-09 1.59 676188.97 72775.70 395481.19
## 2925 12 2016-10-02 1.66 672759.70 78716.77 381624.67
## 2926 13 2016-09-25 1.58 678671.71 129774.30 347949.15
## 2927 14 2016-09-18 1.50 732424.67 151204.91 367425.65
## 2928 15 2016-09-11 1.34 885728.19 202958.24 494756.39
## 2929 16 2016-09-04 1.51 762218.08 97714.06 442803.33
## 2930 17 2016-08-28 1.57 732545.70 72406.64 443668.36
## 2931 18 2016-08-21 1.48 727279.79 68443.67 413651.59
## 2932 19 2016-08-14 1.52 742291.98 68335.70 421188.86
## 2933 20 2016-08-07 1.52 746493.74 71154.97 432956.75
## 2934 21 2016-07-31 1.65 698627.62 64022.99 402053.22
## 2935 22 2016-07-24 1.64 719104.08 62896.92 422902.90
## 2936 23 2016-07-17 1.47 730875.32 50831.98 400287.93
## 2937 24 2016-07-10 1.37 831187.91 64925.62 489314.56
## 2938 25 2016-07-03 1.38 844337.61 63050.59 501970.38
## 2939 26 2016-06-26 1.36 830072.50 62585.19 509113.95
## 2940 27 2016-06-19 1.37 850692.30 61789.19 523095.26
## 2941 28 2016-06-12 1.34 850862.92 73620.83 507383.48
## 2942 29 2016-06-05 1.33 860858.18 61074.05 537895.97
## 2943 30 2016-05-29 1.19 890196.73 61989.17 577334.28
## 2944 31 2016-05-22 1.19 837573.29 60638.26 540988.18
## 2945 32 2016-05-15 1.12 901689.79 58943.81 629734.43
## 2946 33 2016-05-08 0.95 1103888.28 75492.89 804251.93
## 2947 34 2016-05-01 1.07 929492.14 67682.14 648816.85
## 2948 35 2016-04-24 1.13 915500.04 61118.12 638833.81
## 2949 36 2016-04-17 1.13 841839.93 59232.87 576827.09
## 2950 37 2016-04-10 1.12 789348.02 64549.66 522216.25
## 2951 38 2016-04-03 1.14 770876.88 61532.85 523512.27
## 2952 39 2016-03-27 1.19 781627.98 59850.43 523531.51
## 2953 40 2016-03-20 1.10 880238.91 65397.00 614918.47
## 2954 41 2016-03-13 1.18 845574.79 59401.39 580134.23
## 2955 42 2016-03-06 1.21 819706.70 62539.58 541218.77
## 2956 43 2016-02-28 1.12 888570.06 61483.80 641585.11
## 2957 44 2016-02-21 1.20 739486.27 51913.21 446499.20
## 2958 45 2016-02-14 1.11 905144.72 72824.97 596869.49
## 2959 46 2016-02-07 1.10 966321.00 73754.24 621956.14
## 2960 47 2016-01-31 1.11 748107.09 52641.93 506187.66
## 2961 48 2016-01-24 1.09 1022653.39 69829.09 689359.24
## 2962 49 2016-01-17 1.17 836225.86 58788.02 535244.92
## 2963 50 2016-01-10 1.17 780979.13 60261.38 511067.00
## 2964 51 2016-01-03 1.11 816760.46 54491.78 583418.06
## 2965 0 2016-12-25 1.03 71168.92 27464.22 2892.64
## 2966 1 2016-12-18 1.02 64421.58 28725.38 2337.22
## 2967 2 2016-12-11 0.80 98346.80 30311.25 10382.62
## 2968 3 2016-12-04 1.01 72471.63 34194.72 2996.30
## 2969 4 2016-11-27 1.22 51941.45 23774.54 2187.17
## 2970 5 2016-11-20 1.27 62526.51 28834.32 2463.45
## 2971 6 2016-11-13 1.28 67212.14 32035.36 3042.08
## 2972 7 2016-11-06 1.37 59587.14 24935.25 2893.68
## 2973 8 2016-10-30 1.34 59788.57 25832.98 3018.08
## 2974 9 2016-10-23 1.17 70652.14 27935.70 3769.48
## 2975 10 2016-10-16 1.09 77804.54 35485.60 2006.71
## 2976 11 2016-10-09 1.03 84234.53 38087.17 2089.42
## 2977 12 2016-10-02 0.90 106259.51 27542.88 8194.14
## 2978 13 2016-09-25 0.91 87557.13 39342.09 2342.03
## 2979 14 2016-09-18 0.97 82377.77 39719.19 2199.34
## 2980 15 2016-09-11 0.89 89822.98 41793.11 1783.77
## 2981 16 2016-09-04 1.01 79683.06 37233.67 2055.59
## 2982 17 2016-08-28 0.99 78599.85 36837.75 1982.25
## 2983 18 2016-08-21 0.90 84013.04 40944.28 2078.24
## 2984 19 2016-08-14 0.93 88787.27 43525.98 1959.35
## 2985 20 2016-08-07 0.76 70711.46 32775.33 2002.12
## 2986 21 2016-07-31 0.78 69620.36 30747.49 1920.50
## 2987 22 2016-07-24 0.74 65580.47 26990.40 1685.17
## 2988 23 2016-07-17 0.70 69052.66 27671.07 1614.16
## 2989 24 2016-07-10 0.75 132511.44 39211.45 4977.23
## 2990 25 2016-07-03 0.77 136377.55 36208.26 6421.90
## 2991 26 2016-06-26 0.69 127961.84 34024.13 5853.32
## 2992 27 2016-06-19 0.70 129020.17 36119.41 6692.38
## 2993 28 2016-06-12 0.67 68721.61 34791.42 2578.94
## 2994 29 2016-06-05 0.63 95948.06 31280.00 5422.61
## 2995 30 2016-05-29 0.63 82549.14 29694.73 4570.07
## 2996 31 2016-05-22 0.65 75996.51 32112.63 3221.12
## 2997 32 2016-05-15 0.58 95143.57 34103.08 6201.35
## 2998 33 2016-05-08 0.61 106409.67 43200.28 5397.41
## 2999 34 2016-05-01 0.63 82585.83 32240.97 3928.02
## 3000 35 2016-04-24 0.65 79562.45 36437.80 2849.95
## 3001 36 2016-04-17 0.67 109590.28 41244.44 9075.77
## 3002 37 2016-04-10 0.82 86897.72 44344.90 3303.93
## 3003 38 2016-04-03 0.82 97650.29 45952.69 5362.40
## 3004 39 2016-03-27 0.81 101267.73 40228.96 6891.08
## 3005 40 2016-03-20 0.94 83080.73 41756.47 2697.57
## 3006 41 2016-03-13 0.83 100144.93 45571.10 4920.83
## 3007 42 2016-03-06 0.86 97421.21 41714.26 5373.09
## 3008 43 2016-02-28 0.89 89981.54 38143.38 5361.13
## 3009 44 2016-02-21 0.74 93951.14 37807.51 9084.55
## 3010 45 2016-02-14 0.94 78070.34 38043.20 5302.57
## 3011 46 2016-02-07 0.82 123715.17 42825.57 14822.29
## 3012 47 2016-01-31 0.94 83755.38 36196.35 4791.21
## 3013 48 2016-01-24 0.90 58434.39 18003.36 4208.29
## 3014 49 2016-01-17 0.92 92385.23 34302.93 7884.23
## 3015 50 2016-01-10 0.93 89880.90 31802.36 8347.01
## 3016 51 2016-01-03 0.77 106106.95 43868.70 10276.84
## 3017 0 2016-12-25 1.28 447600.75 4349.63 346516.32
## 3018 1 2016-12-18 1.09 579577.33 6123.84 488107.01
## 3019 2 2016-12-11 1.22 510800.58 3711.20 409645.98
## 3020 3 2016-12-04 1.26 473428.36 4371.95 393748.18
## 3021 4 2016-11-27 1.45 391257.01 4243.20 317090.39
## 3022 5 2016-11-20 1.39 475677.35 7917.90 356867.57
## 3023 6 2016-11-13 1.56 397601.10 5233.97 314434.80
## 3024 7 2016-11-06 1.62 366175.49 4016.72 284809.54
## 3025 8 2016-10-30 1.67 376500.91 5542.76 304461.49
## 3026 9 2016-10-23 1.58 439551.69 10444.80 335243.75
## 3027 10 2016-10-16 1.60 453605.17 6472.04 345051.11
## 3028 11 2016-10-09 1.49 468135.46 7435.21 366648.78
## 3029 12 2016-10-02 1.59 459163.77 20871.74 340342.71
## 3030 13 2016-09-25 1.53 483057.37 40864.15 338301.37
## 3031 14 2016-09-18 1.45 489600.60 39970.65 346155.69
## 3032 15 2016-09-11 1.27 672672.86 85204.27 470860.24
## 3033 16 2016-09-04 1.41 541671.24 23481.94 381830.77
## 3034 17 2016-08-28 1.37 582023.28 37757.36 388173.87
## 3035 18 2016-08-21 1.31 586072.78 15419.55 353351.42
## 3036 19 2016-08-14 1.29 602605.29 20310.78 353845.28
## 3037 20 2016-08-07 1.48 525387.25 15830.01 335033.53
## 3038 21 2016-07-31 1.61 508949.60 12550.40 338691.73
## 3039 22 2016-07-24 1.52 509094.85 13099.78 343835.83
## 3040 23 2016-07-17 1.56 488508.05 11289.68 320250.99
## 3041 24 2016-07-10 1.32 549815.44 17289.06 359933.80
## 3042 25 2016-07-03 1.38 585484.69 11397.63 408601.95
## 3043 26 2016-06-26 1.33 626972.88 10379.75 433431.64
## 3044 27 2016-06-19 1.32 649660.14 10851.29 456521.61
## 3045 28 2016-06-12 1.29 632855.52 12891.22 421978.89
## 3046 29 2016-06-05 1.26 634989.55 8833.67 417995.15
## 3047 30 2016-05-29 1.08 673496.13 7708.04 461424.99
## 3048 31 2016-05-22 1.05 665086.17 4319.45 430580.52
## 3049 32 2016-05-15 1.06 709563.16 5790.13 517840.35
## 3050 33 2016-05-08 0.85 924194.42 6383.12 698437.70
## 3051 34 2016-05-01 1.05 716003.18 4764.79 520369.75
## 3052 35 2016-04-24 1.07 626895.08 4157.76 446540.80
## 3053 36 2016-04-17 1.08 617179.71 3871.79 438210.92
## 3054 37 2016-04-10 0.99 652546.84 4326.56 456029.59
## 3055 38 2016-04-03 1.11 559718.46 4683.35 406529.44
## 3056 39 2016-03-27 1.08 639420.34 4253.90 463187.03
## 3057 40 2016-03-20 1.10 645235.38 5364.32 490720.39
## 3058 41 2016-03-13 1.05 651211.44 5420.01 487268.37
## 3059 42 2016-03-06 1.10 600639.74 6153.04 434300.22
## 3060 43 2016-02-28 1.08 652943.00 6632.53 506048.61
## 3061 44 2016-02-21 1.14 553709.44 5600.54 388956.70
## 3062 45 2016-02-14 0.98 751656.56 7591.61 560259.15
## 3063 46 2016-02-07 1.05 678810.37 5986.94 511548.60
## 3064 47 2016-01-31 1.03 651616.91 6037.25 501280.47
## 3065 48 2016-01-24 1.05 670376.77 3107.96 482030.79
## 3066 49 2016-01-17 1.02 665217.66 4392.86 486767.87
## 3067 50 2016-01-10 1.15 536674.53 4120.09 391873.45
## 3068 51 2016-01-03 1.01 610622.03 5112.51 492477.86
## 3069 0 2016-12-25 1.41 103035.45 1197.33 64434.59
## 3070 1 2016-12-18 1.36 85340.08 1276.16 52115.34
## 3071 2 2016-12-11 1.47 89037.86 967.77 62963.23
## 3072 3 2016-12-04 1.66 72203.16 960.31 54243.42
## 3073 4 2016-11-27 1.57 73261.05 1006.16 50581.93
## 3074 5 2016-11-20 1.63 78675.66 1426.31 52281.34
## 3075 6 2016-11-13 1.60 87366.58 1891.82 56517.54
## 3076 7 2016-11-06 1.64 81691.65 1321.66 56677.66
## 3077 8 2016-10-30 1.65 71163.53 1130.02 56077.13
## 3078 9 2016-10-23 1.60 110744.71 1171.55 50973.90
## 3079 10 2016-10-16 1.36 131180.81 1282.70 61796.23
## 3080 11 2016-10-09 1.37 135059.42 1117.12 68716.59
## 3081 12 2016-10-02 1.35 132143.53 1119.57 62757.12
## 3082 13 2016-09-25 1.40 134327.10 4198.36 62355.89
## 3083 14 2016-09-18 1.54 122908.68 2692.89 70019.45
## 3084 15 2016-09-11 1.38 124095.82 1657.87 81283.86
## 3085 16 2016-09-04 1.48 95473.70 3089.84 67790.92
## 3086 17 2016-08-28 1.40 114645.70 2682.18 64245.65
## 3087 18 2016-08-21 1.33 119865.41 1543.34 70785.26
## 3088 19 2016-08-14 1.41 114328.40 2645.81 72836.99
## 3089 20 2016-08-07 1.50 104314.72 1781.61 74560.52
## 3090 21 2016-07-31 1.45 108088.47 1792.17 64652.42
## 3091 22 2016-07-24 1.44 104126.30 1156.82 63920.78
## 3092 23 2016-07-17 1.30 141880.95 1389.23 71781.92
## 3093 24 2016-07-10 1.25 183741.31 1425.12 88105.93
## 3094 25 2016-07-03 1.30 180609.07 1424.51 85758.67
## 3095 26 2016-06-26 1.26 160806.44 1326.74 74746.95
## 3096 27 2016-06-19 1.23 169756.02 1776.91 80406.95
## 3097 28 2016-06-12 1.15 182471.54 4629.34 79865.00
## 3098 29 2016-06-05 1.15 173445.42 1451.17 78923.00
## 3099 30 2016-05-29 1.19 147423.25 1442.30 81631.15
## 3100 31 2016-05-22 1.12 168251.29 1532.90 72247.42
## 3101 32 2016-05-15 1.09 164790.54 1410.85 72074.47
## 3102 33 2016-05-08 1.09 201142.55 1613.21 97493.47
## 3103 34 2016-05-01 1.11 171441.29 1248.25 69913.84
## 3104 35 2016-04-24 1.15 171142.36 1391.01 69260.58
## 3105 36 2016-04-17 1.14 169355.39 1167.23 67584.91
## 3106 37 2016-04-10 1.10 152123.92 1278.33 55802.40
## 3107 38 2016-04-03 1.04 154802.00 1164.29 72025.38
## 3108 39 2016-03-27 1.13 149462.64 1511.79 64644.20
## 3109 40 2016-03-20 1.14 140364.11 1110.75 62343.76
## 3110 41 2016-03-13 1.11 163501.31 1393.58 77324.69
## 3111 42 2016-03-06 1.36 141228.53 1473.30 60516.83
## 3112 43 2016-02-28 1.22 154057.74 1658.99 78720.64
## 3113 44 2016-02-21 1.31 126537.43 1500.02 52665.54
## 3114 45 2016-02-14 1.29 137984.28 1921.88 60453.06
## 3115 46 2016-02-07 1.30 177910.41 2262.36 76308.98
## 3116 47 2016-01-31 1.21 164453.65 2015.15 81676.45
## 3117 48 2016-01-24 1.31 147469.99 467.72 54309.11
## 3118 49 2016-01-17 1.38 132286.31 1778.63 49448.64
## 3119 50 2016-01-10 1.35 134522.52 1619.00 52034.40
## 3120 51 2016-01-03 1.39 130620.57 1486.60 57210.68
## 3121 0 2016-12-25 0.94 5414937.46 1579234.89 2192460.84
## 3122 1 2016-12-18 0.95 4922621.54 1575318.71 1774200.38
## 3123 2 2016-12-11 0.90 5526646.12 1638639.18 2137290.51
## 3124 3 2016-12-04 0.98 5062952.53 1916640.11 1449671.84
## 3125 4 2016-11-27 1.21 4185900.67 1508446.52 1313000.92
## 3126 5 2016-11-20 1.32 4253815.59 1513797.40 1394929.07
## 3127 6 2016-11-13 1.48 3848128.20 1326907.02 1367684.96
## 3128 7 2016-11-06 1.68 3395058.42 1111431.87 1333386.69
## 3129 8 2016-10-30 1.68 3139833.50 1126017.42 1186843.99
## 3130 9 2016-10-23 1.39 3899040.66 1397559.40 1129206.16
## 3131 10 2016-10-16 1.40 4878037.64 1635631.14 1600568.32
## 3132 11 2016-10-09 1.34 5375978.50 2021375.04 1750074.56
## 3133 12 2016-10-02 1.19 5652496.31 2359102.44 1664176.22
## 3134 13 2016-09-25 1.15 6075588.68 2357903.80 1924933.51
## 3135 14 2016-09-18 1.22 5471565.28 1888694.03 1934688.42
## 3136 15 2016-09-11 1.12 6059764.51 2297601.90 1976499.46
## 3137 16 2016-09-04 1.08 6681646.14 2501655.40 2179345.27
## 3138 17 2016-08-28 0.99 6696300.05 2683109.80 1878139.55
## 3139 18 2016-08-21 1.05 6308000.34 2646367.78 1712067.20
## 3140 19 2016-08-14 1.07 6538335.89 2200099.61 2538994.07
## 3141 20 2016-08-07 1.17 6144827.51 2152079.32 2039791.18
## 3142 21 2016-07-31 1.22 5947160.29 1922055.35 2069409.78
## 3143 22 2016-07-24 1.20 6104047.38 2019596.60 2147541.33
## 3144 23 2016-07-17 1.14 6200613.68 2196723.33 2037093.61
## 3145 24 2016-07-10 1.08 6721690.88 2399360.67 2117397.07
## 3146 25 2016-07-03 1.10 7087455.16 2409025.69 2439611.73
## 3147 26 2016-06-26 1.03 6407277.49 2333532.13 1967324.63
## 3148 27 2016-06-19 1.06 6528056.18 2409003.00 2045112.18
## 3149 28 2016-06-12 1.01 6506234.86 2597934.17 1869930.06
## 3150 29 2016-06-05 0.94 7365675.31 2921963.17 2131717.34
## 3151 30 2016-05-29 0.98 6700986.44 2522305.33 2097509.45
## 3152 31 2016-05-22 0.90 6501981.08 2238875.14 2178820.82
## 3153 32 2016-05-15 0.97 6068872.71 2247484.21 1968268.95
## 3154 33 2016-05-08 0.79 7808461.74 2716222.01 2615648.28
## 3155 34 2016-05-01 0.75 7661483.37 2817406.20 2628579.48
## 3156 35 2016-04-24 0.84 6933382.40 2507347.38 2355998.94
## 3157 36 2016-04-17 0.93 6397813.48 2370403.05 1875909.98
## 3158 37 2016-04-10 0.94 6509000.56 2248561.59 1958358.83
## 3159 38 2016-04-03 0.93 6060843.76 1805555.95 2247248.19
## 3160 39 2016-03-27 0.93 6603707.93 1935666.12 2149391.86
## 3161 40 2016-03-20 0.91 6476206.54 1893617.80 2191468.26
## 3162 41 2016-03-13 0.96 6017563.88 1750943.52 1855262.70
## 3163 42 2016-03-06 0.92 6429870.23 1893787.20 1975668.02
## 3164 43 2016-02-28 0.89 6588277.70 1873878.11 2020327.87
## 3165 44 2016-02-21 0.89 6374019.03 1776499.00 2073957.12
## 3166 45 2016-02-14 0.82 6807283.15 1998149.71 1974912.11
## 3167 46 2016-02-07 0.70 10361698.17 2930343.28 3950852.38
## 3168 47 2016-01-31 0.88 6506673.96 2126066.85 2069192.92
## 3169 48 2016-01-24 0.88 6246380.73 1230068.19 2457751.77
## 3170 49 2016-01-17 0.90 6000013.23 1653347.69 2336705.19
## 3171 50 2016-01-10 0.87 6303406.82 1736168.01 2173554.18
## 3172 51 2016-01-03 0.73 7730431.28 2315175.35 2856102.41
## 3173 0 2016-12-25 1.25 155793.03 36125.58 50792.48
## 3174 1 2016-12-18 1.24 144634.01 35761.88 46276.63
## 3175 2 2016-12-11 1.33 145815.04 43744.87 40971.14
## 3176 3 2016-12-04 1.34 154742.81 39221.82 46285.90
## 3177 4 2016-11-27 1.54 131453.85 38976.01 34346.09
## 3178 5 2016-11-20 1.57 135608.11 44044.69 28907.47
## 3179 6 2016-11-13 1.64 144089.12 49399.39 26597.39
## 3180 7 2016-11-06 1.57 142095.92 36840.74 27501.34
## 3181 8 2016-10-30 1.58 142955.49 39376.44 29382.30
## 3182 9 2016-10-23 1.52 167741.27 54981.90 39749.81
## 3183 10 2016-10-16 1.39 190846.01 57529.11 56366.66
## 3184 11 2016-10-09 1.51 178235.75 43325.87 52189.61
## 3185 12 2016-10-02 1.48 178410.82 46364.75 52893.38
## 3186 13 2016-09-25 1.47 189131.52 54110.79 53593.58
## 3187 14 2016-09-18 1.43 182978.30 43116.41 54193.42
## 3188 15 2016-09-11 1.42 180989.26 34440.65 59554.19
## 3189 16 2016-09-04 1.33 204963.95 58888.34 56699.56
## 3190 17 2016-08-28 1.40 187984.80 54874.64 57122.52
## 3191 18 2016-08-21 1.38 193592.65 44006.63 62975.71
## 3192 19 2016-08-14 1.40 195250.96 39823.56 66724.29
## 3193 20 2016-08-07 1.43 196381.45 48639.95 64124.89
## 3194 21 2016-07-31 1.48 187969.31 39819.93 68964.23
## 3195 22 2016-07-24 1.46 193909.36 34250.27 68516.18
## 3196 23 2016-07-17 1.43 196466.90 38199.33 69125.35
## 3197 24 2016-07-10 1.26 233262.16 43387.69 79103.57
## 3198 25 2016-07-03 1.20 233543.59 45220.67 72710.08
## 3199 26 2016-06-26 1.28 200520.74 36686.02 68054.14
## 3200 27 2016-06-19 1.21 238720.78 55097.56 77704.63
## 3201 28 2016-06-12 1.25 209095.62 42196.82 74895.50
## 3202 29 2016-06-05 1.25 209797.27 37431.02 77700.50
## 3203 30 2016-05-29 1.21 235009.02 49747.65 92110.53
## 3204 31 2016-05-22 1.26 203492.89 37008.26 95769.19
## 3205 32 2016-05-15 1.12 215807.01 31853.93 103793.02
## 3206 33 2016-05-08 1.05 253622.75 55853.79 113811.25
## 3207 34 2016-05-01 1.04 249786.11 53589.93 112926.95
## 3208 35 2016-04-24 1.12 217385.39 31821.20 106492.00
## 3209 36 2016-04-17 1.14 212440.76 37150.70 100814.92
## 3210 37 2016-04-10 1.10 210587.77 39141.60 93571.42
## 3211 38 2016-04-03 1.12 192341.67 35648.20 87528.81
## 3212 39 2016-03-27 1.14 189944.60 32857.85 90916.21
## 3213 40 2016-03-20 1.15 205367.45 33581.86 101739.82
## 3214 41 2016-03-13 1.05 236131.07 39325.69 111943.87
## 3215 42 2016-03-06 1.09 208506.12 38805.91 98212.71
## 3216 43 2016-02-28 1.05 215161.41 35461.06 106914.98
## 3217 44 2016-02-21 1.07 193132.20 36397.39 86393.95
## 3218 45 2016-02-14 1.00 204110.86 45730.46 87862.03
## 3219 46 2016-02-07 0.80 325941.39 63128.71 160544.54
## 3220 47 2016-01-31 0.95 214135.89 36408.49 108723.90
## 3221 48 2016-01-24 0.92 207961.33 13436.84 110261.96
## 3222 49 2016-01-17 0.98 206778.29 29997.79 104174.89
## 3223 50 2016-01-10 0.95 196216.36 21275.55 94804.67
## 3224 51 2016-01-03 0.96 203961.88 42856.88 87749.01
## 3225 0 2016-12-25 1.22 616653.72 67145.99 352087.30
## 3226 1 2016-12-18 1.18 631117.18 92760.23 363657.94
## 3227 2 2016-12-11 1.09 734954.21 84616.30 449932.23
## 3228 3 2016-12-04 1.27 624751.15 90157.63 372929.38
## 3229 4 2016-11-27 1.10 581638.75 151462.15 291205.61
## 3230 5 2016-11-20 1.13 694873.06 134284.88 422382.41
## 3231 6 2016-11-13 1.82 436710.91 34384.62 265006.85
## 3232 7 2016-11-06 2.07 376476.71 31206.79 224561.79
## 3233 8 2016-10-30 2.07 375213.57 33564.91 226980.93
## 3234 9 2016-10-23 1.84 431274.20 46708.92 251074.82
## 3235 10 2016-10-16 1.80 523682.50 52200.02 324240.53
## 3236 11 2016-10-09 1.82 515146.04 40105.31 314006.07
## 3237 12 2016-10-02 1.83 509215.79 37926.13 311085.71
## 3238 13 2016-09-25 1.80 553863.82 40600.81 337874.13
## 3239 14 2016-09-18 1.70 600389.56 74368.62 340540.46
## 3240 15 2016-09-11 1.67 635036.01 80472.32 355228.95
## 3241 16 2016-09-04 1.60 670453.42 77981.63 415924.58
## 3242 17 2016-08-28 1.60 621715.78 54971.17 373442.31
## 3243 18 2016-08-21 1.63 628099.41 62002.43 372918.48
## 3244 19 2016-08-14 1.67 626086.69 49617.00 371087.23
## 3245 20 2016-08-07 1.68 644670.46 40121.11 385923.60
## 3246 21 2016-07-31 1.68 614939.39 38275.52 373205.75
## 3247 22 2016-07-24 1.66 658913.69 42452.50 386821.79
## 3248 23 2016-07-17 1.51 717279.19 43789.60 425776.15
## 3249 24 2016-07-10 1.53 712080.66 52540.83 381030.54
## 3250 25 2016-07-03 1.23 974278.32 55651.48 584813.49
## 3251 26 2016-06-26 1.18 860170.92 80280.37 499474.39
## 3252 27 2016-06-19 1.20 882074.39 64899.84 550499.79
## 3253 28 2016-06-12 1.30 770843.17 50498.40 478335.91
## 3254 29 2016-06-05 1.20 885602.82 31728.98 606701.67
## 3255 30 2016-05-29 1.15 958566.68 36554.49 642857.54
## 3256 31 2016-05-22 1.11 903864.90 36568.67 592064.53
## 3257 32 2016-05-15 1.04 930403.37 49039.58 609294.15
## 3258 33 2016-05-08 0.97 974740.13 43166.45 612339.89
## 3259 34 2016-05-01 1.00 890281.50 39249.49 587919.10
## 3260 35 2016-04-24 1.08 879308.05 34134.42 592370.70
## 3261 36 2016-04-17 1.08 913421.80 47878.48 619840.15
## 3262 37 2016-04-10 1.11 770661.72 49679.26 464981.98
## 3263 38 2016-04-03 1.15 712210.03 36211.71 457314.18
## 3264 39 2016-03-27 0.90 865585.06 33748.25 600796.46
## 3265 40 2016-03-20 1.11 770557.34 36017.62 514604.02
## 3266 41 2016-03-13 1.00 823796.56 39540.49 569733.57
## 3267 42 2016-03-06 1.13 809325.93 35309.42 557026.92
## 3268 43 2016-02-28 1.15 780951.86 32414.21 522790.14
## 3269 44 2016-02-21 1.09 752336.04 39220.29 483562.05
## 3270 45 2016-02-14 1.00 803120.71 45558.04 501188.76
## 3271 46 2016-02-07 0.82 1134049.22 68454.39 758581.79
## 3272 47 2016-01-31 1.12 774091.49 35213.93 512608.82
## 3273 48 2016-01-24 1.01 794029.70 23862.94 543471.49
## 3274 49 2016-01-17 1.11 778412.50 35099.73 500623.85
## 3275 50 2016-01-10 1.08 844277.25 44289.03 534404.57
## 3276 51 2016-01-03 0.93 1009667.15 77301.31 656386.69
## 3277 0 2016-12-25 0.82 276387.95 2168.67 102227.29
## 3278 1 2016-12-18 0.99 216881.30 2279.61 100542.31
## 3279 2 2016-12-11 0.77 268166.21 2474.73 101664.01
## 3280 3 2016-12-04 0.70 356617.38 2443.73 132792.54
## 3281 4 2016-11-27 1.09 183176.26 1811.14 75977.47
## 3282 5 2016-11-20 0.98 242174.10 2013.39 85407.77
## 3283 6 2016-11-13 1.07 249072.90 2998.06 92084.04
## 3284 7 2016-11-06 1.08 239233.63 2895.96 91902.63
## 3285 8 2016-10-30 1.02 241671.24 2125.55 89381.04
## 3286 9 2016-10-23 0.96 273804.00 2790.12 94637.50
## 3287 10 2016-10-16 1.07 246801.93 6797.94 89324.91
## 3288 11 2016-10-09 1.01 276819.57 3166.45 100995.03
## 3289 12 2016-10-02 1.03 280396.12 3206.27 105492.75
## 3290 13 2016-09-25 1.09 268805.44 3821.72 112149.61
## 3291 14 2016-09-18 0.96 288857.14 6195.29 112907.19
## 3292 15 2016-09-11 1.04 266719.89 5370.62 122058.81
## 3293 16 2016-09-04 1.12 252059.32 3789.59 117600.22
## 3294 17 2016-08-28 1.13 259143.06 3862.97 126642.16
## 3295 18 2016-08-21 1.07 256195.06 3838.13 118303.09
## 3296 19 2016-08-14 1.03 274249.98 4691.00 125988.41
## 3297 20 2016-08-07 1.03 266196.06 5244.48 130022.01
## 3298 21 2016-07-31 1.07 254689.93 4322.10 129945.29
## 3299 22 2016-07-24 1.10 264194.71 4346.75 133484.48
## 3300 23 2016-07-17 1.05 280542.19 5441.72 136098.54
## 3301 24 2016-07-10 1.06 266811.55 4664.36 149184.73
## 3302 25 2016-07-03 0.84 330182.40 4595.22 168217.20
## 3303 26 2016-06-26 0.92 280229.89 4553.86 161667.16
## 3304 27 2016-06-19 0.91 311127.56 7033.21 154162.39
## 3305 28 2016-06-12 1.05 237773.53 7943.24 149994.79
## 3306 29 2016-06-05 0.85 310345.06 4642.74 174172.12
## 3307 30 2016-05-29 0.84 268328.36 4644.30 164356.12
## 3308 31 2016-05-22 0.82 250387.73 4092.03 144150.98
## 3309 32 2016-05-15 0.88 250333.08 3505.82 151116.33
## 3310 33 2016-05-08 0.86 314243.15 4411.26 183121.83
## 3311 34 2016-05-01 0.94 233581.00 4132.98 156007.26
## 3312 35 2016-04-24 0.94 218247.37 4307.62 141433.59
## 3313 36 2016-04-17 0.93 228211.44 3369.90 141000.09
## 3314 37 2016-04-10 0.89 210309.77 4234.86 125252.70
## 3315 38 2016-04-03 0.89 191169.34 3481.07 109917.36
## 3316 39 2016-03-27 0.90 225485.90 3097.47 131467.29
## 3317 40 2016-03-20 0.90 224942.74 3139.27 132074.69
## 3318 41 2016-03-13 0.88 210904.76 3172.25 126850.83
## 3319 42 2016-03-06 0.85 234512.25 3704.39 129150.50
## 3320 43 2016-02-28 0.87 227593.54 4252.39 129161.49
## 3321 44 2016-02-21 0.86 190349.58 3480.46 117328.79
## 3322 45 2016-02-14 0.86 229211.34 3898.22 144374.76
## 3323 46 2016-02-07 0.81 302337.87 4898.28 177380.94
## 3324 47 2016-01-31 0.94 203005.70 3261.74 133276.52
## 3325 48 2016-01-24 0.89 252317.23 1985.08 155256.89
## 3326 49 2016-01-17 0.86 228860.79 3683.42 142145.57
## 3327 50 2016-01-10 0.92 218906.82 3115.25 151374.26
## 3328 51 2016-01-03 0.90 222534.76 2730.97 149327.89
## 3329 0 2016-12-25 1.07 136733.12 54284.13 24334.73
## 3330 1 2016-12-18 1.06 131322.27 55604.50 31791.33
## 3331 2 2016-12-11 0.98 144354.95 79158.83 19836.10
## 3332 3 2016-12-04 0.84 237639.30 108397.57 42477.66
## 3333 4 2016-11-27 1.10 134305.97 58518.04 19133.76
## 3334 5 2016-11-20 1.33 117299.16 50017.12 21270.55
## 3335 6 2016-11-13 1.38 116814.65 52996.11 26129.41
## 3336 7 2016-11-06 1.41 114207.94 55230.85 23397.14
## 3337 8 2016-10-30 1.10 138565.73 75422.45 16016.58
## 3338 9 2016-10-23 1.11 156831.11 84696.78 21559.06
## 3339 10 2016-10-16 1.31 123388.77 53963.92 22128.29
## 3340 11 2016-10-09 1.33 120833.05 55586.23 23318.96
## 3341 12 2016-10-02 1.30 123300.36 54053.13 25747.70
## 3342 13 2016-09-25 1.14 151978.88 70129.37 37333.99
## 3343 14 2016-09-18 1.07 167438.32 85331.98 26634.72
## 3344 15 2016-09-11 1.06 177299.48 89423.71 25412.50
## 3345 16 2016-09-04 1.06 161362.24 73011.64 29161.53
## 3346 17 2016-08-28 1.07 168757.98 71113.29 34419.80
## 3347 18 2016-08-21 1.20 154116.71 69616.32 33284.86
## 3348 19 2016-08-14 1.17 166462.83 71827.16 34064.69
## 3349 20 2016-08-07 1.18 164281.56 70942.50 37215.94
## 3350 21 2016-07-31 1.21 153804.34 71526.03 31744.13
## 3351 22 2016-07-24 1.15 173335.16 73713.02 34227.26
## 3352 23 2016-07-17 1.18 160413.49 69177.04 38319.06
## 3353 24 2016-07-10 1.06 170762.71 80019.89 36096.76
## 3354 25 2016-07-03 0.94 234975.32 118888.22 38361.79
## 3355 26 2016-06-26 1.04 201923.72 99552.74 37201.77
## 3356 27 2016-06-19 1.13 172220.11 64425.61 36827.16
## 3357 28 2016-06-12 1.13 163638.65 65443.12 32052.99
## 3358 29 2016-06-05 1.07 175046.12 62727.64 38734.74
## 3359 30 2016-05-29 0.93 201747.62 95063.05 36787.21
## 3360 31 2016-05-22 0.83 210263.70 105959.95 37763.50
## 3361 32 2016-05-15 0.84 202002.00 76164.88 47725.96
## 3362 33 2016-05-08 0.90 201205.97 90444.73 46435.26
## 3363 34 2016-05-01 0.71 224515.48 111020.20 47074.43
## 3364 35 2016-04-24 0.72 242277.45 132004.80 35758.91
## 3365 36 2016-04-17 0.97 172183.83 56381.07 48784.24
## 3366 37 2016-04-10 0.96 135905.09 57345.34 27302.54
## 3367 38 2016-04-03 0.95 147520.15 50791.46 28964.32
## 3368 39 2016-03-27 1.01 153523.03 46922.11 32127.84
## 3369 40 2016-03-20 1.04 152572.16 46047.38 35537.84
## 3370 41 2016-03-13 1.05 140244.15 47503.75 31781.65
## 3371 42 2016-03-06 0.95 173825.82 49586.89 42501.52
## 3372 43 2016-02-28 1.03 154967.56 48902.44 41405.76
## 3373 44 2016-02-21 1.05 126067.56 46771.81 36674.01
## 3374 45 2016-02-14 0.91 173980.10 82198.65 38935.77
## 3375 46 2016-02-07 0.81 233905.62 99884.81 55303.67
## 3376 47 2016-01-31 0.92 173311.53 78646.70 38158.30
## 3377 48 2016-01-24 0.89 213215.40 95511.64 43916.93
## 3378 49 2016-01-17 1.03 134604.75 52491.11 30084.71
## 3379 50 2016-01-10 0.97 163977.03 82729.50 33601.78
## 3380 51 2016-01-03 0.91 192774.07 86025.77 40616.88
## 3381 0 2016-12-25 0.76 1199636.75 503168.52 313572.54
## 3382 1 2016-12-18 0.69 1148251.00 571587.33 250532.87
## 3383 2 2016-12-11 0.69 1121306.38 643580.23 188669.07
## 3384 3 2016-12-04 0.69 1245471.58 714899.71 187180.30
## 3385 4 2016-11-27 0.90 851579.21 445308.37 158734.01
## 3386 5 2016-11-20 1.00 910226.05 503088.59 183916.45
## 3387 6 2016-11-13 1.08 894000.36 480163.12 199890.31
## 3388 7 2016-11-06 1.14 894904.55 513465.90 163205.79
## 3389 8 2016-10-30 1.14 801081.72 432538.75 156225.53
## 3390 9 2016-10-23 1.08 993986.41 420151.75 240421.45
## 3391 10 2016-10-16 0.99 1021028.79 526672.37 188632.73
## 3392 11 2016-10-09 0.93 1162334.53 546920.62 283336.68
## 3393 12 2016-10-02 0.95 1033290.02 534106.75 186983.98
## 3394 13 2016-09-25 0.92 1150789.41 574457.35 228335.93
## 3395 14 2016-09-18 0.80 1382358.00 649265.56 269041.40
## 3396 15 2016-09-11 0.79 1308970.15 714506.15 230292.68
## 3397 16 2016-09-04 0.74 1390891.44 719597.17 256376.46
## 3398 17 2016-08-28 0.74 1260685.59 624795.23 255433.56
## 3399 18 2016-08-21 0.77 1215161.52 625055.33 231496.65
## 3400 19 2016-08-14 0.88 1132112.24 612988.24 240643.34
## 3401 20 2016-08-07 0.83 1244080.92 711725.98 241321.50
## 3402 21 2016-07-31 0.88 1163785.11 670208.32 213925.85
## 3403 22 2016-07-24 0.94 1188812.12 651630.85 228112.66
## 3404 23 2016-07-17 0.96 1070350.11 542103.44 210287.21
## 3405 24 2016-07-10 0.91 1080238.02 546253.47 205087.04
## 3406 25 2016-07-03 0.89 1350870.14 609482.85 273911.29
## 3407 26 2016-06-26 0.85 1277488.60 657914.92 213129.74
## 3408 27 2016-06-19 0.87 1236820.38 633636.00 250585.11
## 3409 28 2016-06-12 0.84 1272166.49 695737.15 219368.82
## 3410 29 2016-06-05 0.82 1343656.34 655971.77 313963.93
## 3411 30 2016-05-29 0.77 1354696.91 682737.60 292600.25
## 3412 31 2016-05-22 0.70 1378888.74 596612.09 352914.52
## 3413 32 2016-05-15 0.71 1366439.71 620139.86 308643.70
## 3414 33 2016-05-08 0.72 1475782.06 683286.61 307560.70
## 3415 34 2016-05-01 0.71 1433697.02 671692.86 319831.23
## 3416 35 2016-04-24 0.65 1482923.45 672950.33 327965.04
## 3417 36 2016-04-17 0.69 1339725.73 646060.26 232035.65
## 3418 37 2016-04-10 0.69 1424317.64 753607.60 211182.18
## 3419 38 2016-04-03 0.70 1339210.20 690160.92 245283.60
## 3420 39 2016-03-27 0.76 1341740.28 631283.52 291595.08
## 3421 40 2016-03-20 0.74 1347884.14 620848.72 317080.41
## 3422 41 2016-03-13 0.78 1177309.05 647713.47 217853.54
## 3423 42 2016-03-06 0.76 1201768.74 705096.06 198717.99
## 3424 43 2016-02-28 0.74 1199630.68 717451.54 207475.39
## 3425 44 2016-02-21 0.83 1006181.04 543538.14 221807.33
## 3426 45 2016-02-14 0.65 1358553.29 749745.24 306905.42
## 3427 46 2016-02-07 0.71 1515264.27 766439.13 410258.37
## 3428 47 2016-01-31 0.80 1128639.48 603099.94 287514.29
## 3429 48 2016-01-24 1.02 676032.04 187313.19 289208.53
## 3430 49 2016-01-17 0.79 1164936.06 600983.92 369825.14
## 3431 50 2016-01-10 0.85 1145736.97 558567.39 394770.34
## 3432 51 2016-01-03 0.78 1191927.54 551921.61 411340.37
## 3433 0 2016-12-25 1.04 765511.40 123942.37 206365.38
## 3434 1 2016-12-18 1.04 705750.83 116069.90 232182.60
## 3435 2 2016-12-11 0.95 764135.24 110202.78 219903.74
## 3436 3 2016-12-04 0.91 855989.02 129940.92 277374.59
## 3437 4 2016-11-27 1.30 455469.67 86311.53 131940.87
## 3438 5 2016-11-20 1.28 543816.60 94899.68 146401.28
## 3439 6 2016-11-13 1.18 661296.80 133528.94 197035.03
## 3440 7 2016-11-06 1.31 533947.50 110497.67 148423.26
## 3441 8 2016-10-30 1.13 576353.94 99369.74 239345.04
## 3442 9 2016-10-23 1.24 594392.87 100519.86 166315.87
## 3443 10 2016-10-16 1.15 673392.59 129257.01 156075.34
## 3444 11 2016-10-09 1.08 758236.76 149621.92 240858.41
## 3445 12 2016-10-02 1.18 677071.87 124504.59 172835.74
## 3446 13 2016-09-25 1.15 680946.51 135131.95 168060.00
## 3447 14 2016-09-18 1.02 757358.11 134607.83 198214.42
## 3448 15 2016-09-11 0.98 791566.05 112292.42 227729.26
## 3449 16 2016-09-04 0.91 924278.16 146921.58 254464.01
## 3450 17 2016-08-28 0.91 957464.14 138029.18 282568.24
## 3451 18 2016-08-21 1.22 603007.72 150776.14 190694.58
## 3452 19 2016-08-14 1.18 657981.41 120449.87 189114.15
## 3453 20 2016-08-07 1.14 695116.30 168010.47 183568.83
## 3454 21 2016-07-31 1.15 673588.45 144730.95 178801.08
## 3455 22 2016-07-24 1.17 690893.40 128025.08 187555.04
## 3456 23 2016-07-17 1.07 771606.04 145158.79 204309.28
## 3457 24 2016-07-10 1.04 835116.10 190377.09 230361.94
## 3458 25 2016-07-03 1.03 815698.87 170576.29 256861.03
## 3459 26 2016-06-26 0.98 773677.84 165858.80 229712.84
## 3460 27 2016-06-19 1.00 791013.50 188105.59 224899.28
## 3461 28 2016-06-12 0.96 819664.78 179533.58 242834.17
## 3462 29 2016-06-05 0.85 939081.28 184534.90 326966.95
## 3463 30 2016-05-29 0.85 977871.04 181470.96 282618.43
## 3464 31 2016-05-22 0.90 932146.56 160299.04 266856.24
## 3465 32 2016-05-15 0.90 952354.86 159348.75 252574.36
## 3466 33 2016-05-08 0.80 1113912.58 181354.77 427697.05
## 3467 34 2016-05-01 0.87 819111.24 153151.67 261525.49
## 3468 35 2016-04-24 0.93 661913.55 132550.99 225788.65
## 3469 36 2016-04-17 0.78 1011265.53 171831.90 285967.94
## 3470 37 2016-04-10 0.77 982817.77 127374.53 353040.81
## 3471 38 2016-04-03 0.83 829424.24 153221.66 209188.36
## 3472 39 2016-03-27 0.95 716900.40 150919.31 208644.01
## 3473 40 2016-03-20 0.73 1005859.79 138938.88 360370.27
## 3474 41 2016-03-13 0.83 824792.73 158016.76 261685.82
## 3475 42 2016-03-06 0.98 671667.78 145893.90 242906.02
## 3476 43 2016-02-28 0.74 1058089.41 118099.68 300335.55
## 3477 44 2016-02-21 0.73 955582.65 155250.00 331998.14
## 3478 45 2016-02-14 0.70 966134.31 178547.07 277085.15
## 3479 46 2016-02-07 0.63 1365558.26 230721.51 557897.36
## 3480 47 2016-01-31 0.80 892702.46 167669.42 270481.63
## 3481 48 2016-01-24 0.60 1195521.28 25727.06 404617.20
## 3482 49 2016-01-17 0.66 1245174.24 118599.67 403009.94
## 3483 50 2016-01-10 0.72 1094945.73 146631.13 366330.53
## 3484 51 2016-01-03 0.60 1295246.27 114121.88 526048.62
## 3485 0 2016-12-25 1.06 319957.45 89825.00 59758.69
## 3486 1 2016-12-18 1.05 298755.30 82536.60 85859.26
## 3487 2 2016-12-11 0.95 333109.65 135589.71 44003.60
## 3488 3 2016-12-04 0.81 545216.52 156549.99 173437.90
## 3489 4 2016-11-27 1.18 262530.31 86557.85 47554.19
## 3490 5 2016-11-20 1.35 243576.96 76104.87 46523.68
## 3491 6 2016-11-13 1.39 236523.09 78974.40 43868.31
## 3492 7 2016-11-06 1.40 231422.37 80604.72 46242.75
## 3493 8 2016-10-30 1.40 193940.78 75576.83 41553.71
## 3494 9 2016-10-23 1.35 227233.92 84500.57 51517.10
## 3495 10 2016-10-16 1.26 256744.34 83560.90 51486.24
## 3496 11 2016-10-09 1.27 253886.80 85266.60 50763.68
## 3497 12 2016-10-02 1.25 266892.47 83699.68 49320.17
## 3498 13 2016-09-25 1.24 274937.38 89632.07 50863.12
## 3499 14 2016-09-18 1.10 320748.32 105595.83 53981.52
## 3500 15 2016-09-11 1.09 339890.13 123013.74 57728.78
## 3501 16 2016-09-04 1.08 326335.52 119899.31 56047.32
## 3502 17 2016-08-28 1.01 353420.52 123353.98 54190.11
## 3503 18 2016-08-21 1.15 316859.74 121469.45 53707.30
## 3504 19 2016-08-14 1.08 367007.17 127204.13 53136.76
## 3505 20 2016-08-07 1.13 352764.25 127164.35 60621.61
## 3506 21 2016-07-31 1.16 340176.41 133525.93 51178.25
## 3507 22 2016-07-24 1.15 354577.28 133984.58 39970.66
## 3508 23 2016-07-17 1.17 328237.93 126817.85 41460.73
## 3509 24 2016-07-10 1.18 311241.09 117420.11 41580.84
## 3510 25 2016-07-03 1.17 336701.66 127175.10 42029.92
## 3511 26 2016-06-26 1.13 344391.38 116197.85 50835.79
## 3512 27 2016-06-19 1.00 442961.17 149055.97 60807.90
## 3513 28 2016-06-12 0.98 414532.49 162656.29 38374.42
## 3514 29 2016-06-05 0.92 473131.20 121769.89 90921.04
## 3515 30 2016-05-29 1.04 348557.33 127403.87 45533.00
## 3516 31 2016-05-22 1.07 303330.62 118921.39 40268.68
## 3517 32 2016-05-15 0.86 485653.27 139497.99 86027.72
## 3518 33 2016-05-08 0.96 500424.55 168696.93 84169.69
## 3519 34 2016-05-01 1.00 319391.58 109542.32 48135.67
## 3520 35 2016-04-24 1.00 331109.85 116267.83 50906.17
## 3521 36 2016-04-17 0.97 447346.61 96173.74 116000.57
## 3522 37 2016-04-10 1.03 312995.88 126215.49 30729.07
## 3523 38 2016-04-03 1.02 335108.11 121653.22 33903.57
## 3524 39 2016-03-27 1.05 378431.90 80333.46 65448.49
## 3525 40 2016-03-20 1.09 371639.10 78492.11 67761.91
## 3526 41 2016-03-13 1.12 299527.55 82406.98 42593.59
## 3527 42 2016-03-06 0.97 441920.14 79240.24 86747.64
## 3528 43 2016-02-28 1.13 342465.19 82100.44 66020.00
## 3529 44 2016-02-21 1.20 247820.38 76211.84 42300.46
## 3530 45 2016-02-14 1.00 334544.52 129795.42 51191.64
## 3531 46 2016-02-07 0.77 594784.92 169611.09 118251.74
## 3532 47 2016-01-31 1.04 364612.83 131406.58 59678.32
## 3533 48 2016-01-24 0.94 489584.58 154051.35 95837.97
## 3534 49 2016-01-17 1.11 293246.54 82804.19 46382.59
## 3535 50 2016-01-10 1.10 325997.55 133286.56 49832.73
## 3536 51 2016-01-03 0.86 492699.87 165617.47 93942.49
## 3537 0 2016-12-25 1.33 149348.88 1345.56 91323.33
## 3538 1 2016-12-18 1.14 161136.65 908.23 109288.75
## 3539 2 2016-12-11 1.20 128166.44 1044.89 60598.79
## 3540 3 2016-12-04 0.92 263904.24 1092.97 189101.70
## 3541 4 2016-11-27 1.44 103697.69 1329.56 62173.50
## 3542 5 2016-11-20 1.46 127392.78 1165.74 82541.69
## 3543 6 2016-11-13 1.59 118566.57 1340.96 62841.77
## 3544 7 2016-11-06 1.67 100001.45 1858.84 58869.42
## 3545 8 2016-10-30 1.42 107013.58 1991.45 80587.89
## 3546 9 2016-10-23 1.72 100904.77 1234.72 64735.86
## 3547 10 2016-10-16 1.63 117842.82 1510.90 69625.50
## 3548 11 2016-10-09 1.62 116477.56 1531.38 67528.39
## 3549 12 2016-10-02 1.60 122091.54 1617.76 67660.20
## 3550 13 2016-09-25 1.55 137599.07 2757.72 75047.32
## 3551 14 2016-09-18 1.49 139511.61 1406.64 82346.79
## 3552 15 2016-09-11 1.58 136492.43 1710.59 76987.54
## 3553 16 2016-09-04 1.52 142913.72 2698.76 79726.85
## 3554 17 2016-08-28 1.45 143049.62 2477.85 68530.49
## 3555 18 2016-08-21 1.63 132894.77 2041.86 66472.24
## 3556 19 2016-08-14 1.53 147711.44 1835.81 61893.13
## 3557 20 2016-08-07 1.59 145207.86 2219.98 72545.05
## 3558 21 2016-07-31 1.60 142302.47 2218.73 78075.95
## 3559 22 2016-07-24 1.60 149002.57 2349.93 66146.50
## 3560 23 2016-07-17 1.58 146730.62 2136.76 69205.50
## 3561 24 2016-07-10 1.60 133747.66 1971.43 70502.43
## 3562 25 2016-07-03 1.49 159566.90 2334.70 79978.16
## 3563 26 2016-06-26 1.26 183547.10 2370.43 104539.76
## 3564 27 2016-06-19 1.26 216299.96 3034.67 130169.29
## 3565 28 2016-06-12 1.36 167703.13 3254.28 93760.09
## 3566 29 2016-06-05 0.93 310903.80 1814.45 218134.77
## 3567 30 2016-05-29 1.32 193459.52 2079.99 117665.38
## 3568 31 2016-05-22 1.31 151840.62 1949.63 84537.07
## 3569 32 2016-05-15 0.88 295706.69 1673.41 211337.24
## 3570 33 2016-05-08 1.04 272057.12 1949.46 201017.01
## 3571 34 2016-05-01 1.12 191903.31 1858.07 131194.43
## 3572 35 2016-04-24 1.07 181857.18 2001.47 113325.77
## 3573 36 2016-04-17 0.89 332191.52 1877.71 256399.93
## 3574 37 2016-04-10 1.17 155143.97 2129.18 95776.95
## 3575 38 2016-04-03 1.10 156883.18 2410.14 97646.19
## 3576 39 2016-03-27 0.99 216788.92 2298.80 146037.81
## 3577 40 2016-03-20 1.07 208712.19 2126.48 140410.18
## 3578 41 2016-03-13 1.15 149119.51 2180.17 91194.54
## 3579 42 2016-03-06 0.91 259568.21 1974.52 191952.31
## 3580 43 2016-02-28 1.07 202356.13 2248.94 141141.80
## 3581 44 2016-02-21 1.16 142681.62 3581.34 93603.59
## 3582 45 2016-02-14 1.13 154975.46 3573.23 98244.04
## 3583 46 2016-02-07 0.94 290555.59 3935.71 205006.57
## 3584 47 2016-01-31 1.13 182986.71 3588.83 126342.36
## 3585 48 2016-01-24 0.94 260598.64 2407.36 195585.66
## 3586 49 2016-01-17 1.05 172166.36 3810.41 106814.67
## 3587 50 2016-01-10 1.17 160432.54 3614.64 110381.20
## 3588 51 2016-01-03 0.92 258889.23 3985.19 191590.43
## 3589 0 2016-12-25 1.11 2954314.99 446144.28 1256639.93
## 3590 1 2016-12-18 1.11 2791515.27 466186.32 1327455.76
## 3591 2 2016-12-11 1.03 3048518.15 593674.17 1251696.43
## 3592 3 2016-12-04 0.97 3854099.90 674158.39 1769353.76
## 3593 4 2016-11-27 1.18 2385048.43 528089.35 937488.16
## 3594 5 2016-11-20 1.23 2637621.79 482408.81 1176230.69
## 3595 6 2016-11-13 1.41 2348814.17 378864.27 1003256.02
## 3596 7 2016-11-06 1.48 2222383.47 398012.36 946981.93
## 3597 8 2016-10-30 1.36 2275351.91 456451.30 955805.27
## 3598 9 2016-10-23 1.35 2528597.22 480949.33 1062333.36
## 3599 10 2016-10-16 1.40 2517672.23 399216.44 1126801.36
## 3600 11 2016-10-09 1.35 2624202.90 419930.06 1162528.89
## 3601 12 2016-10-02 1.38 2618805.67 389791.16 1183844.04
## 3602 13 2016-09-25 1.37 2834326.48 484580.09 1282328.66
## 3603 14 2016-09-18 1.28 2996317.15 536657.14 1278413.08
## 3604 15 2016-09-11 1.30 3078051.63 552133.48 1351448.10
## 3605 16 2016-09-04 1.30 3084199.23 512921.31 1430594.08
## 3606 17 2016-08-28 1.27 3025330.44 456513.05 1330166.96
## 3607 18 2016-08-21 1.34 2933973.86 450526.72 1308748.45
## 3608 19 2016-08-14 1.30 3134414.15 459026.42 1316694.09
## 3609 20 2016-08-07 1.33 3106108.92 449400.31 1387946.82
## 3610 21 2016-07-31 1.34 3013426.04 448128.25 1374844.51
## 3611 22 2016-07-24 1.32 3212818.19 457452.90 1381175.94
## 3612 23 2016-07-17 1.25 3267857.63 429390.43 1441657.56
## 3613 24 2016-07-10 1.24 3327062.20 478536.66 1500516.86
## 3614 25 2016-07-03 1.13 4020724.58 574425.88 1781703.48
## 3615 26 2016-06-26 1.13 3643417.33 609218.12 1609911.48
## 3616 27 2016-06-19 1.10 3955098.89 608467.47 1766243.34
## 3617 28 2016-06-12 1.15 3443333.94 593779.04 1519607.27
## 3618 29 2016-06-05 1.01 4188245.99 467971.13 2147776.06
## 3619 30 2016-05-29 1.05 3925300.14 583307.07 1952011.72
## 3620 31 2016-05-22 1.00 3705262.31 565308.46 1785951.31
## 3621 32 2016-05-15 0.91 4324700.33 541979.64 2165410.51
## 3622 33 2016-05-08 0.94 4460481.53 610996.39 2239470.60
## 3623 34 2016-05-01 0.94 3801508.26 573869.79 1927106.29
## 3624 35 2016-04-24 0.96 3735389.44 624804.28 1787143.44
## 3625 36 2016-04-17 0.98 4154218.26 441314.08 2322236.11
## 3626 37 2016-04-10 1.05 3126127.34 497880.34 1454195.66
## 3627 38 2016-04-03 1.04 2968139.47 441199.94 1373509.11
## 3628 39 2016-03-27 0.97 3557777.32 370933.32 1846740.22
## 3629 40 2016-03-20 1.06 3368333.60 372244.77 1730562.82
## 3630 41 2016-03-13 1.03 3145897.89 370032.77 1668502.58
## 3631 42 2016-03-06 0.98 3818114.32 372605.84 2069786.74
## 3632 43 2016-02-28 1.05 3419909.75 369566.69 1862761.88
## 3633 44 2016-02-21 1.07 2837626.92 339775.05 1566426.52
## 3634 45 2016-02-14 0.96 3386951.48 502690.77 1784879.10
## 3635 46 2016-02-07 0.85 4865296.26 652666.36 2644419.02
## 3636 47 2016-01-31 1.04 3330752.29 496596.01 1762047.32
## 3637 48 2016-01-24 0.95 3806974.62 473647.35 2043221.89
## 3638 49 2016-01-17 1.05 3166941.66 364949.96 1695887.65
## 3639 50 2016-01-10 1.06 3310201.06 503914.83 1753942.06
## 3640 51 2016-01-03 0.92 4065583.41 604697.28 2200074.78
## 3641 0 2016-12-25 1.45 186180.00 28999.77 97383.52
## 3642 1 2016-12-18 1.21 210917.45 25826.37 133480.10
## 3643 2 2016-12-11 1.26 202600.72 27491.67 115422.37
## 3644 3 2016-12-04 1.40 172416.11 27161.44 93528.53
## 3645 4 2016-11-27 1.40 155286.15 26022.48 81008.09
## 3646 5 2016-11-20 1.37 191755.51 29191.47 91102.95
## 3647 6 2016-11-13 1.42 197920.72 39007.12 92584.51
## 3648 7 2016-11-06 1.55 174837.42 40523.19 82049.79
## 3649 8 2016-10-30 1.59 171652.40 35332.98 78894.91
## 3650 9 2016-10-23 1.60 195809.34 35724.11 99575.79
## 3651 10 2016-10-16 1.49 205728.40 43579.25 95964.80
## 3652 11 2016-10-09 1.42 219089.52 43010.81 111487.02
## 3653 12 2016-10-02 1.40 214726.86 42262.02 106682.04
## 3654 13 2016-09-25 1.37 222019.37 68045.46 89410.32
## 3655 14 2016-09-18 1.26 220697.92 75557.67 73638.24
## 3656 15 2016-09-11 1.19 272611.45 108308.69 103071.11
## 3657 16 2016-09-04 1.15 311176.62 77540.78 112618.27
## 3658 17 2016-08-28 1.32 269377.79 45946.25 114244.06
## 3659 18 2016-08-21 1.28 258309.18 41521.93 119685.36
## 3660 19 2016-08-14 1.22 272099.07 49712.54 114887.12
## 3661 20 2016-08-07 1.24 267082.86 56263.05 109039.94
## 3662 21 2016-07-31 1.37 253671.67 48175.70 110154.96
## 3663 22 2016-07-24 1.36 247275.14 42713.11 103033.69
## 3664 23 2016-07-17 1.25 249117.51 37155.26 99016.77
## 3665 24 2016-07-10 1.21 274783.17 43879.44 118215.77
## 3666 25 2016-07-03 1.23 287688.42 41551.50 129783.55
## 3667 26 2016-06-26 1.24 277479.27 38571.49 141142.92
## 3668 27 2016-06-19 1.26 267235.79 41124.61 132642.19
## 3669 28 2016-06-12 1.24 250231.06 43253.79 114426.76
## 3670 29 2016-06-05 1.23 267225.88 40843.23 134735.41
## 3671 30 2016-05-29 1.13 280015.07 44168.80 143022.78
## 3672 31 2016-05-22 1.12 257598.79 40865.69 124677.68
## 3673 32 2016-05-15 1.08 270638.76 34543.04 159858.65
## 3674 33 2016-05-08 0.91 373544.69 47270.41 247409.27
## 3675 34 2016-05-01 0.99 316410.59 52276.59 185445.08
## 3676 35 2016-04-24 1.09 283535.19 50495.46 157366.58
## 3677 36 2016-04-17 1.05 257743.57 42204.53 135971.63
## 3678 37 2016-04-10 1.05 237139.23 42096.16 116591.89
## 3679 38 2016-04-03 1.13 186673.69 36366.56 88833.96
## 3680 39 2016-03-27 1.15 247389.76 35550.74 135847.91
## 3681 40 2016-03-20 1.08 269456.81 35428.08 159452.29
## 3682 41 2016-03-13 1.13 256785.76 35473.08 148078.39
## 3683 42 2016-03-06 1.17 240849.91 40527.53 130174.89
## 3684 43 2016-02-28 1.11 254954.35 36910.75 157390.10
## 3685 44 2016-02-21 1.15 235440.15 33667.84 136616.59
## 3686 45 2016-02-14 1.09 264904.19 39983.90 155336.11
## 3687 46 2016-02-07 1.10 310166.32 42668.36 186545.28
## 3688 47 2016-01-31 1.07 240911.84 30150.26 141567.72
## 3689 48 2016-01-24 1.13 269859.91 30857.91 145118.66
## 3690 49 2016-01-17 1.15 251772.19 37242.50 127825.35
## 3691 50 2016-01-10 1.14 231258.40 38270.32 113995.58
## 3692 51 2016-01-03 1.09 252693.38 36241.25 157969.24
## 3693 0 2016-12-25 1.49 238100.22 2977.57 178949.08
## 3694 1 2016-12-18 1.22 304051.46 4769.87 256345.63
## 3695 2 2016-12-11 1.42 245721.90 3321.92 186954.78
## 3696 3 2016-12-04 1.54 207482.67 3426.07 160247.20
## 3697 4 2016-11-27 1.57 195221.04 4269.91 149413.39
## 3698 5 2016-11-20 1.62 240655.78 4755.30 168091.33
## 3699 6 2016-11-13 1.82 184928.64 3119.08 129123.05
## 3700 7 2016-11-06 1.83 173620.97 3070.78 119662.41
## 3701 8 2016-10-30 1.81 180113.35 2704.79 130995.75
## 3702 9 2016-10-23 1.78 213547.17 4201.36 152903.95
## 3703 10 2016-10-16 1.82 208966.36 4396.67 148210.67
## 3704 11 2016-10-09 1.62 231063.21 7855.45 171100.57
## 3705 12 2016-10-02 1.69 216818.99 17695.92 145719.43
## 3706 13 2016-09-25 1.63 224391.93 42274.18 125999.46
## 3707 14 2016-09-18 1.51 233869.17 37691.02 130354.21
## 3708 15 2016-09-11 1.22 364052.46 84826.25 225724.26
## 3709 16 2016-09-04 1.54 279628.17 10730.88 199814.20
## 3710 17 2016-08-28 1.59 287629.57 3266.96 209240.07
## 3711 18 2016-08-21 1.46 299545.98 2617.98 191018.33
## 3712 19 2016-08-14 1.46 298015.34 6429.23 186844.14
## 3713 20 2016-08-07 1.50 288155.59 4285.19 183604.52
## 3714 21 2016-07-31 1.72 255025.51 3820.18 170920.70
## 3715 22 2016-07-24 1.70 254686.05 3244.19 165702.62
## 3716 23 2016-07-17 1.63 259416.65 3078.92 173492.18
## 3717 24 2016-07-10 1.46 292611.92 3434.74 192338.60
## 3718 25 2016-07-03 1.47 309896.68 3261.81 212724.95
## 3719 26 2016-06-26 1.41 329620.35 3520.61 245341.16
## 3720 27 2016-06-19 1.50 335704.35 4764.39 253641.06
## 3721 28 2016-06-12 1.47 324963.11 7760.32 242441.41
## 3722 29 2016-06-05 1.46 303118.06 4757.39 219463.03
## 3723 30 2016-05-29 1.15 382443.83 5717.38 310084.06
## 3724 31 2016-05-22 1.26 296893.56 3701.05 224262.53
## 3725 32 2016-05-15 1.24 416264.79 5224.33 353742.70
## 3726 33 2016-05-08 0.86 522565.33 6157.76 449501.24
## 3727 34 2016-05-01 1.18 353240.26 4163.82 286951.48
## 3728 35 2016-04-24 1.25 342796.24 4251.65 277215.89
## 3729 36 2016-04-17 1.18 284479.69 3817.60 212803.93
## 3730 37 2016-04-10 1.17 280729.03 4510.47 213983.22
## 3731 38 2016-04-03 1.36 254201.52 4183.85 204807.91
## 3732 39 2016-03-27 1.31 294602.42 3703.75 234448.80
## 3733 40 2016-03-20 1.17 373372.96 5155.65 315607.91
## 3734 41 2016-03-13 1.30 315394.32 4317.14 253676.96
## 3735 42 2016-03-06 1.27 311503.06 4867.45 241128.23
## 3736 43 2016-02-28 1.17 357504.15 5558.93 305866.90
## 3737 44 2016-02-21 1.28 288176.27 4492.49 214537.05
## 3738 45 2016-02-14 1.10 398441.13 6064.88 326486.66
## 3739 46 2016-02-07 1.16 393866.28 4834.86 306373.73
## 3740 47 2016-01-31 1.12 390134.81 5276.30 322397.86
## 3741 48 2016-01-24 1.27 317932.59 2330.83 234916.68
## 3742 49 2016-01-17 1.18 352472.83 4186.80 265631.34
## 3743 50 2016-01-10 1.26 284119.04 3361.85 213814.50
## 3744 51 2016-01-03 1.07 322752.02 4199.14 275680.97
## 3745 0 2016-12-25 0.72 1126850.62 571303.56 238201.66
## 3746 1 2016-12-18 0.63 1212933.22 576578.21 258779.48
## 3747 2 2016-12-11 0.73 1015973.91 413907.52 275659.29
## 3748 3 2016-12-04 0.71 1130895.62 592360.27 274633.90
## 3749 4 2016-11-27 0.82 854629.64 525324.65 173401.51
## 3750 5 2016-11-20 0.99 827345.76 466960.66 202860.35
## 3751 6 2016-11-13 1.05 828866.80 431731.62 231630.38
## 3752 7 2016-11-06 1.12 782911.25 430098.78 168814.95
## 3753 8 2016-10-30 1.15 709890.11 346283.28 181578.62
## 3754 9 2016-10-23 1.00 777847.84 371566.37 145059.25
## 3755 10 2016-10-16 0.98 992992.79 492462.88 223737.35
## 3756 11 2016-10-09 0.98 1075303.77 483285.47 344448.92
## 3757 12 2016-10-02 0.98 1023030.28 446276.97 260176.71
## 3758 13 2016-09-25 0.96 1027782.31 463607.55 266059.25
## 3759 14 2016-09-18 0.83 1127109.48 702367.94 203949.08
## 3760 15 2016-09-11 0.76 1217346.73 729949.45 188318.97
## 3761 16 2016-09-04 0.72 1351649.96 782982.90 265697.02
## 3762 17 2016-08-28 0.88 1021607.04 610762.01 216733.12
## 3763 18 2016-08-21 0.90 1046506.77 583161.00 248160.18
## 3764 19 2016-08-14 0.90 1015264.05 590138.40 218435.64
## 3765 20 2016-08-07 0.92 1040953.31 614770.18 239657.73
## 3766 21 2016-07-31 0.98 941066.42 547468.50 203888.47
## 3767 22 2016-07-24 0.96 985027.91 555709.68 218179.57
## 3768 23 2016-07-17 0.92 1006984.22 551921.40 219856.17
## 3769 24 2016-07-10 0.89 1101543.61 607069.90 208421.56
## 3770 25 2016-07-03 0.92 1189787.36 545799.65 245931.82
## 3771 26 2016-06-26 0.88 1186692.39 586635.99 216133.71
## 3772 27 2016-06-19 0.89 1153583.30 627217.28 228843.15
## 3773 28 2016-06-12 0.83 1209996.42 589477.04 236621.03
## 3774 29 2016-06-05 0.85 1182841.54 555561.07 242491.36
## 3775 30 2016-05-29 0.82 1128598.95 554092.01 247279.64
## 3776 31 2016-05-22 0.68 1378761.67 569011.09 339100.41
## 3777 32 2016-05-15 0.69 1343566.69 614769.67 335853.13
## 3778 33 2016-05-08 0.65 1406283.85 670565.88 293098.85
## 3779 34 2016-05-01 0.68 1308614.45 601670.10 368703.63
## 3780 35 2016-04-24 0.67 1393042.56 656322.91 324423.04
## 3781 36 2016-04-17 0.69 1310677.68 782313.51 191432.45
## 3782 37 2016-04-10 0.70 1271741.46 757578.32 188936.32
## 3783 38 2016-04-03 0.72 1256919.10 684633.13 264272.37
## 3784 39 2016-03-27 0.75 1345865.16 553962.21 406713.30
## 3785 40 2016-03-20 0.76 1162026.04 538380.61 327365.45
## 3786 41 2016-03-13 0.76 1136963.49 585649.37 247461.63
## 3787 42 2016-03-06 0.76 1091432.18 698789.73 182050.77
## 3788 43 2016-02-28 0.76 1048304.10 674833.15 180298.41
## 3789 44 2016-02-21 0.80 966990.90 566062.35 200934.84
## 3790 45 2016-02-14 0.67 1191352.20 518192.10 334137.36
## 3791 46 2016-02-07 0.69 1323490.25 528669.72 424427.32
## 3792 47 2016-01-31 0.74 1131583.12 484446.28 348542.55
## 3793 48 2016-01-24 0.91 867294.64 259465.21 363892.04
## 3794 49 2016-01-17 0.83 1071138.98 447913.43 369479.18
## 3795 50 2016-01-10 0.84 1095287.56 434471.89 437751.47
## 3796 51 2016-01-03 0.78 1061566.78 356962.48 454200.44
## 3797 0 2016-12-25 1.13 135848.61 9560.82 59100.87
## 3798 1 2016-12-18 1.19 122035.89 9114.00 56820.04
## 3799 2 2016-12-11 1.17 133480.18 10029.30 61398.63
## 3800 3 2016-12-04 1.18 144732.39 9441.16 70441.52
## 3801 4 2016-11-27 1.34 103728.70 8422.19 43655.05
## 3802 5 2016-11-20 1.29 124674.05 9062.48 52842.30
## 3803 6 2016-11-13 1.29 127579.36 8852.56 56481.59
## 3804 7 2016-11-06 1.37 126205.09 9100.10 55557.73
## 3805 8 2016-10-30 1.20 139574.84 9278.40 61450.22
## 3806 9 2016-10-23 1.31 142946.23 7986.60 65584.52
## 3807 10 2016-10-16 1.27 138921.48 10968.01 60049.75
## 3808 11 2016-10-09 1.20 143911.76 11357.01 61269.72
## 3809 12 2016-10-02 1.31 146709.18 14488.94 66598.01
## 3810 13 2016-09-25 1.39 150804.60 16855.29 68404.44
## 3811 14 2016-09-18 1.26 153211.68 16666.21 67688.59
## 3812 15 2016-09-11 1.29 157333.39 17414.42 70736.72
## 3813 16 2016-09-04 1.31 160672.02 17530.05 75640.39
## 3814 17 2016-08-28 1.27 167401.86 13732.36 78138.81
## 3815 18 2016-08-21 1.30 160968.73 15022.11 73966.50
## 3816 19 2016-08-14 1.27 169421.10 15863.47 79507.42
## 3817 20 2016-08-07 1.33 163338.94 20926.28 77899.46
## 3818 21 2016-07-31 1.27 159573.77 16079.16 80211.44
## 3819 22 2016-07-24 1.20 178389.87 14627.32 82110.02
## 3820 23 2016-07-17 1.08 195710.39 15914.63 93315.97
## 3821 24 2016-07-10 1.12 191786.29 15126.45 96588.25
## 3822 25 2016-07-03 1.10 205562.64 15757.59 97347.96
## 3823 26 2016-06-26 1.15 183555.06 14452.83 90386.24
## 3824 27 2016-06-19 1.13 193533.04 17469.30 91178.24
## 3825 28 2016-06-12 1.12 186723.32 19442.51 89225.97
## 3826 29 2016-06-05 1.05 208086.58 16444.14 100386.68
## 3827 30 2016-05-29 1.01 210386.61 13152.88 109784.28
## 3828 31 2016-05-22 0.87 214847.19 10857.82 105336.69
## 3829 32 2016-05-15 0.88 212806.58 11249.01 98565.23
## 3830 33 2016-05-08 0.93 228601.39 17356.36 106300.33
## 3831 34 2016-05-01 0.92 207488.02 16727.66 106590.22
## 3832 35 2016-04-24 0.95 217736.25 12802.85 116190.57
## 3833 36 2016-04-17 0.97 218237.53 15361.33 113832.99
## 3834 37 2016-04-10 1.07 168009.21 15421.40 84833.75
## 3835 38 2016-04-03 0.99 154098.59 13073.15 73683.93
## 3836 39 2016-03-27 0.99 195373.94 10457.51 103261.69
## 3837 40 2016-03-20 1.12 168886.56 12095.89 91015.53
## 3838 41 2016-03-13 1.03 179067.02 11923.34 97729.32
## 3839 42 2016-03-06 0.96 208283.71 11773.30 116609.91
## 3840 43 2016-02-28 0.99 188077.25 11031.35 107091.35
## 3841 44 2016-02-21 1.03 153498.43 10806.76 91309.12
## 3842 45 2016-02-14 0.83 219871.64 13525.56 133956.97
## 3843 46 2016-02-07 0.88 240237.26 13926.79 145591.86
## 3844 47 2016-01-31 0.98 175610.18 8329.28 102864.26
## 3845 48 2016-01-24 0.93 168035.39 1803.73 93613.73
## 3846 49 2016-01-17 0.97 171404.92 5231.37 105606.63
## 3847 50 2016-01-10 1.00 173238.20 4590.25 101117.07
## 3848 51 2016-01-03 0.95 184669.77 5974.10 109973.31
## 3849 0 2016-12-25 0.81 187804.02 70779.81 31213.64
## 3850 1 2016-12-18 0.84 162502.30 49886.69 27329.12
## 3851 2 2016-12-11 1.17 116052.47 33585.82 18098.36
## 3852 3 2016-12-04 0.89 206009.55 63726.26 35344.04
## 3853 4 2016-11-27 1.36 111672.00 32944.90 18661.82
## 3854 5 2016-11-20 1.36 117495.72 35506.80 19385.22
## 3855 6 2016-11-13 1.31 140702.87 51958.36 22430.56
## 3856 7 2016-11-06 1.41 127895.28 43990.00 21710.64
## 3857 8 2016-10-30 1.41 115122.47 38168.39 20158.77
## 3858 9 2016-10-23 1.35 119840.12 42784.97 22755.49
## 3859 10 2016-10-16 1.12 157329.41 48624.65 36096.39
## 3860 11 2016-10-09 1.31 135520.48 43060.49 35355.69
## 3861 12 2016-10-02 1.31 159576.97 54429.42 29513.01
## 3862 13 2016-09-25 1.26 158194.10 58289.90 21092.67
## 3863 14 2016-09-18 1.05 175928.62 72171.22 27540.24
## 3864 15 2016-09-11 1.10 150295.99 70095.71 23109.94
## 3865 16 2016-09-04 0.94 239246.03 128269.25 34369.64
## 3866 17 2016-08-28 1.14 177300.14 90634.98 32154.69
## 3867 18 2016-08-21 1.11 189700.13 90679.27 36441.11
## 3868 19 2016-08-14 1.11 206617.11 98779.51 43133.24
## 3869 20 2016-08-07 1.23 151751.97 70054.07 30914.44
## 3870 21 2016-07-31 1.23 152777.16 67403.11 31854.30
## 3871 22 2016-07-24 1.21 156316.92 69899.17 39377.77
## 3872 23 2016-07-17 1.22 165453.60 77112.26 34464.53
## 3873 24 2016-07-10 1.19 164680.49 78117.56 34028.17
## 3874 25 2016-07-03 0.93 272150.68 137102.40 48698.98
## 3875 26 2016-06-26 1.19 159128.77 75055.08 31811.71
## 3876 27 2016-06-19 0.94 226775.36 115507.75 41557.30
## 3877 28 2016-06-12 1.20 151428.59 75763.72 28484.78
## 3878 29 2016-06-05 0.95 221144.08 124676.22 32124.30
## 3879 30 2016-05-29 0.92 242168.85 141300.92 36410.66
## 3880 31 2016-05-22 1.17 160652.39 83011.39 27437.92
## 3881 32 2016-05-15 0.79 257370.46 98256.73 59901.50
## 3882 33 2016-05-08 0.80 224519.56 113354.85 34526.39
## 3883 34 2016-05-01 0.68 370646.01 169412.40 70592.24
## 3884 35 2016-04-24 0.80 267225.58 104786.41 61113.12
## 3885 36 2016-04-17 1.00 184827.45 88552.52 31279.51
## 3886 37 2016-04-10 0.80 261081.39 106314.87 54201.27
## 3887 38 2016-04-03 1.01 181662.16 84765.99 27201.22
## 3888 39 2016-03-27 1.06 158322.64 70255.18 27911.77
## 3889 40 2016-03-20 1.07 140301.04 59970.41 26015.08
## 3890 41 2016-03-13 0.81 241653.71 103139.77 47856.70
## 3891 42 2016-03-06 1.06 155654.59 71185.02 26487.57
## 3892 43 2016-02-28 0.77 253489.72 108080.92 43494.21
## 3893 44 2016-02-21 1.01 141335.89 63676.54 22329.28
## 3894 45 2016-02-14 0.95 151724.07 74835.50 23877.54
## 3895 46 2016-02-07 0.54 369757.62 191441.47 57532.08
## 3896 47 2016-01-31 1.04 151247.03 76816.44 21968.91
## 3897 48 2016-01-24 0.93 192194.31 116713.78 18557.48
## 3898 49 2016-01-17 1.21 118230.86 73496.53 9811.14
## 3899 50 2016-01-10 0.95 181584.67 122360.29 10625.30
## 3900 51 2016-01-03 1.09 148599.47 103296.40 8714.57
## 3901 0 2016-12-25 0.82 292038.68 107317.80 43301.69
## 3902 1 2016-12-18 0.81 297506.24 88443.43 49295.62
## 3903 2 2016-12-11 0.83 339328.92 83682.89 55352.63
## 3904 3 2016-12-04 0.91 315048.80 93963.93 56502.76
## 3905 4 2016-11-27 0.86 255656.46 104641.27 41992.71
## 3906 5 2016-11-20 1.12 237141.08 94282.84 29776.10
## 3907 6 2016-11-13 1.10 259546.55 114475.73 32698.74
## 3908 7 2016-11-06 1.20 225301.45 84137.66 29997.69
## 3909 8 2016-10-30 1.16 223089.05 79018.69 31778.97
## 3910 9 2016-10-23 1.13 254999.40 67268.17 48015.11
## 3911 10 2016-10-16 1.08 315743.92 88625.10 51473.72
## 3912 11 2016-10-09 1.16 276030.70 121482.16 40083.06
## 3913 12 2016-10-02 1.22 246512.99 93430.04 45096.89
## 3914 13 2016-09-25 1.20 242299.74 98373.06 44921.80
## 3915 14 2016-09-18 1.12 278479.43 117939.47 57221.40
## 3916 15 2016-09-11 0.89 378865.38 200297.27 70912.09
## 3917 16 2016-09-04 1.03 335179.78 158224.33 69349.24
## 3918 17 2016-08-28 1.03 288423.36 123739.64 56927.33
## 3919 18 2016-08-21 1.00 302708.43 141809.13 50486.50
## 3920 19 2016-08-14 1.08 295535.64 129727.70 53954.55
## 3921 20 2016-08-07 1.11 311533.30 144862.85 57549.16
## 3922 21 2016-07-31 1.17 284566.03 125462.80 54745.00
## 3923 22 2016-07-24 1.15 283863.44 110868.68 58714.33
## 3924 23 2016-07-17 1.08 283074.00 118910.27 52023.77
## 3925 24 2016-07-10 1.00 357786.69 153905.64 69545.22
## 3926 25 2016-07-03 1.00 362136.80 135214.32 82726.73
## 3927 26 2016-06-26 0.94 352406.76 130217.49 74316.76
## 3928 27 2016-06-19 0.91 364254.89 164910.19 76172.67
## 3929 28 2016-06-12 0.94 348022.24 146589.28 75379.07
## 3930 29 2016-06-05 0.89 410770.75 156235.27 109763.53
## 3931 30 2016-05-29 0.89 391993.97 131708.14 115790.28
## 3932 31 2016-05-22 0.93 318913.34 122331.83 89286.71
## 3933 32 2016-05-15 0.86 317621.52 131370.13 107124.85
## 3934 33 2016-05-08 0.83 427575.05 170359.46 144990.10
## 3935 34 2016-05-01 0.85 363104.70 122124.69 115747.20
## 3936 35 2016-04-24 0.83 359872.46 125412.66 120811.35
## 3937 36 2016-04-17 0.81 379464.47 143900.70 110596.26
## 3938 37 2016-04-10 0.87 354098.37 151862.79 91833.73
## 3939 38 2016-04-03 0.84 298710.72 158984.19 62625.80
## 3940 39 2016-03-27 0.85 314268.27 155872.97 72324.40
## 3941 40 2016-03-20 0.82 332283.27 127949.65 116701.74
## 3942 41 2016-03-13 0.79 344613.01 130879.58 109512.41
## 3943 42 2016-03-06 0.91 311402.83 139919.03 86200.19
## 3944 43 2016-02-28 0.86 316563.55 122523.18 98920.90
## 3945 44 2016-02-21 0.83 337403.05 121214.86 124295.71
## 3946 45 2016-02-14 0.79 371467.52 144507.48 110749.56
## 3947 46 2016-02-07 0.74 437746.54 191144.38 142489.45
## 3948 47 2016-01-31 0.92 285052.11 117236.18 87109.87
## 3949 48 2016-01-24 1.08 158978.46 9727.38 81835.15
## 3950 49 2016-01-17 0.88 289298.37 108072.15 98543.78
## 3951 50 2016-01-10 0.83 309217.44 118958.86 110549.87
## 3952 51 2016-01-03 0.80 332971.80 103710.64 138142.95
## 3953 0 2016-12-25 0.84 2641775.31 794840.17 669585.49
## 3954 1 2016-12-18 0.84 2377799.62 767981.95 513487.28
## 3955 2 2016-12-11 0.75 2793917.73 917098.69 631013.13
## 3956 3 2016-12-04 0.78 2780629.10 1076282.76 476162.95
## 3957 4 2016-11-27 1.01 2257271.18 865743.41 416437.85
## 3958 5 2016-11-20 1.10 2272023.15 880344.33 456709.37
## 3959 6 2016-11-13 1.29 1913492.61 696410.88 436388.61
## 3960 7 2016-11-06 1.52 1595013.07 543331.54 423351.91
## 3961 8 2016-10-30 1.48 1499286.88 533137.32 383974.46
## 3962 9 2016-10-23 1.23 2133563.24 768315.72 427296.47
## 3963 10 2016-10-16 1.17 2548687.86 922290.28 501532.50
## 3964 11 2016-10-09 1.16 2766529.12 1153907.22 559077.15
## 3965 12 2016-10-02 1.06 2865744.94 1337602.73 471344.12
## 3966 13 2016-09-25 1.00 3007073.27 1328968.75 468792.85
## 3967 14 2016-09-18 1.06 2589309.14 999948.52 457932.50
## 3968 15 2016-09-11 0.95 2939704.87 1217417.81 534763.39
## 3969 16 2016-09-04 0.88 3431676.04 1409249.49 626922.72
## 3970 17 2016-08-28 0.81 3563268.97 1471105.41 537892.88
## 3971 18 2016-08-21 0.93 3086167.04 1264167.99 480926.04
## 3972 19 2016-08-14 1.03 2879218.13 1050808.07 605409.39
## 3973 20 2016-08-07 1.00 3094362.21 1137248.03 632756.21
## 3974 21 2016-07-31 1.06 2826836.07 961494.69 562612.83
## 3975 22 2016-07-24 1.01 3033328.67 1163035.43 629930.18
## 3976 23 2016-07-17 0.97 3092234.00 1201992.39 630743.25
## 3977 24 2016-07-10 0.93 3293224.51 1217453.35 678995.34
## 3978 25 2016-07-03 0.95 3449361.49 1317678.72 746045.11
## 3979 26 2016-06-26 0.85 3258184.45 1295216.97 655947.51
## 3980 27 2016-06-19 0.90 3237847.21 1322109.94 593238.74
## 3981 28 2016-06-12 0.83 3248769.26 1439519.40 529969.99
## 3982 29 2016-06-05 0.76 3715458.49 1596545.36 650812.60
## 3983 30 2016-05-29 0.83 3203935.53 1214455.87 691108.91
## 3984 31 2016-05-22 0.76 3134305.39 1084784.88 782144.64
## 3985 32 2016-05-15 0.82 2866855.58 1134719.15 643464.88
## 3986 33 2016-05-08 0.64 3942054.31 1416928.16 929683.64
## 3987 34 2016-05-01 0.62 3863314.25 1355793.57 1047924.35
## 3988 35 2016-04-24 0.75 3136882.52 1115902.49 704492.28
## 3989 36 2016-04-17 0.76 3185230.67 1245344.79 643220.72
## 3990 37 2016-04-10 0.77 3288356.88 1130642.44 715739.80
## 3991 38 2016-04-03 0.82 2793982.31 865503.72 683860.21
## 3992 39 2016-03-27 0.73 3467762.25 982736.16 836002.09
## 3993 40 2016-03-20 0.74 3374876.94 928106.16 901464.72
## 3994 41 2016-03-13 0.79 2987393.94 767298.16 657175.20
## 3995 42 2016-03-06 0.76 3138836.66 821036.00 680884.10
## 3996 43 2016-02-28 0.72 3332578.34 812808.39 750266.34
## 3997 44 2016-02-21 0.76 3232888.65 842358.10 671213.11
## 3998 45 2016-02-14 0.65 3664088.60 931605.09 837742.21
## 3999 46 2016-02-07 0.58 4982700.11 1262681.15 1447533.80
## 4000 47 2016-01-31 0.74 3197788.06 1004134.51 721988.78
## 4001 48 2016-01-24 0.76 3173509.36 666019.46 779056.76
## 4002 49 2016-01-17 0.76 2952576.85 804573.11 854485.91
## 4003 50 2016-01-10 0.74 3172437.94 841326.26 803197.41
## 4004 51 2016-01-03 0.64 3967109.33 1232109.79 992212.57
## 4005 0 2016-12-25 1.01 81833.86 1337.84 35234.67
## 4006 1 2016-12-18 1.10 67720.14 1247.68 33646.11
## 4007 2 2016-12-11 0.79 105228.60 1367.94 44377.90
## 4008 3 2016-12-04 0.83 127200.91 1234.09 60677.07
## 4009 4 2016-11-27 1.26 57765.51 1047.06 26662.61
## 4010 5 2016-11-20 1.43 59210.76 1429.11 29056.73
## 4011 6 2016-11-13 1.34 64958.65 1469.38 30443.81
## 4012 7 2016-11-06 1.27 70881.52 1606.90 34663.27
## 4013 8 2016-10-30 1.28 70137.79 1769.84 35446.19
## 4014 9 2016-10-23 1.23 75593.36 1616.09 37427.37
## 4015 10 2016-10-16 1.10 81707.99 1538.97 37516.02
## 4016 11 2016-10-09 1.15 78262.36 1705.62 36812.98
## 4017 12 2016-10-02 1.24 75004.32 1351.94 37151.83
## 4018 13 2016-09-25 1.37 75513.07 1967.21 41728.53
## 4019 14 2016-09-18 1.26 87633.41 2114.94 48962.95
## 4020 15 2016-09-11 1.21 90086.40 3359.11 51733.48
## 4021 16 2016-09-04 1.11 82940.98 2682.05 45780.53
## 4022 17 2016-08-28 1.13 82663.20 1887.97 48991.99
## 4023 18 2016-08-21 1.16 89370.33 1980.35 50039.90
## 4024 19 2016-08-14 1.25 85551.19 2056.05 54112.88
## 4025 20 2016-08-07 1.30 80997.55 3573.85 53453.99
## 4026 21 2016-07-31 1.24 86030.88 2355.37 53669.84
## 4027 22 2016-07-24 1.19 95001.32 2352.49 57404.00
## 4028 23 2016-07-17 1.13 101963.67 2414.28 60191.48
## 4029 24 2016-07-10 1.15 94591.67 2784.81 62213.99
## 4030 25 2016-07-03 1.00 106600.14 2398.42 64636.42
## 4031 26 2016-06-26 1.06 98077.60 2762.38 56614.79
## 4032 27 2016-06-19 1.09 98289.94 2648.74 54424.22
## 4033 28 2016-06-12 1.16 84926.73 5365.60 50561.08
## 4034 29 2016-06-05 1.09 99179.74 2153.72 56150.97
## 4035 30 2016-05-29 0.99 109060.73 2052.33 71648.43
## 4036 31 2016-05-22 0.91 113794.41 2002.85 77719.29
## 4037 32 2016-05-15 0.86 106278.64 2286.09 62308.98
## 4038 33 2016-05-08 0.86 139475.75 2523.81 87801.48
## 4039 34 2016-05-01 0.88 128108.76 2499.44 81916.36
## 4040 35 2016-04-24 0.93 92553.22 2116.01 55939.90
## 4041 36 2016-04-17 0.92 95475.44 2120.86 55695.58
## 4042 37 2016-04-10 0.90 83504.74 1824.57 49692.01
## 4043 38 2016-04-03 0.85 91459.57 2091.16 52626.19
## 4044 39 2016-03-27 0.89 120080.36 1969.51 74446.68
## 4045 40 2016-03-20 0.95 123442.10 1893.15 76888.63
## 4046 41 2016-03-13 1.07 79810.59 1951.19 47340.88
## 4047 42 2016-03-06 1.02 88102.95 2028.60 49580.73
## 4048 43 2016-02-28 0.94 102196.72 2152.34 63256.87
## 4049 44 2016-02-21 0.86 114817.03 2368.19 75573.80
## 4050 45 2016-02-14 0.86 124650.69 2921.35 81575.81
## 4051 46 2016-02-07 0.85 148704.27 2805.31 98136.23
## 4052 47 2016-01-31 0.92 101620.12 2539.14 70021.38
## 4053 48 2016-01-24 0.89 120304.63 1672.67 72603.22
## 4054 49 2016-01-17 0.90 83687.48 2202.61 48151.24
## 4055 50 2016-01-10 0.89 99956.44 2088.41 63265.58
## 4056 51 2016-01-03 0.88 116363.51 2673.33 73869.01
## 4057 0 2016-12-25 0.97 648358.72 257456.07 148591.65
## 4058 1 2016-12-18 0.97 662655.37 237194.30 158602.19
## 4059 2 2016-12-11 1.39 446139.65 177620.99 97259.69
## 4060 3 2016-12-04 0.98 728191.35 267955.80 173005.48
## 4061 4 2016-11-27 1.49 405085.56 159915.34 89345.14
## 4062 5 2016-11-20 1.52 461236.74 179988.40 102113.00
## 4063 6 2016-11-13 1.43 478305.06 195573.25 101415.32
## 4064 7 2016-11-06 1.51 426159.64 176243.94 96964.16
## 4065 8 2016-10-30 1.57 403657.05 169008.34 98080.05
## 4066 9 2016-10-23 1.59 437488.84 164118.89 125399.44
## 4067 10 2016-10-16 1.28 537970.39 191040.91 158620.00
## 4068 11 2016-10-09 1.49 410181.24 153136.21 112103.55
## 4069 12 2016-10-02 1.51 539574.59 221783.43 125421.99
## 4070 13 2016-09-25 1.43 558552.18 251034.89 108280.87
## 4071 14 2016-09-18 1.19 541030.40 237187.12 103912.38
## 4072 15 2016-09-11 1.20 480734.81 226500.24 89642.47
## 4073 16 2016-09-04 0.97 862396.26 525593.59 140626.89
## 4074 17 2016-08-28 1.22 558828.81 290432.64 131832.78
## 4075 18 2016-08-21 1.23 565825.46 296954.65 128877.47
## 4076 19 2016-08-14 1.17 695230.59 400660.58 142475.60
## 4077 20 2016-08-07 1.25 515183.39 253093.31 125026.64
## 4078 21 2016-07-31 1.30 496508.86 247196.33 112882.50
## 4079 22 2016-07-24 1.28 520496.36 250298.08 132336.77
## 4080 23 2016-07-17 1.24 516716.17 241386.54 136077.96
## 4081 24 2016-07-10 1.24 566889.77 277354.34 142734.50
## 4082 25 2016-07-03 0.96 868986.46 479975.64 184172.52
## 4083 26 2016-06-26 1.25 540206.17 283281.44 130937.32
## 4084 27 2016-06-19 0.99 812334.69 474374.03 182509.48
## 4085 28 2016-06-12 1.28 503076.75 271970.59 107339.21
## 4086 29 2016-06-05 0.99 786071.68 474319.60 149114.65
## 4087 30 2016-05-29 0.97 849097.69 513204.86 167161.00
## 4088 31 2016-05-22 1.26 497819.63 273987.60 103459.89
## 4089 32 2016-05-15 0.88 889357.25 408466.47 227686.36
## 4090 33 2016-05-08 1.01 653844.27 349383.33 137741.01
## 4091 34 2016-05-01 0.79 1078794.69 526288.51 260626.27
## 4092 35 2016-04-24 0.88 896845.48 419775.53 227523.41
## 4093 36 2016-04-17 1.12 558953.75 281531.64 117780.33
## 4094 37 2016-04-10 0.87 841731.76 399737.57 193376.73
## 4095 38 2016-04-03 1.15 543234.89 287271.39 103462.51
## 4096 39 2016-03-27 1.17 468636.39 240096.64 99290.24
## 4097 40 2016-03-20 1.13 507580.07 267187.96 105076.55
## 4098 41 2016-03-13 0.88 799992.86 399729.47 176357.78
## 4099 42 2016-03-06 1.16 448052.10 223851.91 93574.47
## 4100 43 2016-02-28 0.83 822403.21 428974.24 169811.82
## 4101 44 2016-02-21 1.10 481704.97 244778.76 102684.81
## 4102 45 2016-02-14 1.12 446631.37 219037.75 101866.88
## 4103 46 2016-02-07 0.59 1180631.07 649646.72 241271.36
## 4104 47 2016-01-31 1.11 492691.03 287032.09 79763.12
## 4105 48 2016-01-24 0.96 611557.77 416813.56 61067.87
## 4106 49 2016-01-17 1.20 430079.07 276253.48 62106.53
## 4107 50 2016-01-10 0.97 702726.81 493952.15 82027.84
## 4108 51 2016-01-03 1.13 502583.68 349992.75 44399.13
## 4109 0 2016-12-25 1.23 2180512.10 461611.36 873785.28
## 4110 1 2016-12-18 1.16 2242221.26 491941.19 999958.67
## 4111 2 2016-12-11 1.15 2339977.39 574106.60 862587.29
## 4112 3 2016-12-04 1.20 2359837.16 605907.37 873734.56
## 4113 4 2016-11-27 1.40 1858065.15 421295.51 729252.94
## 4114 5 2016-11-20 1.48 1999044.43 478380.64 712348.38
## 4115 6 2016-11-13 1.52 2075282.76 589046.77 723968.74
## 4116 7 2016-11-06 1.54 2077507.41 569735.76 697011.92
## 4117 8 2016-10-30 1.48 2083054.88 606275.55 713427.63
## 4118 9 2016-10-23 1.47 2287507.52 611972.37 851527.30
## 4119 10 2016-10-16 1.40 2442981.97 642844.77 921533.78
## 4120 11 2016-10-09 1.39 2469381.94 651705.04 951060.09
## 4121 12 2016-10-02 1.38 2540672.44 662661.76 965796.82
## 4122 13 2016-09-25 1.37 2568161.45 748452.52 947415.59
## 4123 14 2016-09-18 1.28 2785256.41 850690.32 1019588.17
## 4124 15 2016-09-11 1.18 3068639.36 938277.40 1164893.69
## 4125 16 2016-09-04 1.20 3127950.40 954420.93 1150320.87
## 4126 17 2016-08-28 1.30 2799097.68 745329.31 1165119.09
## 4127 18 2016-08-21 1.27 2840526.38 684458.46 1180365.78
## 4128 19 2016-08-14 1.29 2901786.65 666957.64 1211099.91
## 4129 20 2016-08-07 1.30 2900751.48 680835.87 1274555.63
## 4130 21 2016-07-31 1.35 2787002.19 612846.55 1247700.03
## 4131 22 2016-07-24 1.32 2914817.51 611049.20 1286835.89
## 4132 23 2016-07-17 1.26 2940448.51 582052.07 1272165.13
## 4133 24 2016-07-10 1.19 3221650.74 607742.57 1498358.41
## 4134 25 2016-07-03 1.15 3393696.45 653109.17 1523684.65
## 4135 26 2016-06-26 1.17 3095673.83 590854.99 1468309.10
## 4136 27 2016-06-19 1.16 3304967.62 674982.83 1530425.54
## 4137 28 2016-06-12 1.15 3122351.17 677443.53 1422914.00
## 4138 29 2016-06-05 1.14 3223814.39 673473.95 1510540.87
## 4139 30 2016-05-29 1.09 3349139.43 708286.60 1603134.92
## 4140 31 2016-05-22 1.08 3154318.39 658991.13 1530509.31
## 4141 32 2016-05-15 1.04 3205037.79 592139.41 1687342.39
## 4142 33 2016-05-08 0.95 3850645.65 711397.32 2144351.44
## 4143 34 2016-05-01 0.99 3536333.98 708526.79 1861915.25
## 4144 35 2016-04-24 1.04 3332609.87 665027.77 1711268.77
## 4145 36 2016-04-17 1.06 3029003.02 544932.88 1613809.61
## 4146 37 2016-04-10 1.05 2836884.82 589785.48 1349757.59
## 4147 38 2016-04-03 1.07 2690267.94 564866.92 1351629.65
## 4148 39 2016-03-27 1.08 2911903.46 558314.44 1535010.34
## 4149 40 2016-03-20 1.05 3198477.41 617677.39 1715343.39
## 4150 41 2016-03-13 1.07 3093898.37 573263.79 1674136.15
## 4151 42 2016-03-06 1.10 2942515.87 592136.76 1532054.71
## 4152 43 2016-02-28 1.05 3032920.39 593530.85 1680329.57
## 4153 44 2016-02-21 1.06 2747176.06 539072.29 1378970.85
## 4154 45 2016-02-14 0.99 3173460.24 654357.46 1639480.98
## 4155 46 2016-02-07 0.91 4131614.84 867821.71 2164456.60
## 4156 47 2016-01-31 1.00 2881461.41 555939.00 1608441.06
## 4157 48 2016-01-24 1.01 3147902.67 472744.05 1787662.94
## 4158 49 2016-01-17 1.05 3001683.91 631861.30 1547484.48
## 4159 50 2016-01-10 1.04 2871898.66 603274.41 1439156.96
## 4160 51 2016-01-03 1.01 2967929.65 675102.33 1566127.03
## 4161 0 2016-12-25 0.93 166486.05 63236.61 18070.01
## 4162 1 2016-12-18 0.92 158024.16 66411.85 16272.07
## 4163 2 2016-12-11 0.90 193711.04 84856.17 12359.04
## 4164 3 2016-12-04 0.96 189526.37 82751.98 20042.35
## 4165 4 2016-11-27 1.24 129937.75 50379.42 12290.64
## 4166 5 2016-11-20 1.33 131605.70 53849.43 12277.03
## 4167 6 2016-11-13 1.39 141387.19 59293.41 13161.11
## 4168 7 2016-11-06 1.31 146936.93 66594.58 13756.62
## 4169 8 2016-10-30 1.18 151715.90 65786.54 17343.11
## 4170 9 2016-10-23 1.19 163017.85 66511.98 28375.72
## 4171 10 2016-10-16 1.06 177609.17 78566.29 21640.42
## 4172 11 2016-10-09 1.20 156477.24 77153.68 15555.10
## 4173 12 2016-10-02 1.15 172755.25 76163.23 15615.55
## 4174 13 2016-09-25 1.16 174768.99 79738.20 20581.30
## 4175 14 2016-09-18 1.01 191359.67 98830.01 16914.64
## 4176 15 2016-09-11 0.75 250165.13 144886.48 12777.22
## 4177 16 2016-09-04 0.73 292902.13 172938.84 14374.03
## 4178 17 2016-08-28 1.09 172757.72 104278.59 12600.77
## 4179 18 2016-08-21 1.09 184733.93 102330.82 15916.71
## 4180 19 2016-08-14 1.06 202833.66 102665.18 19071.46
## 4181 20 2016-08-07 1.12 188016.60 95351.73 25466.10
## 4182 21 2016-07-31 1.10 186520.46 88436.32 29435.66
## 4183 22 2016-07-24 1.07 191727.48 87692.81 31317.01
## 4184 23 2016-07-17 1.07 196773.62 90032.00 33912.54
## 4185 24 2016-07-10 1.00 198240.02 88754.10 37966.33
## 4186 25 2016-07-03 0.87 250902.49 106013.67 46053.00
## 4187 26 2016-06-26 0.98 195471.62 100031.56 25602.81
## 4188 27 2016-06-19 0.89 232084.20 135024.70 19715.89
## 4189 28 2016-06-12 0.97 190921.36 119783.13 12815.76
## 4190 29 2016-06-05 0.88 223368.78 136409.36 17532.40
## 4191 30 2016-05-29 0.87 238624.36 144140.44 21273.82
## 4192 31 2016-05-22 0.92 204128.50 115616.52 18839.88
## 4193 32 2016-05-15 0.81 219615.86 103729.74 31344.62
## 4194 33 2016-05-08 0.88 212720.44 114895.39 26341.65
## 4195 34 2016-05-01 0.81 237679.37 117137.23 37442.51
## 4196 35 2016-04-24 0.81 233759.31 111614.90 33820.97
## 4197 36 2016-04-17 0.90 178369.19 96001.31 23421.52
## 4198 37 2016-04-10 0.82 206829.38 98423.23 31061.97
## 4199 38 2016-04-03 0.95 165587.67 94345.14 19391.21
## 4200 39 2016-03-27 0.93 171568.47 98386.62 20112.88
## 4201 40 2016-03-20 0.93 179305.81 100108.05 21586.77
## 4202 41 2016-03-13 0.87 188478.21 91631.74 32085.32
## 4203 42 2016-03-06 0.97 159755.26 87362.97 20762.36
## 4204 43 2016-02-28 0.88 190263.02 99189.75 31558.82
## 4205 44 2016-02-21 0.94 182025.30 101831.21 25448.04
## 4206 45 2016-02-14 0.88 203205.09 103368.34 42830.57
## 4207 46 2016-02-07 0.77 268608.69 124530.37 59611.16
## 4208 47 2016-01-31 0.95 173689.71 90482.99 33297.46
## 4209 48 2016-01-24 0.87 167159.24 78105.34 33125.00
## 4210 49 2016-01-17 0.95 181360.74 98888.27 30227.70
## 4211 50 2016-01-10 0.90 212752.83 123086.83 29886.44
## 4212 51 2016-01-03 0.98 185316.35 131286.47 11153.76
## 4213 0 2016-12-25 0.94 225497.02 117054.55 23166.27
## 4214 1 2016-12-18 1.08 183103.22 83700.37 21081.99
## 4215 2 2016-12-11 1.21 177582.49 89506.41 18892.40
## 4216 3 2016-12-04 1.05 253241.58 143482.91 24486.13
## 4217 4 2016-11-27 1.38 148538.06 76603.69 17900.83
## 4218 5 2016-11-20 1.35 167233.36 86431.23 23609.67
## 4219 6 2016-11-13 1.26 225721.51 133593.96 30401.95
## 4220 7 2016-11-06 1.49 183542.31 98949.98 22891.61
## 4221 8 2016-10-30 1.48 163510.83 71230.82 22081.11
## 4222 9 2016-10-23 1.44 203438.23 102352.79 30817.32
## 4223 10 2016-10-16 1.36 222712.89 112346.71 27293.53
## 4224 11 2016-10-09 1.25 233898.80 114410.24 41719.96
## 4225 12 2016-10-02 1.29 214690.77 108880.32 32258.23
## 4226 13 2016-09-25 1.19 264726.41 141795.96 34973.15
## 4227 14 2016-09-18 1.18 244913.97 126047.18 32908.26
## 4228 15 2016-09-11 1.13 250492.62 141311.03 37594.59
## 4229 16 2016-09-04 0.94 324151.30 172989.33 65043.94
## 4230 17 2016-08-28 1.02 309238.91 171213.50 49486.31
## 4231 18 2016-08-21 1.04 314573.49 187528.23 43283.16
## 4232 19 2016-08-14 1.11 265537.57 148300.05 48204.73
## 4233 20 2016-08-07 1.13 287114.43 153070.50 52769.71
## 4234 21 2016-07-31 1.20 254878.35 141489.27 39957.26
## 4235 22 2016-07-24 1.16 261491.83 127608.67 41610.13
## 4236 23 2016-07-17 1.09 284925.70 141466.90 40877.52
## 4237 24 2016-07-10 1.06 291978.06 149481.91 41307.31
## 4238 25 2016-07-03 0.93 360419.86 194809.44 44367.90
## 4239 26 2016-06-26 1.05 267116.01 137323.53 37595.55
## 4240 27 2016-06-19 0.97 293340.02 162451.07 39328.87
## 4241 28 2016-06-12 0.95 283922.91 163474.77 35055.89
## 4242 29 2016-06-05 0.89 291490.49 176829.29 26539.09
## 4243 30 2016-05-29 0.85 300077.74 167413.00 47486.01
## 4244 31 2016-05-22 0.96 271554.45 152790.74 32548.05
## 4245 32 2016-05-15 0.86 288244.89 156109.25 35603.07
## 4246 33 2016-05-08 0.63 495732.92 304801.74 41988.69
## 4247 34 2016-05-01 0.58 564738.86 341116.17 60230.81
## 4248 35 2016-04-24 0.87 295498.57 150931.36 33965.14
## 4249 36 2016-04-17 0.87 323909.40 181796.23 32868.32
## 4250 37 2016-04-10 0.87 312471.42 166398.15 34799.32
## 4251 38 2016-04-03 0.89 316709.44 183584.86 29117.49
## 4252 39 2016-03-27 0.94 263581.97 138523.24 31627.14
## 4253 40 2016-03-20 0.94 273647.06 148492.54 30606.51
## 4254 41 2016-03-13 0.91 304057.64 160965.45 38522.85
## 4255 42 2016-03-06 0.97 267953.78 150786.30 27025.48
## 4256 43 2016-02-28 0.80 320342.69 173568.42 35255.98
## 4257 44 2016-02-21 0.89 263057.19 142078.71 31665.87
## 4258 45 2016-02-14 0.81 269319.37 175416.56 29031.38
## 4259 46 2016-02-07 0.58 542750.89 348348.45 55886.98
## 4260 47 2016-01-31 0.88 282933.79 164436.06 33071.52
## 4261 48 2016-01-24 0.90 228086.10 101029.21 36030.50
## 4262 49 2016-01-17 0.88 286862.77 158616.27 41109.90
## 4263 50 2016-01-10 0.90 264477.45 160167.42 24063.03
## 4264 51 2016-01-03 0.86 274498.01 159513.20 40902.35
## 4265 0 2016-12-25 1.36 1087984.90 11329.85 713042.43
## 4266 1 2016-12-18 1.26 1241381.71 14178.17 954802.60
## 4267 2 2016-12-11 1.32 1163696.14 10994.77 793989.54
## 4268 3 2016-12-04 1.52 960475.67 13893.11 696042.02
## 4269 4 2016-11-27 1.56 970753.07 15264.26 696848.85
## 4270 5 2016-11-20 1.59 1093097.04 16970.61 732069.33
## 4271 6 2016-11-13 1.90 830018.48 12169.08 523321.98
## 4272 7 2016-11-06 1.93 767190.62 10277.48 460230.47
## 4273 8 2016-10-30 1.99 618279.77 9264.98 435952.49
## 4274 9 2016-10-23 1.95 807564.93 11212.72 512038.46
## 4275 10 2016-10-16 1.89 969846.54 15611.16 636341.88
## 4276 11 2016-10-09 1.76 1031060.45 20086.94 688905.67
## 4277 12 2016-10-02 1.72 1057930.65 33926.41 658467.15
## 4278 13 2016-09-25 1.62 1061132.87 121477.42 566149.90
## 4279 14 2016-09-18 1.50 1108446.44 112702.36 551448.57
## 4280 15 2016-09-11 1.26 1558413.54 239517.85 883865.63
## 4281 16 2016-09-04 1.47 1278749.25 23916.16 832269.64
## 4282 17 2016-08-28 1.58 1212399.97 19257.01 715527.43
## 4283 18 2016-08-21 1.47 1334937.86 15005.30 771413.01
## 4284 19 2016-08-14 1.49 1275952.93 18600.18 714407.25
## 4285 20 2016-08-07 1.54 1256917.91 22522.19 668121.42
## 4286 21 2016-07-31 1.70 1122162.86 16312.56 609412.65
## 4287 22 2016-07-24 1.68 1180373.67 14628.74 650141.77
## 4288 23 2016-07-17 1.64 1076259.08 12881.29 611445.16
## 4289 24 2016-07-10 1.51 1266199.75 15424.35 700324.85
## 4290 25 2016-07-03 1.53 1280725.34 14732.72 746733.25
## 4291 26 2016-06-26 1.20 1622151.78 16027.59 1130566.68
## 4292 27 2016-06-19 1.50 1372612.33 16094.41 901972.60
## 4293 28 2016-06-12 1.44 1485642.35 19083.82 976390.73
## 4294 29 2016-06-05 1.47 1447580.25 15757.13 955311.63
## 4295 30 2016-05-29 1.08 1827100.26 19729.58 1354634.86
## 4296 31 2016-05-22 1.14 1586647.62 16781.60 1157504.36
## 4297 32 2016-05-15 1.14 1706730.17 17964.49 1274098.30
## 4298 33 2016-05-08 0.77 2740587.86 26384.21 2283465.22
## 4299 34 2016-05-01 1.22 1536109.56 16424.04 1106990.04
## 4300 35 2016-04-24 1.12 1718055.86 19783.48 1290475.48
## 4301 36 2016-04-17 1.08 1030786.84 16212.12 582843.38
## 4302 37 2016-04-10 1.09 987897.90 19209.79 588026.18
## 4303 38 2016-04-03 1.31 1240608.20 15436.69 912292.57
## 4304 39 2016-03-27 1.32 1395562.08 17761.56 1008215.20
## 4305 40 2016-03-20 1.09 1743194.56 23278.85 1269404.72
## 4306 41 2016-03-13 1.17 1600417.32 28599.84 1237674.92
## 4307 42 2016-03-06 1.24 1455656.40 18107.83 1074827.27
## 4308 43 2016-02-28 1.15 1594427.98 18295.61 1282457.13
## 4309 44 2016-02-21 1.21 1315177.50 15028.05 930110.10
## 4310 45 2016-02-14 1.09 1806980.64 23786.18 1388157.42
## 4311 46 2016-02-07 0.95 2202127.86 23983.20 1630429.86
## 4312 47 2016-01-31 1.02 1615465.33 18769.06 1284268.92
## 4313 48 2016-01-24 1.30 1429242.83 16058.14 993964.41
## 4314 49 2016-01-17 1.01 1840344.27 18562.23 1422978.10
## 4315 50 2016-01-10 1.15 1364272.64 16165.18 1012218.12
## 4316 51 2016-01-03 1.07 1454164.32 16972.91 1192875.91
## 4317 0 2016-12-25 1.36 3216470.61 109608.75 2191723.95
## 4318 1 2016-12-18 1.22 3686005.68 140720.26 2795230.71
## 4319 2 2016-12-11 1.32 3381321.05 102683.58 2390081.54
## 4320 3 2016-12-04 1.40 3222663.98 130456.71 2427295.83
## 4321 4 2016-11-27 1.51 2701518.48 102215.56 1938616.78
## 4322 5 2016-11-20 1.51 3206946.52 126526.23 2178698.04
## 4323 6 2016-11-13 1.67 2706838.44 126870.22 1797497.36
## 4324 7 2016-11-06 1.71 2507401.04 124032.58 1616563.04
## 4325 8 2016-10-30 1.72 2364424.49 118904.18 1616421.48
## 4326 9 2016-10-23 1.67 2916578.90 137388.92 1930226.81
## 4327 10 2016-10-16 1.65 3107049.25 144612.79 2009401.22
## 4328 11 2016-10-09 1.54 3350949.74 154892.72 2258828.33
## 4329 12 2016-10-02 1.59 3257752.57 208054.74 2048824.18
## 4330 13 2016-09-25 1.53 3458790.86 446786.96 1993513.53
## 4331 14 2016-09-18 1.45 3442454.03 409569.22 1938470.57
## 4332 15 2016-09-11 1.28 4456957.62 703699.41 2632018.36
## 4333 16 2016-09-04 1.40 4019648.55 358039.67 2446669.38
## 4334 17 2016-08-28 1.40 4309301.79 490786.03 2495011.21
## 4335 18 2016-08-21 1.40 4127080.33 247658.58 2351280.09
## 4336 19 2016-08-14 1.37 4195423.29 316873.28 2323362.26
## 4337 20 2016-08-07 1.47 4024822.13 304604.68 2245559.82
## 4338 21 2016-07-31 1.60 3813808.25 224803.70 2213892.51
## 4339 22 2016-07-24 1.54 3834290.51 220814.35 2172523.13
## 4340 23 2016-07-17 1.49 3736814.35 196491.18 2123945.28
## 4341 24 2016-07-10 1.33 4487625.78 316659.60 2589205.84
## 4342 25 2016-07-03 1.41 4486744.99 210728.65 2669362.44
## 4343 26 2016-06-26 1.28 4840949.87 190136.57 3188127.73
## 4344 27 2016-06-19 1.40 4506892.62 184730.86 2920243.12
## 4345 28 2016-06-12 1.34 4599028.54 201927.90 2903948.28
## 4346 29 2016-06-05 1.35 4570515.87 154509.15 2911585.02
## 4347 30 2016-05-29 1.14 5141314.86 141464.88 3554079.38
## 4348 31 2016-05-22 1.14 4609250.24 104014.01 3018204.18
## 4349 32 2016-05-15 1.13 4999100.74 100735.10 3556589.53
## 4350 33 2016-05-08 0.87 6899727.12 135137.08 5246830.25
## 4351 34 2016-05-01 1.12 5247266.74 123023.38 3800242.35
## 4352 35 2016-04-24 1.13 4815249.22 125736.57 3366389.10
## 4353 36 2016-04-17 1.12 3849051.40 105339.58 2415296.29
## 4354 37 2016-04-10 1.09 3756625.12 113797.04 2340135.20
## 4355 38 2016-04-03 1.18 3872680.79 99894.98 2745624.73
## 4356 39 2016-03-27 1.23 4239016.69 99223.90 2932815.39
## 4357 40 2016-03-20 1.11 4834759.09 108456.51 3414702.44
## 4358 41 2016-03-13 1.13 4713935.35 122581.78 3460335.94
## 4359 42 2016-03-06 1.21 4226925.70 111263.99 2950419.20
## 4360 43 2016-02-28 1.15 4481119.44 105867.52 3361015.90
## 4361 44 2016-02-21 1.21 3948234.94 94936.43 2707199.74
## 4362 45 2016-02-14 1.08 4959257.88 121413.01 3553331.27
## 4363 46 2016-02-07 1.03 5919226.12 125570.46 4290645.89
## 4364 47 2016-01-31 1.06 4650798.49 102906.84 3443651.01
## 4365 48 2016-01-24 1.21 4412280.93 75379.60 2940359.34
## 4366 49 2016-01-17 1.09 4891516.50 102211.78 3491028.64
## 4367 50 2016-01-10 1.20 3890225.41 96952.31 2696731.85
## 4368 51 2016-01-03 1.07 4524219.73 96146.84 3588931.66
## 4369 0 2016-12-25 1.24 325634.21 12140.61 257987.85
## 4370 1 2016-12-18 1.19 357508.29 14139.27 293062.77
## 4371 2 2016-12-11 1.29 310425.30 9683.11 246740.16
## 4372 3 2016-12-04 1.12 440990.34 24617.32 378804.18
## 4373 4 2016-11-27 1.41 262748.42 11304.04 210220.02
## 4374 5 2016-11-20 1.39 315783.24 15322.42 247461.31
## 4375 6 2016-11-13 1.48 268388.51 11996.05 211327.03
## 4376 7 2016-11-06 1.47 242666.87 10727.78 179547.81
## 4377 8 2016-10-30 1.52 255455.34 12252.61 185280.50
## 4378 9 2016-10-23 1.48 291385.56 17405.60 223021.98
## 4379 10 2016-10-16 1.47 290884.89 14794.34 224368.92
## 4380 11 2016-10-09 1.40 305506.51 14886.34 239615.02
## 4381 12 2016-10-02 1.52 291185.37 18423.35 222357.93
## 4382 13 2016-09-25 1.58 315399.04 23189.93 236472.99
## 4383 14 2016-09-18 1.48 316980.64 24643.99 235008.38
## 4384 15 2016-09-11 1.44 343314.74 35007.16 237320.70
## 4385 16 2016-09-04 1.38 374902.91 83711.04 209147.77
## 4386 17 2016-08-28 1.08 573338.65 211564.36 287750.30
## 4387 18 2016-08-21 1.34 413497.16 95074.76 197872.17
## 4388 19 2016-08-14 1.21 463651.71 114823.86 226795.01
## 4389 20 2016-08-07 1.41 457429.10 113313.11 241098.25
## 4390 21 2016-07-31 1.49 435129.36 79930.71 239638.10
## 4391 22 2016-07-24 1.36 463062.51 83734.79 244441.34
## 4392 23 2016-07-17 1.37 412386.17 75192.37 228099.87
## 4393 24 2016-07-10 1.06 569327.81 134476.20 339263.01
## 4394 25 2016-07-03 1.29 525917.26 78903.78 321186.45
## 4395 26 2016-06-26 1.28 497816.81 63778.16 323719.54
## 4396 27 2016-06-19 1.26 485945.76 53199.36 322695.72
## 4397 28 2016-06-12 1.19 472020.49 48479.14 307758.96
## 4398 29 2016-06-05 1.18 471356.84 32955.43 314403.14
## 4399 30 2016-05-29 1.10 499944.01 19245.04 337329.57
## 4400 31 2016-05-22 1.02 433251.71 2888.48 280360.37
## 4401 32 2016-05-15 1.07 443517.22 3333.83 314998.46
## 4402 33 2016-05-08 0.97 546838.34 3368.77 370026.96
## 4403 34 2016-05-01 1.02 628512.14 2527.39 538037.63
## 4404 35 2016-04-24 1.07 431615.62 2993.41 326907.16
## 4405 36 2016-04-17 1.12 399074.14 2033.75 303891.64
## 4406 37 2016-04-10 1.04 409227.87 2856.55 291174.46
## 4407 38 2016-04-03 0.99 486716.71 3194.71 411414.16
## 4408 39 2016-03-27 1.13 423257.57 2320.06 327259.78
## 4409 40 2016-03-20 1.14 414604.35 3204.62 325110.15
## 4410 41 2016-03-13 1.01 476634.67 3165.58 382630.54
## 4411 42 2016-03-06 1.08 405931.49 4140.63 303581.50
## 4412 43 2016-02-28 1.10 387149.69 4257.34 288178.36
## 4413 44 2016-02-21 1.16 380427.08 3997.91 278339.49
## 4414 45 2016-02-14 0.99 456439.67 4686.98 316152.87
## 4415 46 2016-02-07 0.97 605846.78 3738.02 531499.59
## 4416 47 2016-01-31 1.07 419786.19 3328.89 292519.75
## 4417 48 2016-01-24 1.07 453559.54 852.07 319014.01
## 4418 49 2016-01-17 1.08 447078.92 3556.39 328749.75
## 4419 50 2016-01-10 1.24 343406.89 2398.06 270035.12
## 4420 51 2016-01-03 0.96 553828.14 3485.03 492915.32
## 4421 0 2016-12-25 0.94 359005.75 131616.46 81351.13
## 4422 1 2016-12-18 0.92 333093.29 113248.41 76982.86
## 4423 2 2016-12-11 1.22 247659.65 84080.08 48772.35
## 4424 3 2016-12-04 0.97 398859.76 129743.58 95284.48
## 4425 4 2016-11-27 1.46 221373.99 76751.60 48667.43
## 4426 5 2016-11-20 1.46 239374.44 83653.63 50316.02
## 4427 6 2016-11-13 1.40 250639.48 97337.14 50337.98
## 4428 7 2016-11-06 1.47 236696.60 93321.05 53545.04
## 4429 8 2016-10-30 1.54 223224.74 82399.26 52975.50
## 4430 9 2016-10-23 1.52 236500.42 83780.57 68746.38
## 4431 10 2016-10-16 1.23 311363.97 104391.10 87927.74
## 4432 11 2016-10-09 1.44 267399.38 91531.90 81061.05
## 4433 12 2016-10-02 1.45 301939.19 117406.55 66860.79
## 4434 13 2016-09-25 1.40 302808.91 122725.59 54807.36
## 4435 14 2016-09-18 1.16 319543.98 133279.34 59374.23
## 4436 15 2016-09-11 1.18 312266.53 150964.58 55134.51
## 4437 16 2016-09-04 0.97 477301.28 275859.84 75406.02
## 4438 17 2016-08-28 1.18 326913.34 163536.64 80917.57
## 4439 18 2016-08-21 1.19 347563.11 170496.96 87311.02
## 4440 19 2016-08-14 1.14 416694.11 210918.59 92045.15
## 4441 20 2016-08-07 1.23 327167.52 143759.32 84662.03
## 4442 21 2016-07-31 1.24 320002.63 137791.44 80412.78
## 4443 22 2016-07-24 1.22 336366.84 145903.25 92078.03
## 4444 23 2016-07-17 1.17 348318.40 141751.90 90770.24
## 4445 24 2016-07-10 1.17 341532.31 143563.56 84546.81
## 4446 25 2016-07-03 0.93 553640.36 277838.49 118092.73
## 4447 26 2016-06-26 1.18 333568.95 143186.79 76177.69
## 4448 27 2016-06-19 0.97 454278.32 238794.08 98795.35
## 4449 28 2016-06-12 1.24 293811.97 143222.68 64910.71
## 4450 29 2016-06-05 0.97 448117.51 262311.00 71419.85
## 4451 30 2016-05-29 0.95 481068.52 283442.26 82501.22
## 4452 31 2016-05-22 1.17 312532.64 163428.19 55452.91
## 4453 32 2016-05-15 0.83 512839.94 218691.60 121577.54
## 4454 33 2016-05-08 0.95 432737.31 213997.13 80588.36
## 4455 34 2016-05-01 0.76 667818.16 301117.14 142408.40
## 4456 35 2016-04-24 0.83 533830.62 230753.40 124208.12
## 4457 36 2016-04-17 1.06 347880.73 172247.41 69222.00
## 4458 37 2016-04-10 0.83 517277.53 229924.68 113252.28
## 4459 38 2016-04-03 1.05 349121.77 178043.10 55773.85
## 4460 39 2016-03-27 1.06 311571.85 152991.07 56406.32
## 4461 40 2016-03-20 1.09 291755.18 136450.80 56331.07
## 4462 41 2016-03-13 0.84 479956.10 216899.51 97078.36
## 4463 42 2016-03-06 1.08 291732.26 142948.40 51358.16
## 4464 43 2016-02-28 0.82 496972.61 233309.57 93393.19
## 4465 44 2016-02-21 1.05 296932.11 145443.75 50580.83
## 4466 45 2016-02-14 0.96 312270.64 168683.78 50342.11
## 4467 46 2016-02-07 0.58 696369.34 370221.57 119918.66
## 4468 47 2016-01-31 1.03 329626.92 163156.69 61348.18
## 4469 48 2016-01-24 0.93 399751.64 234746.69 54289.25
## 4470 49 2016-01-17 1.19 248039.16 155452.86 21801.29
## 4471 50 2016-01-10 0.96 413413.58 279393.48 31582.03
## 4472 51 2016-01-03 1.11 308711.73 201918.77 31729.56
## 4473 0 2016-12-25 1.43 329493.55 11217.72 202764.73
## 4474 1 2016-12-18 1.38 336267.19 11534.60 231497.95
## 4475 2 2016-12-11 1.37 356716.07 12147.43 231524.76
## 4476 3 2016-12-04 1.54 301329.50 12336.39 195612.10
## 4477 4 2016-11-27 1.57 279131.45 10693.47 180338.49
## 4478 5 2016-11-20 1.57 328557.17 13380.98 207065.15
## 4479 6 2016-11-13 1.72 293852.55 14610.73 177197.57
## 4480 7 2016-11-06 1.86 269770.44 14395.76 162910.57
## 4481 8 2016-10-30 1.83 254423.10 13468.37 150271.02
## 4482 9 2016-10-23 1.89 293380.24 13407.99 179712.92
## 4483 10 2016-10-16 1.74 335408.43 15915.88 192515.42
## 4484 11 2016-10-09 1.71 355667.75 16118.58 203203.51
## 4485 12 2016-10-02 1.61 366233.17 18332.24 195428.72
## 4486 13 2016-09-25 1.54 366205.45 42044.86 166762.64
## 4487 14 2016-09-18 1.41 403065.41 47548.60 167573.19
## 4488 15 2016-09-11 1.24 499659.75 73604.41 218301.79
## 4489 16 2016-09-04 1.30 488463.75 47716.60 240344.92
## 4490 17 2016-08-28 1.49 418742.80 21609.90 200120.82
## 4491 18 2016-08-21 1.45 408490.70 14771.84 215056.47
## 4492 19 2016-08-14 1.43 415099.81 21070.06 201588.04
## 4493 20 2016-08-07 1.45 411252.23 23405.99 189679.42
## 4494 21 2016-07-31 1.57 376353.23 15974.97 180678.21
## 4495 22 2016-07-24 1.56 389534.59 13780.15 184981.97
## 4496 23 2016-07-17 1.52 392041.56 14420.42 190535.10
## 4497 24 2016-07-10 1.47 420054.95 15583.43 211189.05
## 4498 25 2016-07-03 1.47 427325.17 14355.22 219161.41
## 4499 26 2016-06-26 1.24 478874.92 15053.53 279488.30
## 4500 27 2016-06-19 1.46 421529.12 14408.27 245061.91
## 4501 28 2016-06-12 1.44 426671.94 14257.58 236401.63
## 4502 29 2016-06-05 1.44 450346.65 15486.18 264044.50
## 4503 30 2016-05-29 1.18 484287.12 15832.42 300578.34
## 4504 31 2016-05-22 1.20 459980.05 15264.75 282262.41
## 4505 32 2016-05-15 1.22 474934.47 14393.49 313358.88
## 4506 33 2016-05-08 0.91 698601.84 20316.89 511600.73
## 4507 34 2016-05-01 1.21 478384.72 16264.60 304614.61
## 4508 35 2016-04-24 1.17 504960.76 18439.30 329515.87
## 4509 36 2016-04-17 1.17 366448.78 17062.27 199176.83
## 4510 37 2016-04-10 1.17 346080.71 18475.34 188452.18
## 4511 38 2016-04-03 1.28 370753.84 17215.14 231664.58
## 4512 39 2016-03-27 1.29 417870.83 17180.94 254821.30
## 4513 40 2016-03-20 1.05 543578.30 17109.23 287549.42
## 4514 41 2016-03-13 1.10 533501.85 27514.15 380794.66
## 4515 42 2016-03-06 1.33 417688.74 16299.39 278369.87
## 4516 43 2016-02-28 1.27 419881.80 14691.73 293977.44
## 4517 44 2016-02-21 1.26 409152.46 14147.11 268801.73
## 4518 45 2016-02-14 1.19 445228.64 15846.19 283607.57
## 4519 46 2016-02-07 0.96 675832.78 16403.87 385630.69
## 4520 47 2016-01-31 1.04 469689.07 18326.33 344188.07
## 4521 48 2016-01-24 1.34 448784.30 12982.99 287750.87
## 4522 49 2016-01-17 1.14 492565.69 15195.30 340075.76
## 4523 50 2016-01-10 1.23 413224.50 14091.36 271291.13
## 4524 51 2016-01-03 1.19 421093.02 13858.25 309377.59
## 4525 0 2016-12-25 0.64 1108953.48 595085.56 215902.65
## 4526 1 2016-12-18 0.56 1236204.18 733772.13 203894.48
## 4527 2 2016-12-11 0.67 1056806.44 508911.67 226307.94
## 4528 3 2016-12-04 0.63 1164027.22 731182.01 187418.51
## 4529 4 2016-11-27 0.72 907516.28 464034.44 212695.94
## 4530 5 2016-11-20 0.70 1226126.36 753470.68 183315.34
## 4531 6 2016-11-13 0.94 911367.38 437810.54 189026.34
## 4532 7 2016-11-06 1.00 734433.20 334096.22 154480.91
## 4533 8 2016-10-30 1.11 644652.47 261889.52 135479.22
## 4534 9 2016-10-23 1.02 699711.07 250712.73 188686.25
## 4535 10 2016-10-16 1.03 831120.57 273642.18 223809.90
## 4536 11 2016-10-09 0.99 885661.32 382978.65 208869.08
## 4537 12 2016-10-02 1.03 815711.64 345171.12 206765.02
## 4538 13 2016-09-25 1.04 811939.65 354470.18 208122.38
## 4539 14 2016-09-18 1.00 826738.90 377761.66 206297.66
## 4540 15 2016-09-11 0.88 961997.61 504499.40 216559.98
## 4541 16 2016-09-04 0.64 1455770.91 947924.80 261415.15
## 4542 17 2016-08-28 0.79 1024799.73 590085.71 207913.34
## 4543 18 2016-08-21 0.58 1459911.33 991649.01 202899.77
## 4544 19 2016-08-14 0.69 1325974.87 795943.96 228315.48
## 4545 20 2016-08-07 0.64 1522368.93 1031124.37 214144.29
## 4546 21 2016-07-31 1.00 851296.10 392455.55 202783.60
## 4547 22 2016-07-24 0.94 922526.29 423672.75 201696.43
## 4548 23 2016-07-17 0.92 864516.85 410870.87 188086.51
## 4549 24 2016-07-10 0.89 995347.50 485473.19 213070.45
## 4550 25 2016-07-03 0.77 1069905.64 539428.95 249521.81
## 4551 26 2016-06-26 0.60 1360168.72 848508.88 230322.97
## 4552 27 2016-06-19 0.62 1348891.94 852657.34 231636.98
## 4553 28 2016-06-12 0.81 991221.27 471620.29 222420.61
## 4554 29 2016-06-05 0.67 1197277.61 644911.82 271580.08
## 4555 30 2016-05-29 0.58 1342825.39 823222.51 251166.51
## 4556 31 2016-05-22 0.68 1063411.38 616427.64 233772.43
## 4557 32 2016-05-15 0.55 1318932.22 877701.71 266908.38
## 4558 33 2016-05-08 0.57 1489269.33 941813.03 325967.66
## 4559 34 2016-05-01 0.62 1178000.01 657384.04 324709.73
## 4560 35 2016-04-24 0.54 1352494.83 884293.16 264603.74
## 4561 36 2016-04-17 0.61 1166007.02 662946.89 286552.30
## 4562 37 2016-04-10 0.56 1387970.00 924031.60 246403.27
## 4563 38 2016-04-03 0.61 1091234.04 690115.62 244434.10
## 4564 39 2016-03-27 0.54 1423939.62 952967.11 252486.02
## 4565 40 2016-03-20 0.56 1339528.26 877807.23 283972.53
## 4566 41 2016-03-13 0.64 1103110.33 670917.46 256531.59
## 4567 42 2016-03-06 0.51 1442973.47 1037699.01 259846.68
## 4568 43 2016-02-28 0.57 1290021.19 816554.74 311746.69
## 4569 44 2016-02-21 0.67 1098967.88 560568.72 347498.78
## 4570 45 2016-02-14 0.61 1209857.67 788381.39 243842.36
## 4571 46 2016-02-07 0.55 1609195.36 1093424.86 286748.57
## 4572 47 2016-01-31 0.64 1113755.21 663697.20 293461.52
## 4573 48 2016-01-24 0.61 1016720.53 537695.71 293418.02
## 4574 49 2016-01-17 0.71 1069974.38 632962.22 272231.24
## 4575 50 2016-01-10 0.59 1276128.92 868817.82 252752.29
## 4576 51 2016-01-03 0.62 1092066.65 692403.58 250115.85
## 4577 0 2016-12-25 1.26 80688.76 21519.08 23868.08
## 4578 1 2016-12-18 1.02 123555.70 47067.52 38353.81
## 4579 2 2016-12-11 1.21 84144.99 22587.44 22461.37
## 4580 3 2016-12-04 1.27 80731.39 22112.25 22668.13
## 4581 4 2016-11-27 1.27 67448.86 17971.93 18776.67
## 4582 5 2016-11-20 1.27 85227.73 21811.65 24291.50
## 4583 6 2016-11-13 1.26 86306.22 22929.76 26629.20
## 4584 7 2016-11-06 1.25 92657.44 24892.26 27433.78
## 4585 8 2016-10-30 1.25 86820.55 25336.21 21347.76
## 4586 9 2016-10-23 1.30 90368.85 25223.29 26247.81
## 4587 10 2016-10-16 1.27 87503.46 23294.40 24183.85
## 4588 11 2016-10-09 1.29 89506.29 24596.38 27239.36
## 4589 12 2016-10-02 1.30 92483.87 27733.81 31201.92
## 4590 13 2016-09-25 1.01 165178.31 62848.81 67362.99
## 4591 14 2016-09-18 1.27 91298.63 28022.65 40377.82
## 4592 15 2016-09-11 1.33 80206.95 22513.05 30643.05
## 4593 16 2016-09-04 1.23 93887.78 18723.14 37833.25
## 4594 17 2016-08-28 1.40 89247.85 10388.44 43896.41
## 4595 18 2016-08-21 1.42 89949.42 1802.19 51710.69
## 4596 19 2016-08-14 1.42 93415.78 1543.89 52111.73
## 4597 20 2016-08-07 1.37 97959.55 1678.67 53440.42
## 4598 21 2016-07-31 1.42 94553.40 1433.04 52790.96
## 4599 22 2016-07-24 1.35 104420.57 1548.98 55308.86
## 4600 23 2016-07-17 1.25 113655.96 1416.40 54927.04
## 4601 24 2016-07-10 1.29 111914.65 1536.94 57549.45
## 4602 25 2016-07-03 1.36 128114.61 1481.60 68197.33
## 4603 26 2016-06-26 1.39 110772.26 1415.16 59568.48
## 4604 27 2016-06-19 1.42 104127.89 2063.55 59252.92
## 4605 28 2016-06-12 1.41 102412.83 3377.40 56238.30
## 4606 29 2016-06-05 1.38 111137.97 2020.28 61595.07
## 4607 30 2016-05-29 1.40 117486.96 1336.42 68421.33
## 4608 31 2016-05-22 1.17 113857.64 1083.05 68958.85
## 4609 32 2016-05-15 0.87 165733.74 1504.36 113018.31
## 4610 33 2016-05-08 0.89 144813.19 1847.76 97359.37
## 4611 34 2016-05-01 0.92 169483.29 1981.15 114448.24
## 4612 35 2016-04-24 1.02 109421.34 1300.85 52354.40
## 4613 36 2016-04-17 1.17 107271.68 1300.27 64912.62
## 4614 37 2016-04-10 1.18 102684.74 1736.95 57325.73
## 4615 38 2016-04-03 1.26 87991.76 1591.51 57684.40
## 4616 39 2016-03-27 1.15 93607.68 1246.72 53507.55
## 4617 40 2016-03-20 1.17 87881.33 1457.19 50816.15
## 4618 41 2016-03-13 1.17 91112.78 1630.95 52730.06
## 4619 42 2016-03-06 1.18 99548.51 1555.29 58262.08
## 4620 43 2016-02-28 1.21 96483.82 1210.44 58767.67
## 4621 44 2016-02-21 1.23 84755.36 1353.29 57902.70
## 4622 45 2016-02-14 1.14 87228.10 2425.21 52891.65
## 4623 46 2016-02-07 1.18 105805.21 3398.51 72083.75
## 4624 47 2016-01-31 1.22 88551.72 2259.16 61619.09
## 4625 48 2016-01-24 1.20 96487.80 106.84 63654.05
## 4626 49 2016-01-17 1.22 94971.15 1565.32 56551.43
## 4627 50 2016-01-10 1.23 110155.55 1767.42 67788.68
## 4628 51 2016-01-03 1.27 90521.74 1511.68 61042.30
## 4629 0 2016-12-25 1.09 1449394.65 581226.62 446633.64
## 4630 1 2016-12-18 1.06 1426470.94 581861.96 428227.02
## 4631 2 2016-12-11 1.08 1468901.87 724148.87 330240.87
## 4632 3 2016-12-04 1.09 1676509.02 946350.29 349760.60
## 4633 4 2016-11-27 1.35 1131932.27 520565.84 272840.98
## 4634 5 2016-11-20 1.49 1126964.32 518903.13 306191.07
## 4635 6 2016-11-13 1.57 1187396.84 514295.92 357173.85
## 4636 7 2016-11-06 1.55 1281023.69 576884.27 366464.25
## 4637 8 2016-10-30 1.54 1058938.09 469957.60 297119.25
## 4638 9 2016-10-23 1.53 1179301.18 520220.72 350912.77
## 4639 10 2016-10-16 1.49 1252399.56 567497.88 367702.35
## 4640 11 2016-10-09 1.41 1360541.39 589475.12 416484.14
## 4641 12 2016-10-02 1.37 1352081.51 598896.04 378848.86
## 4642 13 2016-09-25 1.35 1419113.40 673110.96 360990.42
## 4643 14 2016-09-18 1.24 1641724.15 826479.75 439168.23
## 4644 15 2016-09-11 1.18 1697761.29 780495.39 488705.89
## 4645 16 2016-09-04 1.10 1933628.13 931227.39 541981.42
## 4646 17 2016-08-28 1.22 1693969.47 823545.19 462409.58
## 4647 18 2016-08-21 1.21 1693418.62 748383.14 445643.20
## 4648 19 2016-08-14 1.12 1873446.99 882147.93 435932.30
## 4649 20 2016-08-07 1.17 1979362.94 859776.14 534861.87
## 4650 21 2016-07-31 1.25 1716384.76 658829.43 526275.28
## 4651 22 2016-07-24 1.22 1807152.43 650651.58 565159.06
## 4652 23 2016-07-17 1.15 1865426.77 615734.77 583708.66
## 4653 24 2016-07-10 1.09 2028847.18 691422.45 634634.29
## 4654 25 2016-07-03 1.05 2259572.01 684349.38 761167.83
## 4655 26 2016-06-26 1.03 2101835.60 1040820.26 490842.47
## 4656 27 2016-06-19 0.87 2559002.86 1093072.84 925765.95
## 4657 28 2016-06-12 1.04 2104834.28 892690.24 628986.82
## 4658 29 2016-06-05 0.93 2330438.23 1242318.20 518978.73
## 4659 30 2016-05-29 0.90 2265037.77 1223080.58 495021.66
## 4660 31 2016-05-22 0.94 2248726.67 1062580.20 619172.75
## 4661 32 2016-05-15 0.95 2100440.16 873323.33 621229.14
## 4662 33 2016-05-08 0.86 2664926.82 1198630.18 861839.11
## 4663 34 2016-05-01 0.97 2093998.59 925373.29 636658.22
## 4664 35 2016-04-24 0.95 2088524.46 887508.56 650864.38
## 4665 36 2016-04-17 0.95 2114990.64 852518.35 756238.99
## 4666 37 2016-04-10 1.00 1872378.56 886184.00 507777.03
## 4667 38 2016-04-03 1.04 1769050.34 898127.03 451253.04
## 4668 39 2016-03-27 1.07 1740836.89 773936.48 518333.94
## 4669 40 2016-03-20 0.95 1938247.08 793583.90 691374.76
## 4670 41 2016-03-13 0.91 2095165.01 1102893.11 548239.52
## 4671 42 2016-03-06 1.06 1734414.90 798294.79 481425.08
## 4672 43 2016-02-28 1.07 1647189.23 716192.38 496105.73
## 4673 44 2016-02-21 1.03 1672884.28 784111.14 499720.63
## 4674 45 2016-02-14 0.97 1790822.72 869882.86 525736.46
## 4675 46 2016-02-07 0.83 2838853.24 1206795.22 1165322.88
## 4676 47 2016-01-31 1.05 1851372.18 870097.66 571495.47
## 4677 48 2016-01-24 1.16 1261352.88 360743.21 518203.05
## 4678 49 2016-01-17 1.12 1495176.98 634914.42 499796.45
## 4679 50 2016-01-10 1.08 1670524.63 750885.43 510181.50
## 4680 51 2016-01-03 0.94 2171818.57 999388.89 840637.85
## 4681 0 2016-12-25 0.94 525930.72 104032.21 135602.68
## 4682 1 2016-12-18 0.93 522499.15 103822.87 135172.07
## 4683 2 2016-12-11 0.70 923022.14 97136.34 256730.42
## 4684 3 2016-12-04 1.00 594246.50 109778.14 143749.16
## 4685 4 2016-11-27 1.22 404389.56 72973.18 104741.59
## 4686 5 2016-11-20 1.23 455618.12 80040.96 114101.18
## 4687 6 2016-11-13 1.22 487762.79 90571.72 119196.88
## 4688 7 2016-11-06 1.35 467433.56 83618.40 116112.59
## 4689 8 2016-10-30 1.40 407047.88 70232.80 109965.98
## 4690 9 2016-10-23 1.12 568596.03 77057.58 127808.18
## 4691 10 2016-10-16 1.16 563725.30 106966.73 107928.08
## 4692 11 2016-10-09 1.08 598035.57 107796.99 124430.54
## 4693 12 2016-10-02 0.83 954737.07 93260.65 187759.49
## 4694 13 2016-09-25 0.87 694289.80 122350.41 123793.69
## 4695 14 2016-09-18 0.94 603235.38 125312.43 146731.40
## 4696 15 2016-09-11 0.88 671817.53 155407.07 156920.67
## 4697 16 2016-09-04 1.01 613058.51 131619.33 166648.41
## 4698 17 2016-08-28 0.99 621458.42 119829.63 173787.92
## 4699 18 2016-08-21 0.92 668003.85 135899.22 156327.74
## 4700 19 2016-08-14 0.98 623628.80 134421.78 139971.18
## 4701 20 2016-08-07 0.96 659207.94 140180.44 166749.64
## 4702 21 2016-07-31 1.02 608614.15 135646.65 130929.72
## 4703 22 2016-07-24 0.97 602085.03 135877.37 142590.49
## 4704 23 2016-07-17 0.93 612572.73 138377.47 140619.34
## 4705 24 2016-07-10 0.98 669673.68 158448.06 152086.54
## 4706 25 2016-07-03 0.98 728681.01 162120.67 189257.93
## 4707 26 2016-06-26 0.92 662145.29 139894.23 158417.00
## 4708 27 2016-06-19 0.86 682680.66 154975.49 168948.72
## 4709 28 2016-06-12 0.85 626226.63 159711.34 167508.33
## 4710 29 2016-06-05 0.78 942774.69 153775.40 234869.93
## 4711 30 2016-05-29 0.77 832869.55 145240.16 204586.42
## 4712 31 2016-05-22 0.78 689730.64 140269.29 157857.75
## 4713 32 2016-05-15 0.75 884782.05 139703.26 220231.82
## 4714 33 2016-05-08 0.75 969780.21 155346.32 244456.00
## 4715 34 2016-05-01 0.76 852118.86 148329.79 219777.04
## 4716 35 2016-04-24 0.79 714374.65 147879.20 194071.12
## 4717 36 2016-04-17 0.69 917689.13 80084.69 285327.86
## 4718 37 2016-04-10 0.88 681434.09 115155.67 233413.33
## 4719 38 2016-04-03 0.79 806264.89 89147.26 249613.50
## 4720 39 2016-03-27 0.71 806586.49 82569.97 247868.59
## 4721 40 2016-03-20 0.94 556500.49 89989.82 177624.19
## 4722 41 2016-03-13 0.79 750735.40 89366.15 223410.75
## 4723 42 2016-03-06 0.83 769499.11 93795.79 207462.92
## 4724 43 2016-02-28 0.83 725928.01 83579.80 209750.15
## 4725 44 2016-02-21 0.71 823186.03 65380.96 277280.25
## 4726 45 2016-02-14 0.87 567176.93 98599.11 169228.62
## 4727 46 2016-02-07 0.72 948838.16 90313.08 340413.42
## 4728 47 2016-01-31 0.88 674373.81 83566.59 223504.78
## 4729 48 2016-01-24 0.90 596989.37 60000.87 208201.05
## 4730 49 2016-01-17 0.87 731385.02 91788.60 249094.94
## 4731 50 2016-01-10 0.88 731602.32 100449.51 241994.09
## 4732 51 2016-01-03 0.75 830063.20 101180.60 291667.86
## 4733 0 2016-12-25 1.24 208041.00 57636.61 63983.54
## 4734 1 2016-12-18 1.26 197054.39 60411.01 60081.51
## 4735 2 2016-12-11 1.24 215138.05 77872.10 51720.67
## 4736 3 2016-12-04 1.31 216077.75 80765.25 51555.26
## 4737 4 2016-11-27 1.49 175761.18 64281.66 41537.34
## 4738 5 2016-11-20 1.56 183327.73 66026.81 40837.67
## 4739 6 2016-11-13 1.47 211408.68 87802.48 39962.93
## 4740 7 2016-11-06 1.53 215345.69 79225.25 42184.25
## 4741 8 2016-10-30 1.42 211956.24 84333.26 42819.12
## 4742 9 2016-10-23 1.40 239744.28 88588.35 53189.14
## 4743 10 2016-10-16 1.37 247656.68 91951.02 64317.25
## 4744 11 2016-10-09 1.39 254093.87 85813.34 67026.70
## 4745 12 2016-10-02 1.36 261886.32 81422.14 79271.53
## 4746 13 2016-09-25 1.35 255043.21 88405.04 70494.60
## 4747 14 2016-09-18 1.27 278129.66 92754.42 82984.73
## 4748 15 2016-09-11 1.31 248257.02 55464.08 81087.70
## 4749 16 2016-09-04 1.27 287328.36 90299.49 90747.57
## 4750 17 2016-08-28 1.29 281758.14 88767.63 100303.08
## 4751 18 2016-08-21 1.29 279090.94 67590.68 102580.71
## 4752 19 2016-08-14 1.27 295307.02 69869.89 113633.79
## 4753 20 2016-08-07 1.31 280543.19 64077.54 115112.98
## 4754 21 2016-07-31 1.33 273951.50 59207.74 116645.19
## 4755 22 2016-07-24 1.31 279159.58 52638.44 114295.77
## 4756 23 2016-07-17 1.28 279442.60 47084.06 109983.48
## 4757 24 2016-07-10 1.20 303559.52 43145.57 124463.71
## 4758 25 2016-07-03 1.14 307215.96 64011.81 107878.42
## 4759 26 2016-06-26 1.12 297550.90 63248.04 110539.24
## 4760 27 2016-06-19 1.12 313757.20 69174.55 116061.69
## 4761 28 2016-06-12 1.09 298517.24 61649.07 111257.49
## 4762 29 2016-06-05 1.11 308049.48 69779.42 115207.29
## 4763 30 2016-05-29 1.18 295356.64 56828.31 118782.19
## 4764 31 2016-05-22 1.16 288374.18 58844.01 123522.39
## 4765 32 2016-05-15 1.10 293520.49 57225.93 131575.08
## 4766 33 2016-05-08 1.07 318524.19 56914.24 154919.75
## 4767 34 2016-05-01 1.06 326468.57 77783.94 143133.66
## 4768 35 2016-04-24 1.07 311438.51 69533.11 135696.85
## 4769 36 2016-04-17 1.11 284896.14 47754.46 137649.89
## 4770 37 2016-04-10 1.09 274246.43 62706.78 112390.31
## 4771 38 2016-04-03 1.13 262808.03 60612.10 113708.37
## 4772 39 2016-03-27 1.14 260487.14 44251.14 129664.47
## 4773 40 2016-03-20 1.13 288866.22 57433.83 140113.93
## 4774 41 2016-03-13 1.08 303779.53 65417.48 142777.21
## 4775 42 2016-03-06 1.08 298087.71 66431.92 140242.50
## 4776 43 2016-02-28 1.08 281060.42 59637.15 136706.15
## 4777 44 2016-02-21 1.05 263148.45 55054.39 118359.43
## 4778 45 2016-02-14 0.99 283960.43 71137.02 118416.48
## 4779 46 2016-02-07 0.86 403849.99 82796.77 207314.39
## 4780 47 2016-01-31 0.96 290633.33 61313.27 145758.08
## 4781 48 2016-01-24 0.96 242512.95 20211.55 135264.31
## 4782 49 2016-01-17 1.00 272248.84 47604.07 140274.99
## 4783 50 2016-01-10 0.99 257990.11 42069.78 120386.44
## 4784 51 2016-01-03 0.92 280335.82 65934.23 127743.83
## 4785 0 2016-12-25 1.20 176103.25 57197.50 58578.91
## 4786 1 2016-12-18 1.15 174209.10 64259.62 54299.21
## 4787 2 2016-12-11 1.10 186495.71 67313.99 51724.90
## 4788 3 2016-12-04 1.18 183871.72 82393.63 49249.33
## 4789 4 2016-11-27 1.21 154199.13 47392.15 48587.49
## 4790 5 2016-11-20 1.29 177112.27 61550.58 49335.17
## 4791 6 2016-11-13 1.33 177641.28 81429.32 47266.81
## 4792 7 2016-11-06 1.39 169723.23 73480.37 43301.88
## 4793 8 2016-10-30 1.28 174400.73 80899.60 43431.58
## 4794 9 2016-10-23 1.34 178512.86 70435.52 54871.16
## 4795 10 2016-10-16 1.28 203089.29 75896.57 67555.19
## 4796 11 2016-10-09 1.25 213460.34 90443.54 66361.81
## 4797 12 2016-10-02 1.19 229339.10 95732.95 68003.98
## 4798 13 2016-09-25 1.27 210791.27 88120.08 66843.58
## 4799 14 2016-09-18 1.18 238848.85 99451.59 78464.91
## 4800 15 2016-09-11 1.13 240632.37 96272.81 71790.50
## 4801 16 2016-09-04 1.11 263823.88 100753.98 86557.82
## 4802 17 2016-08-28 1.06 250434.52 87612.12 85621.03
## 4803 18 2016-08-21 1.11 236349.68 86900.27 84501.94
## 4804 19 2016-08-14 1.12 247600.94 89131.88 80717.40
## 4805 20 2016-08-07 1.10 266174.10 98312.66 93057.33
## 4806 21 2016-07-31 1.17 245374.63 85721.72 86666.66
## 4807 22 2016-07-24 1.07 272728.01 96397.86 91585.66
## 4808 23 2016-07-17 1.06 264253.28 82855.27 92471.42
## 4809 24 2016-07-10 1.02 296610.12 87547.80 117236.14
## 4810 25 2016-07-03 0.99 305399.40 89753.36 116413.77
## 4811 26 2016-06-26 1.00 259281.86 74356.16 104881.00
## 4812 27 2016-06-19 0.99 278178.65 67619.73 122627.22
## 4813 28 2016-06-12 0.96 280191.20 83555.77 108482.44
## 4814 29 2016-06-05 0.98 268775.52 67444.03 117809.78
## 4815 30 2016-05-29 1.00 274103.16 81287.84 106696.81
## 4816 31 2016-05-22 0.96 271979.26 79353.25 105907.42
## 4817 32 2016-05-15 1.00 250352.36 63701.44 121474.74
## 4818 33 2016-05-08 0.90 334121.64 89111.96 158033.71
## 4819 34 2016-05-01 0.95 283660.10 67526.83 132271.16
## 4820 35 2016-04-24 0.98 273208.48 73890.53 118253.05
## 4821 36 2016-04-17 0.99 251803.25 58573.91 119481.28
## 4822 37 2016-04-10 1.01 220100.13 60884.25 82433.14
## 4823 38 2016-04-03 1.03 189989.18 58169.25 74249.46
## 4824 39 2016-03-27 1.02 233604.10 61031.43 109864.33
## 4825 40 2016-03-20 0.99 264247.19 65822.05 127367.89
## 4826 41 2016-03-13 1.02 246110.88 53660.80 125742.51
## 4827 42 2016-03-06 0.99 255419.61 69078.97 117735.27
## 4828 43 2016-02-28 1.04 230260.29 68025.31 107712.33
## 4829 44 2016-02-21 0.98 214625.59 57431.41 101387.49
## 4830 45 2016-02-14 0.92 254611.93 69755.44 118256.29
## 4831 46 2016-02-07 0.78 394461.41 145746.61 168148.89
## 4832 47 2016-01-31 0.98 222414.16 52910.51 115933.08
## 4833 48 2016-01-24 0.97 272314.29 81685.72 131405.09
## 4834 49 2016-01-17 0.97 272594.61 102087.13 115257.04
## 4835 50 2016-01-10 0.97 243704.71 81955.23 97007.78
## 4836 51 2016-01-03 0.96 235618.91 79192.25 102411.75
## 4837 0 2016-12-25 1.16 103804.48 27393.26 28263.18
## 4838 1 2016-12-18 1.15 93106.80 29593.90 26460.78
## 4839 2 2016-12-11 1.04 113394.91 36799.58 27761.04
## 4840 3 2016-12-04 1.17 105733.40 43234.65 26047.67
## 4841 4 2016-11-27 1.31 82819.13 23710.29 23786.95
## 4842 5 2016-11-20 1.33 99233.86 31583.94 25266.97
## 4843 6 2016-11-13 1.41 98075.02 36639.68 25755.75
## 4844 7 2016-11-06 1.39 104169.98 39065.25 23895.38
## 4845 8 2016-10-30 1.26 105608.34 43905.80 21234.24
## 4846 9 2016-10-23 1.26 107231.19 40459.99 29276.45
## 4847 10 2016-10-16 1.22 121791.92 42680.86 32596.50
## 4848 11 2016-10-09 1.23 118935.46 46103.44 34296.85
## 4849 12 2016-10-02 1.13 133182.18 48667.09 35464.62
## 4850 13 2016-09-25 1.07 142130.59 50868.03 39269.60
## 4851 14 2016-09-18 1.06 144272.73 57840.60 38597.58
## 4852 15 2016-09-11 1.02 156833.09 59141.58 38349.72
## 4853 16 2016-09-04 1.01 162357.83 51973.15 42949.04
## 4854 17 2016-08-28 1.03 155029.38 48406.18 43349.65
## 4855 18 2016-08-21 1.04 147961.26 45315.56 46239.65
## 4856 19 2016-08-14 1.04 145313.85 42321.57 41576.70
## 4857 20 2016-08-07 1.04 142168.01 43871.58 45988.71
## 4858 21 2016-07-31 1.07 143067.18 44288.47 43886.04
## 4859 22 2016-07-24 1.04 150126.91 45204.04 41843.90
## 4860 23 2016-07-17 1.04 144948.27 42725.53 45126.99
## 4861 24 2016-07-10 1.01 158961.77 46152.70 54601.35
## 4862 25 2016-07-03 0.99 164583.69 42474.31 55215.66
## 4863 26 2016-06-26 1.02 141407.11 37010.79 52754.51
## 4864 27 2016-06-19 1.00 158224.62 38806.24 58287.79
## 4865 28 2016-06-12 0.99 152148.72 41650.39 52625.39
## 4866 29 2016-06-05 0.96 151372.89 39705.87 56076.83
## 4867 30 2016-05-29 0.93 162618.02 51556.28 52308.50
## 4868 31 2016-05-22 0.90 171189.02 55226.51 50049.44
## 4869 32 2016-05-15 0.94 141716.20 41009.19 55894.53
## 4870 33 2016-05-08 0.87 184595.60 46723.27 76766.69
## 4871 34 2016-05-01 0.87 178487.59 42590.28 71617.99
## 4872 35 2016-04-24 0.91 164410.77 42884.03 57628.85
## 4873 36 2016-04-17 0.93 150910.00 38226.66 59221.75
## 4874 37 2016-04-10 0.93 133381.56 41262.76 31989.81
## 4875 38 2016-04-03 0.97 113028.45 37271.13 32720.20
## 4876 39 2016-03-27 0.96 139668.90 45215.02 50007.46
## 4877 40 2016-03-20 0.96 156283.99 52022.38 55818.44
## 4878 41 2016-03-13 0.99 139661.75 37199.87 57106.77
## 4879 42 2016-03-06 0.98 142026.90 49400.90 51284.91
## 4880 43 2016-02-28 0.99 135623.05 52420.43 48195.34
## 4881 44 2016-02-21 0.98 115875.65 32921.58 45911.67
## 4882 45 2016-02-14 0.90 159758.46 47759.39 55674.85
## 4883 46 2016-02-07 0.91 198011.31 60920.14 79535.27
## 4884 47 2016-01-31 0.99 121477.84 32756.64 52095.37
## 4885 48 2016-01-24 0.99 143015.44 47641.16 55634.09
## 4886 49 2016-01-17 0.98 157618.05 64687.72 51993.70
## 4887 50 2016-01-10 0.97 143703.88 55844.25 42998.53
## 4888 51 2016-01-03 0.91 156699.18 59481.98 58348.71
## 4889 0 2016-12-25 1.07 428247.63 119611.90 263467.16
## 4890 1 2016-12-18 1.04 384448.27 125324.05 218206.45
## 4891 2 2016-12-11 1.03 434567.21 106959.89 275886.64
## 4892 3 2016-12-04 1.29 315955.99 110569.37 156812.81
## 4893 4 2016-11-27 1.43 279333.62 89558.88 150298.86
## 4894 5 2016-11-20 1.53 289773.71 94610.30 151992.19
## 4895 6 2016-11-13 1.62 277735.11 93242.35 144958.18
## 4896 7 2016-11-06 1.78 266345.33 93518.61 137695.34
## 4897 8 2016-10-30 1.79 238699.30 97713.53 118831.23
## 4898 9 2016-10-23 1.59 253163.64 82312.90 127356.96
## 4899 10 2016-10-16 1.61 330213.06 102990.47 180666.02
## 4900 11 2016-10-09 1.49 370422.62 133617.58 190297.13
## 4901 12 2016-10-02 1.35 381992.70 136133.45 191756.47
## 4902 13 2016-09-25 1.34 420076.53 135264.64 230423.89
## 4903 14 2016-09-18 1.39 407813.86 124962.88 234689.88
## 4904 15 2016-09-11 1.34 432472.11 140888.49 229037.12
## 4905 16 2016-09-04 1.32 472090.23 153239.51 247684.74
## 4906 17 2016-08-28 1.33 421583.74 150624.23 225695.86
## 4907 18 2016-08-21 1.27 456755.06 181120.39 217955.81
## 4908 19 2016-08-14 1.19 512843.34 154532.23 299818.16
## 4909 20 2016-08-07 1.37 453622.90 149607.29 239914.38
## 4910 21 2016-07-31 1.40 466095.04 140605.40 255278.90
## 4911 22 2016-07-24 1.42 450895.76 123359.06 253984.19
## 4912 23 2016-07-17 1.31 471698.22 150251.55 237468.05
## 4913 24 2016-07-10 1.26 489099.02 164624.96 231260.34
## 4914 25 2016-07-03 1.24 565017.74 163405.30 303029.74
## 4915 26 2016-06-26 1.25 464446.20 147821.55 228939.76
## 4916 27 2016-06-19 1.20 508036.18 157354.92 276855.96
## 4917 28 2016-06-12 1.15 501159.10 158599.19 263137.09
## 4918 29 2016-06-05 1.17 521408.99 169293.85 269555.77
## 4919 30 2016-05-29 1.18 489338.25 166777.30 252374.66
## 4920 31 2016-05-22 1.10 488201.43 156352.97 253576.99
## 4921 32 2016-05-15 1.17 438309.86 137852.11 224842.97
## 4922 33 2016-05-08 1.00 569710.14 171748.12 307614.01
## 4923 34 2016-05-01 1.06 481861.11 158376.45 251468.09
## 4924 35 2016-04-24 1.01 529817.53 173546.78 281110.03
## 4925 36 2016-04-17 1.15 448082.46 158323.88 210773.79
## 4926 37 2016-04-10 1.15 459342.82 152169.98 227080.50
## 4927 38 2016-04-03 1.05 488547.76 128563.45 284764.63
## 4928 39 2016-03-27 1.18 458899.34 129399.89 248862.02
## 4929 40 2016-03-20 1.18 404736.39 128297.40 203155.49
## 4930 41 2016-03-13 1.14 441333.91 139305.36 227493.90
## 4931 42 2016-03-06 1.13 443386.65 136469.26 216299.79
## 4932 43 2016-02-28 1.13 439280.11 133683.82 213422.76
## 4933 44 2016-02-21 1.09 419479.70 124241.28 219980.44
## 4934 45 2016-02-14 1.04 447945.80 143312.43 207645.46
## 4935 46 2016-02-07 0.91 796524.48 259382.37 419044.57
## 4936 47 2016-01-31 1.13 434121.25 145374.67 209170.61
## 4937 48 2016-01-24 1.11 409324.93 55327.20 278223.80
## 4938 49 2016-01-17 1.11 437356.64 105468.97 256283.84
## 4939 50 2016-01-10 1.08 434238.52 122362.72 229930.15
## 4940 51 2016-01-03 0.96 512117.98 141161.62 301172.94
## 4941 0 2016-12-25 0.89 473730.19 118030.19 191754.65
## 4942 1 2016-12-18 0.90 437170.79 106000.40 161104.63
## 4943 2 2016-12-11 0.81 505122.60 139066.79 205742.62
## 4944 3 2016-12-04 0.85 499144.04 214063.09 133318.88
## 4945 4 2016-11-27 1.08 392291.47 160595.93 108871.80
## 4946 5 2016-11-20 1.25 369682.40 135337.58 120005.93
## 4947 6 2016-11-13 1.37 353828.79 120524.26 126173.10
## 4948 7 2016-11-06 1.68 292299.52 89364.77 128356.68
## 4949 8 2016-10-30 1.65 270941.97 88975.06 119080.04
## 4950 9 2016-10-23 1.32 366026.91 127391.58 119290.35
## 4951 10 2016-10-16 1.27 443367.98 133020.51 139616.39
## 4952 11 2016-10-09 1.25 473046.60 143507.80 142805.42
## 4953 12 2016-10-02 1.09 534801.53 209855.65 131355.15
## 4954 13 2016-09-25 1.05 566089.72 217679.82 136015.14
## 4955 14 2016-09-18 1.18 457197.25 147766.51 139189.02
## 4956 15 2016-09-11 1.08 498555.72 164685.23 144231.63
## 4957 16 2016-09-04 1.06 550756.68 186260.68 164050.31
## 4958 17 2016-08-28 0.90 620041.46 244514.34 145515.54
## 4959 18 2016-08-21 0.94 578630.39 227977.89 127819.40
## 4960 19 2016-08-14 1.19 499056.18 151194.91 164960.87
## 4961 20 2016-08-07 1.14 534955.59 164926.18 168655.71
## 4962 21 2016-07-31 1.16 522678.71 156893.23 167605.98
## 4963 22 2016-07-24 1.18 526657.41 168729.48 168789.85
## 4964 23 2016-07-17 1.12 519567.72 169871.43 161029.99
## 4965 24 2016-07-10 0.98 604082.24 186258.97 204704.57
## 4966 25 2016-07-03 1.04 613005.97 182471.65 186674.10
## 4967 26 2016-06-26 0.89 595917.64 196595.53 163147.87
## 4968 27 2016-06-19 0.98 573831.30 182110.33 160231.90
## 4969 28 2016-06-12 0.88 596634.56 216162.48 144195.74
## 4970 29 2016-06-05 0.83 661159.79 242212.63 171998.98
## 4971 30 2016-05-29 0.92 576543.05 183028.56 168419.71
## 4972 31 2016-05-22 0.78 569349.05 157623.84 205497.08
## 4973 32 2016-05-15 0.86 553706.74 196229.51 169362.37
## 4974 33 2016-05-08 0.78 649503.23 210276.04 194613.60
## 4975 34 2016-05-01 0.68 679213.01 221162.07 221265.53
## 4976 35 2016-04-24 0.73 623486.79 209423.33 193980.26
## 4977 36 2016-04-17 0.80 621350.28 219230.99 155882.34
## 4978 37 2016-04-10 0.84 589694.67 190244.17 158653.72
## 4979 38 2016-04-03 0.90 527115.47 165482.10 148671.87
## 4980 39 2016-03-27 0.80 615580.70 183067.39 162858.06
## 4981 40 2016-03-20 0.76 649914.07 159593.34 189449.00
## 4982 41 2016-03-13 0.84 567953.21 151219.73 139500.87
## 4983 42 2016-03-06 0.81 627397.71 160581.05 156090.46
## 4984 43 2016-02-28 0.80 585693.61 143189.43 144667.93
## 4985 44 2016-02-21 0.86 592197.58 165757.19 159025.48
## 4986 45 2016-02-14 0.79 595414.77 173874.57 140454.28
## 4987 46 2016-02-07 0.61 917660.79 212980.89 302238.82
## 4988 47 2016-01-31 0.72 643326.66 174249.75 192217.79
## 4989 48 2016-01-24 0.85 564637.66 104831.87 157896.39
## 4990 49 2016-01-17 0.79 561712.98 164565.34 190461.21
## 4991 50 2016-01-10 0.81 578610.94 155537.61 153030.46
## 4992 51 2016-01-03 0.65 719749.77 204145.28 256691.54
## 4993 0 2016-12-25 1.18 690027.33 164595.96 462872.97
## 4994 1 2016-12-18 1.22 643518.28 173909.85 401462.31
## 4995 2 2016-12-11 1.29 655428.34 134467.78 447891.73
## 4996 3 2016-12-04 1.52 542857.36 159831.40 310592.77
## 4997 4 2016-11-27 1.75 488378.10 118187.03 297882.68
## 4998 5 2016-11-20 1.89 510752.32 120582.11 308963.91
## 4999 6 2016-11-13 1.94 506543.80 118820.99 308678.33
## 5000 7 2016-11-06 2.07 492504.81 109080.72 304926.27
## 5001 8 2016-10-30 2.20 477937.80 130025.36 285048.20
## 5002 9 2016-10-23 1.87 411873.66 133676.77 178795.94
## 5003 10 2016-10-16 1.99 590535.06 141221.01 362859.22
## 5004 11 2016-10-09 1.82 673082.26 163264.54 409307.88
## 5005 12 2016-10-02 1.52 731993.57 196085.62 421421.20
## 5006 13 2016-09-25 1.43 860546.65 210602.19 549378.28
## 5007 14 2016-09-18 1.50 813575.88 173635.07 549722.44
## 5008 15 2016-09-11 1.43 862732.45 222298.01 533967.64
## 5009 16 2016-09-04 1.47 850104.12 203090.38 552428.86
## 5010 17 2016-08-28 1.38 812410.86 258578.88 469333.14
## 5011 18 2016-08-21 1.28 825338.15 311234.33 415962.15
## 5012 19 2016-08-14 1.03 1114834.28 266260.92 757100.85
## 5013 20 2016-08-07 1.49 753570.45 189861.80 463372.96
## 5014 21 2016-07-31 1.52 814505.22 185496.96 513372.10
## 5015 22 2016-07-24 1.54 817357.28 158290.86 527450.53
## 5016 23 2016-07-17 1.46 804071.94 200748.22 481290.68
## 5017 24 2016-07-10 1.40 842731.76 249271.40 458731.12
## 5018 25 2016-07-03 1.41 891917.15 202576.49 546096.50
## 5019 26 2016-06-26 1.50 749554.87 194824.52 411086.22
## 5020 27 2016-06-19 1.44 800921.02 210315.55 459979.37
## 5021 28 2016-06-12 1.45 770382.05 228294.75 418903.64
## 5022 29 2016-06-05 1.35 899154.46 278152.57 481323.79
## 5023 30 2016-05-29 1.34 891069.03 304281.47 462079.65
## 5024 31 2016-05-22 1.31 817923.28 247488.87 416811.55
## 5025 32 2016-05-15 1.37 772064.79 201205.64 438490.13
## 5026 33 2016-05-08 1.06 961334.65 259594.33 569011.84
## 5027 34 2016-05-01 0.99 1001227.21 355140.93 534187.25
## 5028 35 2016-04-24 1.00 1017425.89 313239.31 570669.60
## 5029 36 2016-04-17 1.39 786422.89 209130.77 415099.08
## 5030 37 2016-04-10 1.38 765652.36 216993.87 399403.75
## 5031 38 2016-04-03 1.12 849739.84 166177.24 546227.92
## 5032 39 2016-03-27 1.47 716020.43 167887.53 409135.78
## 5033 40 2016-03-20 1.40 739577.85 193704.13 416863.96
## 5034 41 2016-03-13 1.41 714002.30 192002.80 383557.60
## 5035 42 2016-03-06 1.29 817240.38 217965.57 441193.39
## 5036 43 2016-02-28 1.29 824092.61 238542.45 445285.06
## 5037 44 2016-02-21 1.15 799826.02 178438.97 509199.72
## 5038 45 2016-02-14 1.34 696959.32 200199.01 357790.26
## 5039 46 2016-02-07 0.89 1355047.15 333064.46 858526.37
## 5040 47 2016-01-31 1.27 805039.06 236160.56 431120.43
## 5041 48 2016-01-24 1.05 844417.47 115036.60 621996.45
## 5042 49 2016-01-17 1.24 732860.83 141712.96 474840.29
## 5043 50 2016-01-10 1.21 765839.95 144506.94 487614.57
## 5044 51 2016-01-03 0.93 918798.74 204501.46 593429.62
## 5045 0 2016-12-25 1.17 475143.56 64749.60 143841.64
## 5046 1 2016-12-18 1.09 459322.74 67730.61 132123.37
## 5047 2 2016-12-11 0.88 809403.75 69913.65 207213.83
## 5048 3 2016-12-04 1.23 531803.40 75095.01 131322.74
## 5049 4 2016-11-27 1.45 383268.86 44831.05 120317.61
## 5050 5 2016-11-20 1.41 447760.40 56982.28 128919.02
## 5051 6 2016-11-13 1.43 472868.46 61375.16 152069.42
## 5052 7 2016-11-06 1.43 446970.37 58648.40 130208.79
## 5053 8 2016-10-30 1.42 368056.21 52130.99 108922.37
## 5054 9 2016-10-23 1.12 619599.06 69252.30 212504.79
## 5055 10 2016-10-16 1.20 618367.26 94032.78 146878.16
## 5056 11 2016-10-09 1.23 556874.50 74612.15 138352.51
## 5057 12 2016-10-02 0.89 917139.67 73071.87 190566.13
## 5058 13 2016-09-25 1.03 655426.45 101292.91 130310.43
## 5059 14 2016-09-18 1.03 586212.19 121884.72 150306.52
## 5060 15 2016-09-11 1.00 644049.31 154068.23 167761.10
## 5061 16 2016-09-04 1.13 563852.38 132309.00 141811.18
## 5062 17 2016-08-28 1.08 592604.21 114777.38 174074.05
## 5063 18 2016-08-21 1.11 605652.82 111362.57 140739.28
## 5064 19 2016-08-14 1.14 591638.12 103908.49 158811.63
## 5065 20 2016-08-07 1.11 619209.25 101060.89 192576.48
## 5066 21 2016-07-31 1.12 595856.48 93422.28 157723.11
## 5067 22 2016-07-24 1.10 581023.47 85459.65 163758.14
## 5068 23 2016-07-17 1.03 639853.23 94220.24 165714.00
## 5069 24 2016-07-10 1.11 628610.41 103864.49 163811.75
## 5070 25 2016-07-03 1.10 663580.48 101636.27 179739.71
## 5071 26 2016-06-26 1.03 638550.37 91565.19 174576.32
## 5072 27 2016-06-19 0.97 677710.31 101860.03 193696.31
## 5073 28 2016-06-12 1.01 666340.59 108550.27 178700.42
## 5074 29 2016-06-05 0.86 866343.38 97146.75 262684.03
## 5075 30 2016-05-29 0.87 771235.53 92529.88 210394.57
## 5076 31 2016-05-22 0.87 726064.91 92633.90 212729.20
## 5077 32 2016-05-15 0.83 844349.33 87749.32 218295.82
## 5078 33 2016-05-08 0.82 1007800.54 88762.21 334254.33
## 5079 34 2016-05-01 0.82 858037.45 91136.13 271005.05
## 5080 35 2016-04-24 0.88 752138.28 86998.66 222808.84
## 5081 36 2016-04-17 0.84 862450.87 76011.20 252920.78
## 5082 37 2016-04-10 0.93 728447.49 125383.51 228654.14
## 5083 38 2016-04-03 0.86 793187.83 111241.96 191068.36
## 5084 39 2016-03-27 0.85 781581.62 91025.18 192539.97
## 5085 40 2016-03-20 1.02 596110.62 76059.35 193206.73
## 5086 41 2016-03-13 0.94 712808.08 71766.68 189254.12
## 5087 42 2016-03-06 0.88 782395.12 101164.10 203599.20
## 5088 43 2016-02-28 0.91 737516.16 96852.95 180912.17
## 5089 44 2016-02-21 0.86 755726.36 56523.09 215390.45
## 5090 45 2016-02-14 0.98 593651.59 105339.16 152777.85
## 5091 46 2016-02-07 0.75 1040955.47 110675.58 347695.79
## 5092 47 2016-01-31 0.98 666670.45 75852.78 190462.67
## 5093 48 2016-01-24 0.92 726078.64 100315.41 253246.50
## 5094 49 2016-01-17 0.94 788935.31 155213.14 203618.21
## 5095 50 2016-01-10 0.86 831911.78 177583.68 272041.11
## 5096 51 2016-01-03 0.89 814295.85 179151.58 290450.07
## 5097 0 2016-12-25 1.02 308342.51 121219.40 62511.84
## 5098 1 2016-12-18 1.07 269690.96 103487.49 56975.33
## 5099 2 2016-12-11 1.20 243555.26 106629.29 42052.22
## 5100 3 2016-12-04 1.09 304040.10 122448.61 64899.79
## 5101 4 2016-11-27 1.33 229072.30 90090.62 40561.32
## 5102 5 2016-11-20 1.34 246915.39 105060.77 37789.02
## 5103 6 2016-11-13 1.41 255288.43 127839.06 40770.91
## 5104 7 2016-11-06 1.50 222378.08 97077.73 42624.62
## 5105 8 2016-10-30 1.43 227993.90 99127.20 45338.87
## 5106 9 2016-10-23 1.40 260446.46 128648.80 52740.63
## 5107 10 2016-10-16 1.30 281240.11 117958.34 64027.95
## 5108 11 2016-10-09 1.32 262764.71 109192.13 56453.75
## 5109 12 2016-10-02 1.30 301001.94 128824.70 66171.50
## 5110 13 2016-09-25 1.25 327724.02 148997.66 68555.28
## 5111 14 2016-09-18 1.12 331549.04 153616.97 62717.83
## 5112 15 2016-09-11 1.08 341887.56 156750.70 59265.51
## 5113 16 2016-09-04 1.03 419927.05 228635.99 60398.43
## 5114 17 2016-08-28 1.11 352297.98 197155.13 48370.23
## 5115 18 2016-08-21 1.08 381549.32 193878.00 58093.31
## 5116 19 2016-08-14 1.11 389639.12 198569.92 67082.24
## 5117 20 2016-08-07 1.17 362625.87 183405.85 59165.06
## 5118 21 2016-07-31 1.18 344490.91 156886.45 67074.62
## 5119 22 2016-07-24 1.18 336673.77 143275.08 81763.60
## 5120 23 2016-07-17 1.17 336050.16 144883.03 77242.50
## 5121 24 2016-07-10 1.08 389300.41 168421.00 87043.24
## 5122 25 2016-07-03 0.95 515792.87 214287.07 125503.35
## 5123 26 2016-06-26 1.07 367778.60 150191.51 90300.07
## 5124 27 2016-06-19 0.97 451741.89 211554.56 100652.86
## 5125 28 2016-06-12 1.04 357902.32 161172.25 80778.03
## 5126 29 2016-06-05 0.94 416168.39 186493.48 103324.30
## 5127 30 2016-05-29 0.97 441398.16 188092.93 120644.64
## 5128 31 2016-05-22 1.04 343576.29 135034.40 98568.31
## 5129 32 2016-05-15 0.89 422276.07 153126.16 137072.54
## 5130 33 2016-05-08 0.82 504149.45 216508.21 132765.13
## 5131 34 2016-05-01 0.76 591962.95 251273.90 163222.99
## 5132 35 2016-04-24 0.93 420066.90 151185.27 146951.42
## 5133 36 2016-04-17 1.01 370690.55 153725.68 109475.73
## 5134 37 2016-04-10 0.96 397990.96 158605.28 126384.55
## 5135 38 2016-04-03 1.05 340564.79 150247.08 97713.54
## 5136 39 2016-03-27 1.07 315023.95 136387.50 91995.56
## 5137 40 2016-03-20 1.07 331531.06 149730.39 94541.56
## 5138 41 2016-03-13 0.96 414943.26 175358.73 127186.75
## 5139 42 2016-03-06 1.06 325786.78 156334.57 90668.09
## 5140 43 2016-02-28 0.93 387740.23 178406.70 112748.39
## 5141 44 2016-02-21 1.04 302654.13 145774.22 82586.60
## 5142 45 2016-02-14 0.91 342704.71 180057.56 81396.58
## 5143 46 2016-02-07 0.69 593759.78 307135.68 151185.73
## 5144 47 2016-01-31 1.01 312455.27 159088.93 88740.60
## 5145 48 2016-01-24 0.95 317032.31 145616.86 92970.97
## 5146 49 2016-01-17 1.05 287599.16 149490.32 74436.77
## 5147 50 2016-01-10 0.98 322434.61 171275.87 76296.70
## 5148 51 2016-01-03 1.03 319228.46 195469.55 64802.02
## 5149 0 2016-12-25 0.79 5630041.84 2676152.87 1320133.68
## 5150 1 2016-12-18 0.72 5483207.89 2789696.38 1116482.22
## 5151 2 2016-12-11 0.76 5031206.93 2633723.49 987150.16
## 5152 3 2016-12-04 0.76 5584114.56 3146435.87 1023317.43
## 5153 4 2016-11-27 0.93 4064847.35 2342116.27 747938.85
## 5154 5 2016-11-20 1.06 4150510.67 2351202.94 871661.63
## 5155 6 2016-11-13 1.11 4224677.32 2338883.91 971219.17
## 5156 7 2016-11-06 1.16 4214624.13 2443877.24 789647.70
## 5157 8 2016-10-30 1.19 3733135.22 1917984.65 802089.74
## 5158 9 2016-10-23 1.09 4477594.56 2043310.73 1016610.90
## 5159 10 2016-10-16 1.03 4967651.41 2588086.77 984551.00
## 5160 11 2016-10-09 1.00 5416591.81 2650640.81 1376612.19
## 5161 12 2016-10-02 1.01 5006659.75 2488198.80 1053485.59
## 5162 13 2016-09-25 0.98 5344837.49 2674487.17 1129009.20
## 5163 14 2016-09-18 0.86 6130653.55 3357771.20 1103971.44
## 5164 15 2016-09-11 0.82 6236078.55 3652516.49 1003811.64
## 5165 16 2016-09-04 0.78 6802635.25 3749548.89 1321331.51
## 5166 17 2016-08-28 0.84 5775721.70 3166009.65 1144644.70
## 5167 18 2016-08-21 0.87 5682046.61 3137489.03 1105902.29
## 5168 19 2016-08-14 0.94 5385035.37 3062124.27 1103047.73
## 5169 20 2016-08-07 0.93 5647940.41 3263106.78 1162455.32
## 5170 21 2016-07-31 0.98 5130900.02 2925166.29 1026989.30
## 5171 22 2016-07-24 0.97 5528475.32 3073632.24 1095930.61
## 5172 23 2016-07-17 0.94 5449441.63 2950117.14 1052370.81
## 5173 24 2016-07-10 0.91 5646460.01 3069816.49 1012709.72
## 5174 25 2016-07-03 0.91 6494533.30 3114586.75 1226469.49
## 5175 26 2016-06-26 0.89 6046264.46 3148031.62 995499.70
## 5176 27 2016-06-19 0.89 6005535.29 3271758.23 1118582.85
## 5177 28 2016-06-12 0.85 6195284.67 3356663.69 1079764.01
## 5178 29 2016-06-05 0.83 6351400.69 3351332.61 1281791.50
## 5179 30 2016-05-29 0.80 6239677.27 3270603.20 1322066.02
## 5180 31 2016-05-22 0.72 6680323.25 3128527.61 1539488.77
## 5181 32 2016-05-15 0.73 6728120.77 3283251.25 1441163.07
## 5182 33 2016-05-08 0.72 7281887.35 3666928.36 1367080.84
## 5183 34 2016-05-01 0.71 6953488.71 3400699.04 1559296.24
## 5184 35 2016-04-24 0.70 6893900.54 3348754.08 1465437.60
## 5185 36 2016-04-17 0.71 6657073.54 3651444.14 1058769.74
## 5186 37 2016-04-10 0.73 6414263.17 3665847.47 870524.00
## 5187 38 2016-04-03 0.74 6154503.04 3321835.50 1083779.43
## 5188 39 2016-03-27 0.77 6553308.82 3137633.27 1507245.05
## 5189 40 2016-03-20 0.77 6276764.80 3064743.62 1411796.91
## 5190 41 2016-03-13 0.79 5894070.33 3228470.66 1083003.80
## 5191 42 2016-03-06 0.78 5848140.87 3596735.53 903361.32
## 5192 43 2016-02-28 0.77 5698454.09 3528191.70 930352.56
## 5193 44 2016-02-21 0.82 5108381.41 2872173.10 1020821.92
## 5194 45 2016-02-14 0.70 6349601.68 3382976.58 1416070.96
## 5195 46 2016-02-07 0.70 7606351.80 3823016.00 1930304.29
## 5196 47 2016-01-31 0.79 5850128.40 3003442.75 1462783.11
## 5197 48 2016-01-24 0.94 3898235.29 1193349.63 1530143.69
## 5198 49 2016-01-17 0.81 5735627.03 2836077.92 1756468.70
## 5199 50 2016-01-10 0.84 5647635.02 2683172.73 1900834.74
## 5200 51 2016-01-03 0.79 5693942.07 2512692.22 2024262.18
## 5201 0 2016-12-25 0.94 3722102.33 1449893.50 760830.39
## 5202 1 2016-12-18 0.96 3413410.59 1236270.98 729400.60
## 5203 2 2016-12-11 1.21 2648135.47 1055827.38 463050.84
## 5204 3 2016-12-04 0.99 3941512.20 1481392.35 851643.42
## 5205 4 2016-11-27 1.39 2408199.34 943433.21 459434.44
## 5206 5 2016-11-20 1.38 2670425.59 1054588.13 480430.32
## 5207 6 2016-11-13 1.37 2819888.75 1219549.43 506554.74
## 5208 7 2016-11-06 1.44 2590997.85 1086704.10 508906.52
## 5209 8 2016-10-30 1.44 2502552.63 1006135.26 517368.07
## 5210 9 2016-10-23 1.43 2704875.68 1086334.04 625236.22
## 5211 10 2016-10-16 1.24 3233029.42 1219511.41 791521.66
## 5212 11 2016-10-09 1.37 2885138.33 1122505.43 657057.65
## 5213 12 2016-10-02 1.38 3106952.74 1267964.11 621971.41
## 5214 13 2016-09-25 1.32 3266161.45 1398879.90 588359.56
## 5215 14 2016-09-18 1.11 3403999.22 1501212.70 566389.42
## 5216 15 2016-09-11 1.08 3431698.41 1673305.36 497550.12
## 5217 16 2016-09-04 0.96 4804279.06 2776884.75 664439.79
## 5218 17 2016-08-28 1.11 3580022.43 1919441.39 610781.64
## 5219 18 2016-08-21 1.11 3716886.69 1923227.36 648951.54
## 5220 19 2016-08-14 1.09 4230674.67 2241425.00 738177.11
## 5221 20 2016-08-07 1.18 3419326.48 1628428.39 687208.05
## 5222 21 2016-07-31 1.18 3329108.94 1502915.49 710445.49
## 5223 22 2016-07-24 1.17 3381732.73 1485492.18 845297.22
## 5224 23 2016-07-17 1.15 3408142.71 1466379.21 813315.42
## 5225 24 2016-07-10 1.10 3646868.94 1599856.44 848789.03
## 5226 25 2016-07-03 0.91 5432816.58 2549452.95 1175338.87
## 5227 26 2016-06-26 1.09 3619364.21 1630877.04 777463.11
## 5228 27 2016-06-19 0.94 4665536.74 2441553.39 936051.48
## 5229 28 2016-06-12 1.07 3393712.37 1757284.40 592433.27
## 5230 29 2016-06-05 0.91 4563745.14 2504517.37 823705.23
## 5231 30 2016-05-29 0.92 4829487.03 2562669.53 971082.67
## 5232 31 2016-05-22 1.05 3416062.07 1634620.91 666118.47
## 5233 32 2016-05-15 0.82 5002102.24 2115292.19 1218469.25
## 5234 33 2016-05-08 0.86 4651540.06 2196754.82 933112.56
## 5235 34 2016-05-01 0.75 6415228.14 2875232.76 1472240.00
## 5236 35 2016-04-24 0.84 5062464.54 2132612.43 1298672.90
## 5237 36 2016-04-17 1.01 3673260.93 1705009.13 779184.92
## 5238 37 2016-04-10 0.86 4792907.32 2127098.72 1116066.82
## 5239 38 2016-04-03 1.04 3507226.18 1812848.17 636304.92
## 5240 39 2016-03-27 1.05 3242245.67 1671682.99 604702.79
## 5241 40 2016-03-20 1.05 3304400.62 1726223.26 616754.35
## 5242 41 2016-03-13 0.88 4688502.05 2211225.88 1041733.79
## 5243 42 2016-03-06 1.07 3161231.11 1642177.90 592206.11
## 5244 43 2016-02-28 0.84 4740050.22 2325376.99 994256.14
## 5245 44 2016-02-21 1.04 3068786.09 1586507.45 590119.92
## 5246 45 2016-02-14 0.98 3234338.23 1737634.80 613313.92
## 5247 46 2016-02-07 0.62 6847218.72 3614202.25 1364491.37
## 5248 47 2016-01-31 1.02 3318109.53 1774273.70 625042.37
## 5249 48 2016-01-24 0.90 3895844.89 2092736.34 663827.91
## 5250 49 2016-01-17 1.09 2913810.18 1721272.85 425617.01
## 5251 50 2016-01-10 0.93 4132191.54 2536173.86 558424.29
## 5252 51 2016-01-03 1.06 3280451.38 2208431.81 339054.70
## 5253 0 2016-12-25 1.15 69054.97 13134.96 22888.68
## 5254 1 2016-12-18 0.97 78377.53 11468.76 24325.82
## 5255 2 2016-12-11 0.96 91423.14 12117.55 27759.21
## 5256 3 2016-12-04 1.40 59510.92 10871.70 19424.17
## 5257 4 2016-11-27 1.49 49762.20 8071.55 17786.23
## 5258 5 2016-11-20 1.14 81018.31 9351.32 25545.36
## 5259 6 2016-11-13 1.07 99460.72 12237.95 31222.61
## 5260 7 2016-11-06 1.48 61365.68 11311.99 21354.23
## 5261 8 2016-10-30 1.39 51300.44 8156.83 15739.62
## 5262 9 2016-10-23 1.23 79477.96 8981.32 34481.19
## 5263 10 2016-10-16 1.33 68850.22 13123.07 19622.36
## 5264 11 2016-10-09 1.19 76241.91 13780.11 19165.66
## 5265 12 2016-10-02 0.87 131585.32 12840.53 28797.61
## 5266 13 2016-09-25 1.09 86853.60 17514.92 19838.82
## 5267 14 2016-09-18 1.05 74748.35 17028.27 21111.25
## 5268 15 2016-09-11 0.98 83096.19 25160.86 14719.48
## 5269 16 2016-09-04 1.12 83575.85 27414.80 15403.74
## 5270 17 2016-08-28 1.12 83627.94 24062.61 18386.73
## 5271 18 2016-08-21 1.09 87249.43 27169.12 14030.13
## 5272 19 2016-08-14 1.14 83933.43 24615.83 16234.66
## 5273 20 2016-08-07 1.16 89531.14 28151.76 21160.10
## 5274 21 2016-07-31 1.14 83902.91 25236.38 15512.48
## 5275 22 2016-07-24 1.08 82617.47 24997.25 15528.98
## 5276 23 2016-07-17 0.98 92386.91 25707.69 15296.71
## 5277 24 2016-07-10 1.06 90750.72 28563.77 16330.66
## 5278 25 2016-07-03 1.09 97365.48 29447.29 19298.27
## 5279 26 2016-06-26 1.02 90301.82 24210.14 18081.59
## 5280 27 2016-06-19 0.96 91554.79 27584.63 19850.10
## 5281 28 2016-06-12 0.99 93820.20 31353.21 17047.78
## 5282 29 2016-06-05 0.87 125934.24 29094.10 30005.50
## 5283 30 2016-05-29 0.87 109604.30 29399.27 21853.06
## 5284 31 2016-05-22 0.89 100552.55 28756.53 23438.52
## 5285 32 2016-05-15 0.85 111993.65 24776.24 22868.96
## 5286 33 2016-05-08 0.84 127403.24 32460.64 34939.02
## 5287 34 2016-05-01 0.86 116347.79 30544.24 28945.54
## 5288 35 2016-04-24 0.95 95660.52 26548.62 21236.06
## 5289 36 2016-04-17 0.82 131734.46 23285.87 29662.45
## 5290 37 2016-04-10 0.96 103998.99 31092.52 26584.63
## 5291 38 2016-04-03 0.92 98398.44 23189.51 22271.96
## 5292 39 2016-03-27 0.81 110616.23 21798.74 22445.52
## 5293 40 2016-03-20 1.02 83457.56 24106.74 19605.24
## 5294 41 2016-03-13 0.93 94531.04 22599.69 17655.73
## 5295 42 2016-03-06 0.91 101869.42 23603.78 22577.01
## 5296 43 2016-02-28 0.95 92596.44 21928.09 19963.84
## 5297 44 2016-02-21 0.82 112075.27 16913.21 27398.67
## 5298 45 2016-02-14 0.95 81626.44 22683.59 21398.24
## 5299 46 2016-02-07 0.74 154732.54 25009.68 56113.16
## 5300 47 2016-01-31 1.00 88040.94 19600.06 19030.78
## 5301 48 2016-01-24 0.97 89537.48 14122.50 29929.21
## 5302 49 2016-01-17 0.98 100754.26 20833.16 23919.53
## 5303 50 2016-01-10 0.88 111604.85 25931.41 32688.86
## 5304 51 2016-01-03 0.90 113049.35 25325.06 37805.37
## 5305 0 2016-12-25 1.02 132034.47 58510.89 9135.28
## 5306 1 2016-12-18 0.97 137885.02 58408.64 7756.92
## 5307 2 2016-12-11 1.11 117572.64 38790.31 6951.60
## 5308 3 2016-12-04 1.10 118176.43 40780.54 6623.28
## 5309 4 2016-11-27 1.16 100424.14 34165.03 6473.64
## 5310 5 2016-11-20 1.29 99930.79 40938.28 8785.62
## 5311 6 2016-11-13 1.34 128094.25 59889.54 11028.55
## 5312 7 2016-11-06 1.25 139697.75 64239.09 10904.36
## 5313 8 2016-10-30 1.01 128966.42 51881.76 6010.11
## 5314 9 2016-10-23 0.95 184407.00 90463.63 8443.95
## 5315 10 2016-10-16 1.29 124201.08 53894.09 12563.71
## 5316 11 2016-10-09 1.30 125599.65 49980.28 19770.43
## 5317 12 2016-10-02 1.16 140030.37 51859.03 14340.74
## 5318 13 2016-09-25 1.06 165887.64 89034.64 12643.89
## 5319 14 2016-09-18 1.17 147517.96 46991.05 23066.01
## 5320 15 2016-09-11 1.05 182676.07 97942.83 20573.17
## 5321 16 2016-09-04 1.16 151456.08 41709.95 27154.21
## 5322 17 2016-08-28 1.15 133188.79 43863.96 22002.03
## 5323 18 2016-08-21 1.03 184060.51 45178.55 23409.71
## 5324 19 2016-08-14 0.91 230729.63 53920.63 22787.65
## 5325 20 2016-08-07 0.85 268010.32 62085.78 28664.77
## 5326 21 2016-07-31 1.03 214273.18 54119.45 28847.85
## 5327 22 2016-07-24 0.94 255732.97 75714.25 23532.47
## 5328 23 2016-07-17 0.88 261737.36 53603.39 25828.34
## 5329 24 2016-07-10 0.74 314847.96 61310.00 22958.74
## 5330 25 2016-07-03 0.76 348135.49 65689.33 21478.32
## 5331 26 2016-06-26 0.97 236899.58 70089.95 10838.62
## 5332 27 2016-06-19 0.95 254402.94 68071.47 14769.82
## 5333 28 2016-06-12 0.92 251349.57 63117.83 10829.42
## 5334 29 2016-06-05 0.83 284148.54 69394.57 10226.94
## 5335 30 2016-05-29 0.80 245482.03 71157.19 9858.50
## 5336 31 2016-05-22 0.81 279392.40 85909.40 8500.20
## 5337 32 2016-05-15 0.75 290603.88 69857.38 10440.90
## 5338 33 2016-05-08 0.85 263363.51 68597.31 12628.10
## 5339 34 2016-05-01 0.79 256180.45 99574.26 10728.95
## 5340 35 2016-04-24 0.80 233320.58 65855.00 10636.81
## 5341 36 2016-04-17 0.91 197200.66 55007.65 11057.11
## 5342 37 2016-04-10 0.87 218755.02 83221.79 8054.25
## 5343 38 2016-04-03 0.94 179484.73 57658.37 7307.41
## 5344 39 2016-03-27 0.97 156454.78 49442.37 10038.61
## 5345 40 2016-03-20 0.88 195882.17 74088.91 11333.19
## 5346 41 2016-03-13 0.89 172598.72 67142.81 9121.86
## 5347 42 2016-03-06 0.96 185570.14 68570.93 9371.82
## 5348 43 2016-02-28 0.98 173282.78 52180.79 12434.36
## 5349 44 2016-02-21 1.00 207338.72 78891.03 27326.04
## 5350 45 2016-02-14 0.98 165070.79 55935.83 21668.85
## 5351 46 2016-02-07 0.87 271355.48 76562.84 80994.41
## 5352 47 2016-01-31 1.01 219443.76 79030.80 33529.73
## 5353 48 2016-01-24 1.10 167619.96 38174.66 28333.37
## 5354 49 2016-01-17 1.15 167689.21 55839.79 32775.72
## 5355 50 2016-01-10 1.01 218460.75 77169.10 28510.27
## 5356 51 2016-01-03 1.00 213437.44 105267.98 29054.71
## 5357 0 2016-12-25 1.46 46036.04 748.11 29452.82
## 5358 1 2016-12-18 1.42 42029.51 770.80 28068.62
## 5359 2 2016-12-11 1.50 41911.21 762.45 31386.84
## 5360 3 2016-12-04 1.64 50831.37 796.48 42942.66
## 5361 4 2016-11-27 1.55 33757.95 690.91 24789.85
## 5362 5 2016-11-20 1.61 38598.98 814.68 27876.91
## 5363 6 2016-11-13 1.62 39271.46 1266.16 27380.67
## 5364 7 2016-11-06 1.59 38868.74 922.36 26701.99
## 5365 8 2016-10-30 1.56 33699.68 967.38 25926.02
## 5366 9 2016-10-23 1.38 56428.14 1110.87 37054.07
## 5367 10 2016-10-16 1.36 55053.59 1344.18 31561.93
## 5368 11 2016-10-09 1.23 69593.63 980.44 46378.32
## 5369 12 2016-10-02 1.43 53796.49 987.21 32211.73
## 5370 13 2016-09-25 1.54 61352.25 3272.01 38679.78
## 5371 14 2016-09-18 1.46 55922.25 2411.13 36168.63
## 5372 15 2016-09-11 1.35 60993.34 1874.91 39693.78
## 5373 16 2016-09-04 1.53 51792.90 3545.98 35938.12
## 5374 17 2016-08-28 1.38 71711.83 5939.38 45349.71
## 5375 18 2016-08-21 1.44 58497.96 2904.27 37191.51
## 5376 19 2016-08-14 1.35 60212.30 4941.56 39269.44
## 5377 20 2016-08-07 1.53 60523.63 2724.18 41584.42
## 5378 21 2016-07-31 1.60 68311.05 1970.63 47609.54
## 5379 22 2016-07-24 1.50 56952.09 1940.69 35492.01
## 5380 23 2016-07-17 1.31 66907.33 2211.14 39136.28
## 5381 24 2016-07-10 1.29 84386.24 3503.31 49140.90
## 5382 25 2016-07-03 1.37 85205.46 1970.63 47537.91
## 5383 26 2016-06-26 1.43 84340.47 1952.47 52517.17
## 5384 27 2016-06-19 1.35 78211.73 2080.76 45936.69
## 5385 28 2016-06-12 1.29 79669.30 3484.81 43664.14
## 5386 29 2016-06-05 1.31 80015.17 1635.92 46955.13
## 5387 30 2016-05-29 1.36 82173.80 1259.66 52293.06
## 5388 31 2016-05-22 1.27 72636.09 951.30 40672.39
## 5389 32 2016-05-15 1.23 71440.00 1015.43 41631.44
## 5390 33 2016-05-08 1.23 85623.78 1143.94 51234.94
## 5391 34 2016-05-01 1.31 83407.69 992.24 54950.48
## 5392 35 2016-04-24 1.22 68819.00 1000.49 39959.75
## 5393 36 2016-04-17 1.21 70543.09 880.43 39173.25
## 5394 37 2016-04-10 1.28 62892.35 987.33 32612.34
## 5395 38 2016-04-03 1.03 58862.37 651.94 31826.85
## 5396 39 2016-03-27 1.29 72427.45 872.18 43180.70
## 5397 40 2016-03-20 1.24 72560.52 784.13 46256.94
## 5398 41 2016-03-13 1.18 71223.95 874.89 42612.44
## 5399 42 2016-03-06 1.36 64866.67 1023.58 38547.17
## 5400 43 2016-02-28 1.27 64336.75 861.71 39219.33
## 5401 44 2016-02-21 1.34 65393.08 918.45 40416.33
## 5402 45 2016-02-14 1.28 65765.73 1088.74 37685.20
## 5403 46 2016-02-07 1.28 90935.19 1462.82 60707.30
## 5404 47 2016-01-31 1.20 70174.79 1181.04 41173.79
## 5405 48 2016-01-24 1.32 64280.43 72.06 34868.95
## 5406 49 2016-01-17 1.37 70134.99 1078.47 41232.35
## 5407 50 2016-01-10 1.36 57676.73 757.85 31787.68
## 5408 51 2016-01-03 1.34 69200.73 839.36 47417.06
## 5409 0 2016-12-25 0.93 445441.47 157380.83 104316.60
## 5410 1 2016-12-18 0.93 412891.05 132947.11 102323.35
## 5411 2 2016-12-11 1.22 289765.21 99668.86 60413.89
## 5412 3 2016-12-04 0.96 500795.57 163609.96 123041.61
## 5413 4 2016-11-27 1.45 265590.66 92933.81 61345.38
## 5414 5 2016-11-20 1.47 279595.13 95447.33 63840.96
## 5415 6 2016-11-13 1.38 323761.18 124544.12 69065.25
## 5416 7 2016-11-06 1.46 284328.38 110779.29 67753.78
## 5417 8 2016-10-30 1.52 265332.11 93166.48 68007.50
## 5418 9 2016-10-23 1.53 281815.95 91272.27 92612.09
## 5419 10 2016-10-16 1.26 371149.30 116452.65 117544.17
## 5420 11 2016-10-09 1.45 337370.09 110106.06 105328.06
## 5421 12 2016-10-02 1.45 323324.31 123390.79 72977.08
## 5422 13 2016-09-25 1.37 349975.92 140782.83 66909.61
## 5423 14 2016-09-18 1.14 344938.28 132430.63 66929.62
## 5424 15 2016-09-11 1.16 338518.81 154295.04 62808.74
## 5425 16 2016-09-04 0.95 560691.13 298317.39 105769.78
## 5426 17 2016-08-28 1.14 378817.72 177292.69 99784.11
## 5427 18 2016-08-21 1.14 390053.10 175344.71 100775.54
## 5428 19 2016-08-14 1.14 452075.68 213370.83 110703.08
## 5429 20 2016-08-07 1.21 362836.43 147057.02 95386.32
## 5430 21 2016-07-31 1.25 330277.63 134859.19 87238.79
## 5431 22 2016-07-24 1.22 353863.19 143082.31 97554.75
## 5432 23 2016-07-17 1.17 376274.95 143891.95 101298.66
## 5433 24 2016-07-10 1.15 359346.63 141565.52 92115.84
## 5434 25 2016-07-03 0.93 613097.67 288161.65 142383.70
## 5435 26 2016-06-26 1.16 361181.98 143485.88 88209.18
## 5436 27 2016-06-19 0.98 497270.56 234054.37 127730.80
## 5437 28 2016-06-12 1.23 311068.54 136835.25 76895.26
## 5438 29 2016-06-05 0.97 485002.55 261221.30 100100.49
## 5439 30 2016-05-29 0.96 532427.02 287990.69 117845.05
## 5440 31 2016-05-22 1.18 327249.29 164833.67 65400.76
## 5441 32 2016-05-15 0.86 522134.64 214251.75 138866.80
## 5442 33 2016-05-08 0.92 493628.61 238892.93 96504.07
## 5443 34 2016-05-01 0.75 741724.85 336112.35 170270.88
## 5444 35 2016-04-24 0.86 566117.77 233226.21 148355.96
## 5445 36 2016-04-17 1.06 387923.77 183628.75 79809.39
## 5446 37 2016-04-10 0.85 549365.61 226151.46 140518.27
## 5447 38 2016-04-03 1.04 402546.34 196164.23 73787.30
## 5448 39 2016-03-27 1.08 342762.43 159310.12 70270.88
## 5449 40 2016-03-20 1.10 326332.48 148381.21 69085.96
## 5450 41 2016-03-13 0.86 527217.55 219895.48 131684.94
## 5451 42 2016-03-06 1.08 331997.49 149559.05 67539.98
## 5452 43 2016-02-28 0.82 569349.05 248401.81 134264.79
## 5453 44 2016-02-21 1.05 321995.93 146660.22 67636.88
## 5454 45 2016-02-14 1.00 329879.07 160675.05 76135.86
## 5455 46 2016-02-07 0.56 822548.66 385584.08 189389.79
## 5456 47 2016-01-31 0.98 391266.84 155283.41 95492.75
## 5457 48 2016-01-24 0.81 503528.16 184104.57 122562.12
## 5458 49 2016-01-17 1.05 304269.38 138371.21 49996.61
## 5459 50 2016-01-10 0.85 519360.29 250745.95 88162.17
## 5460 51 2016-01-03 1.07 375548.86 226406.25 46447.87
## 5461 0 2016-12-25 1.00 30287853.70 9255125.20 10282925.61
## 5462 1 2016-12-18 0.96 29583882.61 9394065.91 10339168.20
## 5463 2 2016-12-11 0.98 30093540.70 9009996.11 9967220.02
## 5464 3 2016-12-04 1.00 31621221.90 11043350.90 9908982.97
## 5465 4 2016-11-27 1.21 22923062.65 7891487.94 7337341.77
## 5466 5 2016-11-20 1.27 24989702.75 8531160.52 8033510.82
## 5467 6 2016-11-13 1.36 24075126.49 8235135.43 7759608.21
## 5468 7 2016-11-06 1.44 22534698.38 7804252.91 7126936.31
## 5469 8 2016-10-30 1.43 21009730.21 7100458.82 6852046.35
## 5470 9 2016-10-23 1.34 24753513.95 7579629.06 8104522.26
## 5471 10 2016-10-16 1.30 27707046.82 8810664.45 8855072.75
## 5472 11 2016-10-09 1.27 28857581.98 9552502.48 9579338.98
## 5473 12 2016-10-02 1.23 29615008.49 9534915.56 9123897.74
## 5474 13 2016-09-25 1.22 30305112.89 10548061.13 9255913.78
## 5475 14 2016-09-18 1.15 31346091.46 11337829.10 9481313.14
## 5476 15 2016-09-11 1.08 34126730.95 12962762.94 10380438.09
## 5477 16 2016-09-04 1.04 37130688.91 14643465.52 11083513.46
## 5478 17 2016-08-28 1.09 33993931.31 12561055.50 10420973.00
## 5479 18 2016-08-21 1.10 33592097.72 12725249.30 9906498.51
## 5480 19 2016-08-14 1.12 34386177.30 12352932.68 10879341.61
## 5481 20 2016-08-07 1.15 33819909.09 12197105.36 10731379.56
## 5482 21 2016-07-31 1.23 31201590.22 10168972.37 10423957.83
## 5483 22 2016-07-24 1.20 32339377.09 10331314.28 10795751.15
## 5484 23 2016-07-17 1.15 32656123.63 10320463.27 10628872.60
## 5485 24 2016-07-10 1.10 35567568.43 11457080.38 11677528.00
## 5486 25 2016-07-03 1.06 39993186.04 12508937.27 13315901.42
## 5487 26 2016-06-26 1.04 36617023.79 12189035.17 12029918.60
## 5488 27 2016-06-19 1.02 38489936.14 13488851.61 12842698.33
## 5489 28 2016-06-12 1.04 35580820.00 12291686.69 11533969.83
## 5490 29 2016-06-05 0.97 40231259.65 13808859.16 13396651.73
## 5491 30 2016-05-29 0.94 40019075.24 13682611.21 13829591.06
## 5492 31 2016-05-22 0.93 36958035.51 11711999.81 12981224.42
## 5493 32 2016-05-15 0.89 39914996.74 12447598.49 14437190.03
## 5494 33 2016-05-08 0.82 46324529.70 14223304.98 17896391.60
## 5495 34 2016-05-01 0.84 42867608.54 13748944.38 15899858.37
## 5496 35 2016-04-24 0.87 39607695.30 12913697.19 14382184.80
## 5497 36 2016-04-17 0.90 37467885.19 11954487.56 12896366.58
## 5498 37 2016-04-10 0.90 36584029.39 12879820.47 11538132.36
## 5499 38 2016-04-03 0.94 33668450.55 11320969.79 11512621.85
## 5500 39 2016-03-27 0.94 35930195.92 11249198.40 12745266.73
## 5501 40 2016-03-20 0.93 36335483.78 11134390.98 13727453.57
## 5502 41 2016-03-13 0.93 36374516.14 11661687.44 13104887.66
## 5503 42 2016-03-06 0.95 35064506.04 11824154.63 12196587.24
## 5504 43 2016-02-28 0.91 36801817.68 11907394.72 13210854.56
## 5505 44 2016-02-21 0.94 32804733.22 10015825.13 12003751.56
## 5506 45 2016-02-14 0.88 36476441.86 11913078.30 13187973.29
## 5507 46 2016-02-07 0.76 52288697.89 16573573.78 20470572.61
## 5508 47 2016-01-31 0.93 34721249.92 11098088.49 13278053.61
## 5509 48 2016-01-24 0.95 32787079.21 7020459.00 14054367.50
## 5510 49 2016-01-17 0.94 34426341.87 10036597.84 13832256.04
## 5511 50 2016-01-10 0.93 35264336.01 11441286.89 13226088.66
## 5512 51 2016-01-03 0.86 38142088.04 11616506.17 16054083.86
## 5513 0 2016-12-25 0.92 5720079.58 1951252.95 1240717.89
## 5514 1 2016-12-18 0.88 5618429.48 2112070.11 1168212.84
## 5515 2 2016-12-11 0.84 6648833.68 1687192.84 1545122.38
## 5516 3 2016-12-04 0.93 5919532.49 2142009.81 1164205.54
## 5517 4 2016-11-27 1.09 4187550.98 1525325.69 938768.71
## 5518 5 2016-11-20 1.10 4944373.81 2005353.24 913021.63
## 5519 6 2016-11-13 1.18 4864099.95 1740717.89 1032253.37
## 5520 7 2016-11-06 1.26 4245702.35 1493574.72 867974.26
## 5521 8 2016-10-30 1.26 3852439.62 1398732.86 762970.93
## 5522 9 2016-10-23 1.17 4760018.22 1301893.54 1138468.74
## 5523 10 2016-10-16 1.15 5308225.44 1613263.25 1052993.06
## 5524 11 2016-10-09 1.13 5374797.25 1941978.26 1006693.14
## 5525 12 2016-10-02 1.03 6079587.47 1560246.50 1206950.63
## 5526 13 2016-09-25 1.08 5338132.99 1763859.71 1029363.30
## 5527 14 2016-09-18 1.04 5474121.64 1966754.72 1200623.82
## 5528 15 2016-09-11 0.96 6097779.55 2364733.51 1265510.82
## 5529 16 2016-09-04 0.92 6676702.06 2858767.17 1348831.14
## 5530 17 2016-08-28 0.96 6114187.88 2276321.08 1334700.26
## 5531 18 2016-08-21 0.93 6290164.89 2887138.23 1153539.96
## 5532 19 2016-08-14 1.00 6127060.42 2524278.53 1212034.14
## 5533 20 2016-08-07 0.95 6596769.24 2858873.86 1399000.87
## 5534 21 2016-07-31 1.10 5463799.79 1874227.32 1254400.92
## 5535 22 2016-07-24 1.08 5556043.02 1812625.23 1301287.98
## 5536 23 2016-07-17 1.02 5787378.41 1883575.14 1304616.13
## 5537 24 2016-07-10 1.01 6487362.71 2293685.50 1475916.77
## 5538 25 2016-07-03 0.97 6817643.13 2313258.79 1738562.93
## 5539 26 2016-06-26 0.87 6862241.03 2645564.44 1532440.38
## 5540 27 2016-06-19 0.86 6964845.92 2805282.99 1600273.86
## 5541 28 2016-06-12 0.92 6216040.13 2213963.72 1516386.11
## 5542 29 2016-06-05 0.82 7637424.02 2492773.58 2070556.97
## 5543 30 2016-05-29 0.79 7568132.39 2670894.03 1834685.24
## 5544 31 2016-05-22 0.83 6642111.52 2319082.35 1642958.82
## 5545 32 2016-05-15 0.77 7486622.03 2693393.35 1778717.19
## 5546 33 2016-05-08 0.75 8706859.44 2987238.83 2488058.52
## 5547 34 2016-05-01 0.79 7158300.84 2324813.13 2013820.54
## 5548 35 2016-04-24 0.78 6746174.80 2621906.13 1746409.68
## 5549 36 2016-04-17 0.77 7592473.98 2283526.35 2074920.94
## 5550 37 2016-04-10 0.79 7275842.54 2750665.83 1941317.22
## 5551 38 2016-04-03 0.79 6645738.99 2376641.30 1623272.79
## 5552 39 2016-03-27 0.78 7081399.02 2701807.88 1651027.14
## 5553 40 2016-03-20 0.78 6938294.62 2557843.72 1955450.63
## 5554 41 2016-03-13 0.81 6725483.24 2302275.93 1773673.19
## 5555 42 2016-03-06 0.80 6903293.00 2817152.63 1691666.04
## 5556 43 2016-02-28 0.78 7193896.75 2394790.48 1865704.89
## 5557 44 2016-02-21 0.77 7047624.39 2022750.67 2166534.86
## 5558 45 2016-02-14 0.78 6774726.47 2645973.11 1680248.49
## 5559 46 2016-02-07 0.69 9718438.84 3353158.49 2960080.17
## 5560 47 2016-01-31 0.85 6331953.73 2168765.69 1735400.35
## 5561 48 2016-01-24 0.78 6118107.22 1121790.63 2113196.92
## 5562 49 2016-01-17 0.81 7221572.36 2091961.92 2079267.92
## 5563 50 2016-01-10 0.77 7438252.93 2530745.31 2193263.08
## 5564 51 2016-01-03 0.73 7707711.90 2204871.45 2638893.24
## 5565 0 2016-12-25 0.73 867992.74 484143.84 69977.40
## 5566 1 2016-12-18 0.76 790789.79 388322.10 66773.28
## 5567 2 2016-12-11 0.79 776453.82 308697.33 68324.89
## 5568 3 2016-12-04 0.85 699171.51 353339.84 66386.39
## 5569 4 2016-11-27 0.80 674184.53 415839.52 45217.58
## 5570 5 2016-11-20 0.99 670051.41 407045.54 40680.13
## 5571 6 2016-11-13 0.96 690820.58 429758.58 39757.86
## 5572 7 2016-11-06 0.99 643630.66 389129.36 47289.95
## 5573 8 2016-10-30 1.11 474480.97 230696.56 55531.58
## 5574 9 2016-10-23 1.00 620389.40 326067.93 68189.98
## 5575 10 2016-10-16 0.87 902725.42 490768.42 72347.94
## 5576 11 2016-10-09 1.05 732830.17 432642.49 61267.94
## 5577 12 2016-10-02 1.14 605034.40 326742.01 61488.36
## 5578 13 2016-09-25 1.07 598623.24 334016.40 61710.24
## 5579 14 2016-09-18 0.95 749931.49 471618.33 85785.47
## 5580 15 2016-09-11 0.73 1012039.31 689424.36 117338.63
## 5581 16 2016-09-04 0.88 863039.15 570194.15 87176.97
## 5582 17 2016-08-28 0.93 789223.60 472159.48 93803.41
## 5583 18 2016-08-21 0.92 808012.61 484477.52 87640.89
## 5584 19 2016-08-14 0.93 798986.84 449883.20 89651.56
## 5585 20 2016-08-07 0.95 816529.48 500097.71 81237.11
## 5586 21 2016-07-31 1.06 708243.40 404007.95 76077.49
## 5587 22 2016-07-24 1.03 797993.91 432573.44 85761.86
## 5588 23 2016-07-17 0.95 802834.40 449793.85 85497.73
## 5589 24 2016-07-10 0.87 979053.68 571522.50 102689.06
## 5590 25 2016-07-03 0.86 1026317.80 581532.54 106150.45
## 5591 26 2016-06-26 0.80 1028845.61 558419.63 101284.45
## 5592 27 2016-06-19 0.79 1048148.17 633115.26 111120.94
## 5593 28 2016-06-12 0.82 916958.75 552199.46 94429.85
## 5594 29 2016-06-05 0.75 1030392.53 625919.72 125188.20
## 5595 30 2016-05-29 0.77 985833.89 556578.41 134448.46
## 5596 31 2016-05-22 0.80 857842.32 497605.20 111206.40
## 5597 32 2016-05-15 0.70 901217.17 581142.58 136712.42
## 5598 33 2016-05-08 0.74 1052940.48 623286.74 183588.62
## 5599 34 2016-05-01 0.73 926205.77 489363.62 148534.17
## 5600 35 2016-04-24 0.77 859293.22 475418.60 155177.72
## 5601 36 2016-04-17 0.73 944337.62 538758.64 154216.58
## 5602 37 2016-04-10 0.77 897755.55 567763.55 128899.01
## 5603 38 2016-04-03 0.73 776232.98 552528.04 80391.33
## 5604 39 2016-03-27 0.71 936600.58 638259.36 112685.01
## 5605 40 2016-03-20 0.70 932377.12 572667.00 148116.03
## 5606 41 2016-03-13 0.72 886197.95 563341.91 136619.69
## 5607 42 2016-03-06 0.77 814614.77 548260.50 108856.08
## 5608 43 2016-02-28 0.73 824072.51 532849.51 112139.39
## 5609 44 2016-02-21 0.70 840912.75 531994.93 140944.90
## 5610 45 2016-02-14 0.70 963046.73 621734.73 151510.22
## 5611 46 2016-02-07 0.68 1198679.87 755962.49 197733.56
## 5612 47 2016-01-31 0.79 788831.92 512429.69 88819.79
## 5613 48 2016-01-24 1.12 296402.96 45720.39 99167.08
## 5614 49 2016-01-17 0.83 712937.27 440675.35 120098.37
## 5615 50 2016-01-10 0.74 781036.73 486986.64 152838.09
## 5616 51 2016-01-03 0.76 761760.52 419119.49 178471.03
## 5617 0 2017-12-31 1.47 113514.42 2622.70 101135.53
## 5618 1 2017-12-24 1.45 77039.09 2811.71 58592.23
## 5619 2 2017-12-17 1.43 70677.56 2578.95 50811.52
## 5620 3 2017-12-10 1.29 92325.53 3220.05 75147.56
## 5621 4 2017-12-03 1.39 139970.00 3772.00 126551.00
## 5622 5 2017-11-26 1.50 62977.00 2413.00 49076.00
## 5623 6 2017-11-19 1.65 97273.00 2695.00 80596.00
## 5624 7 2017-11-12 1.26 113586.00 4509.00 96748.00
## 5625 8 2017-11-05 1.62 71076.94 2483.36 55509.31
## 5626 9 2017-10-29 1.67 69432.23 2959.76 57585.49
## 5627 10 2017-10-22 1.56 69704.09 3758.80 57340.30
## 5628 11 2017-10-15 1.65 73574.89 3383.35 63355.37
## 5629 12 2017-10-08 1.78 55368.61 3679.82 45843.75
## 5630 13 2017-10-01 1.69 71205.11 4411.02 57416.25
## 5631 14 2017-09-24 1.64 68539.64 2508.62 56023.16
## 5632 15 2017-09-17 1.41 80109.29 3986.20 66934.64
## 5633 16 2017-09-10 1.78 99645.88 3368.35 87155.11
## 5634 17 2017-09-03 1.76 74297.64 4738.38 59299.03
## 5635 18 2017-08-27 1.61 75471.56 2156.20 59831.83
## 5636 19 2017-08-20 1.61 74620.33 1553.71 59028.13
## 5637 20 2017-08-13 1.52 133070.41 1947.26 118605.14
## 5638 21 2017-08-06 1.53 92938.17 2456.91 76509.07
## 5639 22 2017-07-30 1.61 83599.96 1915.81 73287.66
## 5640 23 2017-07-23 1.49 84416.61 1905.52 72533.28
## 5641 24 2017-07-16 1.39 102461.61 2468.78 86707.66
## 5642 25 2017-07-09 1.52 101331.41 2899.46 81929.02
## 5643 26 2017-07-02 1.56 98282.07 2808.47 79968.24
## 5644 27 2017-06-25 1.53 89303.04 2224.67 74282.58
## 5645 28 2017-06-18 1.58 97079.34 2454.01 82154.43
## 5646 29 2017-06-11 1.65 91949.26 1989.84 76736.87
## 5647 30 2017-06-04 1.70 84842.97 1923.04 72573.09
## 5648 31 2017-05-28 1.80 121869.11 2345.65 106690.16
## 5649 32 2017-05-21 1.38 100256.85 2307.02 86817.51
## 5650 33 2017-05-14 1.77 96750.67 2804.86 80469.48
## 5651 34 2017-05-07 1.47 127193.26 2473.53 87791.87
## 5652 35 2017-04-30 1.13 124926.39 2573.11 99451.52
## 5653 36 2017-04-23 1.34 89327.10 4437.50 61512.84
## 5654 37 2017-04-16 1.62 90487.05 4362.98 71957.73
## 5655 38 2017-04-09 1.54 105436.11 3708.13 87775.86
## 5656 39 2017-04-02 1.62 92621.11 4530.80 68015.37
## 5657 40 2017-03-26 1.16 122951.65 3184.29 100854.22
## 5658 41 2017-03-19 1.60 92774.61 2332.96 72033.15
## 5659 42 2017-03-12 1.54 95713.29 2046.80 67162.63
## 5660 43 2017-03-05 1.18 107354.25 3123.26 90784.49
## 5661 44 2017-02-26 1.40 88371.09 3190.28 73959.76
## 5662 45 2017-02-19 1.67 95475.07 2702.57 81691.54
## 5663 46 2017-02-12 1.42 97215.94 3808.43 81070.44
## 5664 47 2017-02-05 1.49 183549.08 5666.60 165530.03
## 5665 48 2017-01-29 1.31 95424.59 3844.62 78315.15
## 5666 49 2017-01-22 1.59 128679.24 4119.94 111173.08
## 5667 50 2017-01-15 1.55 88526.26 3327.65 71956.77
## 5668 51 2017-01-08 1.55 91728.18 3355.47 75641.23
## 5669 52 2017-01-01 1.47 129948.23 4845.77 117027.41
## 5670 0 2017-12-31 0.95 649352.59 341061.46 41818.27
## 5671 1 2017-12-24 1.11 444781.87 212413.82 30834.68
## 5672 2 2017-12-17 1.00 484326.63 231133.40 33481.83
## 5673 3 2017-12-10 0.99 543619.28 274345.62 38433.88
## 5674 4 2017-12-03 1.07 504933.00 263807.00 32457.00
## 5675 5 2017-11-26 1.12 412213.00 211077.00 27773.00
## 5676 6 2017-11-19 1.13 453755.00 239860.00 31169.00
## 5677 7 2017-11-12 1.11 518209.00 251896.00 31719.00
## 5678 8 2017-11-05 1.08 567572.70 275749.63 32494.72
## 5679 9 2017-10-29 1.28 493921.10 256988.66 36334.71
## 5680 10 2017-10-22 1.49 406008.95 219172.21 35958.88
## 5681 11 2017-10-15 1.64 406111.30 197442.90 34760.61
## 5682 12 2017-10-08 1.60 411520.44 213442.97 32020.48
## 5683 13 2017-10-01 1.55 421235.13 222683.91 45065.96
## 5684 14 2017-09-24 1.50 403780.43 222498.30 45024.88
## 5685 15 2017-09-17 1.59 392935.20 204374.88 47135.66
## 5686 16 2017-09-10 1.54 466988.83 241057.35 47619.22
## 5687 17 2017-09-03 1.53 433455.08 235645.56 47493.42
## 5688 18 2017-08-27 1.49 458036.12 230031.71 48132.94
## 5689 19 2017-08-20 1.43 475921.53 230252.90 49199.54
## 5690 20 2017-08-13 1.37 534058.70 251178.40 62180.62
## 5691 21 2017-08-06 1.36 518140.33 252436.49 60584.70
## 5692 22 2017-07-30 1.34 472013.29 247038.63 60149.97
## 5693 23 2017-07-23 1.24 518682.51 285745.92 65016.24
## 5694 24 2017-07-16 1.20 582068.66 301471.59 63898.41
## 5695 25 2017-07-09 1.19 507337.70 233475.62 57935.64
## 5696 26 2017-07-02 1.16 528297.88 248095.78 56275.22
## 5697 27 2017-06-25 1.12 501274.14 249204.48 46343.42
## 5698 28 2017-06-18 1.20 492836.43 269328.71 49177.93
## 5699 29 2017-06-11 1.13 572838.59 318335.08 51385.66
## 5700 30 2017-06-04 1.08 710038.58 361265.98 55627.72
## 5701 31 2017-05-28 1.23 523993.71 273538.26 50236.52
## 5702 32 2017-05-21 1.20 526840.14 253792.75 49347.30
## 5703 33 2017-05-14 1.18 568923.79 265556.05 49122.87
## 5704 34 2017-05-07 1.10 726726.65 377225.07 72058.11
## 5705 35 2017-04-30 1.17 595539.82 304668.94 74961.15
## 5706 36 2017-04-23 1.21 530030.64 249318.38 55045.80
## 5707 37 2017-04-16 1.15 543227.58 237537.66 48907.53
## 5708 38 2017-04-09 1.23 465350.20 223170.21 48912.66
## 5709 39 2017-04-02 1.26 481933.74 226289.90 48770.22
## 5710 40 2017-03-26 1.32 443514.95 222457.31 50731.36
## 5711 41 2017-03-19 1.25 460990.81 215046.31 50085.35
## 5712 42 2017-03-12 1.21 469277.94 217624.69 48169.84
## 5713 43 2017-03-05 1.08 511362.62 237307.08 52012.07
## 5714 44 2017-02-26 0.85 631507.77 302620.37 53782.78
## 5715 45 2017-02-19 0.86 563018.60 279494.45 52644.02
## 5716 46 2017-02-12 0.79 666871.06 355571.08 77241.13
## 5717 47 2017-02-05 0.83 888094.87 442152.50 167181.75
## 5718 48 2017-01-29 0.95 627695.79 285147.95 86150.35
## 5719 49 2017-01-22 0.84 755472.09 320378.00 135920.57
## 5720 50 2017-01-15 0.99 557377.82 249159.52 86964.23
## 5721 51 2017-01-08 0.98 601546.19 279265.77 77758.24
## 5722 52 2017-01-01 0.93 547565.88 224073.54 118926.37
## 5723 0 2017-12-31 1.15 849487.62 66628.66 519460.20
## 5724 1 2017-12-24 1.41 624268.68 66338.96 363593.22
## 5725 2 2017-12-17 1.44 628735.17 67126.05 369810.83
## 5726 3 2017-12-10 1.13 940850.93 103332.38 546809.87
## 5727 4 2017-12-03 1.43 658939.00 69819.00 407522.00
## 5728 5 2017-11-26 1.43 629719.00 59916.00 377227.00
## 5729 6 2017-11-19 1.45 644740.00 64122.00 365922.00
## 5730 7 2017-11-12 1.49 658693.00 78052.00 387453.00
## 5731 8 2017-11-05 1.41 736468.07 93808.96 458177.74
## 5732 9 2017-10-29 1.55 682236.82 62566.85 434269.43
## 5733 10 2017-10-22 1.60 672066.53 60120.62 418176.99
## 5734 11 2017-10-15 1.66 667770.44 57542.76 426158.13
## 5735 12 2017-10-08 1.71 598836.97 58351.00 380897.88
## 5736 13 2017-10-01 1.59 705451.50 57840.63 461605.20
## 5737 14 2017-09-24 1.59 676498.82 58682.06 451995.87
## 5738 15 2017-09-17 1.58 664501.74 55766.21 443692.78
## 5739 16 2017-09-10 1.57 660103.83 52853.34 424593.63
## 5740 17 2017-09-03 1.62 671504.54 58996.88 435940.98
## 5741 18 2017-08-27 1.66 653598.86 51628.46 402657.24
## 5742 19 2017-08-20 1.57 691636.14 58935.48 417107.93
## 5743 20 2017-08-13 1.48 697320.96 61461.48 431018.65
## 5744 21 2017-08-06 1.47 695848.77 60785.37 440986.27
## 5745 22 2017-07-30 1.47 655426.21 57622.28 399898.30
## 5746 23 2017-07-23 1.48 692872.87 65421.16 435763.72
## 5747 24 2017-07-16 1.48 670476.49 64407.19 415327.90
## 5748 25 2017-07-09 1.64 701869.50 64096.37 448758.20
## 5749 26 2017-07-02 1.60 672614.37 57584.22 397714.06
## 5750 27 2017-06-25 1.65 693972.27 57367.81 446948.93
## 5751 28 2017-06-18 1.67 713471.14 62875.95 462835.50
## 5752 29 2017-06-11 1.65 744158.66 65666.00 475095.67
## 5753 30 2017-06-04 1.80 757909.72 62567.13 482039.31
## 5754 31 2017-05-28 1.75 779183.52 66151.19 477777.76
## 5755 32 2017-05-21 1.67 750139.67 70765.60 467149.29
## 5756 33 2017-05-14 1.59 731952.61 67663.32 394707.17
## 5757 34 2017-05-07 1.37 1097981.24 75658.43 722001.76
## 5758 35 2017-04-30 1.69 761924.71 74466.51 471825.66
## 5759 36 2017-04-23 1.67 749186.76 69674.09 458300.03
## 5760 37 2017-04-16 1.70 717940.19 67839.51 439898.36
## 5761 38 2017-04-09 1.64 738255.19 71187.86 438985.90
## 5762 39 2017-04-02 1.50 800801.84 82571.71 493953.33
## 5763 40 2017-03-26 1.60 739376.32 70467.54 462479.21
## 5764 41 2017-03-19 1.58 738956.53 70368.43 463108.00
## 5765 42 2017-03-12 1.60 763783.58 72820.10 476272.30
## 5766 43 2017-03-05 1.33 880326.29 84608.63 591422.21
## 5767 44 2017-02-26 1.48 814376.97 82179.16 531502.16
## 5768 45 2017-02-19 1.38 721257.38 96158.54 434568.32
## 5769 46 2017-02-12 1.24 925574.66 190311.92 538660.08
## 5770 47 2017-02-05 1.09 1170444.52 174325.38 770463.22
## 5771 48 2017-01-29 1.46 781538.81 81883.91 489023.96
## 5772 49 2017-01-22 1.42 826941.93 81908.85 528125.52
## 5773 50 2017-01-15 1.48 749510.72 76382.33 472453.49
## 5774 51 2017-01-08 1.14 1029279.83 83249.92 750033.84
## 5775 52 2017-01-01 1.47 631760.81 54530.42 408952.26
## 5776 0 2017-12-31 1.13 79646.97 38196.44 1706.22
## 5777 1 2017-12-24 1.18 71004.42 39116.52 2348.06
## 5778 2 2017-12-17 1.29 65090.38 31969.34 1752.04
## 5779 3 2017-12-10 1.08 85496.29 53165.53 1936.25
## 5780 4 2017-12-03 1.14 86646.00 38662.00 1518.00
## 5781 5 2017-11-26 1.44 54681.00 28307.00 1707.00
## 5782 6 2017-11-19 1.42 60602.00 31177.00 2085.00
## 5783 7 2017-11-12 1.23 81827.00 37876.00 2047.00
## 5784 8 2017-11-05 1.21 81104.74 40651.49 1848.89
## 5785 9 2017-10-29 1.44 68520.83 33724.32 2180.13
## 5786 10 2017-10-22 1.43 83842.86 49926.45 2947.99
## 5787 11 2017-10-15 1.83 58062.20 30892.83 2910.65
## 5788 12 2017-10-08 1.89 56087.36 28952.89 2680.35
## 5789 13 2017-10-01 1.80 58602.78 33499.14 2015.33
## 5790 14 2017-09-24 1.78 56671.53 29755.87 1936.46
## 5791 15 2017-09-17 1.73 65336.49 35146.94 2637.92
## 5792 16 2017-09-10 1.76 66479.27 36441.41 2816.58
## 5793 17 2017-09-03 1.68 64354.65 30130.01 3171.02
## 5794 18 2017-08-27 1.30 93803.53 45399.28 2514.25
## 5795 19 2017-08-20 1.37 88030.54 42285.45 2840.46
## 5796 20 2017-08-13 1.51 70716.83 36652.25 3646.53
## 5797 21 2017-08-06 1.54 73710.09 37252.55 3802.70
## 5798 22 2017-07-30 1.54 72020.82 36727.08 3472.94
## 5799 23 2017-07-23 1.51 70783.80 36289.63 3129.50
## 5800 24 2017-07-16 1.49 72245.09 35748.28 3543.60
## 5801 25 2017-07-09 0.98 125786.14 47772.28 3135.19
## 5802 26 2017-07-02 1.17 97408.49 41134.31 3402.67
## 5803 27 2017-06-25 1.20 95071.28 41340.98 3573.62
## 5804 28 2017-06-18 1.21 92906.33 40471.78 3263.11
## 5805 29 2017-06-11 1.21 92547.42 40250.67 2998.49
## 5806 30 2017-06-04 1.19 98460.27 42302.58 3757.52
## 5807 31 2017-05-28 1.21 100415.90 40637.11 3548.36
## 5808 32 2017-05-21 1.29 86532.91 35312.23 3430.40
## 5809 33 2017-05-14 1.20 94466.25 38987.28 2778.88
## 5810 34 2017-05-07 1.09 121483.27 60550.46 3285.18
## 5811 35 2017-04-30 1.03 109119.00 41327.06 2195.12
## 5812 36 2017-04-23 1.14 93656.08 41816.24 2688.06
## 5813 37 2017-04-16 1.15 99410.94 43003.22 3555.37
## 5814 38 2017-04-09 1.21 95508.38 39291.67 4115.55
## 5815 39 2017-04-02 1.20 94905.40 41043.29 3616.58
## 5816 40 2017-03-26 1.16 95292.56 43566.18 4140.76
## 5817 41 2017-03-19 1.15 86727.42 33891.70 3887.21
## 5818 42 2017-03-12 0.98 112776.10 33062.31 9415.52
## 5819 43 2017-03-05 1.11 93814.08 29234.27 5256.50
## 5820 44 2017-02-26 0.91 105023.56 31701.22 5199.76
## 5821 45 2017-02-19 0.94 107721.63 33444.06 7191.92
## 5822 46 2017-02-12 0.98 97785.46 41600.65 4101.11
## 5823 47 2017-02-05 0.90 136090.67 36808.59 11333.87
## 5824 48 2017-01-29 0.93 105132.82 35677.85 6532.78
## 5825 49 2017-01-22 1.01 88317.73 34251.49 5626.82
## 5826 50 2017-01-15 1.00 94156.43 36085.47 4773.66
## 5827 51 2017-01-08 1.02 103788.25 35596.88 7162.53
## 5828 52 2017-01-01 0.92 104510.11 27845.16 9408.92
## 5829 0 2017-12-31 1.40 419696.59 9622.52 325398.02
## 5830 1 2017-12-24 1.45 414147.94 10726.67 312860.91
## 5831 2 2017-12-17 1.28 516770.62 10139.25 413484.37
## 5832 3 2017-12-10 1.14 687251.82 13210.49 557434.99
## 5833 4 2017-12-03 1.40 488588.00 12171.00 386056.00
## 5834 5 2017-11-26 1.39 423778.00 10677.00 304833.00
## 5835 6 2017-11-19 1.36 476236.00 11494.00 341486.00
## 5836 7 2017-11-12 1.23 639092.00 15689.00 533027.00
## 5837 8 2017-11-05 1.49 440972.34 13002.80 334875.51
## 5838 9 2017-10-29 1.49 465106.32 14781.17 360615.41
## 5839 10 2017-10-22 1.48 435243.72 19871.30 328476.35
## 5840 11 2017-10-15 1.59 418233.95 20138.49 331423.32
## 5841 12 2017-10-08 1.61 451608.73 16621.16 322931.92
## 5842 13 2017-10-01 1.62 482271.83 14889.71 366122.85
## 5843 14 2017-09-24 1.62 498019.71 10697.54 384522.40
## 5844 15 2017-09-17 1.58 462796.84 11826.63 323528.38
## 5845 16 2017-09-10 1.63 524513.26 10795.32 394645.36
## 5846 17 2017-09-03 1.81 457862.00 10210.08 333916.08
## 5847 18 2017-08-27 1.79 455915.26 7262.03 319717.74
## 5848 19 2017-08-20 1.77 474982.44 6723.39 328845.89
## 5849 20 2017-08-13 1.52 624419.06 7302.93 492068.56
## 5850 21 2017-08-06 1.55 604758.68 8619.19 470232.85
## 5851 22 2017-07-30 1.48 568255.53 8414.57 429987.00
## 5852 23 2017-07-23 1.37 686734.63 7993.86 556263.37
## 5853 24 2017-07-16 1.56 594015.93 9162.09 463806.98
## 5854 25 2017-07-09 1.69 560021.69 8735.91 464670.36
## 5855 26 2017-07-02 1.67 545128.14 6572.32 437068.51
## 5856 27 2017-06-25 1.68 545889.03 5987.76 434222.79
## 5857 28 2017-06-18 1.66 581303.33 5379.22 452146.49
## 5858 29 2017-06-11 1.72 583709.06 5556.48 457512.97
## 5859 30 2017-06-04 1.73 590580.03 5139.73 460653.96
## 5860 31 2017-05-28 1.73 602637.88 5970.30 460430.96
## 5861 32 2017-05-21 1.69 572421.46 5555.84 441357.29
## 5862 33 2017-05-14 1.62 610348.46 5152.68 448442.71
## 5863 34 2017-05-07 1.49 676849.88 6703.20 493447.52
## 5864 35 2017-04-30 1.61 603284.31 5758.71 467084.40
## 5865 36 2017-04-23 1.63 520793.48 9577.17 382449.77
## 5866 37 2017-04-16 1.61 592049.78 7319.25 437483.37
## 5867 38 2017-04-09 1.53 629799.49 5715.72 450287.22
## 5868 39 2017-04-02 1.56 571902.20 7962.51 427483.90
## 5869 40 2017-03-26 1.51 550948.58 6860.31 412840.77
## 5870 41 2017-03-19 1.54 540540.50 5709.44 425273.84
## 5871 42 2017-03-12 1.55 495117.57 5729.95 389749.89
## 5872 43 2017-03-05 1.30 620307.93 9208.87 529716.12
## 5873 44 2017-02-26 1.24 599178.18 11751.20 489161.87
## 5874 45 2017-02-19 1.31 521125.33 27790.50 391316.37
## 5875 46 2017-02-12 1.12 791126.41 83640.38 593329.02
## 5876 47 2017-02-05 1.19 772110.18 50889.62 594522.97
## 5877 48 2017-01-29 1.32 604106.12 5792.32 464828.97
## 5878 49 2017-01-22 1.26 663735.14 4741.15 526892.92
## 5879 50 2017-01-15 1.30 577976.65 5430.50 457448.44
## 5880 51 2017-01-08 1.09 730358.49 7543.51 605624.94
## 5881 52 2017-01-01 1.29 458830.49 4119.90 371223.34
## 5882 0 2017-12-31 1.27 115508.29 5924.57 62632.07
## 5883 1 2017-12-24 1.28 127375.45 7430.89 72517.20
## 5884 2 2017-12-17 1.26 108352.42 7563.23 57326.40
## 5885 3 2017-12-10 1.25 127279.28 7934.47 63389.74
## 5886 4 2017-12-03 1.13 153282.00 7805.00 87461.00
## 5887 5 2017-11-26 1.23 102658.00 6353.00 50509.00
## 5888 6 2017-11-19 1.30 112445.00 8870.00 55800.00
## 5889 7 2017-11-12 1.37 118434.00 10402.00 55305.00
## 5890 8 2017-11-05 1.37 115630.87 9707.40 54119.19
## 5891 9 2017-10-29 1.36 121815.11 11383.36 53894.54
## 5892 10 2017-10-22 1.50 90910.72 24441.32 39988.75
## 5893 11 2017-10-15 1.50 86880.78 26274.97 40394.56
## 5894 12 2017-10-08 1.49 102625.05 25376.77 31576.96
## 5895 13 2017-10-01 1.53 96291.55 22791.70 42861.77
## 5896 14 2017-09-24 1.42 121501.78 11991.22 52356.55
## 5897 15 2017-09-17 1.37 140652.67 7007.92 59413.46
## 5898 16 2017-09-10 1.46 142196.93 2860.33 66980.46
## 5899 17 2017-09-03 1.56 135280.49 2894.04 67610.93
## 5900 18 2017-08-27 1.33 147839.98 1871.70 74398.45
## 5901 19 2017-08-20 1.34 142109.31 2619.19 71900.58
## 5902 20 2017-08-13 1.32 144618.71 2321.06 60729.79
## 5903 21 2017-08-06 1.32 155635.24 2068.33 78780.02
## 5904 22 2017-07-30 1.32 146069.40 1769.04 65452.36
## 5905 23 2017-07-23 1.34 148098.37 1917.57 67607.83
## 5906 24 2017-07-16 1.35 144761.54 1791.21 72328.87
## 5907 25 2017-07-09 1.31 166851.73 2075.70 80022.52
## 5908 26 2017-07-02 1.34 144309.09 1954.36 80410.59
## 5909 27 2017-06-25 1.46 115902.44 1954.58 77254.88
## 5910 28 2017-06-18 1.50 129734.97 2124.28 82873.30
## 5911 29 2017-06-11 1.62 114081.68 1737.40 75551.59
## 5912 30 2017-06-04 1.60 145203.51 1453.91 80512.88
## 5913 31 2017-05-28 1.64 160484.02 1588.75 75152.52
## 5914 32 2017-05-21 1.71 139635.02 1486.31 72163.62
## 5915 33 2017-05-14 1.55 152142.57 1761.80 66532.44
## 5916 34 2017-05-07 1.71 174746.25 1772.26 87260.23
## 5917 35 2017-04-30 1.54 178864.17 1803.39 83395.01
## 5918 36 2017-04-23 1.55 147244.20 2554.61 70195.44
## 5919 37 2017-04-16 1.54 166089.23 3103.77 70001.59
## 5920 38 2017-04-09 1.56 172946.22 1954.15 80632.60
## 5921 39 2017-04-02 1.54 167364.95 3854.74 73053.91
## 5922 40 2017-03-26 1.53 156787.69 2184.26 67000.84
## 5923 41 2017-03-19 1.54 151459.46 1917.68 72621.77
## 5924 42 2017-03-12 1.48 165974.96 1457.31 85677.37
## 5925 43 2017-03-05 1.68 140468.86 1420.89 75283.75
## 5926 44 2017-02-26 1.69 122294.43 1195.92 71329.25
## 5927 45 2017-02-19 1.68 109808.80 1360.81 62449.93
## 5928 46 2017-02-12 1.56 135286.70 1773.30 71050.71
## 5929 47 2017-02-05 1.40 188582.23 1561.11 97167.09
## 5930 48 2017-01-29 1.37 163136.70 1541.69 72000.86
## 5931 49 2017-01-22 1.34 160924.52 1691.65 70336.67
## 5932 50 2017-01-15 1.29 168230.55 2011.96 68322.14
## 5933 51 2017-01-08 1.37 158267.23 1506.69 83906.44
## 5934 52 2017-01-01 1.43 105349.04 1285.48 58531.95
## 5935 0 2017-12-31 0.93 7132711.23 2280934.17 3201737.11
## 5936 1 2017-12-24 1.13 5346535.57 1934361.67 1934710.69
## 5937 2 2017-12-17 0.98 6205211.05 1901831.08 2877209.20
## 5938 3 2017-12-10 1.06 5715712.21 2234102.17 2013200.40
## 5939 4 2017-12-03 1.09 5544556.00 2333912.00 1660573.00
## 5940 5 2017-11-26 1.30 4392810.00 1734281.00 1354966.00
## 5941 6 2017-11-19 1.26 4782021.00 1879513.00 1360694.00
## 5942 7 2017-11-12 1.15 5637795.00 2309785.00 1882561.00
## 5943 8 2017-11-05 1.15 5663438.53 2148627.40 2224529.18
## 5944 9 2017-10-29 1.20 5714676.89 1981731.12 2384845.53
## 5945 10 2017-10-22 1.53 4420877.40 1604916.52 1779177.98
## 5946 11 2017-10-15 1.68 4066640.98 1348029.41 1699672.65
## 5947 12 2017-10-08 1.74 4151444.41 1377101.00 1829530.74
## 5948 13 2017-10-01 1.77 3870633.16 1288266.68 1608863.15
## 5949 14 2017-09-24 1.74 3937000.67 1383479.62 1575761.37
## 5950 15 2017-09-17 1.72 4167531.38 1571529.56 1556655.98
## 5951 16 2017-09-10 1.71 4380657.13 1677368.14 1599511.35
## 5952 17 2017-09-03 1.65 4648718.22 1856634.40 1720930.65
## 5953 18 2017-08-27 1.78 4360013.67 1889886.87 1420373.34
## 5954 19 2017-08-20 1.64 4524974.68 1995269.12 1293180.21
## 5955 20 2017-08-13 1.26 5862368.39 2346710.99 2079376.28
## 5956 21 2017-08-06 1.36 5655955.05 2313742.61 1892140.35
## 5957 22 2017-07-30 1.38 5571000.96 2179199.68 2206571.02
## 5958 23 2017-07-23 1.46 5188483.10 2201004.96 1738865.16
## 5959 24 2017-07-16 1.49 5405190.35 2319570.09 1821613.01
## 5960 25 2017-07-09 1.28 6499668.48 2634902.26 1818682.87
## 5961 26 2017-07-02 1.28 6607292.61 2527123.67 1942683.02
## 5962 27 2017-06-25 1.15 6999255.87 2706875.38 1977949.64
## 5963 28 2017-06-18 1.20 6599048.85 2691571.96 1650089.15
## 5964 29 2017-06-11 1.22 6177216.24 2302944.62 1517908.04
## 5965 30 2017-06-04 1.20 6507093.57 2378539.46 1580024.38
## 5966 31 2017-05-28 1.32 6160751.92 2307940.04 1793496.44
## 5967 32 2017-05-21 1.35 5599003.03 2077113.57 1627754.26
## 5968 33 2017-05-14 1.17 6370622.30 2375685.35 1570244.89
## 5969 34 2017-05-07 1.08 7872203.23 2851510.24 2470795.47
## 5970 35 2017-04-30 1.25 5889669.20 2197824.46 1689225.61
## 5971 36 2017-04-23 1.26 5637299.78 2027854.71 1521895.03
## 5972 37 2017-04-16 1.34 5442086.44 2047142.24 1572972.43
## 5973 38 2017-04-09 1.13 6249182.98 1926187.79 2128867.47
## 5974 39 2017-04-02 1.22 5719811.06 1856672.56 1580307.30
## 5975 40 2017-03-26 1.33 5073070.91 1693588.76 1542979.33
## 5976 41 2017-03-19 1.31 5328958.01 1857645.04 1555271.43
## 5977 42 2017-03-12 1.31 5208101.86 1871004.41 1577127.23
## 5978 43 2017-03-05 1.15 5634150.07 1961188.27 1720072.57
## 5979 44 2017-02-26 0.95 6342089.92 2193499.50 2038284.77
## 5980 45 2017-02-19 0.95 6194368.66 1999799.14 2098407.09
## 5981 46 2017-02-12 0.79 6862176.64 2429385.13 1870884.97
## 5982 47 2017-02-05 0.67 11213596.29 3986429.59 3550403.07
## 5983 48 2017-01-29 0.76 8055482.07 3009291.31 2295856.21
## 5984 49 2017-01-22 0.76 8153340.48 3089603.62 2659661.41
## 5985 50 2017-01-15 0.93 6656554.36 2075029.62 2450277.12
## 5986 51 2017-01-08 1.00 6653048.21 1988635.39 2569566.25
## 5987 52 2017-01-01 0.89 7175276.66 2266313.37 2877688.31
## 5988 0 2017-12-31 0.93 346356.50 60766.53 108930.41
## 5989 1 2017-12-24 1.33 182537.83 53317.48 58732.18
## 5990 2 2017-12-17 1.26 189529.04 58017.31 56564.52
## 5991 3 2017-12-10 1.02 277528.93 58726.14 60515.61
## 5992 4 2017-12-03 1.26 220837.00 58826.00 94262.00
## 5993 5 2017-11-26 1.40 170412.00 45363.00 56764.00
## 5994 6 2017-11-19 1.40 179011.00 47542.00 59312.00
## 5995 7 2017-11-12 1.44 190445.00 53681.00 65657.00
## 5996 8 2017-11-05 1.47 187381.18 46741.48 65173.50
## 5997 9 2017-10-29 1.49 183224.98 52951.42 62872.00
## 5998 10 2017-10-22 1.64 168237.31 44543.75 65040.05
## 5999 11 2017-10-15 1.70 175323.30 45266.57 68119.98
## 6000 12 2017-10-08 1.77 178991.71 50017.71 66076.12
## 6001 13 2017-10-01 1.76 180280.25 43576.07 74145.54
## 6002 14 2017-09-24 1.72 186923.93 47607.14 71519.48
## 6003 15 2017-09-17 1.61 192447.11 56017.67 64593.12
## 6004 16 2017-09-10 1.69 187822.60 45960.24 68912.39
## 6005 17 2017-09-03 1.65 200900.91 49285.16 69478.02
## 6006 18 2017-08-27 1.58 208438.23 60886.40 65605.00
## 6007 19 2017-08-20 1.52 212479.12 57230.80 69135.38
## 6008 20 2017-08-13 1.47 209771.02 47263.33 78914.53
## 6009 21 2017-08-06 1.43 206493.73 43174.26 78385.61
## 6010 22 2017-07-30 1.40 212607.67 54840.38 81789.28
## 6011 23 2017-07-23 1.39 215463.51 50924.04 75358.77
## 6012 24 2017-07-16 1.38 209534.16 44530.25 73163.04
## 6013 25 2017-07-09 1.32 222027.09 62331.48 70720.40
## 6014 26 2017-07-02 1.36 224816.41 60811.83 76448.74
## 6015 27 2017-06-25 1.33 211639.60 53140.24 72807.06
## 6016 28 2017-06-18 1.43 201837.88 45497.30 78803.31
## 6017 29 2017-06-11 1.38 224288.57 50865.51 86113.51
## 6018 30 2017-06-04 1.49 226422.86 59349.56 86778.91
## 6019 31 2017-05-28 1.50 237363.56 55170.16 89547.81
## 6020 32 2017-05-21 1.50 227842.05 56077.90 87872.71
## 6021 33 2017-05-14 1.41 224626.96 52616.28 77142.23
## 6022 34 2017-05-07 1.36 303551.54 76880.62 106192.08
## 6023 35 2017-04-30 1.53 235698.79 57129.17 87500.56
## 6024 36 2017-04-23 1.50 220970.07 48220.74 78264.66
## 6025 37 2017-04-16 1.56 203220.34 48494.75 77380.84
## 6026 38 2017-04-09 1.54 201298.91 50325.29 75492.06
## 6027 39 2017-04-02 1.48 231427.69 47420.03 85811.10
## 6028 40 2017-03-26 1.48 225271.53 48843.91 94477.70
## 6029 41 2017-03-19 1.47 206732.76 42389.40 89209.74
## 6030 42 2017-03-12 1.55 207026.03 48009.39 87659.78
## 6031 43 2017-03-05 1.41 202553.07 43409.71 87666.41
## 6032 44 2017-02-26 1.26 241552.96 50330.36 118606.57
## 6033 45 2017-02-19 1.33 198557.90 46010.49 78996.07
## 6034 46 2017-02-12 1.25 206762.31 58973.85 74076.16
## 6035 47 2017-02-05 0.95 359702.04 95176.35 172311.19
## 6036 48 2017-01-29 1.33 213609.12 48872.88 86135.67
## 6037 49 2017-01-22 1.18 247754.70 42582.24 116159.86
## 6038 50 2017-01-15 1.37 196897.85 39546.13 84479.17
## 6039 51 2017-01-08 1.28 219338.92 56739.54 80201.70
## 6040 52 2017-01-01 1.21 217051.50 47765.32 94571.69
## 6041 0 2017-12-31 0.93 1182647.50 144034.24 845964.70
## 6042 1 2017-12-24 1.36 707646.11 83138.48 417905.67
## 6043 2 2017-12-17 1.49 620053.78 113959.92 275986.91
## 6044 3 2017-12-10 1.13 1021445.27 142085.83 277789.30
## 6045 4 2017-12-03 1.56 654739.00 99971.00 378155.00
## 6046 5 2017-11-26 1.70 506394.00 71736.00 278263.00
## 6047 6 2017-11-19 1.71 555872.00 86790.00 285841.00
## 6048 7 2017-11-12 1.78 541010.00 90581.00 276787.00
## 6049 8 2017-11-05 1.77 538967.37 96105.50 284220.43
## 6050 9 2017-10-29 1.94 551605.92 117423.10 268773.52
## 6051 10 2017-10-22 2.06 519814.03 84590.83 275588.35
## 6052 11 2017-10-15 2.11 546055.57 89191.92 288024.23
## 6053 12 2017-10-08 2.22 516320.59 62315.40 296817.34
## 6054 13 2017-10-01 2.14 537708.81 73349.22 293404.88
## 6055 14 2017-09-24 2.07 551895.80 79162.45 322016.51
## 6056 15 2017-09-17 2.15 553215.27 59561.15 315414.15
## 6057 16 2017-09-10 2.02 590590.10 65245.47 318095.50
## 6058 17 2017-09-03 2.00 614460.20 65246.80 343566.36
## 6059 18 2017-08-27 1.93 624618.47 87298.17 336708.41
## 6060 19 2017-08-20 1.88 674811.14 91477.74 349704.00
## 6061 20 2017-08-13 1.89 640354.46 64033.75 355733.16
## 6062 21 2017-08-06 1.72 692140.55 68696.24 401419.79
## 6063 22 2017-07-30 1.62 735265.55 76110.93 447892.34
## 6064 23 2017-07-23 1.59 752799.06 79551.49 459858.58
## 6065 24 2017-07-16 1.54 801887.84 91095.18 486178.44
## 6066 25 2017-07-09 1.54 880107.48 82890.07 504037.61
## 6067 26 2017-07-02 1.45 943746.50 128743.48 534893.06
## 6068 27 2017-06-25 1.44 868770.67 132426.14 473567.46
## 6069 28 2017-06-18 1.53 862382.95 68578.06 549159.54
## 6070 29 2017-06-11 1.60 807370.03 87526.68 514710.25
## 6071 30 2017-06-04 1.64 776194.77 79878.40 493631.53
## 6072 31 2017-05-28 1.63 781085.77 62151.32 538899.85
## 6073 32 2017-05-21 1.64 764241.14 67698.15 496380.19
## 6074 33 2017-05-14 1.60 792532.64 99653.40 470279.57
## 6075 34 2017-05-07 1.51 976084.98 133904.86 591928.07
## 6076 35 2017-04-30 1.62 787324.19 81817.28 498579.75
## 6077 36 2017-04-23 1.63 719367.50 81460.10 470214.98
## 6078 37 2017-04-16 1.65 742675.28 65083.44 490301.80
## 6079 38 2017-04-09 1.65 699592.47 70040.01 454691.92
## 6080 39 2017-04-02 1.65 676300.83 64888.08 452598.70
## 6081 40 2017-03-26 1.64 656875.03 60039.23 432870.45
## 6082 41 2017-03-19 1.64 678898.01 61927.68 448962.74
## 6083 42 2017-03-12 1.66 665364.72 59930.13 446178.36
## 6084 43 2017-03-05 1.62 680803.20 59136.57 454626.10
## 6085 44 2017-02-26 1.61 674827.05 52553.89 442525.98
## 6086 45 2017-02-19 1.27 728402.35 61491.20 461727.30
## 6087 46 2017-02-12 1.05 874349.55 144293.33 454380.75
## 6088 47 2017-02-05 0.70 1621253.97 378806.26 912672.33
## 6089 48 2017-01-29 1.10 830499.38 86213.34 511365.64
## 6090 49 2017-01-22 1.21 845065.66 120093.41 497235.79
## 6091 50 2017-01-15 1.23 776820.81 78836.36 480071.92
## 6092 51 2017-01-08 1.16 822522.24 79629.99 499835.88
## 6093 52 2017-01-01 1.15 803348.87 87695.70 531287.44
## 6094 0 2017-12-31 0.86 278128.16 86072.67 43570.02
## 6095 1 2017-12-24 1.36 159238.40 34443.54 41602.51
## 6096 2 2017-12-17 1.30 169219.79 21459.60 53838.76
## 6097 3 2017-12-10 1.16 234296.59 5977.05 88000.51
## 6098 4 2017-12-03 1.05 302992.00 5197.00 133150.00
## 6099 5 2017-11-26 1.23 165103.00 3566.00 62154.00
## 6100 6 2017-11-19 1.01 247158.00 4314.00 89762.00
## 6101 7 2017-11-12 0.90 324830.00 5473.00 119880.00
## 6102 8 2017-11-05 1.01 320427.23 4581.41 121602.23
## 6103 9 2017-10-29 1.42 233003.46 4682.70 80070.26
## 6104 10 2017-10-22 1.75 181203.19 4778.41 59196.88
## 6105 11 2017-10-15 1.81 182274.57 6137.38 59691.71
## 6106 12 2017-10-08 1.90 170365.80 6658.45 50674.92
## 6107 13 2017-10-01 1.86 183683.68 7514.77 58917.31
## 6108 14 2017-09-24 1.79 182714.75 4560.35 68227.85
## 6109 15 2017-09-17 1.79 184434.69 4223.33 69168.18
## 6110 16 2017-09-10 1.75 210180.81 4525.65 74602.50
## 6111 17 2017-09-03 1.72 212627.84 4651.19 73801.87
## 6112 18 2017-08-27 1.31 253876.89 4199.84 88697.40
## 6113 19 2017-08-20 1.15 307618.14 4339.15 107640.20
## 6114 20 2017-08-13 1.34 261153.80 4609.64 92313.29
## 6115 21 2017-08-06 1.46 236484.90 4310.92 88272.35
## 6116 22 2017-07-30 1.48 213593.10 3801.61 82403.53
## 6117 23 2017-07-23 1.47 215667.84 4245.43 85748.65
## 6118 24 2017-07-16 1.50 218147.06 3860.38 91780.98
## 6119 25 2017-07-09 1.09 255253.55 3260.92 95015.46
## 6120 26 2017-07-02 0.79 336087.28 3711.44 101205.94
## 6121 27 2017-06-25 0.80 337211.80 4289.76 100910.25
## 6122 28 2017-06-18 1.09 281486.15 4452.82 110401.61
## 6123 29 2017-06-11 0.87 365008.71 7487.38 85499.13
## 6124 30 2017-06-04 1.00 337444.34 11153.71 83649.82
## 6125 31 2017-05-28 0.96 303442.79 10451.69 76776.70
## 6126 32 2017-05-21 1.00 260725.30 7946.27 73693.15
## 6127 33 2017-05-14 0.76 313988.97 8786.74 87347.28
## 6128 34 2017-05-07 0.60 538518.77 8438.14 131508.13
## 6129 35 2017-04-30 1.10 242716.93 11133.59 89607.64
## 6130 36 2017-04-23 1.13 205401.48 7434.43 68248.73
## 6131 37 2017-04-16 1.06 261398.15 7865.99 77040.01
## 6132 38 2017-04-09 1.17 215849.78 8795.66 76148.94
## 6133 39 2017-04-02 1.01 290569.60 7282.55 72866.01
## 6134 40 2017-03-26 1.16 221214.93 2737.56 75138.64
## 6135 41 2017-03-19 0.95 263837.93 2059.16 71214.46
## 6136 42 2017-03-12 0.90 284997.70 3110.30 77406.82
## 6137 43 2017-03-05 0.78 272988.49 2739.88 82627.36
## 6138 44 2017-02-26 0.78 282344.52 3306.70 108390.14
## 6139 45 2017-02-19 0.70 303146.46 2623.77 93502.67
## 6140 46 2017-02-12 0.65 320492.68 3907.11 131463.63
## 6141 47 2017-02-05 0.65 411450.85 3229.39 181550.84
## 6142 48 2017-01-29 0.71 325944.73 3040.61 118753.45
## 6143 49 2017-01-22 0.69 380429.31 3186.11 142025.18
## 6144 50 2017-01-15 0.76 346523.78 2939.57 125731.86
## 6145 51 2017-01-08 0.82 285027.21 4147.01 126967.13
## 6146 52 2017-01-01 0.64 329279.29 2646.83 130250.60
## 6147 0 2017-12-31 0.80 221203.78 103506.03 30763.37
## 6148 1 2017-12-24 1.06 140322.03 47451.51 20793.80
## 6149 2 2017-12-17 1.03 162900.37 55232.97 32627.00
## 6150 3 2017-12-10 1.10 149626.60 62869.74 18377.18
## 6151 4 2017-12-03 0.99 194796.00 74697.00 45552.00
## 6152 5 2017-11-26 1.04 126378.00 60008.00 16437.00
## 6153 6 2017-11-19 0.97 169553.00 78940.00 14167.00
## 6154 7 2017-11-12 0.97 196433.00 98437.00 14574.00
## 6155 8 2017-11-05 0.96 222749.35 108463.21 15618.10
## 6156 9 2017-10-29 1.22 165260.84 72722.59 18568.73
## 6157 10 2017-10-22 1.55 111491.11 46747.30 15690.62
## 6158 11 2017-10-15 1.71 109664.86 47436.39 16441.16
## 6159 12 2017-10-08 1.83 103123.48 46870.14 8224.80
## 6160 13 2017-10-01 1.72 118344.44 53367.76 13597.94
## 6161 14 2017-09-24 1.69 120872.81 53450.48 16472.11
## 6162 15 2017-09-17 1.70 120600.86 51846.36 16291.52
## 6163 16 2017-09-10 1.68 135633.34 54122.63 19954.70
## 6164 17 2017-09-03 1.62 127613.24 53867.78 21626.87
## 6165 18 2017-08-27 1.26 176231.47 86236.44 19787.99
## 6166 19 2017-08-20 1.23 211279.90 93230.93 20982.37
## 6167 20 2017-08-13 1.52 151390.04 59728.76 19181.67
## 6168 21 2017-08-06 1.21 194759.03 82089.07 24630.41
## 6169 22 2017-07-30 1.22 170792.43 87045.12 20908.30
## 6170 23 2017-07-23 1.39 137783.13 62106.54 20698.51
## 6171 24 2017-07-16 1.36 150749.34 61744.88 28471.78
## 6172 25 2017-07-09 0.95 240071.43 94170.47 28458.64
## 6173 26 2017-07-02 0.85 276442.30 109297.17 29874.64
## 6174 27 2017-06-25 0.86 243935.99 100495.93 26548.19
## 6175 28 2017-06-18 0.81 304247.54 115493.41 35647.10
## 6176 29 2017-06-11 0.98 181254.11 82013.93 22618.84
## 6177 30 2017-06-04 1.10 196391.15 82888.11 20624.08
## 6178 31 2017-05-28 1.24 182566.46 81187.49 20819.14
## 6179 32 2017-05-21 1.16 180283.53 84951.87 22123.26
## 6180 33 2017-05-14 0.99 210349.00 91332.73 15547.02
## 6181 34 2017-05-07 0.93 276421.87 126893.08 33865.90
## 6182 35 2017-04-30 1.18 199643.40 87269.79 27191.09
## 6183 36 2017-04-23 1.26 166919.21 70224.87 19859.62
## 6184 37 2017-04-16 0.99 242720.67 97052.67 23006.95
## 6185 38 2017-04-09 1.07 225843.95 107031.40 23208.36
## 6186 39 2017-04-02 1.23 174975.95 75024.52 25021.32
## 6187 40 2017-03-26 1.26 153513.23 68172.26 23491.33
## 6188 41 2017-03-19 1.30 136371.39 64865.99 24224.72
## 6189 42 2017-03-12 1.29 140126.45 62328.69 32440.45
## 6190 43 2017-03-05 1.14 166169.72 74969.93 29779.78
## 6191 44 2017-02-26 1.04 186429.24 63979.21 49174.69
## 6192 45 2017-02-19 1.07 159054.67 60793.07 31711.26
## 6193 46 2017-02-12 0.78 226525.29 100274.00 43260.87
## 6194 47 2017-02-05 0.69 323030.81 140453.99 60090.44
## 6195 48 2017-01-29 1.06 163084.68 66807.47 32338.23
## 6196 49 2017-01-22 0.91 197072.56 75919.97 47945.33
## 6197 50 2017-01-15 0.97 200226.42 90931.56 32602.28
## 6198 51 2017-01-08 0.86 226219.71 105022.53 34667.40
## 6199 52 2017-01-01 0.83 218881.63 87684.11 50243.59
## 6200 0 2017-12-31 0.90 1116393.20 481105.48 307423.18
## 6201 1 2017-12-24 0.99 1060456.59 565235.94 203334.65
## 6202 2 2017-12-17 0.83 1084068.05 540252.14 217661.59
## 6203 3 2017-12-10 0.75 1288280.85 637875.57 219736.68
## 6204 4 2017-12-03 0.85 1199422.00 575766.00 258400.00
## 6205 5 2017-11-26 0.95 898548.00 523362.00 160636.00
## 6206 6 2017-11-19 0.94 958421.00 561075.00 167540.00
## 6207 7 2017-11-12 0.96 1054327.00 509106.00 271438.00
## 6208 8 2017-11-05 0.96 1142499.74 600272.43 245464.06
## 6209 9 2017-10-29 1.05 1071345.81 548902.52 213645.56
## 6210 10 2017-10-22 1.10 1037930.19 525021.72 186939.29
## 6211 11 2017-10-15 1.28 884631.40 480909.50 174844.63
## 6212 12 2017-10-08 1.29 919708.71 488695.54 194837.09
## 6213 13 2017-10-01 1.30 893387.50 492841.54 170718.08
## 6214 14 2017-09-24 1.29 946384.19 523101.14 168546.34
## 6215 15 2017-09-17 1.24 982833.04 562493.44 181711.95
## 6216 16 2017-09-10 1.20 997274.92 569828.24 167025.65
## 6217 17 2017-09-03 1.23 1043009.46 589764.93 185508.07
## 6218 18 2017-08-27 1.13 1090966.44 631381.37 186107.13
## 6219 19 2017-08-20 0.99 1163466.68 624826.63 228512.25
## 6220 20 2017-08-13 1.00 1263766.23 677058.95 260341.69
## 6221 21 2017-08-06 0.98 1253537.50 663949.10 307186.94
## 6222 22 2017-07-30 1.03 1154233.85 636100.17 259717.64
## 6223 23 2017-07-23 0.99 1197803.17 640831.59 275273.34
## 6224 24 2017-07-16 0.98 1219892.61 572059.17 327858.80
## 6225 25 2017-07-09 0.84 1514500.00 675094.64 287850.86
## 6226 26 2017-07-02 0.90 1378563.61 637767.81 287481.13
## 6227 27 2017-06-25 0.89 1327166.18 688781.77 221432.21
## 6228 28 2017-06-18 0.90 1441940.59 734956.89 307811.08
## 6229 29 2017-06-11 0.90 1361774.87 734135.94 231555.96
## 6230 30 2017-06-04 0.93 1325912.38 712765.48 227992.90
## 6231 31 2017-05-28 0.93 1386906.10 747618.37 269246.45
## 6232 32 2017-05-21 0.91 1291606.06 728358.74 222773.66
## 6233 33 2017-05-14 0.95 1292071.56 674072.36 238304.70
## 6234 34 2017-05-07 0.89 1473846.78 824175.30 269156.57
## 6235 35 2017-04-30 0.90 1407490.70 653423.58 337551.65
## 6236 36 2017-04-23 0.85 1496361.87 673961.13 338732.54
## 6237 37 2017-04-16 0.87 1517178.55 756530.97 289149.09
## 6238 38 2017-04-09 0.90 1337046.52 710379.21 275048.24
## 6239 39 2017-04-02 0.83 1372247.80 798833.39 216633.21
## 6240 40 2017-03-26 0.91 1282796.85 700655.11 223658.42
## 6241 41 2017-03-19 0.94 1153699.28 591093.13 237495.22
## 6242 42 2017-03-12 0.90 1170640.71 617249.46 200229.13
## 6243 43 2017-03-05 0.93 1105083.35 558906.77 208324.30
## 6244 44 2017-02-26 0.73 1372811.19 821922.48 198567.11
## 6245 45 2017-02-19 0.76 1177312.94 501922.03 272758.35
## 6246 46 2017-02-12 0.70 1422345.94 624160.13 276020.88
## 6247 47 2017-02-05 0.65 1772501.55 882268.72 362714.58
## 6248 48 2017-01-29 0.73 1306293.11 789341.03 172742.07
## 6249 49 2017-01-22 0.70 1382964.89 850531.30 222669.42
## 6250 50 2017-01-15 0.70 1389716.89 750093.63 313392.54
## 6251 51 2017-01-08 0.78 1247488.60 556814.80 343124.23
## 6252 52 2017-01-01 0.68 1336539.20 526727.72 438041.57
## 6253 0 2017-12-31 0.94 938481.85 127052.75 355322.20
## 6254 1 2017-12-24 1.19 675592.64 142027.32 171218.36
## 6255 2 2017-12-17 1.13 646736.55 157024.25 154962.46
## 6256 3 2017-12-10 0.97 886841.87 150700.53 330683.28
## 6257 4 2017-12-03 1.10 849840.00 149815.00 325073.00
## 6258 5 2017-11-26 1.36 543243.00 125916.00 171383.00
## 6259 6 2017-11-19 1.13 701022.00 132242.00 196662.00
## 6260 7 2017-11-12 1.03 847836.00 137872.00 269918.00
## 6261 8 2017-11-05 1.07 934570.70 122060.91 320967.57
## 6262 9 2017-10-29 1.20 783939.18 130556.48 226576.70
## 6263 10 2017-10-22 1.43 638993.72 126273.71 238205.63
## 6264 11 2017-10-15 1.57 537139.26 126304.77 158787.10
## 6265 12 2017-10-08 1.60 537932.73 133463.10 140121.62
## 6266 13 2017-10-01 1.47 605234.66 114291.47 249372.98
## 6267 14 2017-09-24 1.60 499761.73 125319.71 161435.81
## 6268 15 2017-09-17 1.47 557213.38 150991.79 156645.07
## 6269 16 2017-09-10 1.56 585138.06 114529.62 167203.28
## 6270 17 2017-09-03 1.50 588489.26 122402.66 165312.08
## 6271 18 2017-08-27 1.10 896083.20 122874.44 379022.88
## 6272 19 2017-08-20 1.20 877603.13 113449.77 324067.53
## 6273 20 2017-08-13 1.46 635905.08 148506.19 198503.52
## 6274 21 2017-08-06 1.43 638888.58 145450.77 211822.19
## 6275 22 2017-07-30 1.19 787191.53 145887.05 313773.34
## 6276 23 2017-07-23 1.15 971350.62 149313.58 353625.53
## 6277 24 2017-07-16 1.46 642837.36 108383.89 207831.49
## 6278 25 2017-07-09 1.11 951407.12 164106.61 267690.26
## 6279 26 2017-07-02 1.19 813544.33 124815.87 182812.48
## 6280 27 2017-06-25 1.17 841763.42 165523.87 173432.50
## 6281 28 2017-06-18 1.14 890723.20 185315.80 198308.54
## 6282 29 2017-06-11 1.18 872407.69 192091.93 212252.78
## 6283 30 2017-06-04 1.16 895594.90 198732.29 179793.41
## 6284 31 2017-05-28 1.19 835834.41 172557.01 175140.35
## 6285 32 2017-05-21 1.23 750701.05 145486.51 205774.79
## 6286 33 2017-05-14 1.23 781305.34 166017.34 223913.99
## 6287 34 2017-05-07 1.13 904098.60 147250.97 357127.75
## 6288 35 2017-04-30 1.33 703503.26 145242.61 162526.92
## 6289 36 2017-04-23 1.15 766941.79 162809.94 163230.47
## 6290 37 2017-04-16 1.23 813466.54 164060.81 178842.29
## 6291 38 2017-04-09 1.31 704360.11 136193.81 164298.89
## 6292 39 2017-04-02 1.33 681540.61 150610.93 159643.84
## 6293 40 2017-03-26 1.42 630931.96 158588.80 150934.84
## 6294 41 2017-03-19 1.32 678002.96 152538.65 156751.57
## 6295 42 2017-03-12 1.32 673601.39 138467.07 157143.73
## 6296 43 2017-03-05 1.32 639567.49 142858.33 161939.15
## 6297 44 2017-02-26 1.15 782244.57 139037.76 237453.81
## 6298 45 2017-02-19 1.07 799071.01 153258.18 254318.67
## 6299 46 2017-02-12 0.96 821592.06 204917.87 291657.99
## 6300 47 2017-02-05 0.77 1258952.81 239163.63 502457.31
## 6301 48 2017-01-29 1.05 887964.38 172614.57 214811.63
## 6302 49 2017-01-22 1.03 906838.40 149313.21 268029.66
## 6303 50 2017-01-15 1.04 808771.72 147752.34 212522.91
## 6304 51 2017-01-08 0.92 844689.96 169103.67 249167.67
## 6305 52 2017-01-01 0.80 959368.84 138364.14 336467.73
## 6306 0 2017-12-31 0.84 467584.30 146333.69 91027.90
## 6307 1 2017-12-24 1.25 298146.18 50834.19 57335.28
## 6308 2 2017-12-17 1.08 369196.72 60128.92 98625.18
## 6309 3 2017-12-10 1.13 311949.95 89161.52 44929.63
## 6310 4 2017-12-03 0.97 515907.00 101693.00 183341.00
## 6311 5 2017-11-26 1.21 229292.00 71317.00 40629.00
## 6312 6 2017-11-19 0.99 353938.00 112881.00 39979.00
## 6313 7 2017-11-12 0.93 432903.00 163957.00 42219.00
## 6314 8 2017-11-05 1.00 426643.42 154127.34 42917.02
## 6315 9 2017-10-29 1.28 316276.92 91775.45 40457.01
## 6316 10 2017-10-22 1.59 230384.71 57747.31 39113.60
## 6317 11 2017-10-15 1.79 205378.62 57304.56 33515.01
## 6318 12 2017-10-08 1.94 208300.17 55417.49 17297.60
## 6319 13 2017-10-01 1.88 215840.47 56101.34 24145.02
## 6320 14 2017-09-24 1.82 234792.97 61575.52 32561.28
## 6321 15 2017-09-17 1.84 231672.30 56672.38 29720.64
## 6322 16 2017-09-10 1.80 251097.79 60774.27 32685.75
## 6323 17 2017-09-03 1.68 234930.31 58131.60 35365.15
## 6324 18 2017-08-27 1.32 304000.24 99924.49 29648.99
## 6325 19 2017-08-20 1.25 388250.81 113908.85 34529.25
## 6326 20 2017-08-13 1.55 286679.02 64304.67 33590.30
## 6327 21 2017-08-06 1.25 400745.99 101371.87 45320.08
## 6328 22 2017-07-30 1.29 339850.04 114942.57 39063.15
## 6329 23 2017-07-23 1.55 267254.47 66396.62 40479.00
## 6330 24 2017-07-16 1.18 385966.55 100370.00 55199.44
## 6331 25 2017-07-09 0.99 502774.82 119584.90 56064.04
## 6332 26 2017-07-02 1.22 392513.77 65065.41 63951.02
## 6333 27 2017-06-25 1.01 402914.93 96114.24 58116.71
## 6334 28 2017-06-18 0.85 668936.01 127581.26 129555.86
## 6335 29 2017-06-11 1.28 315240.72 71644.61 61426.82
## 6336 30 2017-06-04 1.26 361513.16 77883.80 57322.69
## 6337 31 2017-05-28 1.29 361905.98 83266.74 48464.11
## 6338 32 2017-05-21 1.32 307674.16 71333.90 44186.58
## 6339 33 2017-05-14 1.03 445350.61 110697.80 44186.84
## 6340 34 2017-05-07 0.99 625475.58 160714.71 82132.76
## 6341 35 2017-04-30 1.48 324983.09 64498.25 50224.27
## 6342 36 2017-04-23 1.46 295788.03 60299.30 42596.28
## 6343 37 2017-04-16 1.45 342545.94 68514.24 51563.48
## 6344 38 2017-04-09 1.51 284715.12 64658.67 48429.11
## 6345 39 2017-04-02 1.48 288639.34 65914.28 45497.47
## 6346 40 2017-03-26 1.48 289107.02 69601.63 44602.74
## 6347 41 2017-03-19 1.48 262116.19 71290.38 45054.51
## 6348 42 2017-03-12 1.44 238211.13 73391.30 40214.51
## 6349 43 2017-03-05 0.97 383170.95 117593.23 42026.91
## 6350 44 2017-02-26 0.83 540315.74 133389.93 105832.88
## 6351 45 2017-02-19 1.07 311270.60 82084.73 46507.12
## 6352 46 2017-02-12 0.74 475602.70 148920.01 87966.44
## 6353 47 2017-02-05 0.65 797699.81 214826.74 228906.58
## 6354 48 2017-01-29 1.01 381506.20 125847.46 70435.94
## 6355 49 2017-01-22 0.84 616589.93 129912.94 202323.91
## 6356 50 2017-01-15 0.98 397115.64 124452.62 72303.07
## 6357 51 2017-01-08 0.90 470643.79 157160.74 76519.91
## 6358 52 2017-01-01 0.75 480612.79 100364.10 165059.57
## 6359 0 2017-12-31 1.09 202635.01 2522.84 103361.16
## 6360 1 2017-12-24 1.64 130735.97 2190.40 59470.20
## 6361 2 2017-12-17 1.25 162923.49 2042.43 74185.34
## 6362 3 2017-12-10 1.61 107018.62 2211.54 52467.15
## 6363 4 2017-12-03 0.99 301527.00 2268.00 182507.00
## 6364 5 2017-11-26 1.65 96700.00 1864.00 50330.00
## 6365 6 2017-11-19 1.40 139279.00 2688.00 68242.00
## 6366 7 2017-11-12 1.59 110784.00 2585.00 49202.00
## 6367 8 2017-11-05 1.70 103715.88 2335.02 46898.66
## 6368 9 2017-10-29 1.55 138190.33 2263.72 65813.83
## 6369 10 2017-10-22 1.96 97132.42 2538.84 37656.26
## 6370 11 2017-10-15 2.07 94071.58 3559.98 37970.75
## 6371 12 2017-10-08 2.19 86753.64 2689.21 30568.23
## 6372 13 2017-10-01 2.09 97411.58 3178.13 35898.69
## 6373 14 2017-09-24 1.96 113272.89 2101.47 48552.76
## 6374 15 2017-09-17 1.99 100498.79 1713.76 40378.99
## 6375 16 2017-09-10 1.86 111733.79 2360.30 46227.08
## 6376 17 2017-09-03 1.65 127147.57 2659.69 52612.04
## 6377 18 2017-08-27 1.74 112023.41 1978.65 45102.68
## 6378 19 2017-08-20 1.70 124908.76 2503.59 47876.89
## 6379 20 2017-08-13 1.70 125212.99 3912.70 48945.22
## 6380 21 2017-08-06 1.45 167234.75 2082.16 69687.29
## 6381 22 2017-07-30 1.63 127602.86 2162.74 49417.90
## 6382 23 2017-07-23 1.68 136088.12 2240.69 56572.58
## 6383 24 2017-07-16 1.42 169837.53 2520.38 70377.13
## 6384 25 2017-07-09 1.43 178186.11 2225.40 71380.42
## 6385 26 2017-07-02 1.51 192007.39 2073.97 71125.60
## 6386 27 2017-06-25 1.74 142258.18 2010.17 54017.53
## 6387 28 2017-06-18 1.29 245293.35 2180.87 96015.63
## 6388 29 2017-06-11 1.79 158876.02 2308.29 64251.02
## 6389 30 2017-06-04 1.88 162051.09 2254.78 74167.19
## 6390 31 2017-05-28 1.85 165718.77 1824.13 70747.33
## 6391 32 2017-05-21 1.88 148499.08 1972.51 64369.19
## 6392 33 2017-05-14 1.87 151273.21 1659.83 68015.22
## 6393 34 2017-05-07 1.46 254982.52 2037.53 134403.02
## 6394 35 2017-04-30 1.83 157868.62 2008.80 72819.17
## 6395 36 2017-04-23 1.67 146024.28 1826.18 67510.44
## 6396 37 2017-04-16 1.67 175861.50 1857.22 80672.38
## 6397 38 2017-04-09 1.73 144360.97 2187.70 69915.75
## 6398 39 2017-04-02 1.73 140629.70 1804.04 68299.15
## 6399 40 2017-03-26 1.71 149479.58 1890.37 71916.37
## 6400 41 2017-03-19 1.73 141712.21 1749.65 70210.67
## 6401 42 2017-03-12 1.73 129820.93 1645.17 64057.69
## 6402 43 2017-03-05 1.50 128203.51 1498.24 59098.06
## 6403 44 2017-02-26 1.02 238305.05 1386.96 140947.20
## 6404 45 2017-02-19 1.42 141775.80 1224.48 80219.40
## 6405 46 2017-02-12 1.13 176589.86 1277.43 107963.46
## 6406 47 2017-02-05 0.81 391313.63 1573.98 298897.77
## 6407 48 2017-01-29 1.29 168252.20 1391.78 100681.06
## 6408 49 2017-01-22 0.92 322366.88 1152.99 227003.50
## 6409 50 2017-01-15 1.29 166158.43 935.22 107348.70
## 6410 51 2017-01-08 1.26 174079.23 1225.77 102134.85
## 6411 52 2017-01-01 0.77 306129.40 1217.67 224774.25
## 6412 0 2017-12-31 0.92 4398887.92 1092011.22 1740608.60
## 6413 1 2017-12-24 1.30 2860693.26 507534.15 1076521.40
## 6414 2 2017-12-17 1.22 3023285.74 605188.35 1037403.48
## 6415 3 2017-12-10 1.18 3258080.63 609987.32 926924.56
## 6416 4 2017-12-03 1.15 3837027.00 603156.00 1732528.00
## 6417 5 2017-11-26 1.38 2254700.00 483896.00 837408.00
## 6418 6 2017-11-19 1.23 2983690.00 581511.00 991256.00
## 6419 7 2017-11-12 1.19 3284210.00 699961.00 1049661.00
## 6420 8 2017-11-05 1.26 3225071.95 696600.38 1043530.21
## 6421 9 2017-10-29 1.52 2739607.48 570308.79 901889.60
## 6422 10 2017-10-22 1.75 2247856.71 444286.92 806545.92
## 6423 11 2017-10-15 1.86 2221613.58 446922.80 801194.66
## 6424 12 2017-10-08 1.98 2063573.51 419515.35 658131.80
## 6425 13 2017-10-01 1.89 2289168.77 444534.18 780137.97
## 6426 14 2017-09-24 1.83 2415482.04 458465.32 895147.87
## 6427 15 2017-09-17 1.86 2358162.43 421369.74 851995.69
## 6428 16 2017-09-10 1.81 2589499.71 441483.65 913391.31
## 6429 17 2017-09-03 1.73 2638911.89 445855.59 975125.15
## 6430 18 2017-08-27 1.49 2973144.04 629034.10 996526.74
## 6431 19 2017-08-20 1.44 3378088.25 666458.42 1089386.32
## 6432 20 2017-08-13 1.57 2971011.18 504445.27 1051826.50
## 6433 21 2017-08-06 1.42 3357719.29 574437.85 1199617.75
## 6434 22 2017-07-30 1.44 3127451.33 628374.02 1159890.30
## 6435 23 2017-07-23 1.47 3014558.52 557159.67 1180490.16
## 6436 24 2017-07-16 1.38 3372297.92 613737.91 1337473.31
## 6437 25 2017-07-09 1.20 4104371.46 695313.32 1385858.46
## 6438 26 2017-07-02 1.18 4250394.01 740503.01 1423924.97
## 6439 27 2017-06-25 1.15 3938985.06 718886.46 1270259.61
## 6440 28 2017-06-18 1.12 4668135.31 707122.82 1685604.76
## 6441 29 2017-06-11 1.27 3714237.95 596035.19 1338515.62
## 6442 30 2017-06-04 1.33 3649478.04 559144.79 1336833.13
## 6443 31 2017-05-28 1.37 3562841.46 580440.94 1365403.08
## 6444 32 2017-05-21 1.34 3415474.26 605625.06 1302177.14
## 6445 33 2017-05-14 1.19 3901825.70 649626.44 1290414.96
## 6446 34 2017-05-07 1.10 5308891.12 923002.11 1932630.68
## 6447 35 2017-04-30 1.38 3584134.90 633332.25 1431880.81
## 6448 36 2017-04-23 1.38 3193269.98 536784.83 1228762.83
## 6449 37 2017-04-16 1.36 3543152.49 561509.96 1337527.18
## 6450 38 2017-04-09 1.41 3149013.04 583906.30 1255688.28
## 6451 39 2017-04-02 1.41 3081036.18 504640.46 1212295.86
## 6452 40 2017-03-26 1.42 3002195.77 474956.60 1228379.13
## 6453 41 2017-03-19 1.39 2975356.86 463863.64 1224340.81
## 6454 42 2017-03-12 1.38 2883466.63 460240.32 1259335.82
## 6455 43 2017-03-05 1.24 3197341.66 563498.27 1313704.16
## 6456 44 2017-02-26 1.08 3848715.52 565282.75 1692494.90
## 6457 45 2017-02-19 1.10 3184221.55 458082.87 1329999.72
## 6458 46 2017-02-12 0.88 4129136.03 765348.23 1694610.53
## 6459 47 2017-02-05 0.73 6575186.76 1338529.97 3117639.02
## 6460 48 2017-01-29 1.01 3799154.10 593815.23 1631554.73
## 6461 49 2017-01-22 0.95 4696372.14 680490.86 2241043.46
## 6462 50 2017-01-15 1.05 3893220.87 667328.63 1705655.80
## 6463 51 2017-01-08 0.99 4067134.96 725716.77 1755106.40
## 6464 52 2017-01-01 0.88 4225245.40 636277.70 2157249.60
## 6465 0 2017-12-31 1.37 195897.40 35962.67 106173.46
## 6466 1 2017-12-24 1.37 217968.19 37343.09 115065.17
## 6467 2 2017-12-17 1.37 196746.00 35590.92 101937.40
## 6468 3 2017-12-10 1.13 274939.00 43089.18 163729.22
## 6469 4 2017-12-03 1.27 231977.00 39382.00 127730.00
## 6470 5 2017-11-26 1.30 191490.00 30488.00 89564.00
## 6471 6 2017-11-19 1.30 216608.00 30820.00 97308.00
## 6472 7 2017-11-12 1.38 201442.00 31166.00 99684.00
## 6473 8 2017-11-05 1.45 191459.87 31048.20 99317.22
## 6474 9 2017-10-29 1.47 203026.62 30541.03 117170.48
## 6475 10 2017-10-22 1.43 206115.08 30373.68 111836.53
## 6476 11 2017-10-15 1.48 205858.60 32691.30 112916.52
## 6477 12 2017-10-08 1.54 164699.75 34256.95 79474.31
## 6478 13 2017-10-01 1.45 213952.02 37491.09 115716.48
## 6479 14 2017-09-24 1.44 209982.19 36336.43 122032.96
## 6480 15 2017-09-17 1.46 189035.91 32973.74 107531.22
## 6481 16 2017-09-10 1.51 180874.92 32675.66 97799.79
## 6482 17 2017-09-03 1.53 212828.72 39153.66 117858.62
## 6483 18 2017-08-27 1.48 214056.41 40614.08 112224.82
## 6484 19 2017-08-20 1.47 212934.98 40413.35 104200.02
## 6485 20 2017-08-13 1.43 238229.99 42116.11 127782.88
## 6486 21 2017-08-06 1.37 235902.96 42012.76 129112.23
## 6487 22 2017-07-30 1.36 222758.77 41369.26 115565.26
## 6488 23 2017-07-23 1.38 224207.07 44426.16 116786.25
## 6489 24 2017-07-16 1.38 224434.92 42951.31 120360.02
## 6490 25 2017-07-09 1.47 237446.62 41065.78 129466.37
## 6491 26 2017-07-02 1.48 226114.96 40997.57 111399.05
## 6492 27 2017-06-25 1.46 222447.25 40132.56 121032.80
## 6493 28 2017-06-18 1.50 238389.11 45186.48 131057.91
## 6494 29 2017-06-11 1.50 232728.73 50902.99 115824.28
## 6495 30 2017-06-04 1.55 247060.03 50484.86 118452.04
## 6496 31 2017-05-28 1.56 275488.47 53527.90 137082.84
## 6497 32 2017-05-21 1.51 244638.89 52736.28 119601.86
## 6498 33 2017-05-14 1.54 239036.52 52237.47 95012.50
## 6499 34 2017-05-07 1.51 301180.77 53636.12 140316.58
## 6500 35 2017-04-30 1.48 268831.64 54369.02 135977.00
## 6501 36 2017-04-23 1.49 225681.54 53508.78 103642.10
## 6502 37 2017-04-16 1.56 261861.07 50600.52 123726.97
## 6503 38 2017-04-09 1.48 251676.02 47837.77 121350.21
## 6504 39 2017-04-02 1.46 239412.64 53424.06 110824.96
## 6505 40 2017-03-26 1.38 254599.21 52944.04 131659.03
## 6506 41 2017-03-19 1.40 243265.50 59161.21 118545.42
## 6507 42 2017-03-12 1.42 245928.12 51306.88 126552.09
## 6508 43 2017-03-05 1.19 273485.30 53961.57 151537.00
## 6509 44 2017-02-26 1.29 260743.16 52855.29 139066.59
## 6510 45 2017-02-19 1.28 224541.20 56042.20 104680.99
## 6511 46 2017-02-12 1.13 276755.29 105170.96 106548.49
## 6512 47 2017-02-05 1.14 348380.90 117876.11 153442.16
## 6513 48 2017-01-29 1.25 267917.78 64322.44 129735.77
## 6514 49 2017-01-22 1.40 266851.77 49774.50 135845.63
## 6515 50 2017-01-15 1.44 251547.43 47536.54 126095.12
## 6516 51 2017-01-08 1.30 275064.65 51590.90 153751.13
## 6517 52 2017-01-01 1.35 235430.29 41800.77 136109.66
## 6518 0 2017-12-31 1.42 245203.25 4805.09 183945.55
## 6519 1 2017-12-24 1.50 225990.67 5610.69 161963.18
## 6520 2 2017-12-17 1.44 228292.45 6271.96 160129.76
## 6521 3 2017-12-10 1.14 447122.29 18098.00 359319.53
## 6522 4 2017-12-03 1.55 231210.00 5716.00 166828.00
## 6523 5 2017-11-26 1.38 229399.00 5695.00 153323.00
## 6524 6 2017-11-19 1.38 264765.00 4591.00 169972.00
## 6525 7 2017-11-12 1.56 226866.00 6490.00 162389.00
## 6526 8 2017-11-05 1.53 240615.51 5209.01 161648.13
## 6527 9 2017-10-29 1.53 247946.32 5938.74 188044.00
## 6528 10 2017-10-22 1.50 244786.18 7441.12 179802.05
## 6529 11 2017-10-15 1.58 236604.19 7043.32 177668.62
## 6530 12 2017-10-08 1.60 217988.15 7540.43 159211.65
## 6531 13 2017-10-01 1.60 250057.54 6770.97 189987.47
## 6532 14 2017-09-24 1.59 228615.67 4809.81 181192.01
## 6533 15 2017-09-17 1.54 222593.17 7488.87 162728.73
## 6534 16 2017-09-10 1.57 243134.01 5195.18 182049.97
## 6535 17 2017-09-03 1.74 224635.60 4476.51 165217.63
## 6536 18 2017-08-27 1.78 220520.33 4245.98 160115.84
## 6537 19 2017-08-20 1.74 223619.15 3659.65 155326.78
## 6538 20 2017-08-13 1.63 263624.63 4240.00 193118.61
## 6539 21 2017-08-06 1.60 262304.20 5057.28 200007.70
## 6540 22 2017-07-30 1.56 258166.40 5477.90 190639.60
## 6541 23 2017-07-23 1.59 264308.37 8142.48 201585.67
## 6542 24 2017-07-16 1.59 265615.87 10004.17 205771.60
## 6543 25 2017-07-09 1.72 273059.91 10848.33 198967.11
## 6544 26 2017-07-02 1.76 259782.83 9173.43 191483.01
## 6545 27 2017-06-25 1.68 275912.97 8658.16 220849.19
## 6546 28 2017-06-18 1.79 256900.68 5734.57 195637.72
## 6547 29 2017-06-11 1.75 296173.79 11601.99 218427.65
## 6548 30 2017-06-04 1.81 288516.73 10922.08 216912.96
## 6549 31 2017-05-28 1.85 304340.56 10672.40 225753.07
## 6550 32 2017-05-21 1.80 279086.43 10370.09 208423.40
## 6551 33 2017-05-14 1.76 285282.20 4501.51 193014.31
## 6552 34 2017-05-07 1.61 369499.67 6754.65 251849.93
## 6553 35 2017-04-30 1.66 300311.86 7020.54 234305.43
## 6554 36 2017-04-23 1.76 267468.69 8180.90 201383.54
## 6555 37 2017-04-16 1.80 257405.41 6808.85 189287.26
## 6556 38 2017-04-09 1.74 284522.31 7409.75 199909.01
## 6557 39 2017-04-02 1.71 269090.51 10131.30 204310.58
## 6558 40 2017-03-26 1.58 270398.76 7860.88 203663.76
## 6559 41 2017-03-19 1.66 253838.30 5615.33 195073.06
## 6560 42 2017-03-12 1.65 248805.91 4902.42 186372.61
## 6561 43 2017-03-05 1.25 373924.25 8437.42 316785.84
## 6562 44 2017-02-26 1.59 259318.66 11083.37 193422.27
## 6563 45 2017-02-19 1.30 249027.94 30000.58 167971.32
## 6564 46 2017-02-12 1.14 395980.22 85641.41 249990.68
## 6565 47 2017-02-05 1.20 486542.38 52460.96 356398.62
## 6566 48 2017-01-29 1.46 292710.38 4741.29 220159.57
## 6567 49 2017-01-22 1.47 332672.05 4349.36 247185.31
## 6568 50 2017-01-15 1.43 284386.03 4665.17 223678.05
## 6569 51 2017-01-08 1.25 369468.59 5105.33 315473.05
## 6570 52 2017-01-01 1.64 232663.88 2772.36 188107.91
## 6571 0 2017-12-31 0.78 1391181.63 564063.25 209000.62
## 6572 1 2017-12-24 0.99 1063384.61 486643.36 150511.24
## 6573 2 2017-12-17 0.98 928716.60 429276.67 184347.17
## 6574 3 2017-12-10 0.79 1266364.71 459265.36 294180.18
## 6575 4 2017-12-03 0.77 1398400.00 540763.00 289729.00
## 6576 5 2017-11-26 0.88 991547.00 501157.00 134619.00
## 6577 6 2017-11-19 0.89 1142126.00 620361.00 134476.00
## 6578 7 2017-11-12 0.88 1256897.00 514065.00 251034.00
## 6579 8 2017-11-05 0.95 1363261.11 526090.63 264224.32
## 6580 9 2017-10-29 1.12 1126402.78 481864.71 189258.96
## 6581 10 2017-10-22 1.16 1008358.03 492168.22 128029.43
## 6582 11 2017-10-15 1.26 1029556.13 476686.67 149935.14
## 6583 12 2017-10-08 1.29 1042700.75 491561.89 146966.38
## 6584 13 2017-10-01 1.29 991939.31 472251.74 141695.25
## 6585 14 2017-09-24 1.25 949769.71 470511.08 145808.34
## 6586 15 2017-09-17 1.20 964460.21 460806.95 171011.56
## 6587 16 2017-09-10 1.10 1138315.80 606027.02 165584.72
## 6588 17 2017-09-03 1.19 852110.88 426423.84 171139.39
## 6589 18 2017-08-27 1.16 1109914.22 510226.80 195358.46
## 6590 19 2017-08-20 1.01 1096227.54 458024.37 216584.11
## 6591 20 2017-08-13 0.99 1332232.95 406049.08 395755.28
## 6592 21 2017-08-06 0.99 1192888.53 552895.89 251754.00
## 6593 22 2017-07-30 1.00 1117345.60 536258.78 203627.59
## 6594 23 2017-07-23 1.02 1088792.51 510127.52 214165.71
## 6595 24 2017-07-16 1.01 1143310.87 475986.48 251487.71
## 6596 25 2017-07-09 0.78 1513596.50 565234.20 223073.67
## 6597 26 2017-07-02 0.83 1348652.11 559731.32 240188.70
## 6598 27 2017-06-25 0.82 1352318.90 569850.04 285476.88
## 6599 28 2017-06-18 0.77 1755331.30 583952.66 412002.26
## 6600 29 2017-06-11 0.89 1240308.02 627610.50 201534.03
## 6601 30 2017-06-04 0.83 1377530.34 603106.83 192105.68
## 6602 31 2017-05-28 0.87 1315258.80 627786.36 268181.39
## 6603 32 2017-05-21 0.83 1262476.33 579270.57 219956.52
## 6604 33 2017-05-14 0.79 1444023.34 625728.18 231431.19
## 6605 34 2017-05-07 0.74 1789051.94 732114.63 350523.80
## 6606 35 2017-04-30 0.72 1832450.40 576270.01 451254.61
## 6607 36 2017-04-23 0.68 1776220.69 665435.93 352920.48
## 6608 37 2017-04-16 0.76 1402904.54 820487.46 207708.35
## 6609 38 2017-04-09 0.81 1244695.02 684059.72 272460.29
## 6610 39 2017-04-02 0.70 1543050.06 879079.77 183771.99
## 6611 40 2017-03-26 0.83 1074520.66 663134.30 182628.92
## 6612 41 2017-03-19 0.85 1016536.61 653306.71 183349.68
## 6613 42 2017-03-12 0.90 903586.21 619358.06 151499.32
## 6614 43 2017-03-05 0.74 1110895.97 697103.02 161909.48
## 6615 44 2017-02-26 0.53 1547337.25 1067091.80 116819.32
## 6616 45 2017-02-19 0.67 1190708.83 565042.04 142847.65
## 6617 46 2017-02-12 0.58 1420811.06 781130.12 148459.74
## 6618 47 2017-02-05 0.55 1977923.65 1026765.08 406006.03
## 6619 48 2017-01-29 0.70 1258481.11 789020.20 215934.35
## 6620 49 2017-01-22 0.68 1119168.10 798585.87 170357.81
## 6621 50 2017-01-15 0.53 1613159.67 1134750.48 184545.50
## 6622 51 2017-01-08 0.57 1417208.02 933181.79 198434.84
## 6623 52 2017-01-01 0.51 1475741.07 985040.19 290583.75
## 6624 0 2017-12-31 0.96 205202.95 67904.72 57394.76
## 6625 1 2017-12-24 1.30 148389.14 22248.67 58457.91
## 6626 2 2017-12-17 1.26 143975.58 18371.92 58045.77
## 6627 3 2017-12-10 1.26 167890.91 9368.90 83042.64
## 6628 4 2017-12-03 1.25 182891.00 8806.00 103238.00
## 6629 5 2017-11-26 1.40 115688.00 7132.00 51923.00
## 6630 6 2017-11-19 1.08 178437.00 7408.00 76810.00
## 6631 7 2017-11-12 1.03 202129.00 11814.00 89236.00
## 6632 8 2017-11-05 1.26 194103.11 8575.56 86633.97
## 6633 9 2017-10-29 1.63 152558.08 8565.38 65715.28
## 6634 10 2017-10-22 1.67 125746.37 8944.76 57230.12
## 6635 11 2017-10-15 1.76 120662.74 9351.20 52216.91
## 6636 12 2017-10-08 1.97 105043.74 10071.88 37063.61
## 6637 13 2017-10-01 1.84 128999.95 9051.01 53986.11
## 6638 14 2017-09-24 1.74 135854.22 7948.80 63487.06
## 6639 15 2017-09-17 1.86 126434.16 7889.87 55951.98
## 6640 16 2017-09-10 1.86 139315.43 8832.22 60421.90
## 6641 17 2017-09-03 1.70 145552.03 7686.15 61680.49
## 6642 18 2017-08-27 1.29 179853.82 8671.85 83185.36
## 6643 19 2017-08-20 1.39 174633.06 7182.87 83860.57
## 6644 20 2017-08-13 1.49 154354.18 7053.96 68255.91
## 6645 21 2017-08-06 1.35 170536.59 7818.03 78546.10
## 6646 22 2017-07-30 1.41 159525.40 7452.61 74597.93
## 6647 23 2017-07-23 1.36 155196.74 7482.96 70451.99
## 6648 24 2017-07-16 1.35 166601.37 9861.88 82250.49
## 6649 25 2017-07-09 1.08 209047.97 8754.14 85278.67
## 6650 26 2017-07-02 1.09 194572.17 8629.27 78472.44
## 6651 27 2017-06-25 1.04 197095.32 7378.96 72671.18
## 6652 28 2017-06-18 1.03 223221.90 11623.93 96522.44
## 6653 29 2017-06-11 0.98 224873.96 11584.14 72043.56
## 6654 30 2017-06-04 1.07 218092.41 11334.96 79916.60
## 6655 31 2017-05-28 1.19 188284.12 11651.62 77776.16
## 6656 32 2017-05-21 1.09 185608.56 13080.23 71966.19
## 6657 33 2017-05-14 0.85 268519.12 17926.54 93535.99
## 6658 34 2017-05-07 0.93 290014.77 22284.54 116928.39
## 6659 35 2017-04-30 1.18 212879.47 14827.79 86660.77
## 6660 36 2017-04-23 1.06 211977.98 11831.88 72470.48
## 6661 37 2017-04-16 1.14 205429.57 13018.13 79071.99
## 6662 38 2017-04-09 1.30 160389.47 11776.20 69900.70
## 6663 39 2017-04-02 1.26 166588.45 11375.50 61512.67
## 6664 40 2017-03-26 1.27 181489.14 12342.94 68119.93
## 6665 41 2017-03-19 1.25 168330.50 12798.54 60511.72
## 6666 42 2017-03-12 1.35 149318.47 10979.78 65279.45
## 6667 43 2017-03-05 1.35 150301.80 12865.79 66251.59
## 6668 44 2017-02-26 1.02 188900.46 12096.22 83033.68
## 6669 45 2017-02-19 0.94 179250.21 12336.44 74485.41
## 6670 46 2017-02-12 0.77 237575.64 17435.10 116691.02
## 6671 47 2017-02-05 0.84 276051.64 19443.88 146037.65
## 6672 48 2017-01-29 0.87 224036.18 12914.29 93252.53
## 6673 49 2017-01-22 0.93 204570.78 13553.31 92880.57
## 6674 50 2017-01-15 0.96 210793.64 15258.94 102478.51
## 6675 51 2017-01-08 0.86 222849.42 17783.95 112339.02
## 6676 52 2017-01-01 0.91 186464.64 16193.14 97953.50
## 6677 0 2017-12-31 1.12 206562.78 115793.69 14230.19
## 6678 1 2017-12-24 1.38 127181.54 67108.80 8048.69
## 6679 2 2017-12-17 0.99 176847.28 98660.32 11261.09
## 6680 3 2017-12-10 1.01 181425.66 95942.65 11557.82
## 6681 4 2017-12-03 1.26 152697.00 87017.00 9779.00
## 6682 5 2017-11-26 1.42 120001.00 65331.00 7096.00
## 6683 6 2017-11-19 1.21 155729.00 84638.00 10606.00
## 6684 7 2017-11-12 1.33 154511.00 85332.00 9938.00
## 6685 8 2017-11-05 1.48 131679.37 74308.60 8741.26
## 6686 9 2017-10-29 1.17 193936.80 108447.00 13949.40
## 6687 10 2017-10-22 1.56 152418.64 89649.03 11079.10
## 6688 11 2017-10-15 1.76 137503.61 75857.38 10193.63
## 6689 12 2017-10-08 1.79 152742.37 89903.47 10996.65
## 6690 13 2017-10-01 2.00 128592.98 68330.79 14372.21
## 6691 14 2017-09-24 1.82 130570.77 82615.31 12009.49
## 6692 15 2017-09-17 1.73 141725.96 82016.13 13544.55
## 6693 16 2017-09-10 1.77 117342.62 62701.34 11080.30
## 6694 17 2017-09-03 1.88 147242.45 82573.64 14144.89
## 6695 18 2017-08-27 1.63 138021.20 83466.70 12673.20
## 6696 19 2017-08-20 1.63 150828.78 86428.56 13226.03
## 6697 20 2017-08-13 1.49 171995.95 90069.37 14574.55
## 6698 21 2017-08-06 1.44 148237.94 82275.37 12280.16
## 6699 22 2017-07-30 1.43 157712.19 89089.69 13102.88
## 6700 23 2017-07-23 1.44 172994.22 101545.19 14942.73
## 6701 24 2017-07-16 1.48 160177.18 88735.04 14194.77
## 6702 25 2017-07-09 1.42 161864.64 98757.83 14132.78
## 6703 26 2017-07-02 1.41 189413.48 113926.84 18894.24
## 6704 27 2017-06-25 1.36 180199.86 99600.41 16687.42
## 6705 28 2017-06-18 1.45 151012.55 94578.34 12992.82
## 6706 29 2017-06-11 1.43 193088.40 119698.07 15932.56
## 6707 30 2017-06-04 1.46 178356.70 119654.85 16223.79
## 6708 31 2017-05-28 1.43 181588.22 96509.06 15848.55
## 6709 32 2017-05-21 1.44 155818.85 86716.20 14543.35
## 6710 33 2017-05-14 1.47 148325.98 79945.48 12921.51
## 6711 34 2017-05-07 1.13 268808.12 155607.42 26574.54
## 6712 35 2017-04-30 1.26 240227.67 150982.37 24978.55
## 6713 36 2017-04-23 1.47 156137.58 85993.83 16104.95
## 6714 37 2017-04-16 1.46 151862.73 83664.62 16186.11
## 6715 38 2017-04-09 1.50 151364.03 81448.74 17365.30
## 6716 39 2017-04-02 1.64 149669.60 84324.85 16423.70
## 6717 40 2017-03-26 1.62 149813.32 81656.27 16051.23
## 6718 41 2017-03-19 1.56 138402.06 72614.47 15206.97
## 6719 42 2017-03-12 1.55 146196.96 78256.68 17190.82
## 6720 43 2017-03-05 1.56 134582.21 71350.35 16171.12
## 6721 44 2017-02-26 1.16 172502.22 90291.99 20630.64
## 6722 45 2017-02-19 1.23 139949.65 72634.25 18683.75
## 6723 46 2017-02-12 0.90 216367.38 107196.49 33548.36
## 6724 47 2017-02-05 0.74 398543.91 191954.42 65200.84
## 6725 48 2017-01-29 1.11 206654.98 87623.67 29999.87
## 6726 49 2017-01-22 0.91 246514.81 75808.70 50763.51
## 6727 50 2017-01-15 1.16 191122.29 80023.35 30493.69
## 6728 51 2017-01-08 1.15 141693.33 47783.40 23081.48
## 6729 52 2017-01-01 0.81 263730.05 94909.67 46910.39
## 6730 0 2017-12-31 1.04 291922.57 57663.71 111439.26
## 6731 1 2017-12-24 1.24 234520.01 63831.10 66599.45
## 6732 2 2017-12-17 1.03 267987.97 62937.38 102137.37
## 6733 3 2017-12-10 1.03 288441.17 65071.68 94140.95
## 6734 4 2017-12-03 1.01 315521.00 66925.00 127968.00
## 6735 5 2017-11-26 1.16 205033.00 52245.00 75503.00
## 6736 6 2017-11-19 1.13 234265.00 60519.00 77336.00
## 6737 7 2017-11-12 1.06 291325.00 57132.00 110255.00
## 6738 8 2017-11-05 1.12 321534.28 57828.06 121041.61
## 6739 9 2017-10-29 1.29 243340.40 56224.61 94603.45
## 6740 10 2017-10-22 1.37 204094.51 61741.10 74165.15
## 6741 11 2017-10-15 1.45 202735.87 57479.41 76990.78
## 6742 12 2017-10-08 1.64 195455.06 62574.22 60756.44
## 6743 13 2017-10-01 1.61 189529.26 58261.77 67847.94
## 6744 14 2017-09-24 1.61 192284.92 59560.00 62383.75
## 6745 15 2017-09-17 1.58 201028.75 64271.49 63852.15
## 6746 16 2017-09-10 1.49 215393.25 116267.62 26602.41
## 6747 17 2017-09-03 1.53 204091.69 95445.95 29557.08
## 6748 18 2017-08-27 1.48 203947.90 107288.21 26219.44
## 6749 19 2017-08-20 1.26 261684.23 109201.66 44715.50
## 6750 20 2017-08-13 1.18 323793.98 100523.04 68158.20
## 6751 21 2017-08-06 1.30 283779.47 114985.35 53059.42
## 6752 22 2017-07-30 1.29 288905.90 113471.56 46394.92
## 6753 23 2017-07-23 1.28 296887.44 114294.17 62879.45
## 6754 24 2017-07-16 1.22 299858.79 131681.44 54114.55
## 6755 25 2017-07-09 0.99 399827.40 138190.07 54694.89
## 6756 26 2017-07-02 1.06 376795.81 129619.03 48964.77
## 6757 27 2017-06-25 1.03 362489.51 130867.46 49034.77
## 6758 28 2017-06-18 1.01 357696.04 133507.85 55577.57
## 6759 29 2017-06-11 0.99 374211.54 158132.02 51454.31
## 6760 30 2017-06-04 1.05 376990.33 137454.97 53764.53
## 6761 31 2017-05-28 1.06 364486.68 130568.12 50153.97
## 6762 32 2017-05-21 1.02 356922.23 117366.67 63083.52
## 6763 33 2017-05-14 0.98 399525.37 125448.07 75420.31
## 6764 34 2017-05-07 0.94 468975.91 160728.38 76426.47
## 6765 35 2017-04-30 0.95 359011.13 113104.90 65026.20
## 6766 36 2017-04-23 0.84 439665.28 118344.17 81560.68
## 6767 37 2017-04-16 0.93 410849.51 119501.49 58233.45
## 6768 38 2017-04-09 1.04 304603.84 115811.58 40245.44
## 6769 39 2017-04-02 1.04 329722.62 118797.68 41149.92
## 6770 40 2017-03-26 1.02 325734.59 117623.43 43374.75
## 6771 41 2017-03-19 1.02 318004.24 111396.46 43301.14
## 6772 42 2017-03-12 0.99 315445.03 114790.55 38280.91
## 6773 43 2017-03-05 0.96 345889.75 119711.85 49738.25
## 6774 44 2017-02-26 0.89 325905.13 97278.06 57129.17
## 6775 45 2017-02-19 0.93 318600.59 135001.70 40837.72
## 6776 46 2017-02-12 0.72 406866.03 128160.12 59930.14
## 6777 47 2017-02-05 0.54 680234.93 286395.34 121440.60
## 6778 48 2017-01-29 0.93 309146.07 120542.24 45790.67
## 6779 49 2017-01-22 0.79 382850.78 133276.27 64435.68
## 6780 50 2017-01-15 0.78 419687.35 118904.72 80217.63
## 6781 51 2017-01-08 0.81 411218.71 112947.03 77763.79
## 6782 52 2017-01-01 0.77 363865.19 95268.03 75111.35
## 6783 0 2017-12-31 0.88 3212261.75 1368619.91 755743.47
## 6784 1 2017-12-24 1.10 2389829.32 1076720.74 350754.59
## 6785 2 2017-12-17 0.89 3130916.47 1046466.31 1167417.29
## 6786 3 2017-12-10 1.07 2404221.58 1024592.52 396712.41
## 6787 4 2017-12-03 1.01 2615853.00 1177940.00 396804.00
## 6788 5 2017-11-26 1.19 2153918.00 987928.00 327525.00
## 6789 6 2017-11-19 1.14 2391383.00 1042472.00 309130.00
## 6790 7 2017-11-12 1.08 2626121.00 1225567.00 413517.00
## 6791 8 2017-11-05 1.04 2691240.89 1079147.36 743292.73
## 6792 9 2017-10-29 1.09 2850377.20 1085428.83 843048.34
## 6793 10 2017-10-22 1.49 1968638.86 924450.62 360936.46
## 6794 11 2017-10-15 1.67 1779831.36 741758.67 385402.67
## 6795 12 2017-10-08 1.80 1711267.24 753730.08 343707.72
## 6796 13 2017-10-01 1.77 1697028.59 725653.31 335816.39
## 6797 14 2017-09-24 1.75 1760610.46 768658.64 337637.65
## 6798 15 2017-09-17 1.73 1865690.48 837463.16 357662.06
## 6799 16 2017-09-10 1.74 1969051.97 898753.94 359807.34
## 6800 17 2017-09-03 1.61 2176974.29 1050438.58 441327.04
## 6801 18 2017-08-27 1.66 2117126.80 1096036.21 344686.36
## 6802 19 2017-08-20 1.45 2309865.74 1207541.43 324882.97
## 6803 20 2017-08-13 1.19 2832849.85 1412649.35 452871.67
## 6804 21 2017-08-06 1.22 2742628.31 1359069.50 414552.66
## 6805 22 2017-07-30 1.39 2426027.85 1263812.03 399835.58
## 6806 23 2017-07-23 1.38 2484918.32 1266618.54 407573.08
## 6807 24 2017-07-16 1.37 2558156.26 1327685.51 409058.25
## 6808 25 2017-07-09 1.12 3382974.98 1520215.45 437585.10
## 6809 26 2017-07-02 1.07 3507155.74 1521073.33 497356.53
## 6810 27 2017-06-25 0.92 3655667.22 1609002.40 414532.82
## 6811 28 2017-06-18 0.99 3631321.55 1581223.40 480083.42
## 6812 29 2017-06-11 0.99 3390850.94 1280363.31 415143.16
## 6813 30 2017-06-04 0.96 3637220.72 1330141.06 418291.29
## 6814 31 2017-05-28 1.13 3243908.89 1296066.67 466479.64
## 6815 32 2017-05-21 1.14 2921916.66 1169688.69 428611.48
## 6816 33 2017-05-14 0.94 3551402.91 1376168.79 430527.04
## 6817 34 2017-05-07 0.87 4214313.10 1745366.17 583071.39
## 6818 35 2017-04-30 0.99 3299258.02 1329981.71 518018.74
## 6819 36 2017-04-23 1.04 3074226.19 1118405.84 429077.76
## 6820 37 2017-04-16 1.18 2789630.40 1044500.39 455872.03
## 6821 38 2017-04-09 1.01 2993246.61 957440.04 408516.09
## 6822 39 2017-04-02 0.98 3100355.01 975079.42 428361.34
## 6823 40 2017-03-26 1.12 2583323.58 861802.43 418362.30
## 6824 41 2017-03-19 1.11 2737872.14 965781.76 422615.12
## 6825 42 2017-03-12 1.12 2633574.94 974290.82 439065.83
## 6826 43 2017-03-05 0.99 2768930.88 897311.08 518369.51
## 6827 44 2017-02-26 0.82 2935077.50 980146.15 477454.27
## 6828 45 2017-02-19 0.79 3033918.41 1029674.70 493496.38
## 6829 46 2017-02-12 0.64 3625630.64 1181120.66 592688.22
## 6830 47 2017-02-05 0.53 5470227.08 1741607.02 937331.61
## 6831 48 2017-01-29 0.60 4230448.98 1439453.61 741369.62
## 6832 49 2017-01-22 0.62 4215552.57 1715034.11 663032.28
## 6833 50 2017-01-15 0.76 3363407.98 1075572.75 703853.31
## 6834 51 2017-01-08 0.89 3120961.67 969758.40 692908.87
## 6835 52 2017-01-01 0.84 3551337.17 1223299.39 829896.69
## 6836 0 2017-12-31 0.87 117941.49 26048.65 34289.02
## 6837 1 2017-12-24 1.18 80024.09 6596.13 28324.60
## 6838 2 2017-12-17 1.07 80191.11 6894.24 28129.43
## 6839 3 2017-12-10 1.01 100072.52 6065.04 37048.51
## 6840 4 2017-12-03 1.11 108947.00 2489.00 52286.00
## 6841 5 2017-11-26 1.45 53796.00 1858.00 22808.00
## 6842 6 2017-11-19 1.18 79284.00 2182.00 33869.00
## 6843 7 2017-11-12 1.14 100811.00 3181.00 43510.00
## 6844 8 2017-11-05 1.18 86085.33 3045.35 37125.60
## 6845 9 2017-10-29 1.23 102915.21 3751.03 44115.78
## 6846 10 2017-10-22 1.70 62179.04 3538.09 25086.52
## 6847 11 2017-10-15 1.79 60616.52 3403.65 25005.30
## 6848 12 2017-10-08 1.98 52865.97 4093.28 17191.20
## 6849 13 2017-10-01 1.89 62180.50 3158.20 25612.00
## 6850 14 2017-09-24 1.88 59540.52 2256.64 25575.25
## 6851 15 2017-09-17 1.73 68830.07 2265.55 31173.61
## 6852 16 2017-09-10 1.65 78604.92 2337.33 34553.13
## 6853 17 2017-09-03 1.64 80371.08 2707.25 35073.50
## 6854 18 2017-08-27 1.62 80466.47 3038.11 33674.56
## 6855 19 2017-08-20 1.56 88644.49 2852.34 35594.01
## 6856 20 2017-08-13 1.38 93447.51 2736.38 37308.97
## 6857 21 2017-08-06 1.30 95140.94 2317.10 37610.34
## 6858 22 2017-07-30 1.30 90428.76 2384.77 33397.53
## 6859 23 2017-07-23 1.37 92486.04 2203.65 37670.64
## 6860 24 2017-07-16 1.44 87217.20 3058.87 41177.44
## 6861 25 2017-07-09 1.01 124946.18 2696.41 45861.16
## 6862 26 2017-07-02 1.02 113658.98 2605.69 47985.11
## 6863 27 2017-06-25 0.97 114003.27 2137.42 43420.23
## 6864 28 2017-06-18 1.06 104369.68 2581.61 49620.17
## 6865 29 2017-06-11 1.04 112253.93 2251.92 46391.41
## 6866 30 2017-06-04 1.06 121602.81 2191.20 48994.64
## 6867 31 2017-05-28 1.08 111487.07 2098.77 48808.39
## 6868 32 2017-05-21 1.10 104440.16 2090.74 51642.32
## 6869 33 2017-05-14 1.27 82244.67 2266.19 37229.40
## 6870 34 2017-05-07 1.06 135486.52 2467.22 57992.66
## 6871 35 2017-04-30 1.26 93663.48 2431.03 48499.45
## 6872 36 2017-04-23 1.17 93502.86 2091.62 42839.29
## 6873 37 2017-04-16 1.22 100089.52 2109.81 47637.85
## 6874 38 2017-04-09 1.20 89926.02 2222.25 43333.76
## 6875 39 2017-04-02 1.15 96962.69 2228.91 43114.54
## 6876 40 2017-03-26 1.11 100036.14 2435.42 46979.43
## 6877 41 2017-03-19 1.29 74388.06 1883.85 44133.45
## 6878 42 2017-03-12 1.18 85005.19 2122.02 42103.02
## 6879 43 2017-03-05 0.99 101061.01 1914.78 49340.20
## 6880 44 2017-02-26 0.95 106098.37 2181.83 59928.42
## 6881 45 2017-02-19 0.94 94778.79 1979.99 41851.86
## 6882 46 2017-02-12 0.75 131965.58 2078.54 58269.96
## 6883 47 2017-02-05 0.91 126829.29 2214.61 74680.70
## 6884 48 2017-01-29 0.94 116309.90 2082.57 55703.27
## 6885 49 2017-01-22 0.94 127597.75 2407.87 66870.27
## 6886 50 2017-01-15 1.06 89361.43 2069.09 43683.90
## 6887 51 2017-01-08 0.86 118310.74 2489.41 55251.90
## 6888 52 2017-01-01 0.77 110696.17 1692.13 60441.72
## 6889 0 2017-12-31 1.17 728998.69 499352.88 74265.81
## 6890 1 2017-12-24 1.45 506569.10 336796.77 44094.52
## 6891 2 2017-12-17 1.01 660737.83 449484.96 63179.34
## 6892 3 2017-12-10 1.03 713866.00 484033.33 71985.61
## 6893 4 2017-12-03 1.35 550215.00 358080.00 50526.00
## 6894 5 2017-11-26 1.45 464647.00 302437.00 44200.00
## 6895 6 2017-11-19 1.23 642013.00 418092.00 65920.00
## 6896 7 2017-11-12 1.42 513109.00 336664.00 51672.00
## 6897 8 2017-11-05 1.53 463170.50 314039.49 47476.82
## 6898 9 2017-10-29 1.22 674788.56 450543.04 71919.22
## 6899 10 2017-10-22 1.59 558315.26 378185.30 61183.38
## 6900 11 2017-10-15 1.79 472074.73 324877.96 49047.42
## 6901 12 2017-10-08 1.92 455831.94 302210.81 44414.13
## 6902 13 2017-10-01 2.04 399836.65 254127.88 48863.68
## 6903 14 2017-09-24 1.93 408851.65 291020.95 42336.40
## 6904 15 2017-09-17 1.84 409206.24 278164.17 53156.30
## 6905 16 2017-09-10 1.81 362581.90 266569.88 34078.89
## 6906 17 2017-09-03 1.98 465051.74 323445.92 50947.85
## 6907 18 2017-08-27 1.65 450204.59 302627.69 49717.50
## 6908 19 2017-08-20 1.70 468514.70 317677.27 56349.59
## 6909 20 2017-08-13 1.51 568797.63 383486.57 70899.96
## 6910 21 2017-08-06 1.48 501154.94 341186.45 64789.85
## 6911 22 2017-07-30 1.46 501001.78 342501.26 62144.33
## 6912 23 2017-07-23 1.47 546833.62 374063.45 67585.09
## 6913 24 2017-07-16 1.48 523617.87 367930.59 65180.09
## 6914 25 2017-07-09 1.43 550195.13 371243.58 67379.10
## 6915 26 2017-07-02 1.44 627569.42 419259.34 76464.05
## 6916 27 2017-06-25 1.43 539847.30 349940.70 66569.13
## 6917 28 2017-06-18 1.52 505828.46 311873.22 66760.95
## 6918 29 2017-06-11 1.48 696603.38 447672.96 88004.23
## 6919 30 2017-06-04 1.49 687913.86 449727.40 85907.47
## 6920 31 2017-05-28 1.45 645768.88 403556.09 74337.63
## 6921 32 2017-05-21 1.49 605721.02 383030.29 75985.14
## 6922 33 2017-05-14 1.50 594781.35 373017.97 71834.66
## 6923 34 2017-05-07 1.17 910239.07 569792.16 130126.67
## 6924 35 2017-04-30 1.26 832704.20 511842.97 127586.28
## 6925 36 2017-04-23 1.51 556944.14 333198.36 78525.35
## 6926 37 2017-04-16 1.50 533442.27 329067.90 75100.84
## 6927 38 2017-04-09 1.54 494093.73 312737.23 74502.99
## 6928 39 2017-04-02 1.71 493610.85 299394.50 74726.71
## 6929 40 2017-03-26 1.71 498987.31 297987.32 79372.45
## 6930 41 2017-03-19 1.62 520937.75 297627.53 79475.12
## 6931 42 2017-03-12 1.70 473865.59 286726.08 80308.24
## 6932 43 2017-03-05 1.67 464210.89 273177.19 78151.22
## 6933 44 2017-02-26 1.26 553803.50 328098.98 90099.40
## 6934 45 2017-02-19 1.35 468266.51 262617.90 89037.77
## 6935 46 2017-02-12 0.97 804977.39 462514.53 171782.76
## 6936 47 2017-02-05 0.87 1254201.12 689710.71 281503.40
## 6937 48 2017-01-29 1.30 609721.18 271896.48 128996.33
## 6938 49 2017-01-22 1.05 793514.22 308899.67 230819.58
## 6939 50 2017-01-15 1.34 588482.19 251140.35 125991.87
## 6940 51 2017-01-08 1.40 522278.22 209904.22 121128.25
## 6941 52 2017-01-01 0.98 787406.10 309692.08 199635.67
## 6942 0 2017-12-31 0.96 3777193.46 937259.75 1398684.02
## 6943 1 2017-12-24 1.26 2494315.29 589482.87 939519.27
## 6944 2 2017-12-17 1.23 2483817.57 586473.42 918892.91
## 6945 3 2017-12-10 1.07 3370521.81 728666.15 1219626.41
## 6946 4 2017-12-03 1.18 3003104.00 755828.00 1275665.00
## 6947 5 2017-11-26 1.33 2200251.00 488106.00 903101.00
## 6948 6 2017-11-19 1.30 2462798.00 567752.00 938850.00
## 6949 7 2017-11-12 1.33 2631186.00 670773.00 1022489.00
## 6950 8 2017-11-05 1.28 2880937.37 797195.70 1081492.86
## 6951 9 2017-10-29 1.41 2661899.80 639486.72 1075382.15
## 6952 10 2017-10-22 1.56 2380544.44 537789.18 1026119.76
## 6953 11 2017-10-15 1.63 2395914.69 529662.41 1066264.19
## 6954 12 2017-10-08 1.72 2133166.39 515353.83 852450.97
## 6955 13 2017-10-01 1.64 2443800.39 484618.58 1130202.23
## 6956 14 2017-09-24 1.60 2466210.08 494295.13 1150979.86
## 6957 15 2017-09-17 1.55 2466838.85 512068.16 1116827.87
## 6958 16 2017-09-10 1.56 2428140.05 466611.07 1074163.59
## 6959 17 2017-09-03 1.54 2561783.52 512114.91 1135717.01
## 6960 18 2017-08-27 1.50 2617107.98 577443.09 1071863.58
## 6961 19 2017-08-20 1.41 2865414.36 613834.15 1140930.95
## 6962 20 2017-08-13 1.37 2902604.84 595916.46 1267014.94
## 6963 21 2017-08-06 1.34 2907563.95 601191.03 1272881.65
## 6964 22 2017-07-30 1.34 2817091.62 613040.11 1200263.60
## 6965 23 2017-07-23 1.34 2886538.37 613826.71 1240751.66
## 6966 24 2017-07-16 1.34 2827404.11 566734.82 1217131.68
## 6967 25 2017-07-09 1.29 3173372.45 643600.31 1287442.95
## 6968 26 2017-07-02 1.26 3218961.84 663114.75 1257956.68
## 6969 27 2017-06-25 1.27 3147519.14 673327.18 1319522.05
## 6970 28 2017-06-18 1.34 3032871.22 600416.38 1348477.92
## 6971 29 2017-06-11 1.34 3150788.24 640517.27 1365909.57
## 6972 30 2017-06-04 1.43 3212276.31 699461.68 1357927.08
## 6973 31 2017-05-28 1.38 3380161.63 750399.45 1352784.05
## 6974 32 2017-05-21 1.34 3232304.82 740206.13 1308057.07
## 6975 33 2017-05-14 1.31 3047596.25 721743.92 1036404.83
## 6976 34 2017-05-07 1.19 4372728.72 926758.39 1699122.93
## 6977 35 2017-04-30 1.38 3291328.16 771445.46 1301500.70
## 6978 36 2017-04-23 1.40 3060395.83 617149.84 1225887.12
## 6979 37 2017-04-16 1.43 2965083.46 618949.71 1222427.88
## 6980 38 2017-04-09 1.39 2990138.08 650949.77 1221294.08
## 6981 39 2017-04-02 1.30 3350938.53 670531.47 1325656.97
## 6982 40 2017-03-26 1.33 3162600.85 673395.80 1328645.97
## 6983 41 2017-03-19 1.35 2933076.38 607103.98 1325162.91
## 6984 42 2017-03-12 1.33 3059010.05 718846.39 1306320.17
## 6985 43 2017-03-05 1.14 3397985.84 737562.33 1432039.90
## 6986 44 2017-02-26 1.20 3310530.37 689256.50 1618434.51
## 6987 45 2017-02-19 1.19 2929351.67 665322.17 1215056.58
## 6988 46 2017-02-12 1.07 3403723.66 936823.61 1373680.54
## 6989 47 2017-02-05 0.95 4703681.01 1220323.46 2257429.97
## 6990 48 2017-01-29 1.22 3151000.47 740797.00 1363481.75
## 6991 49 2017-01-22 1.17 3394184.15 737948.84 1519035.24
## 6992 50 2017-01-15 1.23 3034320.24 693675.19 1293221.45
## 6993 51 2017-01-08 1.11 3454819.97 777266.14 1624949.84
## 6994 52 2017-01-01 1.12 2878967.54 653896.00 1285364.27
## 6995 0 2017-12-31 0.81 258729.83 159028.54 10137.80
## 6996 1 2017-12-24 1.04 182002.85 96258.83 6816.80
## 6997 2 2017-12-17 0.91 197844.12 97643.53 7363.32
## 6998 3 2017-12-10 0.90 239587.94 123093.48 7029.89
## 6999 4 2017-12-03 1.01 229337.00 123038.00 8062.00
## 7000 5 2017-11-26 1.08 159826.00 83217.00 6254.00
## 7001 6 2017-11-19 1.02 188444.00 104128.00 6946.00
## 7002 7 2017-11-12 1.07 202631.00 121879.00 7035.00
## 7003 8 2017-11-05 1.02 229240.49 144908.02 8243.13
## 7004 9 2017-10-29 1.14 217723.59 125954.95 9477.04
## 7005 10 2017-10-22 1.41 167135.85 97915.36 9503.17
## 7006 11 2017-10-15 1.57 161020.39 87209.67 10227.66
## 7007 12 2017-10-08 1.76 140968.03 77117.26 4016.38
## 7008 13 2017-10-01 1.70 154956.62 73759.23 21324.74
## 7009 14 2017-09-24 1.66 159412.07 74533.49 22831.21
## 7010 15 2017-09-17 1.48 167440.24 70892.31 29793.52
## 7011 16 2017-09-10 1.42 176082.45 72427.91 37438.94
## 7012 17 2017-09-03 1.34 188701.54 76965.28 42751.23
## 7013 18 2017-08-27 1.28 184465.49 82465.35 40038.54
## 7014 19 2017-08-20 1.07 261757.88 114191.45 37848.66
## 7015 20 2017-08-13 1.05 268655.66 124290.96 38810.91
## 7016 21 2017-08-06 1.13 243526.27 106178.67 36727.83
## 7017 22 2017-07-30 1.14 217774.89 106460.13 29771.49
## 7018 23 2017-07-23 1.21 211384.21 95944.35 32144.65
## 7019 24 2017-07-16 1.18 212210.95 93140.13 32246.58
## 7020 25 2017-07-09 0.99 267296.70 101167.78 35679.18
## 7021 26 2017-07-02 0.96 281067.39 112545.01 39946.64
## 7022 27 2017-06-25 0.90 287217.67 114569.65 47014.32
## 7023 28 2017-06-18 1.00 260893.43 108420.61 33689.09
## 7024 29 2017-06-11 1.13 218540.28 107489.08 23109.92
## 7025 30 2017-06-04 1.07 269102.17 133059.17 12467.64
## 7026 31 2017-05-28 0.97 282671.14 149461.62 7592.89
## 7027 32 2017-05-21 0.99 259151.84 139176.17 7391.96
## 7028 33 2017-05-14 1.02 225323.91 124825.70 7630.50
## 7029 34 2017-05-07 0.84 368796.80 169743.69 12217.82
## 7030 35 2017-04-30 0.99 286322.22 147000.26 11874.45
## 7031 36 2017-04-23 1.10 226088.30 109053.98 8877.76
## 7032 37 2017-04-16 1.09 230566.12 111412.23 9801.87
## 7033 38 2017-04-09 1.03 251089.69 110090.84 10197.45
## 7034 39 2017-04-02 0.95 281438.76 122671.42 10966.77
## 7035 40 2017-03-26 0.91 276732.88 135016.05 10773.00
## 7036 41 2017-03-19 0.96 228023.12 110762.28 10019.64
## 7037 42 2017-03-12 0.75 261830.38 154343.07 10155.12
## 7038 43 2017-03-05 0.60 379324.44 174849.76 10907.30
## 7039 44 2017-02-26 0.88 216226.59 121849.81 13162.21
## 7040 45 2017-02-19 0.82 225664.23 113867.81 12392.24
## 7041 46 2017-02-12 0.66 271393.50 139708.54 30102.92
## 7042 47 2017-02-05 0.68 377719.70 182395.78 43116.96
## 7043 48 2017-01-29 0.93 238392.73 109656.49 20938.22
## 7044 49 2017-01-22 0.87 251189.52 112820.57 30481.58
## 7045 50 2017-01-15 0.89 251914.74 109163.63 20522.38
## 7046 51 2017-01-08 0.84 255094.17 126438.73 17389.25
## 7047 52 2017-01-01 0.73 249074.81 112089.34 27327.66
## 7048 0 2017-12-31 1.06 262281.64 164147.55 23239.77
## 7049 1 2017-12-24 1.14 224869.91 127281.43 14372.70
## 7050 2 2017-12-17 1.03 251753.79 151885.76 18381.27
## 7051 3 2017-12-10 1.06 251601.16 144316.93 21840.90
## 7052 4 2017-12-03 0.97 266547.00 163448.00 19343.00
## 7053 5 2017-11-26 1.27 176817.00 96043.00 12239.00
## 7054 6 2017-11-19 1.27 207295.00 118191.00 14363.00
## 7055 7 2017-11-12 1.11 292987.00 176864.00 25045.00
## 7056 8 2017-11-05 1.32 225563.40 131134.51 19876.07
## 7057 9 2017-10-29 1.11 277437.66 169106.09 21885.18
## 7058 10 2017-10-22 1.26 269443.25 159833.64 24349.84
## 7059 11 2017-10-15 1.46 227947.46 135384.25 18515.33
## 7060 12 2017-10-08 1.34 328829.92 207980.89 24630.11
## 7061 13 2017-10-01 1.72 227535.41 132184.69 21112.28
## 7062 14 2017-09-24 1.70 205976.51 129861.05 22072.72
## 7063 15 2017-09-17 1.62 219275.21 136981.14 25106.49
## 7064 16 2017-09-10 1.62 217336.35 123071.39 24260.85
## 7065 17 2017-09-03 1.57 227168.31 129857.31 26734.97
## 7066 18 2017-08-27 1.46 229748.30 133655.24 27697.42
## 7067 19 2017-08-20 1.46 226946.53 128287.97 25042.77
## 7068 20 2017-08-13 1.39 236698.78 130628.39 30558.86
## 7069 21 2017-08-06 1.33 240983.48 130001.44 34141.47
## 7070 22 2017-07-30 1.40 246036.68 142551.37 30114.36
## 7071 23 2017-07-23 1.39 262774.91 155838.78 38067.91
## 7072 24 2017-07-16 1.32 232912.36 120631.11 29406.15
## 7073 25 2017-07-09 1.26 267928.19 156935.51 23221.13
## 7074 26 2017-07-02 1.27 302052.69 177146.52 24028.95
## 7075 27 2017-06-25 1.30 293079.22 168867.39 19760.58
## 7076 28 2017-06-18 1.29 287734.91 177973.04 25893.61
## 7077 29 2017-06-11 1.32 312695.00 187011.15 31940.35
## 7078 30 2017-06-04 1.38 256543.43 158511.61 25352.42
## 7079 31 2017-05-28 1.39 293608.21 182795.19 30514.83
## 7080 32 2017-05-21 1.36 252110.25 155348.21 27177.19
## 7081 33 2017-05-14 1.35 241194.43 139087.23 25294.95
## 7082 34 2017-05-07 1.02 423839.41 261367.48 53102.06
## 7083 35 2017-04-30 1.32 301447.98 193112.77 28592.77
## 7084 36 2017-04-23 1.35 227634.47 134821.90 21723.74
## 7085 37 2017-04-16 1.27 268722.38 156177.03 33661.51
## 7086 38 2017-04-09 1.34 235686.80 134722.14 26489.36
## 7087 39 2017-04-02 1.37 243155.13 137881.46 33317.61
## 7088 40 2017-03-26 1.38 236515.28 133157.90 29086.58
## 7089 41 2017-03-19 1.32 231348.89 130993.69 32649.16
## 7090 42 2017-03-12 1.32 239083.77 145739.86 25219.09
## 7091 43 2017-03-05 1.13 254912.18 134356.15 50228.72
## 7092 44 2017-02-26 0.98 307637.26 190219.99 30519.39
## 7093 45 2017-02-19 1.11 220338.25 123639.40 24706.23
## 7094 46 2017-02-12 0.90 276002.68 160040.82 30195.68
## 7095 47 2017-02-05 0.61 633235.06 400599.94 80089.33
## 7096 48 2017-01-29 0.97 344239.35 208314.95 36546.78
## 7097 49 2017-01-22 1.06 267331.27 138670.15 34757.27
## 7098 50 2017-01-15 1.01 291083.26 171326.01 35657.65
## 7099 51 2017-01-08 1.10 230884.67 124108.53 31296.37
## 7100 52 2017-01-01 0.81 318672.94 175385.65 42839.67
## 7101 0 2017-12-31 1.33 1201219.44 36680.16 816261.84
## 7102 1 2017-12-24 1.34 1233461.89 36684.62 791089.36
## 7103 2 2017-12-17 1.41 1181560.33 35511.18 661369.74
## 7104 3 2017-12-10 1.14 2390308.58 48483.07 1906061.15
## 7105 4 2017-12-03 1.41 1191930.00 42352.00 652690.00
## 7106 5 2017-11-26 1.42 1210256.00 39943.00 696301.00
## 7107 6 2017-11-19 1.37 1335298.00 47063.00 654065.00
## 7108 7 2017-11-12 1.52 1122350.00 51661.00 667319.00
## 7109 8 2017-11-05 1.41 1319642.14 61830.21 632293.37
## 7110 9 2017-10-29 1.57 1217806.97 74423.50 788262.18
## 7111 10 2017-10-22 1.54 1253047.60 71422.68 788731.96
## 7112 11 2017-10-15 1.68 1176751.31 75694.79 747793.74
## 7113 12 2017-10-08 1.69 1105462.53 75444.57 669974.98
## 7114 13 2017-10-01 1.67 1201890.84 83287.52 707902.58
## 7115 14 2017-09-24 1.65 1178504.26 77197.18 716125.04
## 7116 15 2017-09-17 1.61 1154925.12 71450.66 693111.36
## 7117 16 2017-09-10 1.61 1150959.10 76107.84 681320.36
## 7118 17 2017-09-03 1.80 1077993.21 72172.99 630743.85
## 7119 18 2017-08-27 1.81 1100987.66 73400.68 639876.64
## 7120 19 2017-08-20 1.75 1057188.97 72101.32 582403.53
## 7121 20 2017-08-13 1.58 1267239.35 64027.77 686338.23
## 7122 21 2017-08-06 1.56 1277419.69 59767.30 821262.42
## 7123 22 2017-07-30 1.52 1306226.34 63098.74 856414.09
## 7124 23 2017-07-23 1.55 1306877.98 63537.04 830714.94
## 7125 24 2017-07-16 1.57 1327763.45 71450.18 859372.14
## 7126 25 2017-07-09 1.63 1442667.56 82965.35 800414.02
## 7127 26 2017-07-02 1.72 1304560.72 56685.05 733184.24
## 7128 27 2017-06-25 1.47 1521598.08 53675.18 1060721.23
## 7129 28 2017-06-18 1.82 1242160.85 55732.76 765117.64
## 7130 29 2017-06-11 1.74 1374185.78 54293.79 753430.43
## 7131 30 2017-06-04 1.83 1335461.36 51740.89 834879.59
## 7132 31 2017-05-28 1.75 1451146.59 52861.92 824445.19
## 7133 32 2017-05-21 1.80 1298242.54 54128.18 817106.16
## 7134 33 2017-05-14 1.75 1387420.96 51358.70 797684.64
## 7135 34 2017-05-07 1.65 1746824.60 56814.61 920313.85
## 7136 35 2017-04-30 1.84 1228100.25 48042.72 808258.75
## 7137 36 2017-04-23 1.68 1247609.13 45532.93 838408.44
## 7138 37 2017-04-16 1.76 1222890.71 38975.10 775310.37
## 7139 38 2017-04-09 1.75 1277721.97 37746.37 775729.89
## 7140 39 2017-04-02 1.74 1221327.78 36138.61 791416.43
## 7141 40 2017-03-26 1.72 1154893.52 28449.94 717035.68
## 7142 41 2017-03-19 1.70 1155875.16 16705.37 737596.20
## X4770 Total.Bags Small.Bags Large.Bags XLarge.Bags
## 1 48.16 8696.87 8603.62 93.25 0.00
## 2 58.33 9505.56 9408.07 97.49 0.00
## 3 130.50 8145.35 8042.21 103.14 0.00
## 4 72.58 5811.16 5677.40 133.76 0.00
## 5 75.78 6183.95 5986.26 197.69 0.00
## 6 43.61 6683.91 6556.47 127.44 0.00
## 7 93.26 8318.86 8196.81 122.05 0.00
## 8 80.00 6829.22 6266.85 562.37 0.00
## 9 85.34 11388.36 11104.53 283.83 0.00
## 10 113.00 8625.92 8061.47 564.45 0.00
## 11 117.07 8205.66 7877.86 327.80 0.00
## 12 105.32 10123.90 9866.27 257.63 0.00
## 13 101.36 8756.75 8379.98 376.77 0.00
## 14 154.84 6034.46 5888.87 145.59 0.00
## 15 150.50 9267.36 8489.10 778.26 0.00
## 16 142.00 9286.68 8665.19 621.49 0.00
## 17 240.79 7990.10 7762.87 227.23 0.00
## 18 335.43 10306.73 10218.93 87.80 0.00
## 19 444.78 10880.36 10745.79 134.57 0.00
## 20 394.90 10443.22 10297.68 145.54 0.00
## 21 368.95 9225.89 9116.34 109.55 0.00
## 22 741.08 11847.02 11768.52 78.50 0.00
## 23 966.61 13192.69 13061.53 131.16 0.00
## 24 2238.02 11287.48 11103.49 183.99 0.00
## 25 4257.64 24431.90 24290.08 108.49 33.33
## 26 5883.16 29898.96 29663.19 235.77 0.00
## 27 4662.71 26662.08 26311.76 350.32 0.00
## 28 5481.18 21875.65 21662.00 213.65 0.00
## 29 4377.19 29002.59 28343.14 659.45 0.00
## 30 90.32 22775.21 22314.99 460.22 0.00
## 31 50.55 23681.01 23222.49 458.52 0.00
## 32 58.70 29355.13 28761.81 593.32 0.00
## 33 94.32 26657.44 26285.43 372.01 0.00
## 34 185.66 16821.30 16535.55 285.75 0.00
## 35 217.24 12570.51 12201.95 368.56 0.00
## 36 89.62 12778.44 12076.83 701.61 0.00
## 37 47.15 14301.92 13602.97 698.95 0.00
## 38 21.50 17104.37 16438.49 665.88 0.00
## 39 93.76 10728.94 9869.16 755.61 104.17
## 40 89.50 7684.08 7208.49 475.59 0.00
## 41 141.80 9749.66 9252.60 497.06 0.00
## 42 99.67 10370.69 9989.59 381.10 0.00
## 43 159.05 9181.99 8827.55 354.44 0.00
## 44 181.49 9151.45 8986.06 165.39 0.00
## 45 151.00 9379.54 9000.16 379.38 0.00
## 46 222.42 10313.03 9979.87 333.16 0.00
## 47 163.25 10621.54 10113.10 508.44 0.00
## 48 179.32 9323.18 9170.82 152.36 0.00
## 49 164.14 10845.82 10103.35 742.47 0.00
## 50 135.77 11921.05 11651.09 269.96 0.00
## 51 127.12 8424.77 8036.04 388.73 0.00
## 52 49.90 9716.46 9186.93 529.53 0.00
## 53 297.90 66354.31 48605.95 17748.36 0.00
## 54 103.06 58797.87 46930.26 11867.61 0.00
## 55 275.80 61545.31 38903.57 22628.21 13.53
## 56 181.92 50690.04 37032.67 13654.66 2.71
## 57 307.83 53794.68 33031.72 20738.55 24.41
## 58 501.16 56382.08 36992.30 19389.78 0.00
## 59 455.97 47046.48 33656.42 13390.06 0.00
## 60 488.24 48628.65 35662.93 12941.12 24.60
## 61 252.79 65398.38 39460.77 25929.39 8.22
## 62 304.36 56751.46 31826.88 24924.58 0.00
## 63 291.22 60339.19 36884.35 23454.84 0.00
## 64 599.71 86294.11 41159.96 45134.15 0.00
## 65 644.43 59460.41 14875.64 44584.77 0.00
## 66 680.80 45662.30 20533.87 25125.65 2.78
## 67 1349.41 86201.96 33698.43 52442.25 61.28
## 68 714.93 75983.02 46290.32 29678.76 13.94
## 69 911.25 94436.19 49833.55 44549.67 52.97
## 70 1034.09 61281.24 47138.07 14112.50 30.67
## 71 950.09 57418.09 45534.11 11883.98 0.00
## 72 1424.96 59216.90 45068.25 14148.65 0.00
## 73 4251.74 67472.20 45820.45 21568.48 83.27
## 74 3515.48 53888.32 42126.47 11720.30 41.55
## 75 708.00 57210.66 45114.22 12096.44 0.00
## 76 1982.03 61292.37 45099.87 16192.50 0.00
## 77 867.46 58303.85 46023.59 12280.26 0.00
## 78 848.55 70560.49 50684.74 19851.00 24.75
## 79 816.56 65342.19 52099.76 13108.03 134.40
## 80 678.40 74542.11 55484.76 19010.81 46.54
## 81 471.72 61261.44 48612.13 12578.28 71.03
## 82 738.68 72290.28 50954.84 21329.99 5.45
## 83 522.81 51735.02 40505.16 11199.95 29.91
## 84 1260.80 56539.87 33867.00 22651.15 21.72
## 85 838.68 45392.29 33710.20 11682.09 0.00
## 86 1089.33 46668.26 34108.44 12559.82 0.00
## 87 1059.73 66181.63 32520.82 33660.81 0.00
## 88 1041.78 41511.84 31315.29 10196.55 0.00
## 89 873.24 43342.60 29661.72 13680.88 0.00
## 90 219.14 50884.32 25833.07 25051.25 0.00
## 91 374.51 45037.12 28612.48 16289.92 134.72
## 92 261.01 43780.25 29313.92 14466.33 0.00
## 93 304.89 62275.10 40495.12 21766.54 13.44
## 94 310.70 46575.23 34911.70 11625.94 37.59
## 95 236.97 43241.42 33847.33 9394.09 0.00
## 96 347.78 49456.96 32180.90 17273.38 2.68
## 97 237.47 43430.04 33423.74 10006.30 0.00
## 98 638.18 44885.92 26727.66 18158.26 0.00
## 99 524.85 38940.18 18044.41 20895.77 0.00
## 100 294.94 51694.49 10553.73 41140.76 0.00
## 101 594.25 36612.16 13176.39 23435.77 0.00
## 102 511.69 40040.48 16782.71 23257.77 0.00
## 103 1135.18 47038.08 21309.61 25728.47 0.00
## 104 82.15 46815.79 16707.15 30108.64 0.00
## 105 17353.79 144911.10 142543.88 2367.22 0.00
## 106 19112.14 144238.07 141751.91 2486.16 0.00
## 107 24291.20 150966.28 149070.40 1895.88 0.00
## 108 25760.49 118664.97 117112.77 1552.20 0.00
## 109 20147.53 105468.28 103615.95 1852.33 0.00
## 110 23343.49 121670.73 119007.61 2663.12 0.00
## 111 37990.29 129760.36 125297.67 4462.69 0.00
## 112 51035.04 144840.21 138777.63 6062.58 0.00
## 113 58615.76 157925.70 152716.40 5209.30 0.00
## 114 49085.74 156128.69 149987.55 6141.14 0.00
## 115 49171.33 151925.64 146421.02 5504.62 0.00
## 116 58490.10 168354.42 163669.01 4685.41 0.00
## 117 42257.73 172234.02 167494.61 4739.41 0.00
## 118 59018.61 151893.12 146792.81 5100.31 0.00
## 119 45336.12 174029.62 168889.78 5139.84 0.00
## 120 42270.47 151499.56 145686.02 5813.54 0.00
## 121 68180.35 168970.84 165696.58 3268.72 5.54
## 122 42754.34 185304.24 181968.79 3158.90 176.55
## 123 47216.18 178376.77 175047.15 3060.44 269.18
## 124 43102.61 155975.35 153156.63 2796.82 21.90
## 125 42933.87 164862.89 161564.81 3298.08 0.00
## 126 44749.58 166728.92 163667.68 3061.24 0.00
## 127 45010.81 178660.25 174774.80 3880.04 5.41
## 128 50319.84 200713.09 196837.60 3862.02 13.47
## 129 50679.01 193887.17 189236.32 4406.05 244.80
## 130 56044.51 206108.89 200097.99 5890.57 120.33
## 131 51109.85 211564.63 207378.09 4022.51 164.03
## 132 51952.74 224622.73 220904.35 3488.37 230.01
## 133 48344.86 249197.18 244982.26 3668.30 546.62
## 134 43720.95 225052.84 221165.85 3626.41 260.58
## 135 45832.80 217785.55 211787.29 5730.22 268.04
## 136 49808.51 234503.17 228842.95 5548.94 111.28
## 137 44840.98 227331.17 222163.10 5152.19 15.88
## 138 44390.54 224519.06 215572.03 8947.03 0.00
## 139 77537.43 209686.17 201874.28 7767.45 44.44
## 140 39942.57 218351.80 212064.73 6184.29 102.78
## 141 42125.28 225627.29 219885.88 5741.41 0.00
## 142 42270.76 201392.01 196076.34 5315.67 0.00
## 143 41867.08 191339.73 184109.06 6357.06 873.61
## 144 43759.68 163768.62 158964.08 4804.54 0.00
## 145 42381.39 176385.62 171699.95 4685.67 0.00
## 146 46596.22 197864.76 193130.90 4733.86 0.00
## 147 42267.91 192522.26 188374.49 4147.77 0.00
## 148 40241.65 171961.07 168224.20 3736.87 0.00
## 149 62611.61 190762.55 186976.97 3785.58 0.00
## 150 45900.05 179990.18 174864.87 5125.31 0.00
## 151 37437.32 180932.96 175771.39 5161.57 0.00
## 152 83652.48 164589.36 159916.87 4672.49 0.00
## 153 39488.95 217350.64 209761.81 7588.83 0.00
## 154 40576.08 173858.50 169390.88 4467.62 0.00
## 155 42526.96 155406.52 151330.87 4075.65 0.00
## 156 39995.03 141136.68 137146.07 3990.61 0.00
## 157 5894.40 23561.10 23520.19 5.69 35.22
## 158 7393.84 21935.90 21900.35 11.43 24.12
## 159 6458.44 21868.27 21842.87 4.44 20.96
## 160 4086.26 43091.60 42734.53 0.00 357.07
## 161 6031.49 16057.99 15860.63 0.00 197.36
## 162 6662.80 17547.95 17530.67 4.32 12.96
## 163 6502.37 25635.41 25200.25 8.65 426.51
## 164 6285.73 12999.91 12777.83 119.79 102.29
## 165 6428.27 12362.73 12331.82 0.00 30.91
## 166 6551.57 13711.48 13660.98 0.00 50.50
## 167 6586.27 8921.26 8918.00 0.00 3.26
## 168 7604.48 13769.64 13543.47 185.46 40.71
## 169 7551.63 5968.42 5462.15 504.65 1.62
## 170 3663.30 7763.11 7596.64 160.00 6.47
## 171 6640.07 10893.80 10601.02 273.41 19.37
## 172 6593.46 7482.65 7482.65 0.00 0.00
## 173 7991.75 6936.04 6934.43 0.00 1.61
## 174 7922.58 5440.56 5440.56 0.00 0.00
## 175 4433.12 7420.09 7420.09 0.00 0.00
## 176 6457.21 6096.91 6090.51 0.00 6.40
## 177 3931.19 7582.25 7568.92 13.33 0.00
## 178 5435.36 6036.39 5987.50 48.89 0.00
## 179 5479.57 6511.85 6358.04 153.81 0.00
## 180 5565.17 7170.97 6354.45 816.52 0.00
## 181 7474.40 9571.92 8335.04 1236.88 0.00
## 182 8434.98 6637.61 6557.06 80.55 0.00
## 183 3974.75 5621.07 5619.44 0.00 1.63
## 184 5875.85 7286.27 7021.56 0.00 264.71
## 185 3135.99 7800.04 7800.04 0.00 0.00
## 186 6655.69 5612.56 5603.80 8.76 0.00
## 187 4028.30 7866.15 7860.31 5.84 0.00
## 188 6037.23 7507.26 7469.51 0.00 37.75
## 189 2919.87 6354.01 6345.82 0.00 8.19
## 190 7891.16 9495.53 9453.06 0.00 42.47
## 191 4289.72 6354.81 6349.93 0.00 4.88
## 192 3401.65 7179.45 7174.60 0.00 4.85
## 193 3260.22 7960.22 7953.80 0.00 6.42
## 194 7523.01 5747.78 5747.78 0.00 0.00
## 195 3790.38 6513.78 6510.61 0.00 3.17
## 196 3101.98 4789.54 4789.54 0.00 0.00
## 197 7290.24 3311.77 3311.77 0.00 0.00
## 198 2981.80 4445.90 4445.90 0.00 0.00
## 199 7403.75 4860.43 4860.43 0.00 0.00
## 200 3491.83 7237.98 6478.75 759.23 0.00
## 201 2122.09 7467.27 7235.20 232.07 0.00
## 202 6492.94 5340.86 3647.52 1693.34 0.00
## 203 3047.00 3047.17 1373.42 1673.75 0.00
## 204 2904.77 6644.84 4867.26 1777.58 0.00
## 205 2061.16 4530.04 2009.53 2520.51 0.00
## 206 2257.23 3915.94 1119.18 2796.76 0.00
## 207 3321.89 4923.75 3295.11 1628.64 0.00
## 208 2752.35 7755.62 6064.30 1691.32 0.00
## 209 13952.56 86012.86 85913.60 99.26 0.00
## 210 5887.72 88901.80 88768.47 133.33 0.00
## 211 219.40 89722.96 89523.38 199.58 0.00
## 212 142.99 75889.78 75666.22 223.56 0.00
## 213 105.86 74125.62 73864.52 261.10 0.00
## 214 233.74 78648.17 78161.82 486.35 0.00
## 215 139.71 87352.15 85604.19 1747.96 0.00
## 216 231.74 93342.82 88265.25 5077.57 0.00
## 217 170.29 98507.92 93443.08 5064.84 0.00
## 218 191.31 99326.99 94581.94 4745.05 0.00
## 219 332.87 91049.58 86046.25 5003.33 0.00
## 220 355.03 101909.89 97513.23 4396.66 0.00
## 221 277.56 103038.91 97207.43 5831.48 0.00
## 222 289.49 84726.90 82123.56 2603.34 0.00
## 223 418.46 95171.55 91612.66 3558.89 0.00
## 224 353.77 89114.66 84843.55 4271.11 0.00
## 225 496.62 95172.85 94558.41 614.44 0.00
## 226 554.04 83430.90 83242.01 188.89 0.00
## 227 608.61 95826.50 95585.38 241.12 0.00
## 228 748.65 96109.23 95887.01 222.22 0.00
## 229 827.06 94518.79 94287.69 231.10 0.00
## 230 1451.95 97508.59 97214.15 294.44 0.00
## 231 1957.86 100694.94 100466.86 228.08 0.00
## 232 5071.77 109746.47 109519.00 227.47 0.00
## 233 9361.55 148182.59 146946.54 1236.05 0.00
## 234 11053.82 148861.42 145982.99 2878.43 0.00
## 235 9120.30 143455.74 142574.63 881.11 0.00
## 236 8899.20 126114.48 125821.15 293.33 0.00
## 237 6545.42 151442.10 151258.77 183.33 0.00
## 238 93.05 137408.28 137224.94 183.34 0.00
## 239 108.60 142818.64 142515.32 303.32 0.00
## 240 276.82 138157.74 137769.31 388.43 0.00
## 241 162.66 149526.12 147667.72 1858.40 0.00
## 242 131.47 143997.65 141309.43 2688.22 0.00
## 243 239.76 118714.26 115148.87 3565.39 0.00
## 244 131.46 109400.12 106866.42 2533.70 0.00
## 245 162.91 115562.72 114562.17 1000.55 0.00
## 246 106.09 110638.95 108644.33 1994.62 0.00
## 247 99.92 115635.81 113541.34 1948.64 145.83
## 248 151.36 110561.28 108838.11 1723.17 0.00
## 249 155.94 102664.18 102204.17 460.01 0.00
## 250 111.59 102556.32 101931.87 624.45 0.00
## 251 78.96 114386.82 113811.26 575.56 0.00
## 252 192.98 97862.93 97423.17 439.76 0.00
## 253 142.33 100715.97 100498.19 217.78 0.00
## 254 143.41 114839.16 114283.61 555.55 0.00
## 255 383.73 106216.72 105403.38 813.34 0.00
## 256 272.81 110214.39 109900.93 313.46 0.00
## 257 45.98 116472.16 115538.05 934.11 0.00
## 258 132.53 109036.52 108668.74 367.78 0.00
## 259 121.81 111524.61 111192.88 331.73 0.00
## 260 128.82 87663.13 87406.84 256.29 0.00
## 261 85.76 55236.68 55236.68 0.00 0.00
## 262 106.67 51165.21 51165.21 0.00 0.00
## 263 66.45 56202.44 56202.44 0.00 0.00
## 264 167.12 48355.65 48355.65 0.00 0.00
## 265 113.49 42662.25 42662.25 0.00 0.00
## 266 107.53 49642.35 49642.35 0.00 0.00
## 267 107.48 56335.34 55593.12 742.22 0.00
## 268 55.00 60187.87 58885.65 1302.22 0.00
## 269 186.40 54298.62 52956.40 1342.22 0.00
## 270 79.64 61283.43 59381.21 1902.22 0.00
## 271 58.28 63787.47 62627.47 1160.00 0.00
## 272 96.18 56025.17 54829.61 1195.56 0.00
## 273 101.43 57425.67 56141.23 1284.44 0.00
## 274 106.47 28438.30 27767.19 671.11 0.00
## 275 88.61 19258.95 18437.84 821.11 0.00
## 276 134.33 22867.43 22421.87 445.56 0.00
## 277 173.32 25106.09 25092.76 13.33 0.00
## 278 241.67 20483.02 20483.02 0.00 0.00
## 279 170.47 23840.42 23840.42 0.00 0.00
## 280 258.00 22371.73 22371.73 0.00 0.00
## 281 349.19 24051.92 24051.92 0.00 0.00
## 282 471.55 31622.86 31622.86 0.00 0.00
## 283 741.77 43788.54 43788.54 0.00 0.00
## 284 2205.14 70982.41 70982.41 0.00 0.00
## 285 4714.73 74222.68 73796.01 426.67 0.00
## 286 6707.85 75277.49 74370.82 906.67 0.00
## 287 5397.32 78811.96 78749.74 62.22 0.00
## 288 5424.52 54130.44 54130.44 0.00 0.00
## 289 4432.54 95473.84 95473.84 0.00 0.00
## 290 138.81 71990.67 71990.67 0.00 0.00
## 291 79.38 75473.15 75473.15 0.00 0.00
## 292 103.94 65785.96 65741.52 44.44 0.00
## 293 56.53 74392.69 73414.91 977.78 0.00
## 294 185.16 95285.89 94832.56 453.33 0.00
## 295 81.86 85477.33 84332.05 1102.22 43.06
## 296 106.40 86183.43 85503.15 640.00 40.28
## 297 59.18 85576.80 85056.94 519.86 0.00
## 298 92.75 71752.15 70938.40 813.75 0.00
## 299 95.69 72056.80 71408.88 597.92 50.00
## 300 80.52 70027.47 69919.00 108.47 0.00
## 301 48.20 71344.15 71288.59 55.56 0.00
## 302 66.42 54157.60 54046.49 111.11 0.00
## 303 102.31 62576.63 62216.63 360.00 0.00
## 304 104.16 69541.74 69479.52 62.22 0.00
## 305 131.72 62312.01 61765.34 546.67 0.00
## 306 57.76 55357.07 55232.63 124.44 0.00
## 307 161.96 64513.81 63918.25 595.56 0.00
## 308 112.49 86919.58 86848.47 71.11 0.00
## 309 74.53 58649.74 57909.74 740.00 0.00
## 310 133.29 43421.89 43419.67 2.22 0.00
## 311 79.61 53514.26 53514.26 0.00 0.00
## 312 109.55 57182.88 57182.88 0.00 0.00
## 313 232755.85 1212707.01 1090140.07 110737.35 11829.59
## 314 266689.82 1209165.20 1061703.58 136747.10 10714.52
## 315 232985.13 1592438.33 1404012.00 180150.37 8275.96
## 316 221957.26 1510267.34 1376640.91 126664.37 6962.06
## 317 222311.07 1081497.47 991568.84 82338.39 7590.24
## 318 215632.16 1069305.91 979612.52 82444.32 7249.07
## 319 195159.32 1152918.94 1091768.68 53797.92 7352.34
## 320 216523.58 855636.58 813006.40 36305.96 6324.22
## 321 211901.97 651915.96 626993.54 19804.69 5117.73
## 322 215622.63 618031.72 606392.86 7596.27 4042.59
## 323 217814.17 646990.52 633893.61 10780.32 2316.59
## 324 221032.74 555041.88 533478.03 18373.18 3190.67
## 325 222260.58 472090.38 442923.78 25572.26 3594.34
## 326 206460.07 515245.79 496867.66 13336.34 5041.79
## 327 273922.36 552209.77 529779.37 17303.91 5126.49
## 328 270794.34 584419.64 502056.88 76297.56 6065.20
## 329 240185.00 629688.27 591629.83 33545.37 4513.07
## 330 233027.36 649475.65 640600.64 5989.25 2885.76
## 331 222082.91 545248.81 535183.95 6573.50 3491.36
## 332 208724.73 577651.80 572197.46 2081.96 3372.38
## 333 193831.60 580768.97 570728.54 7356.84 2683.59
## 334 183471.03 566776.08 559587.76 4953.57 2234.75
## 335 209427.05 598607.54 590750.10 5181.16 2676.28
## 336 188207.47 601233.56 577736.96 20673.80 2822.80
## 337 157478.05 622965.78 601358.64 18032.41 3574.73
## 338 254187.47 762371.42 731692.08 27317.19 3362.15
## 339 212173.21 654819.00 630301.44 21861.54 2656.02
## 340 218423.77 662032.34 634244.68 24277.53 3510.13
## 341 210670.82 683201.17 657421.42 22961.19 2818.56
## 342 221330.48 678868.68 651944.51 23422.39 3501.78
## 343 209443.33 580523.01 554224.64 23083.08 3215.29
## 344 195991.06 574119.93 546420.69 24485.84 3213.40
## 345 168597.35 547243.56 525804.70 18497.03 2941.83
## 346 194575.97 634790.89 613601.09 18366.27 2823.53
## 347 192473.92 631798.44 609388.58 19735.89 2673.97
## 348 196469.02 576599.58 548252.41 26483.99 1863.18
## 349 177354.82 598285.63 524767.96 71988.59 1529.08
## 350 185198.77 614443.51 532714.02 79865.30 1864.19
## 351 225396.85 601124.94 539258.29 59212.09 2654.56
## 352 193577.55 669440.18 605995.11 61958.73 1486.34
## 353 195791.46 713009.12 681403.86 30058.97 1546.29
## 354 194761.49 662527.26 632903.55 27625.15 1998.56
## 355 184720.58 671312.66 642307.00 27241.05 1764.61
## 356 170580.54 552070.01 515386.40 34845.51 1838.10
## 357 172675.88 635318.73 596184.90 36940.51 2193.32
## 358 169907.54 594411.66 544990.68 47017.93 2403.05
## 359 149458.93 612526.38 553682.71 56311.08 2532.59
## 360 177145.49 600149.24 556205.20 41203.20 2740.84
## 361 150535.50 570609.87 521004.15 46809.48 2796.24
## 362 121614.31 559990.93 520299.26 36501.18 3190.49
## 363 103573.42 546047.53 510560.41 31874.03 3613.09
## 364 137479.64 528451.74 477193.38 47882.56 3375.80
## 365 23041.69 37630.04 35130.42 2499.62 0.00
## 366 19842.51 35054.76 33273.25 1781.51 0.00
## 367 23842.95 39031.59 35793.08 3238.51 0.00
## 368 28482.72 30439.26 28181.92 2257.34 0.00
## 369 22685.80 30791.41 27376.30 3415.11 0.00
## 370 24221.58 25723.09 22228.47 3494.62 0.00
## 371 36860.51 23632.22 21132.10 2500.12 0.00
## 372 49282.25 29723.04 28076.04 1647.00 0.00
## 373 53968.86 37373.73 32848.04 4525.69 0.00
## 374 44882.51 34587.41 30219.23 4368.18 0.00
## 375 44707.32 34534.79 31176.68 3358.11 0.00
## 376 58989.81 39795.83 33103.01 6692.82 0.00
## 377 40366.93 38050.77 30388.81 7661.96 0.00
## 378 58551.64 31620.63 27053.27 4567.36 0.00
## 379 41261.83 47353.43 38940.45 8412.98 0.00
## 380 36469.43 62868.31 56910.24 5958.07 0.00
## 381 64372.34 66041.86 59197.70 6844.16 0.00
## 382 38130.29 65683.65 63371.06 2312.59 0.00
## 383 41677.60 78864.57 76846.13 2018.44 0.00
## 384 41343.26 62985.56 60769.22 2216.34 0.00
## 385 37614.30 61746.27 57783.20 3963.07 0.00
## 386 39734.90 60699.91 58627.67 2072.24 0.00
## 387 39260.71 64127.07 62053.65 2073.42 0.00
## 388 39515.29 65605.47 62470.83 3134.64 0.00
## 389 35107.11 67851.56 65681.23 2170.33 0.00
## 390 40602.17 71243.15 67865.26 3377.89 0.00
## 391 42044.35 69753.61 67989.08 1764.53 0.00
## 392 38260.10 73048.34 69426.00 3622.34 0.00
## 393 41193.22 69824.22 67842.39 1981.83 0.00
## 394 38578.80 72650.56 69123.57 3526.99 0.00
## 395 44529.73 61153.08 58990.80 2162.28 0.00
## 396 46014.43 63676.95 59663.25 4013.70 0.00
## 397 40248.52 59786.84 57583.99 2202.85 0.00
## 398 38370.27 63906.65 61759.57 2147.08 0.00
## 399 77627.49 64214.79 58626.28 5588.51 0.00
## 400 37961.14 59902.38 58701.20 1201.18 0.00
## 401 36041.12 64618.32 63182.05 1436.27 0.00
## 402 39638.34 65183.51 61787.29 3396.22 0.00
## 403 36210.12 58148.27 56450.56 1599.10 98.61
## 404 40688.42 52860.94 51856.01 1004.93 0.00
## 405 37099.23 59411.65 56443.98 2967.67 0.00
## 406 43739.93 52470.09 51028.01 1442.08 0.00
## 407 36249.61 53912.29 52537.96 1374.33 0.00
## 408 34948.86 55725.59 52873.84 2851.75 0.00
## 409 61590.31 46972.92 44919.71 2053.21 0.00
## 410 40430.51 49548.44 40419.97 9128.47 0.00
## 411 31778.73 51284.33 41921.30 9363.03 0.00
## 412 80813.88 49070.43 33450.14 15620.29 0.00
## 413 31576.20 54309.81 41623.40 12686.41 0.00
## 414 38677.39 47055.08 33996.73 13058.35 0.00
## 415 40801.77 49435.79 38822.26 10613.53 0.00
## 416 38568.95 50797.56 44329.03 6468.53 0.00
## 417 78378.25 94741.09 83066.75 1617.67 10056.67
## 418 96306.30 94063.90 76241.25 9592.65 8230.00
## 419 94162.53 82588.46 76829.42 5693.75 65.29
## 420 92888.37 62910.83 62473.12 420.95 16.76
## 421 74988.97 62161.46 61862.57 298.89 0.00
## 422 89732.33 73751.75 73457.31 294.44 0.00
## 423 93857.48 74984.77 74723.66 261.11 0.00
## 424 101889.32 66166.46 65842.08 324.38 0.00
## 425 106536.92 68869.94 68447.93 422.01 0.00
## 426 108012.41 66124.18 65795.24 323.33 5.61
## 427 118311.09 63116.01 62076.66 285.56 753.79
## 428 119996.31 68648.48 65144.93 528.99 2974.56
## 429 105711.40 69930.27 66015.29 2240.14 1674.84
## 430 101193.84 70795.02 63370.36 2923.19 4501.47
## 431 103103.75 74891.66 71195.89 3316.58 379.19
## 432 128619.66 82914.08 78368.45 3809.54 736.09
## 433 122938.43 86202.35 82905.34 3289.62 7.39
## 434 112344.22 73918.94 71627.03 2205.32 86.59
## 435 103622.38 80272.17 77073.51 2759.79 438.87
## 436 104997.44 83807.06 80018.54 3447.81 340.71
## 437 104796.41 81788.18 79510.48 1904.80 372.90
## 438 97419.33 82175.80 79197.97 2476.30 501.53
## 439 99066.58 88152.13 83728.75 3516.34 907.04
## 440 116910.43 98743.44 92362.71 3531.27 2849.46
## 441 109149.46 94328.48 90428.86 2536.23 1363.39
## 442 118634.70 129052.84 126579.11 2236.49 237.24
## 443 104595.10 129786.59 126835.70 1896.33 1054.56
## 444 122239.65 111021.71 107242.86 1658.76 2120.09
## 445 107908.15 119024.61 116318.18 2618.95 87.48
## 446 122929.34 105212.40 99942.37 4693.09 576.94
## 447 132732.66 101425.36 99122.66 2299.08 3.62
## 448 113475.77 104263.68 101615.53 2639.11 9.04
## 449 109205.15 85534.20 82689.93 2813.47 30.80
## 450 141250.98 93316.19 88847.94 4468.25 0.00
## 451 129694.01 93715.67 89297.42 4414.64 3.61
## 452 97410.38 92705.90 88341.96 3573.83 790.11
## 453 93303.25 92160.87 89276.61 2780.32 103.94
## 454 83137.77 94153.90 91664.47 2475.13 14.30
## 455 90801.53 91422.80 87170.22 3422.83 829.75
## 456 84865.54 101458.91 97284.77 4163.46 10.68
## 457 83937.78 90358.90 87394.44 2925.41 39.05
## 458 98822.10 97254.41 93312.94 3914.88 26.59
## 459 112934.40 109455.37 107215.40 2234.66 5.31
## 460 111791.06 90420.46 88092.48 2289.01 38.97
## 461 106178.47 94439.89 90447.44 3976.51 15.94
## 462 110446.60 97651.22 92518.95 5112.69 19.58
## 463 119634.41 82336.09 78980.96 3273.20 81.93
## 464 164884.41 93077.90 89516.93 3448.62 112.35
## 465 145882.24 85220.93 75867.61 9265.81 87.51
## 466 140239.95 98865.72 95516.44 3311.71 37.57
## 467 133848.57 79298.64 74716.43 4539.25 42.96
## 468 124506.10 77539.48 72888.46 4651.02 0.00
## 469 9546.88 50369.30 14050.64 30968.06 5350.60
## 470 7517.01 56245.76 12118.45 39679.66 4447.65
## 471 4574.03 75464.86 15835.20 58783.54 846.12
## 472 15475.56 59144.00 13539.21 42885.85 2718.94
## 473 5885.57 38977.90 12785.15 24850.38 1342.37
## 474 9595.72 47140.21 13804.56 31446.68 1888.97
## 475 4905.63 56845.80 15733.89 40083.17 1028.74
## 476 19577.35 60246.26 12989.82 42509.75 4746.69
## 477 13267.88 71626.45 14831.20 53584.84 3210.41
## 478 9187.24 59603.90 12423.07 45209.19 1971.64
## 479 8931.62 43077.80 17414.57 24553.19 1110.04
## 480 13777.63 50536.17 16191.77 31742.92 2601.48
## 481 11767.90 64105.72 16488.06 45980.45 1637.21
## 482 11725.37 49128.68 12344.28 34341.61 2442.79
## 483 21179.76 47094.76 12353.22 29601.09 5140.45
## 484 18310.19 56180.00 17271.72 34690.26 4218.02
## 485 8956.92 66632.12 19499.39 45312.94 1819.79
## 486 14357.02 63318.92 17804.54 42734.02 2780.36
## 487 5299.54 58589.27 15961.91 41548.22 1079.14
## 488 21571.37 63557.70 16806.65 41442.96 5308.09
## 489 10921.95 56136.97 19933.89 34194.18 2008.90
## 490 9778.16 51052.19 16179.92 33163.78 1708.49
## 491 5691.94 68917.85 24769.87 43020.67 1127.31
## 492 14449.26 58337.87 21470.67 33782.97 3084.23
## 493 4243.48 61781.42 23225.75 37926.40 629.27
## 494 10201.81 71706.32 27500.30 43026.64 1179.38
## 495 3666.71 72823.95 34098.54 38098.48 626.93
## 496 15259.47 65000.04 25431.90 37441.30 2126.84
## 497 10046.57 66485.56 30258.12 34920.23 1307.21
## 498 14601.72 63389.74 23651.85 36952.36 2785.53
## 499 4652.39 63377.28 20976.26 41425.81 975.21
## 500 4490.78 55604.51 24486.78 30170.62 947.11
## 501 14523.82 59491.63 18091.92 38536.09 2863.62
## 502 2408.09 73034.51 22506.92 50265.04 262.55
## 503 7282.09 57176.48 18315.96 37361.33 1499.19
## 504 6904.19 60583.96 21522.31 37783.16 1278.49
## 505 12959.10 60889.38 35196.33 23101.71 2591.34
## 506 1306.19 55624.64 38219.34 17270.02 135.28
## 507 2508.15 51050.29 36567.48 14361.02 121.79
## 508 2448.36 70724.27 46587.15 23745.65 391.47
## 509 23368.18 48822.51 11317.29 31773.08 5732.14
## 510 3387.38 57836.43 19570.41 37402.27 863.75
## 511 3678.29 64425.57 30834.06 32786.33 805.18
## 512 18680.72 47259.72 14963.96 28229.86 4065.90
## 513 3240.16 41141.35 18685.14 21703.66 752.55
## 514 3067.22 39617.86 21356.07 17556.58 705.21
## 515 4185.64 37258.67 17773.67 18571.14 913.86
## 516 19442.29 51829.32 15335.37 31756.14 4737.81
## 517 656.23 46636.08 20650.03 25970.02 16.03
## 518 1086.61 42403.04 24024.17 18264.75 114.12
## 519 1203.53 43475.66 17035.73 26345.43 94.50
## 520 1447.06 55083.44 17525.31 37445.46 112.67
## 521 15564.05 23071.78 15032.43 3874.64 4164.71
## 522 16370.50 20266.48 11760.83 4248.29 4257.36
## 523 12957.84 20165.81 14642.30 4307.42 1216.09
## 524 24435.11 18819.11 12451.60 3866.86 2500.65
## 525 16653.11 17371.46 12106.21 4115.58 1149.67
## 526 20730.65 18380.41 13855.13 2827.12 1698.16
## 527 15258.85 23023.60 19594.87 2618.43 810.30
## 528 29583.90 25669.50 14899.79 6935.32 3834.39
## 529 23764.43 21489.11 14668.10 3691.47 3129.54
## 530 19024.16 17089.46 11461.37 3925.91 1702.18
## 531 18606.59 23459.71 18601.80 4384.37 473.54
## 532 24724.80 23892.68 16946.85 4765.93 2179.90
## 533 23069.29 19254.83 14952.36 2202.87 2099.60
## 534 18527.75 18440.24 10970.85 5538.06 1931.33
## 535 26200.37 21237.40 12029.73 4671.88 4535.79
## 536 26703.23 24698.19 17099.64 4201.55 3397.00
## 537 20842.40 21787.18 16533.98 3611.52 1641.68
## 538 25751.74 24775.19 16928.02 4937.44 2909.73
## 539 15723.09 20871.64 14961.58 5010.51 899.55
## 540 32383.88 23949.07 15230.44 4314.54 4404.09
## 541 20857.42 29968.97 20668.00 7460.64 1840.33
## 542 17344.74 23215.97 17997.33 3281.88 1936.76
## 543 13557.25 28990.45 23981.05 3986.29 1023.11
## 544 24209.42 26449.59 21845.65 2442.62 2161.32
## 545 16034.68 25544.60 22605.91 2366.05 572.64
## 546 24674.62 30288.91 24909.93 4244.24 1134.74
## 547 12796.57 35543.34 29338.02 5683.66 521.66
## 548 24529.19 31938.32 24969.38 4739.34 2229.60
## 549 20023.58 34656.36 27204.22 6030.43 1421.71
## 550 29167.30 33480.24 23654.01 5888.63 3937.60
## 551 13935.13 27507.96 21434.49 4733.20 1340.27
## 552 14261.54 34792.89 22680.26 10832.31 1280.32
## 553 22934.89 21611.56 15997.43 2463.86 3150.27
## 554 10126.30 27215.37 23689.19 2796.71 729.47
## 555 15882.39 27235.65 16302.79 9726.39 1206.47
## 556 16624.25 28635.30 22384.10 4959.65 1291.55
## 557 26369.27 25870.22 20819.20 1861.68 3189.34
## 558 9955.72 24861.81 23837.01 840.46 184.34
## 559 9926.54 18571.52 17853.07 642.52 75.93
## 560 8711.76 32728.88 31416.00 937.48 375.40
## 561 24995.65 16321.19 9158.76 2691.96 4470.47
## 562 9632.10 22629.45 18487.57 3462.12 679.76
## 563 11404.82 36170.41 29553.30 5482.53 1134.58
## 564 25775.13 19375.08 13297.29 1837.60 4240.19
## 565 10603.51 21411.43 18266.69 2275.13 869.61
## 566 8939.85 24561.91 22104.10 1860.18 597.63
## 567 7652.85 20393.63 17859.26 1970.91 563.46
## 568 21795.64 23945.98 16360.12 3422.61 4163.25
## 569 7822.59 23196.35 21117.47 2057.45 21.43
## 570 7040.95 27417.51 24386.64 2962.41 68.46
## 571 7190.05 18981.23 16400.27 2458.67 122.29
## 572 7609.24 18869.56 16518.15 2132.21 219.20
## 573 84912.97 164495.27 136560.04 12277.70 15657.53
## 574 91158.34 139567.69 103511.91 10331.25 25724.53
## 575 62436.80 122485.83 114978.22 7472.99 34.62
## 576 8533.47 119463.87 108772.12 10525.27 166.48
## 577 6211.50 110783.37 96799.40 13967.44 16.53
## 578 9913.68 115460.44 102317.99 13138.76 3.69
## 579 10305.52 124103.96 109552.23 14527.64 24.09
## 580 33026.94 103376.75 92853.60 10364.96 158.19
## 581 85323.07 105901.09 98097.43 7644.90 158.76
## 582 49959.10 101822.75 96417.63 5279.41 125.71
## 583 61892.18 94315.01 87201.10 7044.44 69.47
## 584 99900.94 107867.59 101828.12 5967.19 72.28
## 585 50993.14 122784.54 107305.26 15396.93 82.35
## 586 25647.49 114293.50 101477.90 12776.10 39.50
## 587 10973.08 112113.80 99272.95 12833.33 7.52
## 588 9094.89 144444.25 119755.29 24666.41 22.55
## 589 9815.66 129188.38 120588.01 8581.65 18.72
## 590 7468.25 110266.58 101093.60 9171.11 1.87
## 591 8261.74 111144.33 102621.57 8502.23 20.53
## 592 7090.26 109684.37 100806.90 8864.44 13.03
## 593 7793.22 109761.68 101618.63 8139.34 3.71
## 594 4688.24 103103.00 91893.62 11209.38 0.00
## 595 6417.32 116524.06 97727.08 18793.29 3.69
## 596 4970.49 133329.08 115942.32 17379.41 7.35
## 597 4382.19 107362.42 102573.93 4008.88 779.61
## 598 5388.47 145175.58 139670.52 5497.78 7.28
## 599 7191.26 133410.70 125900.09 7499.76 10.85
## 600 8600.70 143730.96 134708.23 9013.74 8.99
## 601 7557.93 134774.73 130578.16 4187.62 8.95
## 602 13350.40 133958.89 126849.55 7102.22 7.12
## 603 7287.06 112892.03 99456.40 13421.47 14.16
## 604 6833.07 101993.85 96860.23 5117.65 15.97
## 605 6382.50 96117.87 88480.13 7628.89 8.85
## 606 7803.87 115964.95 107302.84 8644.44 17.67
## 607 9753.52 111724.32 104797.33 6148.99 778.00
## 608 12091.21 102359.29 91505.88 10463.78 389.63
## 609 16013.68 102270.38 89209.96 13055.16 5.26
## 610 12596.79 94370.85 85100.44 9261.60 8.81
## 611 13592.62 120093.08 105522.18 13748.75 822.15
## 612 13339.76 109584.41 95894.64 13670.42 19.35
## 613 11678.42 98562.51 88559.01 9991.57 11.93
## 614 14065.99 102495.19 90708.11 11780.00 7.08
## 615 11201.82 111142.58 97450.44 13677.78 14.36
## 616 12398.67 107972.30 95284.48 12675.55 12.27
## 617 12580.26 102738.51 85321.83 17416.68 0.00
## 618 12656.97 82586.46 67518.45 15061.17 6.84
## 619 12106.60 80177.93 67959.08 12176.08 42.77
## 620 18855.32 90804.99 79314.06 11474.72 16.21
## 621 9610.83 78188.26 60158.30 18029.96 0.00
## 622 15550.56 74805.23 62375.69 12416.71 12.83
## 623 11900.83 87684.88 67857.83 19801.95 25.10
## 624 9817.28 89330.21 54563.33 34760.08 6.80
## 625 19103.69 266590.08 38620.02 227884.21 85.85
## 626 24477.83 202799.96 34993.02 167806.94 0.00
## 627 29349.34 294366.50 34244.40 260040.92 81.18
## 628 8807.96 340033.61 35086.04 304844.07 103.50
## 629 14146.28 149739.49 31920.41 117819.08 0.00
## 630 18215.73 282805.93 31358.60 251447.33 0.00
## 631 20029.10 378320.36 36279.71 342040.65 0.00
## 632 12294.00 209920.36 39635.83 170279.53 5.00
## 633 8551.05 237105.47 41633.91 195471.56 0.00
## 634 11222.00 223824.71 39914.62 183910.09 0.00
## 635 13693.47 239193.51 41688.37 197487.51 17.63
## 636 18840.69 216495.03 40462.27 176032.76 0.00
## 637 27621.71 184827.70 41345.58 143474.53 7.59
## 638 15285.72 173509.24 43108.21 130401.03 0.00
## 639 25529.99 187898.66 40644.98 147253.68 0.00
## 640 17938.63 149626.22 47733.95 101892.27 0.00
## 641 19090.66 151435.78 47833.83 103601.95 0.00
## 642 19353.95 161467.42 43991.55 117475.87 0.00
## 643 21420.30 123397.31 45407.51 77989.80 0.00
## 644 18154.64 123499.57 46710.57 76789.00 0.00
## 645 24025.84 136451.77 46596.12 89855.65 0.00
## 646 16711.00 134187.27 45644.80 88542.47 0.00
## 647 25777.83 162596.91 58753.10 103843.81 0.00
## 648 17089.18 208462.46 68585.03 139859.47 17.96
## 649 22068.15 169338.72 66816.09 101611.95 910.68
## 650 19546.92 142805.60 88349.57 54456.03 0.00
## 651 18449.63 153136.30 93206.17 59917.38 12.75
## 652 12854.03 128296.93 83581.46 44715.47 0.00
## 653 17694.15 129731.23 79508.59 50222.64 0.00
## 654 17507.30 158078.11 70061.87 88016.24 0.00
## 655 18725.02 88434.22 52816.05 35618.17 0.00
## 656 18817.60 70664.14 50060.32 20603.82 0.00
## 657 17377.87 113999.04 50687.72 63311.32 0.00
## 658 16724.31 115631.98 49343.56 66285.96 2.46
## 659 14810.14 97967.31 45163.77 52803.54 0.00
## 660 5981.19 72694.91 44469.33 27221.41 1004.17
## 661 6231.67 116877.94 44279.02 72598.92 0.00
## 662 8603.75 98979.25 42716.25 56263.00 0.00
## 663 6308.61 86002.58 53589.80 31483.61 929.17
## 664 4760.21 90116.63 55936.09 34180.54 0.00
## 665 8461.12 82484.50 47368.30 35116.20 0.00
## 666 5122.11 93526.66 50621.03 42905.63 0.00
## 667 7264.83 102365.18 54092.42 48272.76 0.00
## 668 5507.38 75911.22 38246.75 37664.47 0.00
## 669 5686.33 156112.59 62564.22 93534.16 14.21
## 670 7797.57 100261.58 80270.81 19965.51 25.26
## 671 5420.92 141257.84 92800.41 48427.25 30.18
## 672 5736.45 158602.93 90555.95 68006.59 40.39
## 673 4944.79 127364.97 74743.60 52611.95 9.42
## 674 4225.31 151308.90 77528.06 73764.68 16.16
## 675 5357.69 122524.21 85793.27 36703.98 26.96
## 676 5553.60 115559.90 67894.33 47661.52 4.05
## 677 59789.18 62067.48 48936.21 762.35 12368.92
## 678 45459.85 51805.83 40496.17 2931.68 8377.98
## 679 47788.47 57504.44 48318.35 2843.43 6342.66
## 680 113791.21 54242.79 30612.06 885.86 22744.87
## 681 63664.14 42282.80 31628.56 920.38 9733.86
## 682 63404.02 55653.33 47388.76 1257.23 7007.34
## 683 52490.90 72836.93 65345.24 1141.32 6350.37
## 684 113928.21 53703.17 30614.89 734.95 22353.33
## 685 104529.50 56532.65 35176.99 1106.60 20249.06
## 686 74327.91 42762.15 30131.74 727.93 11902.48
## 687 72553.22 70322.58 63143.78 823.99 6354.81
## 688 72960.79 73877.49 68721.34 1222.93 3933.22
## 689 90271.45 54175.41 40779.28 1039.04 12357.09
## 690 78776.60 46419.67 33816.62 1081.83 11521.22
## 691 111298.27 60966.23 38180.88 839.26 21946.09
## 692 106452.77 70173.13 51456.91 1329.55 17386.67
## 693 79770.33 61933.21 49676.97 1237.68 11018.56
## 694 100520.31 68937.09 52515.07 1066.62 15355.40
## 695 61914.67 55181.73 45741.01 2154.69 7286.03
## 696 125069.99 74575.51 53326.63 1573.30 19675.58
## 697 80145.92 67447.96 54938.34 1471.57 11038.05
## 698 76533.58 72591.34 63454.14 1676.31 7460.89
## 699 63099.70 105548.20 98037.18 2518.38 4992.64
## 700 105281.52 73481.26 61402.16 2038.49 10040.61
## 701 62708.05 82776.40 76701.28 1977.04 4098.08
## 702 96051.18 74583.10 66416.56 1849.74 6316.80
## 703 48618.79 115728.27 111301.27 2126.05 2300.95
## 704 121664.66 82434.57 70155.32 2831.82 9447.43
## 705 90747.55 86444.91 80661.40 1786.01 3997.50
## 706 131114.30 76377.86 61921.23 1180.76 13275.87
## 707 53233.66 80020.07 74758.21 797.64 4464.22
## 708 46503.59 98619.41 94585.49 715.81 3318.11
## 709 116503.88 65900.89 53494.15 591.25 11815.49
## 710 48825.24 91797.23 87986.35 1880.03 1930.85
## 711 74593.79 66858.29 60634.57 785.52 5438.20
## 712 66651.75 100217.05 93903.26 1475.78 4838.01
## 713 107930.54 81262.16 68265.07 4057.84 8939.25
## 714 43008.11 107068.62 101770.10 2451.53 2846.99
## 715 49925.60 69389.45 65997.82 1999.07 1392.56
## 716 38352.45 116730.39 113016.39 2415.87 1298.13
## 717 144745.74 63171.07 44419.39 754.44 17997.24
## 718 48302.85 67078.32 62158.56 1375.92 3543.84
## 719 46763.06 104569.21 99704.49 473.70 4391.02
## 720 129285.88 69072.83 50732.68 1144.16 17195.99
## 721 46471.63 70506.75 66789.41 267.65 3449.69
## 722 41639.69 82193.26 78474.19 676.16 3042.91
## 723 40515.81 61772.96 57777.05 1023.87 2972.04
## 724 127173.89 70681.78 54003.36 688.47 15989.95
## 725 45889.29 73764.25 69311.52 1280.03 3172.70
## 726 37740.18 94985.22 92319.38 1066.01 1599.83
## 727 76985.00 56696.63 48639.13 620.82 7436.68
## 728 74062.76 56132.13 46679.86 1060.51 8391.76
## 729 5754.75 37856.64 30738.09 2919.24 4199.31
## 730 3211.51 35160.73 30547.62 2288.36 2324.75
## 731 3264.07 40989.06 38257.02 2231.37 500.67
## 732 15635.86 32057.78 26570.40 1560.59 3926.79
## 733 3336.97 30728.58 27835.71 2816.43 76.44
## 734 5725.81 36725.69 33606.78 2327.22 791.69
## 735 2506.31 48756.23 47301.23 1427.26 27.74
## 736 7556.57 36853.50 34956.27 1819.27 77.96
## 737 8605.43 45973.75 43392.69 1757.12 823.94
## 738 9431.21 35155.60 30487.72 3036.22 1631.66
## 739 17329.17 45134.39 40257.54 1830.77 3046.08
## 740 49279.06 39487.65 21799.30 2155.38 15532.97
## 741 18103.36 36660.84 29446.94 2198.98 5014.92
## 742 13024.28 34572.59 28888.74 1913.24 3770.61
## 743 9651.55 53745.61 51686.05 1815.57 243.99
## 744 20439.94 51809.03 43865.37 2851.68 5091.98
## 745 6016.37 48654.83 45108.48 3486.89 59.46
## 746 16719.44 53915.89 48562.08 2309.09 3044.72
## 747 5459.79 45548.13 40204.96 4716.36 626.81
## 748 20395.04 65762.77 55316.85 6674.12 3771.80
## 749 8389.85 52956.51 49559.83 3294.27 102.41
## 750 10359.57 59731.09 55048.69 4030.14 652.26
## 751 9957.92 74652.44 69267.05 4085.24 1300.15
## 752 29478.33 61454.75 52697.22 3806.21 4951.32
## 753 9833.58 72569.86 66368.31 4901.72 1299.83
## 754 34986.30 55789.84 44032.97 5692.28 6064.59
## 755 9941.32 87927.29 80548.80 5044.35 2334.14
## 756 32903.12 62515.24 53623.47 4943.16 3948.61
## 757 4934.17 71614.68 67207.35 4401.93 5.40
## 758 10407.58 61035.00 55432.55 4067.09 1535.36
## 759 3360.05 67038.66 64208.38 2794.35 35.93
## 760 3111.69 73748.18 69048.81 4663.55 35.82
## 761 12421.42 56626.26 52456.30 3991.49 178.47
## 762 3817.57 63493.67 59129.49 4335.74 28.44
## 763 6727.83 48803.19 46862.74 1898.03 42.42
## 764 6421.76 73116.36 68758.56 4305.08 52.72
## 765 15023.71 72777.59 68697.84 3761.98 317.77
## 766 2717.16 72097.04 68693.55 3377.45 26.04
## 767 5487.61 55701.88 50462.56 5165.79 73.53
## 768 3003.97 81048.91 75725.67 5299.20 24.04
## 769 19097.99 59636.74 57118.41 2105.90 412.43
## 770 4214.32 48607.19 45347.61 3244.22 15.36
## 771 3903.17 72556.48 69329.04 3169.54 57.90
## 772 26454.42 54083.87 47217.11 3519.09 3347.67
## 773 4894.78 52872.75 48858.06 3767.48 247.21
## 774 4215.01 63861.70 57601.99 6203.39 56.32
## 775 4855.23 52496.61 48150.41 4209.37 136.83
## 776 19211.54 48422.82 43899.75 4377.27 145.80
## 777 6374.01 58722.91 54053.21 4552.75 116.95
## 778 6411.99 64385.90 60381.95 3727.81 276.14
## 779 13798.90 42379.30 39193.44 2896.97 288.89
## 780 22612.46 45921.57 43899.46 1097.68 924.43
## 781 254629.93 577490.50 400003.80 98401.09 79085.61
## 782 241580.61 542059.05 358218.65 122999.48 60840.92
## 783 228576.54 574072.01 409909.70 148004.93 16157.38
## 784 398320.64 500758.99 325850.00 124306.44 50602.55
## 785 248818.72 431502.68 328369.47 83149.01 19984.20
## 786 280543.97 501609.21 391454.61 89472.08 20682.52
## 787 248635.49 580587.77 465154.46 99695.62 15737.69
## 788 425242.73 554939.60 365002.12 138161.32 51776.16
## 789 388703.05 578565.03 399665.31 133071.89 45827.83
## 790 331096.84 496812.93 335249.25 130933.76 30629.92
## 791 353741.96 535275.88 419558.97 92629.46 23087.45
## 792 456771.26 539608.87 384772.59 93016.17 61820.11
## 793 381986.61 504171.61 354840.13 106127.86 43203.62
## 794 344488.51 476539.59 327299.75 103091.55 46148.29
## 795 418235.21 570423.23 406010.16 109268.58 55144.49
## 796 447108.50 634481.27 448051.74 132685.58 53743.95
## 797 348448.68 614942.66 468148.29 121209.44 25584.93
## 798 419390.50 612822.05 457558.59 111788.68 43474.78
## 799 279710.88 568324.22 427635.30 122225.92 18463.00
## 800 475383.38 676086.49 486209.97 129683.80 60192.72
## 801 331336.66 638020.47 497895.48 115527.66 24597.33
## 802 321610.93 627504.75 500704.88 104570.86 22229.01
## 803 281882.10 762154.55 617211.53 127530.47 17412.55
## 804 454643.18 690083.05 535843.25 110898.39 43341.41
## 805 288141.07 715927.19 581802.24 120335.36 13789.59
## 806 442059.88 774585.36 606612.51 140253.50 27719.35
## 807 261863.52 966268.71 803974.11 148652.02 13642.58
## 808 493928.69 780156.36 611156.81 132172.82 36826.73
## 809 346867.18 815016.42 683334.70 119899.69 11782.03
## 810 447117.42 742128.19 584086.31 122232.65 35809.23
## 811 280464.92 725079.29 593192.94 119920.22 11966.13
## 812 263068.72 788587.54 641756.72 134308.54 12522.28
## 813 406338.23 620547.95 481046.82 110126.40 29374.73
## 814 274259.73 737043.24 585000.53 147022.85 5019.86
## 815 327171.65 653682.62 493009.35 146837.36 13835.91
## 816 294073.96 749589.73 615887.17 116500.49 17202.07
## 817 383840.98 717945.69 609139.49 84879.59 23926.61
## 818 190091.28 754073.69 688965.80 60642.37 4465.52
## 819 221603.31 617473.32 552075.78 61643.12 3754.42
## 820 196545.04 845500.49 758625.31 82421.91 4453.27
## 821 451798.84 605211.12 453829.96 105804.36 45576.80
## 822 223788.70 622038.00 498932.31 114147.11 8958.58
## 823 253978.78 824997.37 697812.88 114519.60 12664.89
## 824 478701.64 598713.96 462539.26 88541.92 47632.78
## 825 246541.13 610248.66 512270.39 88536.91 9441.36
## 826 237030.33 650580.44 561485.40 81172.24 7922.80
## 827 238780.53 560633.82 472576.07 78544.87 9512.88
## 828 510153.65 646531.70 479453.25 126925.79 40152.66
## 829 271642.56 617677.34 503612.64 109501.00 4563.70
## 830 257105.89 697090.44 600155.95 93434.54 3499.95
## 831 316856.73 515263.25 412976.97 91214.54 11071.74
## 832 318102.38 537780.56 412779.64 111072.91 13928.01
## 833 149.11 52172.66 51396.60 776.06 0.00
## 834 158.29 55158.59 53929.04 1229.55 0.00
## 835 229.97 52629.91 51752.86 877.05 0.00
## 836 118.19 46803.55 46345.26 458.29 0.00
## 837 110.54 40269.85 39640.65 629.20 0.00
## 838 198.26 49886.79 47519.78 2367.01 0.00
## 839 93.58 50823.87 46939.57 3884.30 0.00
## 840 169.50 49315.46 47637.88 1677.58 0.00
## 841 173.18 50255.22 49340.53 914.69 0.00
## 842 185.61 53876.65 52569.78 1306.87 0.00
## 843 408.03 49802.07 48878.61 923.46 0.00
## 844 267.77 55402.42 53610.63 1791.79 0.00
## 845 323.79 60166.23 59227.50 938.73 0.00
## 846 294.60 53387.54 51731.16 1656.38 0.00
## 847 279.75 54908.16 53988.59 919.57 0.00
## 848 294.21 50518.36 48537.65 1980.71 0.00
## 849 465.01 58803.58 57426.04 1344.61 32.93
## 850 614.86 59591.72 57205.13 1779.77 606.82
## 851 584.81 56436.02 54580.78 1140.14 715.10
## 852 402.50 49302.80 48581.44 714.85 6.51
## 853 510.58 57148.33 56333.05 815.28 0.00
## 854 733.22 57808.16 56786.27 1018.67 3.22
## 855 480.44 61945.48 60632.24 1271.50 41.74
## 856 1020.51 66951.32 65842.25 1051.54 57.53
## 857 2740.31 68899.75 67025.83 1705.19 168.73
## 858 3215.99 80549.34 78409.83 1623.22 516.29
## 859 2556.60 73590.72 70488.10 2376.23 726.39
## 860 3182.40 79455.29 76907.65 1624.65 922.99
## 861 2028.31 92380.65 87952.58 2821.41 1606.66
## 862 675.56 85424.65 81417.34 3219.51 787.80
## 863 804.17 91399.84 87880.67 2341.73 1177.44
## 864 777.66 93390.75 89913.88 2641.89 834.98
## 865 487.01 86571.14 85065.22 1400.80 105.12
## 866 585.43 87226.64 85161.38 2065.26 0.00
## 867 527.56 79068.14 76930.85 2137.29 0.00
## 868 415.14 70271.11 68210.88 2022.73 37.50
## 869 501.77 79210.81 77244.93 1965.88 0.00
## 870 400.34 64579.13 62948.16 1630.97 0.00
## 871 485.39 68028.00 66320.66 1643.45 63.89
## 872 418.10 62385.18 61035.96 1349.22 0.00
## 873 481.59 60235.19 57777.32 2457.87 0.00
## 874 470.53 74630.51 72181.56 2448.95 0.00
## 875 334.13 77675.77 75825.42 1850.35 0.00
## 876 614.07 67379.54 65870.90 1508.64 0.00
## 877 506.96 74589.10 73386.08 1203.02 0.00
## 878 503.53 73264.41 72146.24 1118.17 0.00
## 879 722.59 76542.91 75408.57 1134.34 0.00
## 880 851.33 70932.74 69529.64 1403.10 0.00
## 881 426.35 83379.23 79720.85 3658.38 0.00
## 882 535.87 65730.17 64180.88 1549.29 0.00
## 883 582.30 64838.42 63840.09 998.33 0.00
## 884 1286.19 48952.57 47583.64 1368.93 0.00
## 885 169.66 44521.40 43577.26 944.14 0.00
## 886 184.96 46958.69 45981.69 977.00 0.00
## 887 332.83 47235.04 46493.47 741.57 0.00
## 888 192.36 36087.90 35448.13 639.77 0.00
## 889 169.10 37099.33 36423.45 675.88 0.00
## 890 319.25 31693.36 30800.02 893.34 0.00
## 891 197.29 42156.85 40290.46 1866.39 0.00
## 892 171.88 43220.27 37770.33 5449.94 0.00
## 893 288.44 49489.36 44831.20 4658.16 0.00
## 894 300.22 47535.60 43920.24 3615.36 0.00
## 895 594.12 45108.78 42004.56 3104.22 0.00
## 896 491.68 52442.71 49064.30 3378.41 0.00
## 897 287.31 51469.03 46352.66 5116.37 0.00
## 898 248.86 46105.98 42271.23 3834.75 0.00
## 899 270.67 57606.92 52877.17 4729.75 0.00
## 900 206.25 53422.12 47929.52 5492.60 0.00
## 901 497.89 54784.25 52839.06 1945.19 0.00
## 902 593.94 47188.50 46616.28 572.22 0.00
## 903 422.19 45255.29 44345.82 909.47 0.00
## 904 886.72 52808.59 51496.76 1311.83 0.00
## 905 706.64 56845.94 55625.90 1220.04 0.00
## 906 1283.94 48824.22 47631.34 1192.88 0.00
## 907 2171.08 55094.92 52815.80 2279.12 0.00
## 908 5496.69 59063.86 56769.39 2294.47 0.00
## 909 11286.35 73611.03 71429.27 2181.76 0.00
## 910 11793.14 71726.72 67565.11 4161.61 0.00
## 911 9682.22 63988.35 60622.57 3365.78 0.00
## 912 10100.06 69297.55 67505.16 1792.39 0.00
## 913 6839.64 72846.84 69607.77 3239.07 0.00
## 914 219.26 67534.04 66052.80 1481.24 0.00
## 915 142.52 76734.47 74809.00 1925.47 0.00
## 916 177.56 80420.66 78505.66 1915.00 0.00
## 917 249.30 72312.87 69888.23 2424.64 0.00
## 918 390.91 76807.72 73455.49 3352.23 0.00
## 919 539.00 69666.09 66957.03 2709.06 0.00
## 920 229.90 66780.15 64008.53 2693.84 77.78
## 921 175.12 70677.64 66844.17 3833.47 0.00
## 922 133.93 64932.26 63103.19 1829.07 0.00
## 923 194.45 58950.13 56550.70 2399.43 0.00
## 924 217.08 53019.67 50509.85 2509.82 0.00
## 925 139.93 56636.95 53990.12 2646.83 0.00
## 926 160.54 68370.25 65306.48 3063.77 0.00
## 927 145.30 81264.03 77718.63 3545.40 0.00
## 928 271.71 59968.22 57600.88 2367.34 0.00
## 929 285.70 73550.85 71330.51 2220.34 0.00
## 930 216.75 80581.70 79026.53 1555.17 0.00
## 931 215.13 68467.05 65594.58 2872.47 0.00
## 932 364.83 75877.74 72234.63 3643.11 0.00
## 933 231.99 86591.50 79402.42 7189.08 0.00
## 934 286.52 64898.32 62671.58 2226.74 0.00
## 935 223.15 85049.89 83319.80 1730.09 0.00
## 936 165.35 58061.57 55401.31 2660.26 0.00
## 937 126150.81 140578.89 73711.94 36493.62 30373.33
## 938 127372.19 134472.15 72198.16 31520.66 30753.33
## 939 81450.04 118249.90 69011.01 48622.22 616.67
## 940 7041.19 123301.75 61020.31 62281.44 0.00
## 941 4334.89 97740.46 67880.28 29860.18 0.00
## 942 6924.43 112776.26 70785.25 41991.01 0.00
## 943 4611.00 131185.34 62414.66 68770.68 0.00
## 944 20404.29 124311.49 56573.89 67737.60 0.00
## 945 111263.81 135090.91 56198.27 78892.64 0.00
## 946 81274.85 101889.59 57577.21 44260.60 51.78
## 947 80895.03 87942.98 59835.83 28107.15 0.00
## 948 126765.96 112924.68 62638.13 50286.55 0.00
## 949 43558.15 128610.30 59751.00 68859.30 0.00
## 950 16780.90 110005.86 61098.51 48907.35 0.00
## 951 6959.50 97093.64 55198.32 41895.32 0.00
## 952 5559.36 128197.69 55636.91 72560.78 0.00
## 953 6230.70 128398.07 63724.96 64673.11 0.00
## 954 4514.17 101800.73 72264.60 29536.13 0.00
## 955 4323.68 97753.82 62733.47 35020.35 0.00
## 956 3479.25 102019.40 65764.02 36255.38 0.00
## 957 5288.30 98490.67 62834.44 35656.23 0.00
## 958 3494.60 93996.27 60782.86 33213.41 0.00
## 959 5096.53 115646.96 69845.31 45801.65 0.00
## 960 4233.66 146607.39 73695.03 72912.36 0.00
## 961 3226.08 129130.78 71467.17 57474.72 188.89
## 962 3957.20 145201.69 98660.98 46540.71 0.00
## 963 1935.65 182793.53 87444.74 95348.79 0.00
## 964 2227.98 165540.77 84406.17 81134.60 0.00
## 965 4700.10 164984.41 85200.08 79784.33 0.00
## 966 3899.67 127682.54 72504.80 55177.74 0.00
## 967 2927.27 119148.01 53981.67 65166.34 0.00
## 968 5151.72 97641.42 58142.73 39498.69 0.00
## 969 3241.06 82512.33 47881.90 34630.43 0.00
## 970 3776.21 119273.42 49686.88 69586.54 0.00
## 971 4521.86 138113.52 55875.33 82238.19 0.00
## 972 5527.28 91745.87 58557.13 33188.74 0.00
## 973 3898.56 112472.41 78217.04 34255.37 0.00
## 974 3936.53 107051.39 97144.19 9907.20 0.00
## 975 4878.20 139400.33 132586.15 6814.18 0.00
## 976 4633.28 128755.71 122988.43 5767.28 0.00
## 977 5199.15 122875.54 71977.68 50897.86 0.00
## 978 5000.20 110522.10 62352.87 48169.23 0.00
## 979 5321.52 135735.59 60498.92 75236.67 0.00
## 980 4149.71 114118.74 63264.46 50854.28 0.00
## 981 6532.39 105622.79 73227.41 32395.38 0.00
## 982 5598.15 120148.78 83840.62 36308.16 0.00
## 983 5175.33 114519.05 103507.51 11011.54 0.00
## 984 8063.40 134420.71 86145.18 48275.53 0.00
## 985 4231.47 120289.18 95546.28 24742.90 0.00
## 986 9353.74 120280.76 107320.39 12960.37 0.00
## 987 4094.47 152918.86 126995.76 25923.10 0.00
## 988 4378.92 115837.55 90299.85 25537.70 0.00
## 989 11206.40 37857.68 20644.64 11524.06 5688.98
## 990 9327.71 35339.83 18144.63 12133.67 5061.53
## 991 11398.44 39055.62 21259.82 15580.08 2215.72
## 992 13570.12 38650.33 19365.92 17733.68 1550.73
## 993 10854.59 29256.30 17455.74 9975.21 1825.35
## 994 9639.94 32825.44 20313.48 11041.51 1470.45
## 995 12795.08 36598.17 22294.87 11753.19 2550.11
## 996 20220.42 38397.37 19246.38 15189.72 3961.27
## 997 16933.14 40333.83 20800.04 16206.13 3327.66
## 998 16586.30 40696.01 18548.38 19394.80 2752.83
## 999 12142.13 40805.64 24129.91 15546.00 1129.73
## 1000 13860.26 35112.95 21300.25 11566.09 2246.61
## 1001 13528.83 35118.97 18727.08 14546.97 1844.92
## 1002 16176.43 34774.67 19742.24 12078.24 2954.19
## 1003 24166.47 41170.10 18045.98 18135.33 4988.79
## 1004 17967.91 49656.88 22010.51 24284.79 3361.58
## 1005 16662.01 44015.86 25163.49 15845.63 3006.74
## 1006 15531.08 41058.35 23305.32 15000.54 2752.49
## 1007 10288.24 40101.97 23701.08 14786.36 1614.53
## 1008 20017.79 44629.48 23010.00 17605.07 4014.41
## 1009 12389.35 40810.60 24883.56 14289.69 1637.35
## 1010 13847.90 40114.79 22812.10 14978.27 2324.42
## 1011 7897.34 47941.69 27526.10 19119.03 1296.56
## 1012 15100.98 46213.29 25201.47 18741.75 2270.07
## 1013 7053.06 48250.01 27061.56 20240.11 948.34
## 1014 13495.86 52872.97 30631.37 21037.53 1204.07
## 1015 9267.12 62336.52 34863.23 26114.84 1358.45
## 1016 14564.30 58792.48 33861.06 23155.13 1776.29
## 1017 13744.21 52338.89 33478.56 17581.12 1279.21
## 1018 10648.98 48179.03 30541.64 15866.46 1770.93
## 1019 6630.76 42933.59 26714.31 15126.47 1092.81
## 1020 14814.07 41464.83 26023.27 12630.31 2811.25
## 1021 16162.78 39737.03 21260.58 16314.28 2162.17
## 1022 5271.20 46168.54 23578.29 22228.41 361.84
## 1023 7488.56 40171.15 21559.51 17453.10 1158.54
## 1024 16641.02 41141.09 23192.65 14397.12 3551.32
## 1025 10136.69 50565.87 35778.37 13533.90 1253.60
## 1026 2457.50 43745.75 33143.47 10414.35 187.93
## 1027 2843.96 40579.11 33761.92 6720.88 96.31
## 1028 8095.81 50118.75 37465.78 11727.21 925.76
## 1029 15542.64 38735.04 19721.51 16305.28 2708.25
## 1030 5551.28 41913.69 24140.96 16954.05 818.68
## 1031 10846.32 45811.82 27937.40 15551.62 2322.80
## 1032 14372.16 39567.14 22401.71 14728.68 2436.75
## 1033 5161.84 37626.92 22828.92 13884.93 913.07
## 1034 4664.15 35774.97 22442.70 12428.29 903.98
## 1035 8455.43 33519.02 18968.55 12562.27 1988.20
## 1036 14761.53 41561.14 20669.59 18130.75 2760.80
## 1037 724.50 36954.33 21963.56 14952.61 38.16
## 1038 2048.78 40469.37 22405.47 17913.92 149.98
## 1039 1771.71 33310.48 18466.87 14765.56 78.05
## 1040 1201.50 36485.45 20325.41 16160.04 0.00
## 1041 514.70 33308.89 15300.85 18008.04 0.00
## 1042 241.09 26097.27 16151.43 9940.60 5.24
## 1043 199.12 30390.01 11312.69 19064.31 13.01
## 1044 703.20 19876.09 8770.31 11105.78 0.00
## 1045 266.31 27787.69 7638.25 20149.44 0.00
## 1046 301.94 29814.06 10738.71 19075.35 0.00
## 1047 998.99 24915.80 12498.87 12406.71 10.22
## 1048 411.40 24157.08 12761.19 11395.89 0.00
## 1049 995.43 39232.86 14379.48 24853.38 0.00
## 1050 796.53 27218.86 19339.98 7878.88 0.00
## 1051 834.92 24385.70 14116.28 10269.42 0.00
## 1052 1201.18 35015.95 14261.06 20754.89 0.00
## 1053 537.65 36206.89 14925.09 21281.80 0.00
## 1054 1047.02 24334.81 14588.26 9746.55 0.00
## 1055 447.77 37710.23 17060.74 20649.49 0.00
## 1056 461.14 27745.16 18430.60 9314.56 0.00
## 1057 1561.01 44923.50 20609.55 24313.95 0.00
## 1058 657.28 31863.89 20460.51 11403.38 0.00
## 1059 731.09 31182.63 20588.04 10594.59 0.00
## 1060 697.22 30162.42 19619.87 10514.58 27.97
## 1061 668.99 43942.61 21556.41 22386.20 0.00
## 1062 759.06 28552.99 19135.05 9417.94 0.00
## 1063 619.03 23708.89 18522.50 5186.39 0.00
## 1064 647.13 37280.40 17718.50 19561.90 0.00
## 1065 584.22 29324.53 19289.35 10035.18 0.00
## 1066 1193.27 51113.07 31922.01 19191.06 0.00
## 1067 866.73 37283.57 29903.31 7380.26 0.00
## 1068 1147.34 48407.22 26218.22 22189.00 0.00
## 1069 2356.55 41014.29 30968.84 10045.45 0.00
## 1070 710.02 43920.22 24338.56 19581.66 0.00
## 1071 615.86 32956.06 22617.48 10338.58 0.00
## 1072 1049.26 41618.38 20782.40 20835.98 0.00
## 1073 524.46 30302.84 19947.77 10355.07 0.00
## 1074 625.50 31430.84 22038.43 9392.41 0.00
## 1075 1347.25 51669.25 25088.83 26430.42 150.00
## 1076 595.04 30893.61 21798.68 9094.93 0.00
## 1077 650.56 34237.01 24494.31 9742.70 0.00
## 1078 645.10 34893.41 17504.21 17389.20 0.00
## 1079 848.18 29192.42 16686.17 12506.25 0.00
## 1080 861.41 25226.14 17583.62 7642.52 0.00
## 1081 613.36 34923.30 19581.38 15341.92 0.00
## 1082 999.80 23903.32 17130.38 6772.94 0.00
## 1083 745.39 25443.64 19549.59 5894.05 0.00
## 1084 570.69 31639.73 17059.55 14580.18 0.00
## 1085 1447.09 29076.27 21773.29 7302.98 0.00
## 1086 595.88 24427.51 15354.40 9073.11 0.00
## 1087 375.65 19397.24 11016.44 8380.80 0.00
## 1088 1299.60 42945.86 20816.49 22129.37 0.00
## 1089 523.89 27925.94 16753.47 11172.47 0.00
## 1090 513.69 25060.56 14684.19 10376.37 0.00
## 1091 529.41 24566.54 14862.70 9703.84 0.00
## 1092 468.70 28686.57 13653.15 15033.42 0.00
## 1093 4977.64 58612.10 34675.97 23936.13 0.00
## 1094 4749.61 54103.94 34992.96 19110.98 0.00
## 1095 4942.71 41643.52 33834.13 7809.39 0.00
## 1096 10794.34 30694.05 30201.26 492.79 0.00
## 1097 5227.59 30435.14 29475.24 959.90 0.00
## 1098 3926.84 33241.61 31653.96 1587.65 0.00
## 1099 4614.58 35507.27 33636.41 1870.86 0.00
## 1100 5456.06 37333.35 36573.68 759.67 0.00
## 1101 12912.69 35398.62 34277.25 1121.37 0.00
## 1102 14217.03 35458.53 33684.23 1774.30 0.00
## 1103 4681.66 38960.02 37274.27 1685.75 0.00
## 1104 13357.96 36894.51 33903.57 2990.94 0.00
## 1105 5551.93 38659.62 30931.87 7727.75 0.00
## 1106 4057.49 35317.04 31037.22 4279.82 0.00
## 1107 5225.21 44254.15 35941.12 8313.03 0.00
## 1108 11064.14 74655.89 31703.25 42952.64 0.00
## 1109 7149.50 52471.92 38692.25 13779.67 0.00
## 1110 6958.54 38266.54 37518.56 747.98 0.00
## 1111 4561.64 40566.09 38541.74 2024.35 0.00
## 1112 7799.26 60363.91 48127.04 12236.87 0.00
## 1113 8925.51 63010.39 41697.82 21312.57 0.00
## 1114 6250.99 49169.44 38914.95 10254.49 0.00
## 1115 8654.82 50085.95 41514.45 8571.50 0.00
## 1116 5011.33 54738.47 44134.02 10604.45 0.00
## 1117 5024.08 53258.63 41822.44 11436.19 0.00
## 1118 6281.59 77806.86 63540.12 14266.74 0.00
## 1119 4334.64 63660.06 52651.46 11008.60 0.00
## 1120 4219.33 78859.33 58695.06 20164.27 0.00
## 1121 3768.89 78678.44 45747.40 32931.04 0.00
## 1122 5234.25 71065.39 47209.35 23856.04 0.00
## 1123 8253.99 58376.60 41385.11 16991.49 0.00
## 1124 4566.03 51766.98 40849.99 10916.99 0.00
## 1125 3609.37 47743.43 34337.21 13406.22 0.00
## 1126 4266.19 55663.97 36501.34 19162.63 0.00
## 1127 6101.01 66137.41 37775.36 28362.05 0.00
## 1128 5032.11 63436.41 39250.19 24170.94 15.28
## 1129 7618.69 55650.51 34413.09 21237.42 0.00
## 1130 4229.89 50734.51 32104.77 18629.74 0.00
## 1131 6194.31 50949.57 38773.41 12176.16 0.00
## 1132 7463.43 47723.32 39098.87 8624.45 0.00
## 1133 5684.01 38838.17 38187.21 650.96 0.00
## 1134 5897.76 35286.92 34915.51 371.41 0.00
## 1135 5339.34 38563.47 38263.99 299.48 0.00
## 1136 12440.57 36602.27 35745.05 857.22 0.00
## 1137 4731.85 36265.13 36112.87 152.26 0.00
## 1138 3869.22 38503.26 38196.57 306.69 0.00
## 1139 4610.86 43708.68 42743.96 964.72 0.00
## 1140 4255.15 36449.01 35205.21 1243.80 0.00
## 1141 3874.78 32113.37 31833.66 279.71 0.00
## 1142 4887.89 33175.55 32897.59 277.96 0.00
## 1143 9591.88 37144.36 36874.44 269.92 0.00
## 1144 4591.23 58638.68 58126.59 512.09 0.00
## 1145 86202.11 808554.03 722787.61 74359.03 11407.39
## 1146 96111.90 786663.79 681332.22 94921.87 10409.70
## 1147 67975.05 1093869.01 962784.81 123270.26 7813.94
## 1148 64728.33 1096637.79 997845.83 92324.72 6467.24
## 1149 70943.62 749929.73 681435.37 61342.99 7151.37
## 1150 75963.22 747730.78 676325.88 64489.99 6914.91
## 1151 70734.46 814312.28 763322.82 44152.29 6837.17
## 1152 75385.11 527994.86 492713.56 29335.02 5946.28
## 1153 74252.61 396225.49 378048.56 13371.54 4805.39
## 1154 78774.20 349302.31 341731.29 3774.75 3796.27
## 1155 78303.54 367464.22 358998.74 6303.21 2162.27
## 1156 74862.42 297183.03 280841.88 13203.35 3137.80
## 1157 86683.25 273329.98 251924.68 17899.44 3505.86
## 1158 81864.64 282554.50 268104.31 9642.69 4807.50
## 1159 118706.07 302063.20 284791.57 12275.43 4996.20
## 1160 97210.13 296957.26 226956.87 64067.31 5933.08
## 1161 90624.69 343856.96 312763.93 26701.71 4391.32
## 1162 86574.37 363761.25 357387.32 3503.63 2870.30
## 1163 92245.94 287109.44 279700.22 3994.61 3414.61
## 1164 79890.52 305952.21 301831.12 760.09 3361.00
## 1165 69168.37 311765.28 304882.47 4251.42 2631.39
## 1166 58532.61 296687.12 291524.01 2991.10 2172.01
## 1167 79478.59 321891.95 316322.88 2936.81 2632.26
## 1168 89206.49 306935.34 290890.18 13264.37 2780.79
## 1169 83398.45 312825.50 298568.77 11398.26 2858.47
## 1170 99097.11 398193.01 377663.89 17234.66 3294.46
## 1171 75759.53 353112.97 336537.82 13953.67 2621.48
## 1172 79616.07 353494.88 334560.23 15484.32 3450.33
## 1173 69556.02 374448.36 357012.13 14619.41 2816.82
## 1174 71705.74 385717.60 367627.51 14651.88 3438.21
## 1175 76580.26 309928.20 292423.13 14480.99 3024.08
## 1176 73414.62 301690.01 283662.09 14885.79 3142.13
## 1177 54789.31 294872.18 280916.40 11067.18 2888.60
## 1178 60232.29 358535.96 345073.29 10675.70 2786.97
## 1179 61569.48 369784.70 356360.42 11566.37 1857.91
## 1180 62487.28 297393.39 280321.62 15427.14 1644.63
## 1181 58423.48 326247.83 279355.95 45364.01 1527.87
## 1182 64716.40 336665.65 284383.05 50472.61 1809.99
## 1183 73965.36 284995.25 245998.59 36929.22 2067.44
## 1184 69022.84 289111.44 250801.63 36844.97 1464.84
## 1185 68607.44 294948.19 275797.37 17691.29 1459.53
## 1186 70872.78 332057.97 313898.03 16220.47 1939.47
## 1187 62567.60 328752.16 311497.60 15650.13 1604.43
## 1188 61863.94 294779.67 269524.60 23570.43 1684.64
## 1189 61573.28 337149.23 309850.06 25218.02 2081.15
## 1190 62511.83 308754.91 271596.41 35034.18 2124.32
## 1191 58216.26 327154.33 280560.62 44327.49 2266.22
## 1192 64439.70 342179.83 308754.64 31108.07 2317.12
## 1193 60922.43 294095.95 255279.65 36398.19 2418.11
## 1194 59364.23 290195.16 260857.96 26671.18 2666.02
## 1195 58892.91 251246.65 222971.68 25111.74 3163.23
## 1196 64225.78 255504.05 215571.80 36981.72 2950.53
## 1197 3204.01 19313.09 11289.80 7288.66 734.63
## 1198 2554.61 21242.60 11290.59 9360.13 591.88
## 1199 1613.63 25724.07 11718.37 13677.35 328.35
## 1200 4604.01 30842.12 10619.03 19216.17 1006.92
## 1201 2342.95 21015.03 10740.29 9710.74 564.00
## 1202 3367.31 23120.13 12082.22 10219.32 818.59
## 1203 1787.47 21785.27 12910.54 8473.25 401.48
## 1204 6709.02 25673.62 10817.81 12978.02 1877.79
## 1205 5446.36 34334.65 11070.08 21945.20 1319.37
## 1206 4127.43 21992.98 11226.36 9879.33 887.29
## 1207 2941.09 22942.67 12347.11 10100.74 494.82
## 1208 4873.81 22661.26 11836.73 10132.33 692.20
## 1209 4198.90 17661.21 10607.98 6299.47 753.76
## 1210 4205.02 14966.61 8797.15 5225.48 943.98
## 1211 7294.86 21939.92 9084.99 10942.97 1911.96
## 1212 5424.16 22000.26 9468.95 11295.37 1235.94
## 1213 3287.09 27561.89 10648.23 16180.34 733.32
## 1214 5962.35 18915.74 10816.15 6584.54 1515.05
## 1215 1974.24 20818.82 10968.34 9442.40 408.08
## 1216 7750.34 20799.47 11076.00 7718.56 2004.91
## 1217 4025.84 23661.40 12114.64 10835.71 711.05
## 1218 3666.88 25822.62 11522.64 13604.50 695.48
## 1219 2057.87 31495.70 13129.21 17841.09 525.40
## 1220 4934.99 22015.98 13721.17 7346.56 948.25
## 1221 1678.98 25581.67 13950.77 11355.84 275.06
## 1222 3205.65 27274.78 16460.65 10376.77 437.36
## 1223 1060.80 24664.28 15247.78 9197.48 219.02
## 1224 6132.64 24023.54 15669.16 7104.77 1249.61
## 1225 3570.35 25644.25 15803.53 9422.58 418.14
## 1226 4540.35 23778.30 12423.77 10432.41 922.12
## 1227 1622.81 24616.59 11607.93 12647.23 361.43
## 1228 1616.65 19369.88 10358.52 8634.83 376.53
## 1229 4737.13 18294.66 8983.07 8235.74 1075.85
## 1230 606.53 22339.91 9533.88 12740.14 65.89
## 1231 2641.74 24590.55 8761.52 15348.83 480.20
## 1232 2780.63 18699.45 9812.43 8286.28 600.74
## 1233 5341.52 25912.53 19572.82 5205.38 1134.33
## 1234 340.98 23399.45 19990.04 3351.93 57.48
## 1235 565.69 23334.16 15903.95 7424.19 6.02
## 1236 1117.00 25781.36 22498.91 3113.19 169.26
## 1237 7475.66 22383.21 7992.82 12576.61 1813.78
## 1238 1294.26 16983.09 9906.76 6777.06 299.27
## 1239 1615.17 19921.07 11944.24 7667.38 309.45
## 1240 6909.13 17005.21 7537.07 7839.58 1628.56
## 1241 1217.83 25787.70 9789.94 15762.59 235.17
## 1242 1394.17 24814.08 11567.45 12926.67 319.96
## 1243 1307.44 19962.84 10210.07 9464.13 288.64
## 1244 5155.25 31116.86 8618.05 21296.75 1202.06
## 1245 234.29 21079.53 8875.65 12189.00 14.88
## 1246 426.73 19076.50 10228.66 8804.67 43.17
## 1247 237.88 19278.00 7964.88 11299.66 13.46
## 1248 283.88 23797.31 7769.36 16027.95 0.00
## 1249 54.44 112404.73 53606.13 58798.60 0.00
## 1250 92.33 79785.65 50138.45 29624.11 23.09
## 1251 85.47 92802.85 38463.54 54339.31 0.00
## 1252 83.27 58507.18 25297.27 33209.91 0.00
## 1253 70.13 78304.23 27392.48 50911.75 0.00
## 1254 72.44 92251.87 32763.43 59482.61 5.83
## 1255 21.31 67428.91 34369.92 33058.99 0.00
## 1256 21.15 68261.19 36440.10 31818.17 2.92
## 1257 32.81 95034.30 37980.05 57051.32 2.93
## 1258 42.02 58966.05 33429.62 25527.63 8.80
## 1259 24.92 66948.85 40518.51 26421.51 8.83
## 1260 21.60 94106.57 39787.55 54316.07 2.95
## 1261 48.48 95953.46 47869.19 48084.27 0.00
## 1262 40.63 59931.10 35358.56 24572.54 0.00
## 1263 58.29 102119.70 47692.12 54427.58 0.00
## 1264 17.92 68960.66 42655.40 26305.26 0.00
## 1265 13.63 114243.13 49819.37 64423.76 0.00
## 1266 73.73 83400.23 59815.95 23581.37 2.91
## 1267 63.85 83033.23 58853.12 24165.63 14.48
## 1268 31.89 84829.18 62035.11 22794.07 0.00
## 1269 81.16 118286.41 61527.63 56758.78 0.00
## 1270 66.26 85844.97 63761.30 22083.67 0.00
## 1271 76.64 83754.92 63018.58 20736.34 0.00
## 1272 98.68 93289.73 55330.18 37959.55 0.00
## 1273 87.27 86917.07 61873.39 24836.74 206.94
## 1274 193.76 132960.51 72566.19 60394.32 0.00
## 1275 262.36 104373.38 76411.06 27962.32 0.00
## 1276 5433.80 128508.67 74032.13 54476.54 0.00
## 1277 9215.34 99432.77 72754.69 26678.08 0.00
## 1278 103.99 119601.11 65839.19 53761.92 0.00
## 1279 57.90 86843.58 61102.87 25740.71 0.00
## 1280 72.94 123093.37 62451.72 60641.65 0.00
## 1281 136.17 90466.64 64400.34 26066.30 0.00
## 1282 58.42 82813.29 60376.64 22436.65 0.00
## 1283 35.99 145921.28 68322.23 77201.83 397.22
## 1284 120.02 92640.24 63701.43 28442.98 495.83
## 1285 41.04 88144.38 58121.16 30023.22 0.00
## 1286 59.84 103947.32 47627.94 56319.38 0.00
## 1287 91.39 91331.20 49707.36 41286.34 337.50
## 1288 87.26 75955.62 47569.63 28385.99 0.00
## 1289 165.20 104472.39 51350.08 53122.31 0.00
## 1290 145.85 63925.13 38984.80 24940.33 0.00
## 1291 62.90 69396.41 47346.87 22049.54 0.00
## 1292 41.65 102048.78 45516.03 56532.75 0.00
## 1293 67.64 78578.59 51870.47 26708.12 0.00
## 1294 77.29 74509.99 38771.73 35738.26 0.00
## 1295 34.50 62445.11 36164.82 26280.29 0.00
## 1296 82.04 111768.82 48097.17 63671.65 0.00
## 1297 65.81 66921.20 35279.75 31641.45 0.00
## 1298 42.64 77092.27 41312.00 35780.27 0.00
## 1299 38.69 63792.34 35069.71 28722.63 0.00
## 1300 39.07 86680.79 38505.18 48175.61 0.00
## 1301 103811.97 503211.34 464119.16 35717.26 3374.92
## 1302 96387.48 476795.23 434534.42 38523.10 3737.71
## 1303 113979.43 503346.14 445274.87 57239.73 831.54
## 1304 133316.89 437811.32 377999.41 57793.89 2018.02
## 1305 101739.67 386815.54 344830.99 40738.63 1245.92
## 1306 117353.23 407481.76 364155.91 41724.40 1601.45
## 1307 168586.54 414549.90 373075.42 40843.12 631.36
## 1308 228267.05 457857.57 402488.58 52180.99 3188.00
## 1309 260946.16 513481.76 429082.15 81904.30 2495.31
## 1310 211478.23 474081.03 417038.17 55815.71 1227.15
## 1311 215608.69 474781.39 423533.77 50778.19 469.43
## 1312 277954.43 525255.56 455592.88 68091.96 1570.72
## 1313 194003.80 501338.98 438547.27 61454.54 1337.17
## 1314 274903.15 429281.32 383854.11 43807.49 1619.72
## 1315 208537.92 560915.88 479718.29 76793.78 4403.81
## 1316 182702.62 612905.67 548306.36 61850.13 2749.18
## 1317 314497.84 676142.98 598816.21 75569.59 1757.18
## 1318 196950.90 660271.38 620018.68 36845.26 3407.44
## 1319 210164.47 697778.71 654945.01 41707.37 1126.33
## 1320 222563.23 617281.73 577210.39 36597.11 3474.23
## 1321 203932.87 647068.05 597061.79 48069.52 1936.74
## 1322 208419.92 651663.25 604227.70 46004.95 1430.60
## 1323 199553.32 693787.13 638982.26 53809.21 995.66
## 1324 218257.94 729054.18 685065.97 41646.75 2341.46
## 1325 205773.72 707753.89 662158.17 44652.53 943.19
## 1326 232974.97 771995.45 717654.81 53154.69 1185.95
## 1327 215752.18 760937.75 722276.90 37287.39 1373.46
## 1328 215613.45 798951.75 750253.84 45536.54 3161.37
## 1329 206159.51 829249.94 786795.07 40769.55 1685.32
## 1330 200001.49 776459.27 717859.42 56141.40 2458.45
## 1331 207708.91 719675.73 661787.82 56794.41 1093.50
## 1332 231744.91 736290.27 679537.84 55107.23 1645.20
## 1333 203615.52 713733.83 667222.64 44437.39 2073.80
## 1334 190755.81 744169.09 679213.00 64322.24 633.85
## 1335 364283.54 694686.58 624533.81 68904.63 1248.14
## 1336 192090.19 683542.79 642966.90 39078.44 1497.45
## 1337 190006.01 741163.42 701805.76 37167.77 2189.89
## 1338 185691.58 679969.25 635124.32 44745.79 99.14
## 1339 183653.85 651847.67 607923.59 42910.27 1013.81
## 1340 203057.64 582784.48 547007.10 35421.43 355.95
## 1341 197573.91 618124.04 560370.06 53740.87 4013.11
## 1342 210234.78 614825.79 578103.50 34641.93 2080.36
## 1343 179824.24 622978.93 588931.15 33275.04 772.74
## 1344 182873.34 584081.95 543841.07 37011.94 3228.94
## 1345 295228.18 583298.37 535973.53 46783.55 541.29
## 1346 206499.63 597683.07 515932.56 81139.48 611.03
## 1347 159491.59 619501.72 543231.71 75649.40 620.61
## 1348 388259.15 592750.56 464442.27 125798.21 2510.08
## 1349 164873.48 671880.46 572717.40 99142.71 20.35
## 1350 186027.52 569042.98 478770.70 90214.44 57.84
## 1351 191515.19 551745.27 465764.93 85966.27 14.07
## 1352 181058.65 510468.50 429166.89 80986.81 314.80
## 1353 4748.08 30706.82 23563.06 7140.43 3.33
## 1354 4356.81 28291.87 23562.10 4722.17 7.60
## 1355 6145.91 33007.18 23065.69 9806.94 134.55
## 1356 5447.67 27852.12 22956.94 4797.18 98.00
## 1357 5435.02 27921.83 20470.74 7440.75 10.34
## 1358 5985.48 31136.03 23717.19 7157.13 261.71
## 1359 5903.53 29388.04 24126.65 5261.39 0.00
## 1360 4873.39 30867.39 25641.93 5225.46 0.00
## 1361 5054.46 36386.93 24437.20 11949.73 0.00
## 1362 4334.10 33823.49 25000.22 8823.27 0.00
## 1363 6047.46 33416.07 23996.08 9419.99 0.00
## 1364 7009.22 41597.15 23793.78 17803.37 0.00
## 1365 6363.08 42689.39 26267.85 16376.41 45.13
## 1366 6807.92 34912.98 25432.19 9435.58 45.21
## 1367 9286.56 47365.20 27175.41 19540.16 649.63
## 1368 9786.12 43316.14 31983.60 11023.29 309.25
## 1369 9638.66 42839.39 27102.45 15494.02 242.92
## 1370 7912.88 30401.34 24581.81 5819.53 0.00
## 1371 10060.87 29946.36 25633.87 4312.49 0.00
## 1372 13672.42 28448.24 22867.47 5354.02 226.75
## 1373 10196.35 40116.38 30602.26 8883.04 631.08
## 1374 9366.36 35417.45 30724.37 4552.23 140.85
## 1375 9807.32 34668.75 29923.80 4702.51 42.44
## 1376 9567.97 43915.12 34877.55 8680.30 357.27
## 1377 9746.41 35029.70 29736.49 5171.88 121.33
## 1378 10804.25 44395.34 35733.99 8482.00 179.35
## 1379 8297.63 41366.23 36900.28 3662.58 803.37
## 1380 8103.01 51516.37 41015.00 9725.53 775.84
## 1381 7010.57 44678.04 38948.35 5729.69 0.00
## 1382 10508.18 40282.52 31059.24 8944.38 278.90
## 1383 11839.00 28738.48 24244.27 4413.30 80.91
## 1384 14228.41 30491.73 22090.48 7942.08 459.17
## 1385 10852.62 29553.43 25235.57 4310.30 7.56
## 1386 13932.74 28377.52 23620.06 4406.92 350.54
## 1387 16218.93 33653.27 23216.64 10436.63 0.00
## 1388 15685.44 24976.50 21480.56 3495.94 0.00
## 1389 12377.93 29135.28 22422.52 6712.76 0.00
## 1390 12737.74 24411.32 14353.71 10057.61 0.00
## 1391 14141.74 28395.27 21583.06 6812.21 0.00
## 1392 14079.54 26089.72 19540.62 6549.10 0.00
## 1393 13155.99 29424.89 22501.23 6833.78 89.88
## 1394 11458.43 26382.77 21886.31 3381.70 1114.76
## 1395 10813.59 26514.22 22958.63 3555.59 0.00
## 1396 10894.89 27015.92 20732.64 6153.50 129.78
## 1397 13693.83 23321.89 20671.70 2645.20 4.99
## 1398 11085.73 23901.18 21186.15 2715.03 0.00
## 1399 9717.73 28126.02 25896.73 2229.29 0.00
## 1400 17578.18 29612.86 23898.35 5714.51 0.00
## 1401 11082.07 25973.12 24183.43 1789.69 0.00
## 1402 12187.72 25636.88 23520.54 2116.34 0.00
## 1403 11665.78 25244.96 22478.92 2766.04 0.00
## 1404 11699.03 25514.31 19681.13 5611.51 221.67
## 1405 284.70 63153.04 53908.72 9224.82 19.50
## 1406 255.72 62784.09 57100.55 5619.06 64.48
## 1407 437.88 52875.54 44564.80 8310.74 0.00
## 1408 325.00 45662.47 41822.80 3839.67 0.00
## 1409 298.68 55299.38 49172.32 6127.06 0.00
## 1410 388.83 60224.78 53791.54 6426.96 6.28
## 1411 335.00 60127.39 56099.00 4028.39 0.00
## 1412 692.39 53203.11 49206.68 3996.43 0.00
## 1413 486.47 58508.19 50413.78 8082.05 12.36
## 1414 646.78 55281.08 51959.11 3321.97 0.00
## 1415 1003.78 62424.19 58060.12 4364.07 0.00
## 1416 1155.54 64726.02 56426.31 8293.55 6.16
## 1417 1171.50 67519.32 59907.03 7612.29 0.00
## 1418 1515.75 57247.33 53115.57 4131.76 0.00
## 1419 1608.76 63217.52 56901.55 6309.86 6.11
## 1420 1713.51 59446.30 54335.47 5110.83 0.00
## 1421 2204.32 72866.95 64673.20 8193.75 0.00
## 1422 2416.44 72492.97 68104.04 4376.84 12.09
## 1423 2886.60 66738.62 61777.91 4942.58 18.13
## 1424 7405.88 77862.64 72975.89 4844.44 42.31
## 1425 11932.03 78462.86 71332.39 7130.47 0.00
## 1426 11763.00 71226.18 66186.24 5015.77 24.17
## 1427 12343.88 64500.27 61569.83 2930.44 0.00
## 1428 11720.44 70840.03 62702.44 8131.55 6.04
## 1429 11822.33 67711.28 62705.51 4999.72 6.05
## 1430 15050.73 88003.25 81157.38 6839.81 6.06
## 1431 8080.05 79188.15 75120.40 4043.46 24.29
## 1432 7161.74 95352.92 86878.25 8474.67 0.00
## 1433 268.71 84988.85 80570.60 4418.25 0.00
## 1434 297.49 93290.27 85387.95 7902.32 0.00
## 1435 319.00 71581.14 67111.69 4469.45 0.00
## 1436 235.00 78697.80 71635.79 7062.01 0.00
## 1437 262.00 74870.07 69919.72 4950.35 0.00
## 1438 321.00 71530.63 67176.21 4354.42 0.00
## 1439 299.55 90612.57 81127.80 9484.77 0.00
## 1440 288.00 76712.86 72727.69 3985.17 0.00
## 1441 373.11 77990.72 74117.30 3873.42 0.00
## 1442 294.00 60210.27 53843.01 6367.26 0.00
## 1443 250.00 62911.64 57555.16 5167.59 188.89
## 1444 77.75 66128.37 62564.20 3564.17 0.00
## 1445 179.21 77003.82 68626.59 8377.23 0.00
## 1446 183.95 62466.03 58352.29 4113.74 0.00
## 1447 269.87 72616.80 69335.51 3281.29 0.00
## 1448 384.82 69213.28 62740.63 6472.65 0.00
## 1449 346.88 66214.87 62873.75 3341.12 0.00
## 1450 253.04 62663.62 60468.24 2195.38 0.00
## 1451 202.67 63558.12 61345.53 2212.59 0.00
## 1452 426.32 84349.10 76463.29 7885.81 0.00
## 1453 352.52 69524.60 66085.94 3438.66 0.00
## 1454 213.64 64197.94 61302.50 2895.44 0.00
## 1455 231.54 62815.17 59593.91 3221.26 0.00
## 1456 218.63 60062.94 54422.22 5640.72 0.00
## 1457 894.58 242666.68 208470.99 34191.25 4.44
## 1458 803.83 257139.12 212615.20 44523.92 0.00
## 1459 1657.92 261652.47 222446.62 39205.85 0.00
## 1460 892.62 164640.74 136643.23 27997.51 0.00
## 1461 863.58 170082.08 139508.76 30573.32 0.00
## 1462 1227.89 190226.47 156660.80 33558.60 7.07
## 1463 929.57 225327.84 196060.17 29267.67 0.00
## 1464 753.78 287368.02 198024.18 89343.84 0.00
## 1465 1226.57 238141.21 183727.03 54399.03 15.15
## 1466 540.63 239305.85 192750.44 46555.41 0.00
## 1467 1173.01 232925.94 181854.71 51069.15 2.08
## 1468 721.46 291019.03 214209.27 76809.76 0.00
## 1469 1078.17 261493.00 208106.11 53386.89 0.00
## 1470 983.60 243521.35 185973.17 57548.18 0.00
## 1471 801.09 262288.13 214317.49 47970.64 0.00
## 1472 1030.24 249522.08 181277.74 68237.18 7.16
## 1473 1295.45 245037.41 201210.17 43820.11 7.13
## 1474 1530.58 248566.36 208604.73 39872.77 88.86
## 1475 822.48 231864.49 197249.71 34604.15 10.63
## 1476 1727.95 223383.83 188594.00 34787.84 1.99
## 1477 976.16 249029.47 218715.85 30313.62 0.00
## 1478 1330.65 251358.48 216693.68 34664.80 0.00
## 1479 1321.69 280464.51 233874.80 46589.71 0.00
## 1480 2324.14 304967.64 256581.76 48382.38 3.50
## 1481 5130.14 354358.67 306199.58 47542.37 616.72
## 1482 5470.64 346630.58 278911.21 67625.57 93.80
## 1483 3347.48 346716.06 266450.36 80224.13 41.57
## 1484 5159.36 330913.35 287710.54 43147.53 55.28
## 1485 3548.03 404479.55 323080.99 81280.96 117.60
## 1486 2235.54 356187.72 296939.83 59171.88 76.01
## 1487 1368.92 389227.77 322139.90 67077.51 10.36
## 1488 1724.03 387861.93 322563.16 65288.42 10.35
## 1489 1648.45 360824.94 300933.75 59891.19 0.00
## 1490 4590.52 374369.29 316975.34 57393.95 0.00
## 1491 4554.01 333131.79 257688.23 74835.23 608.33
## 1492 2618.10 340354.69 246376.89 93487.52 490.28
## 1493 2366.85 382749.70 278784.54 103965.16 0.00
## 1494 1846.37 298956.93 239070.00 59886.93 0.00
## 1495 2011.01 312567.62 252129.98 59757.08 680.56
## 1496 1812.92 278150.10 216859.46 61290.64 0.00
## 1497 1650.73 283375.45 223369.68 60005.77 0.00
## 1498 1923.63 323761.50 258642.39 65119.11 0.00
## 1499 2109.98 339799.82 271636.20 68163.62 0.00
## 1500 2849.43 289988.49 228539.44 61449.05 0.00
## 1501 2885.00 309388.56 253336.80 56051.76 0.00
## 1502 2659.51 289359.35 240950.54 48408.81 0.00
## 1503 2996.36 317964.50 249204.48 68760.02 0.00
## 1504 3251.93 323358.53 243186.43 80172.10 0.00
## 1505 3184.12 313450.45 249848.32 63602.13 0.00
## 1506 3039.37 272986.43 211934.06 61052.37 0.00
## 1507 2315.72 285498.61 221731.33 63767.28 0.00
## 1508 1871.07 249495.69 178683.01 70812.68 0.00
## 1509 35858.35 737425.66 690116.94 46305.06 1003.66
## 1510 14909.65 771939.46 709816.20 60823.26 1300.00
## 1511 4716.39 758446.17 706707.82 51734.84 3.51
## 1512 3341.42 588521.80 547611.80 40901.19 8.81
## 1513 3025.26 555230.06 513647.72 41582.34 0.00
## 1514 4067.05 626738.42 581899.23 44833.83 5.36
## 1515 3393.33 707396.63 658542.91 48853.72 0.00
## 1516 4491.79 781895.19 645890.25 136004.94 0.00
## 1517 4729.26 780893.62 697293.46 83580.91 19.25
## 1518 3363.89 775888.90 693912.61 81976.29 0.00
## 1519 5421.22 742234.48 661214.66 81018.08 1.74
## 1520 4364.98 832068.41 721415.51 110651.17 1.73
## 1521 5434.32 800321.68 716567.95 83753.73 0.00
## 1522 4785.85 682854.15 589490.48 93363.67 0.00
## 1523 4293.65 751988.48 672883.20 79105.28 0.00
## 1524 4616.79 740533.23 638404.31 102122.78 6.14
## 1525 6693.26 754549.46 688674.24 65777.16 98.06
## 1526 11075.10 740291.22 678533.22 60808.49 949.51
## 1527 7167.44 739215.62 682203.72 55968.11 1043.79
## 1528 8138.99 733613.13 677997.05 55602.12 13.96
## 1529 9116.57 777021.96 722077.58 54944.38 0.00
## 1530 11726.40 794064.20 742929.61 51131.53 3.06
## 1531 14864.77 883031.61 815705.91 67279.91 45.79
## 1532 36476.44 967205.69 900291.21 66844.37 70.11
## 1533 75096.18 1216976.60 1148604.15 67207.62 1164.83
## 1534 92678.08 1312115.77 1208641.02 102680.02 794.73
## 1535 72708.66 1252367.02 1129604.18 121974.02 788.82
## 1536 77296.43 1120373.14 1052770.72 66494.05 1108.37
## 1537 56827.08 1406275.30 1285655.99 118366.89 2252.42
## 1538 7058.90 1188680.28 1099881.50 87700.94 1097.84
## 1539 5488.64 1253507.02 1154091.74 97864.57 1550.71
## 1540 7774.83 1328704.27 1206950.37 120720.48 1033.42
## 1541 5593.26 1244427.66 1156872.13 87402.54 152.99
## 1542 10220.82 1210170.12 1120295.45 89874.67 0.00
## 1543 13487.57 1088403.62 954844.81 132615.75 943.06
## 1544 7040.21 1035648.21 902141.63 132855.85 650.73
## 1545 6389.90 1115911.35 984678.78 131232.57 0.00
## 1546 5306.97 1001738.90 920108.45 81630.45 0.00
## 1547 6203.70 954229.55 869574.86 83524.01 1130.68
## 1548 5707.16 851860.36 769079.25 82778.21 2.90
## 1549 5436.84 869687.19 782209.83 87477.36 0.00
## 1550 5531.34 936644.39 843930.39 92714.00 0.00
## 1551 7864.97 1017429.27 909308.32 108119.32 1.63
## 1552 7317.59 894348.37 810060.60 84287.77 0.00
## 1553 7049.52 940038.24 860636.05 79402.19 0.00
## 1554 7773.07 929791.25 864046.29 65744.96 0.00
## 1555 7219.81 965974.48 869917.39 96055.45 1.64
## 1556 9191.41 1006703.42 896750.09 109953.33 0.00
## 1557 7923.65 1004627.94 903840.54 100787.40 0.00
## 1558 7215.59 868986.62 784229.51 84757.11 0.00
## 1559 6915.47 881104.32 796190.93 84913.39 0.00
## 1560 7580.38 764351.66 669970.50 94381.16 0.00
## 1561 12123.24 39602.96 39602.96 0.00 0.00
## 1562 3820.83 45911.51 45911.51 0.00 0.00
## 1563 116.84 35319.62 35319.62 0.00 0.00
## 1564 94.18 38140.59 38140.59 0.00 0.00
## 1565 88.58 34725.57 34725.57 0.00 0.00
## 1566 140.77 40780.57 40777.10 3.47 0.00
## 1567 90.93 47080.01 46867.66 212.35 0.00
## 1568 132.37 33770.89 33362.00 408.89 0.00
## 1569 209.48 65281.14 65081.14 200.00 0.00
## 1570 158.24 43066.49 42475.38 591.11 0.00
## 1571 192.81 37551.02 36297.69 1253.33 0.00
## 1572 204.79 43108.05 43001.38 106.67 0.00
## 1573 248.25 40649.51 40431.73 217.78 0.00
## 1574 265.22 28024.32 27515.43 508.89 0.00
## 1575 291.70 49249.26 48164.82 1084.44 0.00
## 1576 277.25 52903.22 52023.22 880.00 0.00
## 1577 377.70 48438.75 48349.86 88.89 0.00
## 1578 457.24 54650.81 54650.81 0.00 0.00
## 1579 608.29 58875.69 58875.69 0.00 0.00
## 1580 775.00 65208.52 65208.52 0.00 0.00
## 1581 815.98 52404.14 52400.81 3.33 0.00
## 1582 1637.61 66056.20 66056.20 0.00 0.00
## 1583 2452.04 73522.70 73518.43 4.27 0.00
## 1584 6851.58 62451.94 62434.86 17.08 0.00
## 1585 15371.77 148840.39 148811.62 28.77 0.00
## 1586 17991.98 176818.96 176636.74 182.22 0.00
## 1587 15156.27 152474.29 152425.40 48.89 0.00
## 1588 14779.66 108756.94 108756.94 0.00 0.00
## 1589 10744.54 162093.57 162093.57 0.00 0.00
## 1590 37.43 110774.35 110774.35 0.00 0.00
## 1591 61.25 97960.94 97960.94 0.00 0.00
## 1592 53.34 137204.86 137204.86 0.00 0.00
## 1593 29.88 131916.01 131904.74 11.27 0.00
## 1594 78.56 71634.08 71253.97 380.11 0.00
## 1595 59.55 60372.30 60354.57 17.73 0.00
## 1596 79.62 56276.09 56259.03 17.06 0.00
## 1597 78.27 59937.61 59936.64 0.97 0.00
## 1598 58.52 89721.50 89699.64 21.86 0.00
## 1599 82.02 54403.15 54288.70 114.45 0.00
## 1600 57.27 37964.11 37036.33 927.78 0.00
## 1601 55.64 48050.17 47856.09 194.08 0.00
## 1602 90.60 48433.02 48390.80 42.22 0.00
## 1603 15.02 50908.82 50606.60 302.22 0.00
## 1604 41.26 42880.02 42880.02 0.00 0.00
## 1605 23.63 43742.64 43735.97 6.67 0.00
## 1606 33.13 53466.02 53303.80 162.22 0.00
## 1607 33.62 50852.58 50014.80 837.78 0.00
## 1608 34.23 46670.10 46576.76 93.34 0.00
## 1609 24.12 53547.65 53543.21 4.44 0.00
## 1610 38.05 64770.92 64770.92 0.00 0.00
## 1611 22.90 44863.79 44863.79 0.00 0.00
## 1612 14.68 52490.37 52490.37 0.00 0.00
## 1613 124.04 73781.31 40641.55 33139.76 0.00
## 1614 122.07 53005.58 36258.03 16747.55 0.00
## 1615 168.63 67992.66 31407.15 36585.51 0.00
## 1616 121.93 42163.27 24098.62 18064.65 0.00
## 1617 37.82 51276.67 21536.82 29739.85 0.00
## 1618 120.55 60802.83 27114.53 33688.30 0.00
## 1619 109.39 50391.31 27742.90 22648.41 0.00
## 1620 92.19 49479.56 31369.94 18109.62 0.00
## 1621 80.56 72567.19 33748.18 38819.01 0.00
## 1622 91.29 47882.36 29737.38 18128.16 16.82
## 1623 71.02 49234.66 32915.51 16319.15 0.00
## 1624 105.62 66806.60 31968.47 34838.13 0.00
## 1625 60.86 74081.45 37192.16 36886.48 2.81
## 1626 142.31 46212.68 29149.95 17062.73 0.00
## 1627 119.94 76241.81 36956.49 39285.32 0.00
## 1628 43.61 56837.79 37653.91 19183.88 0.00
## 1629 82.75 86221.59 43014.65 43206.94 0.00
## 1630 173.11 63273.58 44694.90 18578.68 0.00
## 1631 81.78 63317.35 47516.81 15800.54 0.00
## 1632 91.62 64382.93 45260.21 19122.72 0.00
## 1633 99.51 81232.50 47242.50 33990.00 0.00
## 1634 88.69 60259.72 43472.90 16786.82 0.00
## 1635 71.27 60386.34 44878.70 15507.64 0.00
## 1636 61.06 79609.51 42477.40 37132.11 0.00
## 1637 73.35 58395.25 41732.15 16663.10 0.00
## 1638 83.04 95423.88 58523.36 36900.52 0.00
## 1639 118.88 80757.08 62186.73 18570.35 0.00
## 1640 726.55 92609.27 55420.02 37189.25 0.00
## 1641 2083.82 75173.50 56501.85 18663.64 8.01
## 1642 561.66 86061.13 48219.72 37841.41 0.00
## 1643 73.35 55906.05 38303.20 17602.85 0.00
## 1644 160.42 76278.08 37157.88 39120.20 0.00
## 1645 173.63 54407.98 38066.02 16341.96 0.00
## 1646 138.92 51717.03 35990.16 15726.87 0.00
## 1647 165.60 95445.05 40398.41 54823.03 223.61
## 1648 93.98 56809.87 38167.83 18294.82 347.22
## 1649 205.89 54827.73 35504.70 19323.03 0.00
## 1650 96.79 71780.19 31886.66 39893.53 0.00
## 1651 103.76 63600.61 34091.52 29143.81 365.28
## 1652 128.97 47398.55 29215.60 18182.95 0.00
## 1653 141.02 73045.90 37453.09 35592.81 0.00
## 1654 115.89 49846.38 34513.35 15333.03 0.00
## 1655 86.78 49331.49 33996.64 15334.85 0.00
## 1656 114.63 61957.64 31707.62 30250.02 0.00
## 1657 66.79 53147.10 36700.48 16446.62 0.00
## 1658 37.33 44375.38 20733.73 23641.65 0.00
## 1659 99.17 42392.17 18229.35 24162.82 0.00
## 1660 180.21 80264.72 26854.75 53409.97 0.00
## 1661 91.59 48864.81 22591.61 26273.20 0.00
## 1662 83.80 43569.17 18914.84 24654.33 0.00
## 1663 52.44 43410.02 18762.45 24647.57 0.00
## 1664 75.22 52719.49 19933.70 32785.79 0.00
## 1665 530.89 89292.89 82776.35 6513.36 3.18
## 1666 532.68 98302.52 88587.50 9715.02 0.00
## 1667 683.27 94649.63 87738.34 6908.05 3.24
## 1668 540.52 75010.31 67405.80 7596.24 8.27
## 1669 533.71 67938.12 62262.05 5676.07 0.00
## 1670 591.76 80592.91 74840.49 5752.42 0.00
## 1671 604.60 85346.19 78169.59 7176.60 0.00
## 1672 479.70 92267.09 76143.42 16123.67 0.00
## 1673 570.57 90086.72 78873.23 11206.74 6.75
## 1674 437.37 94916.51 84288.89 10627.62 0.00
## 1675 819.38 92670.88 83101.65 9569.23 0.00
## 1676 550.69 103675.87 83281.81 20392.37 1.69
## 1677 754.42 104610.89 91635.61 12975.28 0.00
## 1678 497.49 97946.15 82669.93 15276.22 0.00
## 1679 580.30 94858.12 84698.03 10160.09 0.00
## 1680 752.17 91927.28 78976.79 12950.49 0.00
## 1681 633.36 97929.43 89096.28 8827.37 5.78
## 1682 654.66 95910.31 86293.69 9570.66 45.96
## 1683 717.48 90761.35 82479.25 8193.68 88.42
## 1684 652.49 86244.48 78393.26 7851.22 0.00
## 1685 801.53 95410.30 88554.27 6856.03 0.00
## 1686 955.95 93959.69 85344.81 8614.88 0.00
## 1687 856.78 103353.68 92024.65 11329.03 0.00
## 1688 1472.69 115527.52 103254.89 12272.63 0.00
## 1689 1885.79 121261.71 109196.16 11757.42 308.13
## 1690 1024.11 136666.84 122252.96 14370.22 43.66
## 1691 806.52 127826.72 111168.32 16658.40 0.00
## 1692 1155.21 128855.48 117744.63 11040.67 70.18
## 1693 1064.13 150847.40 130970.38 19779.78 97.24
## 1694 1339.88 132948.73 116932.41 15941.00 75.32
## 1695 1068.66 146361.56 130734.40 15496.02 131.14
## 1696 1055.58 146344.69 129470.64 16871.38 2.67
## 1697 1129.29 129556.30 116806.95 12725.41 23.94
## 1698 2051.34 134165.69 118815.58 15350.11 0.00
## 1699 1834.71 124874.01 106616.53 18018.59 238.89
## 1700 1439.55 117693.87 100776.04 16917.83 0.00
## 1701 1309.62 128778.14 110321.07 18457.07 0.00
## 1702 1217.98 108780.22 95743.68 13036.54 0.00
## 1703 1290.63 108167.08 94087.03 14028.66 51.39
## 1704 1168.94 100706.58 88306.35 12400.23 0.00
## 1705 1104.04 98706.55 85471.81 13234.74 0.00
## 1706 1077.74 116220.12 102101.20 14118.92 0.00
## 1707 1051.07 121768.61 106813.89 14953.22 1.50
## 1708 1528.30 107527.31 93745.13 13782.18 0.00
## 1709 1353.67 117031.82 105513.50 11518.32 0.00
## 1710 1259.97 107117.77 97737.29 9380.48 0.00
## 1711 1353.94 113793.17 100107.79 13683.87 1.51
## 1712 1722.10 119325.59 104365.66 14959.93 0.00
## 1713 1409.19 126670.39 110991.22 15679.17 0.00
## 1714 1469.44 105386.55 93250.96 12135.59 0.00
## 1715 1715.41 101558.06 88980.00 12578.06 0.00
## 1716 2121.45 86647.87 72829.94 13817.93 0.00
## 1717 11642.46 100891.80 70749.02 30142.78 0.00
## 1718 10346.68 97475.33 72169.92 25305.41 0.00
## 1719 9429.99 110082.85 92028.11 18054.74 0.00
## 1720 13354.80 60258.38 60255.64 2.74 0.00
## 1721 9770.44 57662.53 57662.53 0.00 0.00
## 1722 11102.75 64644.27 63088.81 1555.46 0.00
## 1723 11412.94 63651.99 63178.20 473.79 0.00
## 1724 11555.39 62686.12 62666.63 19.49 0.00
## 1725 20971.41 62363.88 62363.88 0.00 0.00
## 1726 19968.66 64616.17 64585.35 30.82 0.00
## 1727 10255.97 68190.77 68128.99 61.78 0.00
## 1728 19579.82 71958.63 71955.82 2.81 0.00
## 1729 10663.95 82685.54 82685.54 0.00 0.00
## 1730 9974.50 60035.27 59972.02 63.25 0.00
## 1731 6031.40 72211.55 64530.22 7681.33 0.00
## 1732 15399.69 184333.58 74017.75 110315.83 0.00
## 1733 6101.99 153645.11 93116.34 60528.77 0.00
## 1734 5931.86 84814.48 84714.70 99.78 0.00
## 1735 4923.05 77455.61 75885.27 1570.34 0.00
## 1736 8294.96 134721.67 95992.23 38729.44 0.00
## 1737 7040.81 124788.86 79670.22 45118.64 0.00
## 1738 5261.65 124508.92 80224.04 44284.88 0.00
## 1739 8805.55 110773.22 77011.19 33762.03 0.00
## 1740 4302.29 115356.09 84065.18 31290.91 0.00
## 1741 4759.57 120165.04 84710.72 35134.88 319.44
## 1742 5251.74 135007.13 98977.04 36030.09 0.00
## 1743 4419.34 106701.94 84853.81 21848.13 0.00
## 1744 4910.71 122109.28 99129.04 22980.24 0.00
## 1745 4263.45 122309.95 94240.24 28069.71 0.00
## 1746 4499.84 122272.51 90030.35 32242.16 0.00
## 1747 10400.82 111990.65 81585.03 30405.62 0.00
## 1748 6013.78 106093.45 84441.02 21652.43 0.00
## 1749 4706.99 101431.12 77703.34 23727.78 0.00
## 1750 4878.68 108781.92 77196.88 31585.04 0.00
## 1751 5692.05 104421.65 80245.00 23882.21 294.44
## 1752 5832.62 94537.77 76637.06 17900.71 0.00
## 1753 7534.30 97564.37 44646.67 52917.70 0.00
## 1754 5732.19 85777.92 39455.85 46322.07 0.00
## 1755 7128.12 82912.63 49271.61 33641.02 0.00
## 1756 8638.85 67462.20 43759.93 23702.27 0.00
## 1757 6035.48 60883.78 60874.89 8.89 0.00
## 1758 6041.54 67422.51 67422.51 0.00 0.00
## 1759 5737.48 68487.04 68487.04 0.00 0.00
## 1760 12551.58 64435.76 64435.76 0.00 0.00
## 1761 6791.95 67730.71 67727.10 3.61 0.00
## 1762 5938.72 71351.98 71344.45 7.53 0.00
## 1763 5517.00 79618.55 79618.55 0.00 0.00
## 1764 6335.66 82437.73 82437.73 0.00 0.00
## 1765 5034.13 75561.02 75558.47 2.55 0.00
## 1766 5643.07 70788.61 70788.61 0.00 0.00
## 1767 12237.43 66305.28 66305.28 0.00 0.00
## 1768 6509.41 92499.06 92499.06 0.00 0.00
## 1769 951.32 25060.99 17512.17 7392.15 156.67
## 1770 1003.63 26066.51 17094.03 8749.15 223.33
## 1771 959.83 24468.56 15525.47 8943.09 0.00
## 1772 1081.56 17594.30 8739.98 8854.32 0.00
## 1773 958.70 16517.66 7946.78 8570.88 0.00
## 1774 1119.61 18248.33 12552.12 5696.21 0.00
## 1775 979.92 19392.22 13712.24 5679.98 0.00
## 1776 2313.90 34534.21 13430.34 21103.87 0.00
## 1777 1706.56 17835.82 12000.07 5835.75 0.00
## 1778 1289.08 24616.77 13587.31 11029.46 0.00
## 1779 1465.61 23740.41 13949.01 9791.40 0.00
## 1780 1535.63 21715.58 14948.34 6767.24 0.00
## 1781 2321.10 16593.05 13300.88 3292.17 0.00
## 1782 1852.47 25919.02 14361.09 11557.93 0.00
## 1783 1176.81 28426.96 19393.09 9033.87 0.00
## 1784 998.60 29623.33 21080.82 8542.51 0.00
## 1785 2074.97 32403.84 23118.99 9284.85 0.00
## 1786 3632.29 28656.28 20079.07 8573.41 3.80
## 1787 1714.56 29055.01 18577.69 10477.32 0.00
## 1788 1381.07 31222.95 21335.31 9887.64 0.00
## 1789 3021.58 41787.40 26618.86 15168.54 0.00
## 1790 1151.93 29516.38 23664.27 5852.11 0.00
## 1791 1088.54 26187.71 20545.66 5642.05 0.00
## 1792 1675.99 26651.84 23700.61 2951.23 0.00
## 1793 2652.87 24019.53 21786.27 2221.89 11.37
## 1794 5316.06 41505.82 31488.54 10017.28 0.00
## 1795 3823.55 43528.03 31542.36 11981.88 3.79
## 1796 4210.41 39029.98 29949.74 9080.24 0.00
## 1797 3147.67 43460.25 34041.60 9418.65 0.00
## 1798 1482.90 37523.11 28434.19 9081.46 7.46
## 1799 1439.62 34581.71 24083.06 10498.65 0.00
## 1800 3203.21 58265.70 26280.32 31985.38 0.00
## 1801 1406.54 31811.59 24984.50 6827.09 0.00
## 1802 1279.05 30450.96 23419.51 7031.45 0.00
## 1803 5183.12 52968.31 24324.24 28644.07 0.00
## 1804 1309.41 32543.11 22762.11 9781.00 0.00
## 1805 1286.70 29235.06 29007.20 227.86 0.00
## 1806 1180.96 27667.08 27527.96 139.12 0.00
## 1807 1645.11 23849.53 23652.54 161.52 35.47
## 1808 1503.84 14146.62 14034.79 108.32 3.51
## 1809 1370.01 17814.28 10044.46 7769.82 0.00
## 1810 1291.66 23563.41 17661.43 5901.98 0.00
## 1811 3731.73 37704.08 19742.03 17962.05 0.00
## 1812 1225.82 24342.77 19985.54 4357.23 0.00
## 1813 1187.76 24832.45 19166.04 5666.41 0.00
## 1814 1559.04 24336.58 19783.32 4553.26 0.00
## 1815 990.22 26110.75 20249.85 5860.90 0.00
## 1816 2164.35 31870.24 20561.48 11308.76 0.00
## 1817 2397.99 24416.80 17599.77 6817.03 0.00
## 1818 1075.26 19359.33 12321.55 7037.78 0.00
## 1819 1325.17 18068.15 12165.94 5902.21 0.00
## 1820 1561.70 14925.18 11264.80 3660.38 0.00
## 1821 25188.57 305294.16 279127.08 24838.63 1328.45
## 1822 27253.71 273908.59 255725.09 16936.24 1247.26
## 1823 17927.73 295915.03 266174.79 28516.98 1223.26
## 1824 13005.11 258550.08 243961.62 13539.44 1049.02
## 1825 10648.01 263489.68 248449.51 14157.64 882.53
## 1826 15421.83 278062.60 260079.65 16838.20 1144.75
## 1827 17268.45 287218.66 270313.26 16012.74 892.66
## 1828 19975.92 284193.27 266376.52 16399.34 1417.41
## 1829 17013.86 279410.25 264897.41 13224.58 1288.26
## 1830 15616.99 252026.43 237398.61 13346.37 1281.45
## 1831 14931.07 272685.30 257340.06 13759.12 1586.12
## 1832 14585.67 261635.43 248699.54 11296.81 1639.08
## 1833 15401.65 235041.31 223134.82 10382.51 1523.98
## 1834 14587.65 233797.53 221484.44 10779.94 1533.15
## 1835 15441.14 253447.75 237139.11 15090.36 1218.28
## 1836 15652.47 292538.17 271845.35 19120.68 1572.14
## 1837 15397.86 294901.44 276258.81 17590.29 1052.34
## 1838 14634.43 289454.67 270142.84 18056.86 1254.97
## 1839 16041.72 287126.69 275002.90 10772.67 1351.12
## 1840 14777.59 292735.89 277836.31 13619.13 1280.45
## 1841 21090.12 296214.97 281135.85 13951.38 1127.74
## 1842 33145.85 291685.02 276864.79 13477.89 1342.34
## 1843 53882.08 315858.91 292786.50 21669.83 1402.58
## 1844 37429.71 348617.23 332847.58 14512.26 1257.39
## 1845 14462.47 310580.92 292683.09 12904.75 4993.08
## 1846 19636.37 413266.21 396505.99 15522.11 1238.11
## 1847 18637.71 371995.31 358087.94 12451.24 1456.13
## 1848 22901.69 375649.64 358605.35 15767.87 1276.42
## 1849 27161.21 386476.34 375290.39 9693.84 1492.11
## 1850 17034.85 356482.08 353409.98 1330.64 1741.46
## 1851 11918.96 337124.70 334423.95 902.84 1797.91
## 1852 12148.13 342974.37 338254.28 2828.90 1891.19
## 1853 11424.24 312540.76 308421.89 2567.10 1551.77
## 1854 12270.69 349757.60 344545.73 3874.51 1337.36
## 1855 17406.31 321411.50 311074.95 6744.66 3591.89
## 1856 23878.20 292763.12 278730.74 6240.25 7792.13
## 1857 33180.04 279933.00 272779.43 5725.48 1428.09
## 1858 12343.11 253094.70 246327.83 5726.34 1040.53
## 1859 11645.81 321150.02 305406.51 9584.33 6159.18
## 1860 10085.33 294229.04 286268.48 6846.07 1114.49
## 1861 11548.82 304301.88 293708.39 9411.90 1181.59
## 1862 10344.37 304904.94 300231.39 3729.66 943.89
## 1863 9283.84 271059.63 269498.52 734.29 826.82
## 1864 11417.67 292807.55 291293.85 540.74 972.96
## 1865 20287.44 278266.03 276280.33 860.21 1125.49
## 1866 17649.52 233302.27 231591.27 844.44 866.56
## 1867 12488.08 214140.34 212347.25 690.66 1102.43
## 1868 13768.85 237852.92 235274.47 1245.73 1332.72
## 1869 14022.68 201319.44 198193.38 1929.49 1196.57
## 1870 14504.70 208774.76 206579.02 1074.30 1121.44
## 1871 10009.45 207260.73 205299.64 954.59 1006.50
## 1872 10476.89 178834.99 177360.20 440.57 1034.22
## 1873 16182.87 182057.05 181763.30 44.65 249.10
## 1874 13276.06 185649.45 185479.46 29.77 140.22
## 1875 12487.18 159304.83 159009.01 109.68 186.14
## 1876 13360.01 369224.37 363808.78 4531.76 883.83
## 1877 13672.29 147728.56 147268.25 89.00 371.31
## 1878 14806.53 151241.84 150474.71 7.40 759.73
## 1879 16340.66 268718.74 258913.25 2157.19 7648.30
## 1880 15085.38 138777.63 136935.61 236.07 1605.95
## 1881 11993.63 130546.65 130164.27 123.39 258.99
## 1882 13673.67 180363.08 178207.01 1322.84 833.23
## 1883 16086.11 120076.92 119843.01 92.18 141.73
## 1884 31627.53 217371.85 211701.25 3997.36 1673.24
## 1885 45229.53 99750.32 99417.33 165.46 167.53
## 1886 13101.24 124637.29 124612.73 1.84 22.72
## 1887 12831.81 140761.55 140535.44 58.92 167.19
## 1888 15103.06 116632.54 116569.24 22.02 41.28
## 1889 13357.86 88635.44 88369.14 231.21 35.09
## 1890 13235.52 73954.47 73781.04 138.56 34.87
## 1891 15312.90 102045.90 101670.76 332.04 43.10
## 1892 15332.72 78920.77 78821.71 94.95 4.11
## 1893 17536.12 71330.02 71232.22 89.57 8.23
## 1894 20132.68 69771.31 69761.93 7.32 2.06
## 1895 17189.62 66375.24 66239.50 135.74 0.00
## 1896 16444.94 61655.47 56419.16 5228.04 8.27
## 1897 17027.48 99285.92 88288.73 10900.79 96.40
## 1898 22969.60 62996.20 59731.74 3256.13 8.33
## 1899 21601.64 66678.86 66557.46 98.42 22.98
## 1900 32660.15 91721.74 89830.23 14.83 1876.68
## 1901 18608.64 100409.39 99951.29 393.39 64.71
## 1902 19235.07 90828.09 90346.52 473.22 8.35
## 1903 17218.66 106764.41 106687.47 51.91 25.03
## 1904 15508.11 104967.35 104757.58 136.92 72.85
## 1905 19253.03 94881.97 94742.82 0.00 139.15
## 1906 16212.44 121651.82 121155.50 338.86 157.46
## 1907 16791.96 94925.13 94890.92 7.35 26.86
## 1908 13860.48 94309.71 94185.46 85.32 38.93
## 1909 13456.08 115499.66 114658.35 690.46 150.85
## 1910 15964.76 67404.32 67361.20 43.12 0.00
## 1911 19335.81 73791.63 73228.59 144.25 418.79
## 1912 18487.16 57634.42 57229.61 402.85 1.96
## 1913 16449.01 42332.00 42292.09 37.97 1.94
## 1914 17300.74 58756.28 58756.28 0.00 0.00
## 1915 17444.77 52975.38 52751.04 220.46 3.88
## 1916 16252.30 83724.44 79396.05 4310.94 17.45
## 1917 15574.43 74647.23 74573.17 74.06 0.00
## 1918 16459.01 53934.48 51454.09 2472.63 7.76
## 1919 13386.63 40125.46 38999.96 1125.50 0.00
## 1920 15903.81 59749.80 48200.04 11547.81 1.95
## 1921 13384.30 58282.20 40428.06 17854.14 0.00
## 1922 14692.73 48187.39 34402.17 13785.22 0.00
## 1923 22743.24 72844.44 64831.61 8012.83 0.00
## 1924 19781.57 76559.75 61308.73 15251.02 0.00
## 1925 21669.44 53099.59 52596.72 502.87 0.00
## 1926 20913.36 46870.95 46617.48 253.47 0.00
## 1927 24041.02 45929.66 45573.83 355.83 0.00
## 1928 26500.57 45323.34 45120.91 202.43 0.00
## 1929 21863.66 41941.45 41606.59 334.86 0.00
## 1930 25366.63 33965.32 33573.06 392.26 0.00
## 1931 38424.89 35806.16 34671.43 1134.73 0.00
## 1932 52451.86 41447.22 39551.73 1895.49 0.00
## 1933 63741.60 48799.78 46809.56 1990.22 0.00
## 1934 50086.92 46227.43 44925.95 1301.48 0.00
## 1935 53069.24 49953.39 48619.54 1333.85 0.00
## 1936 69417.88 50755.47 48621.59 2133.88 0.00
## 1937 45935.19 36510.50 34300.90 2209.60 0.00
## 1938 69313.13 35429.80 33593.74 1836.06 0.00
## 1939 47238.12 55341.44 52100.42 3241.02 0.00
## 1940 37519.32 81905.93 80146.20 1759.73 0.00
## 1941 77352.73 84577.81 83519.16 1058.65 0.00
## 1942 42039.92 97524.71 97342.36 182.35 0.00
## 1943 46614.00 111927.84 111602.10 325.74 0.00
## 1944 47919.71 83623.99 83231.20 392.79 0.00
## 1945 44441.11 81636.45 81028.63 607.82 0.00
## 1946 44520.15 84548.09 84232.28 315.81 0.00
## 1947 41446.55 87245.46 87050.05 195.41 0.00
## 1948 45046.22 91422.77 90363.60 1059.17 0.00
## 1949 42204.73 87823.46 86455.56 1367.90 0.00
## 1950 40891.64 89649.71 88239.15 1410.56 0.00
## 1951 45055.08 86923.34 86724.24 199.10 0.00
## 1952 41369.10 89724.00 89158.23 565.77 0.00
## 1953 41274.25 89973.86 89685.43 288.43 0.00
## 1954 41892.02 83374.53 82782.86 591.67 0.00
## 1955 43537.37 80818.61 80542.50 276.11 0.00
## 1956 50072.71 77201.14 76580.12 621.02 0.00
## 1957 41158.83 81190.15 80610.84 579.31 0.00
## 1958 37794.41 92389.81 91891.14 498.67 0.00
## 1959 80829.91 75045.87 73838.89 1147.26 59.72
## 1960 38961.11 82673.58 81554.51 978.79 140.28
## 1961 36476.98 93048.28 92654.74 393.54 0.00
## 1962 37443.69 93425.98 92113.02 1312.96 0.00
## 1963 37207.47 86015.69 85179.62 836.07 0.00
## 1964 44155.00 67329.30 66273.35 1055.95 0.00
## 1965 37929.90 68437.27 67695.64 741.63 0.00
## 1966 46569.19 68301.38 68114.58 186.80 0.00
## 1967 37877.54 65638.05 65493.35 144.70 0.00
## 1968 36330.01 68052.73 67743.53 309.20 0.00
## 1969 69371.34 54365.07 53806.04 559.03 0.00
## 1970 48502.71 60996.87 49618.45 11378.42 0.00
## 1971 33712.03 73022.33 62051.18 10971.15 0.00
## 1972 88450.29 61014.39 41191.91 19822.48 0.00
## 1973 36067.46 76676.23 63206.25 13469.98 0.00
## 1974 39543.93 60466.47 46298.95 14167.52 0.00
## 1975 41272.69 66316.08 50818.20 15497.88 0.00
## 1976 39928.01 55663.83 44040.64 11623.19 0.00
## 1977 5986.26 40778.79 40770.10 3.44 5.25
## 1978 5425.25 33995.68 33982.55 5.25 7.88
## 1979 7096.70 34365.83 34365.83 0.00 0.00
## 1980 7028.58 26733.72 26727.63 6.09 0.00
## 1981 5499.99 23240.40 23240.40 0.00 0.00
## 1982 6545.55 27741.68 27736.40 2.64 2.64
## 1983 9940.86 30101.25 29466.63 634.62 0.00
## 1984 12315.03 30658.71 29783.15 875.56 0.00
## 1985 16391.80 30561.30 29676.86 884.44 0.00
## 1986 13184.36 28386.13 27568.35 817.78 0.00
## 1987 13205.22 27556.65 27252.31 280.00 24.34
## 1988 16004.59 29386.28 28741.43 617.78 27.07
## 1989 11357.40 30814.53 30425.15 389.38 0.00
## 1990 16430.71 23905.77 23139.55 766.22 0.00
## 1991 11692.02 34710.17 34070.17 640.00 0.00
## 1992 9499.01 44222.78 43507.62 715.16 0.00
## 1993 19484.71 48355.89 48304.30 48.89 2.70
## 1994 10562.29 45766.79 45766.79 0.00 0.00
## 1995 12155.66 46959.56 46959.56 0.00 0.00
## 1996 12570.49 44672.22 44672.22 0.00 0.00
## 1997 12731.89 44376.09 44376.09 0.00 0.00
## 1998 13008.81 43712.90 43712.90 0.00 0.00
## 1999 11762.30 50052.40 50052.40 0.00 0.00
## 2000 12403.89 53881.89 53877.92 3.97 0.00
## 2001 12718.46 50900.73 50740.73 160.00 0.00
## 2002 15212.24 59456.82 58905.71 551.11 0.00
## 2003 11394.34 55431.61 55427.17 4.44 0.00
## 2004 11120.60 58619.28 58619.28 0.00 0.00
## 2005 10989.87 62286.69 62286.69 0.00 0.00
## 2006 10333.21 62583.40 61701.18 882.22 0.00
## 2007 11466.99 58556.59 53587.70 4968.89 0.00
## 2008 13055.11 59553.69 56304.95 3246.13 2.61
## 2009 11273.72 56076.29 52612.50 3458.56 5.23
## 2010 11036.66 64086.74 57579.67 6507.07 0.00
## 2011 21169.69 53432.41 51895.62 1238.18 298.61
## 2012 11133.44 50108.57 49595.75 390.60 122.22
## 2013 10864.49 53735.19 53008.05 727.14 0.00
## 2014 9863.28 46257.71 44510.63 1747.08 0.00
## 2015 9827.34 46779.93 45789.32 990.61 0.00
## 2016 11552.86 43299.69 42423.09 876.60 0.00
## 2017 10380.07 48873.40 48817.84 55.56 0.00
## 2018 11621.92 44199.13 44199.13 0.00 0.00
## 2019 10295.75 51568.09 51568.09 0.00 0.00
## 2020 9840.75 47068.95 47039.78 29.17 0.00
## 2021 17018.36 43386.55 43046.27 340.28 0.00
## 2022 10942.01 47574.75 41738.23 5836.52 0.00
## 2023 7883.33 49271.38 42969.44 6301.94 0.00
## 2024 21686.02 47141.67 40189.17 6952.50 0.00
## 2025 8644.27 56189.36 45878.25 10311.11 0.00
## 2026 9958.28 47657.12 36798.65 10858.47 0.00
## 2027 10952.11 44915.40 36160.54 8754.86 0.00
## 2028 9762.41 36245.72 31778.36 4467.36 0.00
## 2029 152.86 33496.40 32877.16 0.00 619.24
## 2030 116.69 28670.50 27888.28 8.89 773.33
## 2031 127.18 27033.05 27030.08 2.97 0.00
## 2032 100.43 22565.73 22565.73 0.00 0.00
## 2033 114.57 19307.60 19307.60 0.00 0.00
## 2034 163.50 25520.11 25520.11 0.00 0.00
## 2035 99.00 23209.55 23209.55 0.00 0.00
## 2036 135.05 24946.90 24873.75 73.15 0.00
## 2037 177.07 21706.68 20934.80 771.88 0.00
## 2038 153.35 19662.35 19231.66 430.69 0.00
## 2039 115.01 21570.47 21570.47 0.00 0.00
## 2040 151.21 26315.96 26312.88 3.08 0.00
## 2041 126.92 24788.88 24788.88 0.00 0.00
## 2042 84.32 19580.71 19577.65 0.00 3.06
## 2043 128.08 23770.14 23770.14 0.00 0.00
## 2044 180.33 28194.07 28181.85 12.22 0.00
## 2045 139.46 33050.28 33001.48 42.70 6.10
## 2046 261.10 30352.74 29963.27 389.47 0.00
## 2047 318.39 29295.96 27837.68 1458.28 0.00
## 2048 411.16 29038.41 29038.41 0.00 0.00
## 2049 76.24 30114.32 30114.32 0.00 0.00
## 2050 92.49 28450.20 28450.20 0.00 0.00
## 2051 67.53 31073.35 31073.35 0.00 0.00
## 2052 110.24 33820.42 33820.42 0.00 0.00
## 2053 740.63 34430.38 34430.38 0.00 0.00
## 2054 2541.99 39017.24 39017.24 0.00 0.00
## 2055 68.94 37248.89 37248.89 0.00 0.00
## 2056 73.18 36598.52 36598.52 0.00 0.00
## 2057 19.99 38423.54 38416.87 6.67 0.00
## 2058 109.92 38863.12 38372.75 490.37 0.00
## 2059 33.05 34881.28 33050.17 1831.11 0.00
## 2060 99.51 35973.41 34793.39 1180.02 0.00
## 2061 68.28 33803.81 32381.59 1422.22 0.00
## 2062 146.10 36773.19 34415.41 2357.78 0.00
## 2063 120.87 32580.81 32327.48 253.33 0.00
## 2064 81.83 27733.40 27733.40 0.00 0.00
## 2065 146.75 31213.28 30623.78 589.50 0.00
## 2066 130.09 30036.67 28274.78 1761.89 0.00
## 2067 258.54 28281.56 27849.27 432.29 0.00
## 2068 110.35 24095.86 22961.86 1134.00 0.00
## 2069 102.64 28188.95 28170.39 15.56 3.00
## 2070 73.88 28334.59 27985.70 348.89 0.00
## 2071 81.58 31548.04 31447.87 100.17 0.00
## 2072 79.57 26994.60 26965.71 28.89 0.00
## 2073 43.06 26074.28 25882.69 191.59 0.00
## 2074 87.02 28674.03 26632.49 2041.54 0.00
## 2075 134.25 28554.64 25981.67 2572.97 0.00
## 2076 93.81 30471.81 27117.84 3353.97 0.00
## 2077 103.60 33310.01 29161.12 4148.89 0.00
## 2078 117.98 29457.09 25952.51 3504.58 0.00
## 2079 57.82 29842.10 26555.99 3286.11 0.00
## 2080 34.10 23332.97 21582.97 1750.00 0.00
## 2081 13805.30 42090.49 42084.71 5.78 0.00
## 2082 15917.28 45152.67 45138.23 8.66 5.78
## 2083 16953.75 43253.61 43250.73 2.88 0.00
## 2084 12748.39 38644.34 38638.58 0.00 5.76
## 2085 13205.04 36591.97 36574.73 0.00 17.24
## 2086 12684.60 39405.23 39405.23 0.00 0.00
## 2087 11181.91 39707.10 39707.10 0.00 0.00
## 2088 11093.06 42153.10 42153.10 0.00 0.00
## 2089 12762.49 38515.75 38515.75 0.00 0.00
## 2090 12903.00 42041.18 42041.18 0.00 0.00
## 2091 12783.14 43963.77 43963.77 0.00 0.00
## 2092 13141.51 45098.53 45098.53 0.00 0.00
## 2093 12312.13 35121.90 35121.90 0.00 0.00
## 2094 13481.19 39676.01 39676.01 0.00 0.00
## 2095 12364.88 41185.70 41185.70 0.00 0.00
## 2096 15102.86 47534.93 47530.56 4.37 0.00
## 2097 17201.50 49975.71 49967.00 8.71 0.00
## 2098 17331.98 48058.50 48058.50 0.00 0.00
## 2099 12415.75 46984.00 46984.00 0.00 0.00
## 2100 13395.95 49367.82 49356.20 11.62 0.00
## 2101 13618.36 49058.44 49041.00 17.44 0.00
## 2102 14770.96 48750.72 48750.72 0.00 0.00
## 2103 13184.96 51583.69 51550.15 33.54 0.00
## 2104 9285.10 54572.39 54572.39 0.00 0.00
## 2105 6078.13 57129.47 56976.69 0.00 152.78
## 2106 17131.92 67335.82 67335.82 0.00 0.00
## 2107 13590.10 56932.07 56932.07 0.00 0.00
## 2108 14700.40 55748.74 55744.30 4.44 0.00
## 2109 13867.94 58386.05 58386.05 0.00 0.00
## 2110 14288.77 53695.75 53695.75 0.00 0.00
## 2111 14172.36 45784.54 45775.86 8.68 0.00
## 2112 12830.34 48450.54 48450.54 0.00 0.00
## 2113 12034.36 43324.61 43324.61 0.00 0.00
## 2114 13246.38 44760.05 44760.05 0.00 0.00
## 2115 13261.84 41485.92 41281.75 0.00 204.17
## 2116 13085.26 46748.71 46748.71 0.00 0.00
## 2117 13267.34 43418.46 43392.71 25.75 0.00
## 2118 13073.16 41668.76 41625.86 42.90 0.00
## 2119 15099.24 54074.24 54049.06 25.18 0.00
## 2120 13740.39 62923.50 62884.77 38.73 0.00
## 2121 13423.63 83611.14 83611.14 0.00 0.00
## 2122 14830.61 48082.12 48082.12 0.00 0.00
## 2123 13402.92 50002.75 50002.75 0.00 0.00
## 2124 13870.37 39017.62 39017.62 0.00 0.00
## 2125 11561.59 39235.20 39235.20 0.00 0.00
## 2126 10273.69 41744.74 41744.74 0.00 0.00
## 2127 9798.79 40435.38 40435.38 0.00 0.00
## 2128 15342.47 39738.53 39738.53 0.00 0.00
## 2129 9507.42 38819.19 38819.19 0.00 0.00
## 2130 5672.46 39320.62 39320.62 0.00 0.00
## 2131 5094.23 43729.56 43722.89 6.67 0.00
## 2132 9737.50 39600.08 39600.08 0.00 0.00
## 2133 20174.55 148004.82 116383.07 31621.75 0.00
## 2134 25052.93 145559.55 111019.22 34540.33 0.00
## 2135 16726.87 172045.33 128053.44 43991.89 0.00
## 2136 17406.01 142269.38 114044.25 28225.13 0.00
## 2137 20206.16 80862.62 64857.94 16004.68 0.00
## 2138 18973.90 73350.70 59945.93 13404.77 0.00
## 2139 15638.32 71573.34 63091.00 8482.34 0.00
## 2140 16457.11 65663.77 58719.13 6944.64 0.00
## 2141 17716.68 59472.47 53567.27 5897.02 8.18
## 2142 18702.56 51591.92 48469.97 3117.85 4.10
## 2143 19380.83 51370.42 47913.55 3456.87 0.00
## 2144 17638.39 37541.38 35490.61 2050.77 0.00
## 2145 18666.34 35912.61 31952.30 3960.31 0.00
## 2146 14807.56 36841.32 34448.65 2392.67 0.00
## 2147 28629.58 42656.63 39560.70 3095.93 0.00
## 2148 21645.98 51402.37 46655.35 4747.02 0.00
## 2149 19961.19 46041.03 41719.29 4321.74 0.00
## 2150 19843.62 47145.37 45500.19 1645.18 0.00
## 2151 20782.84 35146.06 33582.95 1563.11 0.00
## 2152 16942.25 39151.88 38649.39 502.49 0.00
## 2153 14248.31 43037.04 41132.08 1904.96 0.00
## 2154 12740.87 44134.93 42995.09 1139.84 0.00
## 2155 16605.49 37883.85 36718.01 1165.84 0.00
## 2156 16611.22 45181.38 41231.13 3950.25 0.00
## 2157 14524.67 41887.14 38417.55 3469.59 0.00
## 2158 18794.71 52306.90 46816.59 5490.31 0.00
## 2159 15418.32 42519.03 37940.93 4578.10 0.00
## 2160 16575.72 45654.06 41075.95 4578.11 0.00
## 2161 14478.75 47695.91 43522.90 4173.01 0.00
## 2162 13914.85 50436.20 46211.78 4224.42 0.00
## 2163 14150.62 43435.79 39195.38 4240.41 0.00
## 2164 13519.38 34409.91 29727.22 4682.69 0.00
## 2165 9903.23 32985.60 29400.09 3585.51 0.00
## 2166 11997.54 46804.91 43190.60 3614.31 0.00
## 2167 14408.91 54378.35 50153.42 4224.93 0.00
## 2168 14634.32 43742.85 37689.45 6053.40 0.00
## 2169 13282.24 47833.34 25453.84 22379.50 0.00
## 2170 14665.62 50276.09 26305.87 23949.07 21.15
## 2171 15718.90 42526.45 25464.02 16966.53 95.90
## 2172 14998.04 45428.04 25798.74 19629.30 0.00
## 2173 14165.05 44551.18 38487.70 6063.48 0.00
## 2174 17440.00 43196.29 37920.39 5268.51 7.39
## 2175 14754.16 47821.85 42719.72 5102.13 0.00
## 2176 14036.07 38271.41 32922.93 5315.64 32.84
## 2177 14484.65 47811.06 42234.77 5543.66 32.63
## 2178 15333.50 39267.34 33642.66 5425.61 199.07
## 2179 14251.47 42168.21 36417.77 5526.46 223.98
## 2180 15691.23 41625.89 36622.51 4738.29 265.09
## 2181 13326.97 35060.12 30090.58 4708.25 261.29
## 2182 14125.01 32682.78 27844.81 4411.36 426.61
## 2183 12900.65 35484.40 31807.96 3271.85 404.59
## 2184 15302.75 36852.99 30884.29 5595.00 373.70
## 2185 28184.73 59699.20 59094.49 582.90 21.81
## 2186 33083.99 65863.51 65038.10 766.09 59.32
## 2187 34069.96 69907.84 69022.62 781.91 103.31
## 2188 37321.12 55914.28 55171.77 638.89 103.62
## 2189 31195.04 54694.01 53992.69 647.78 53.54
## 2190 29410.26 56732.83 55908.92 773.33 50.58
## 2191 27969.25 64629.08 63811.01 780.00 38.07
## 2192 36598.97 78127.90 77364.54 693.33 70.03
## 2193 31481.92 59793.91 58929.19 845.56 19.16
## 2194 31358.89 69432.75 68582.18 812.22 38.35
## 2195 31021.35 75526.07 74724.61 756.67 44.79
## 2196 33512.19 72798.38 72030.82 735.56 32.00
## 2197 32511.26 47921.11 47092.45 796.67 31.99
## 2198 28301.64 65437.81 64581.92 785.56 70.33
## 2199 33739.89 69655.95 68664.57 946.67 44.71
## 2200 48322.55 76904.56 76151.26 734.16 19.14
## 2201 30732.28 77768.63 76963.49 805.14 0.00
## 2202 28647.61 79706.70 78843.03 863.67 0.00
## 2203 27089.79 73081.95 72131.45 950.50 0.00
## 2204 27530.50 80218.92 79372.32 846.60 0.00
## 2205 24997.46 75267.19 74158.48 1108.71 0.00
## 2206 28138.78 77320.82 76597.08 723.74 0.00
## 2207 32096.30 79427.61 78533.80 893.81 0.00
## 2208 19150.08 82475.36 81674.34 801.02 0.00
## 2209 10213.51 89795.11 88477.64 893.86 423.61
## 2210 30802.97 101029.34 100146.51 882.83 0.00
## 2211 29603.67 85242.60 84459.27 783.33 0.00
## 2212 29789.01 86014.20 84970.33 1043.87 0.00
## 2213 32092.36 80431.50 79360.05 1071.45 0.00
## 2214 36846.32 77328.49 76252.85 1075.64 0.00
## 2215 26109.55 76087.42 75077.58 1009.84 0.00
## 2216 23810.65 77389.63 76306.09 1083.54 0.00
## 2217 26013.96 72595.29 71643.24 952.05 0.00
## 2218 33343.35 74446.83 73411.19 1035.64 0.00
## 2219 32834.29 65327.99 64042.60 971.50 313.89
## 2220 35558.24 79763.23 78503.98 1052.31 206.94
## 2221 25208.79 74092.75 72532.18 1560.57 0.00
## 2222 25315.71 75080.91 73789.73 1291.18 0.00
## 2223 35650.70 90075.10 88603.82 1025.45 445.83
## 2224 26459.60 110683.59 109753.43 930.16 0.00
## 2225 30959.94 106219.42 105385.09 818.89 15.44
## 2226 25349.50 94629.73 93761.35 862.22 6.16
## 2227 31289.15 96460.01 95539.75 803.34 116.92
## 2228 22240.62 67758.06 66973.03 726.66 58.37
## 2229 27811.91 80955.21 80088.91 823.33 42.97
## 2230 27243.31 78180.39 77306.88 824.45 49.06
## 2231 20265.96 74764.60 74003.77 733.33 27.50
## 2232 20587.92 65344.53 64393.44 832.23 118.86
## 2233 21293.67 83160.71 82293.47 796.67 70.57
## 2234 12868.74 78809.61 78241.87 515.56 52.18
## 2235 4107.26 86365.43 85706.54 658.89 0.00
## 2236 8803.79 82484.31 82033.71 444.44 6.16
## 2237 7000.66 163282.83 162930.64 26.71 325.48
## 2238 6308.35 170625.58 170458.45 11.87 155.26
## 2239 9650.50 173616.66 173537.66 35.61 43.39
## 2240 9120.48 380463.57 380298.38 0.00 165.19
## 2241 9878.62 141505.48 141430.43 0.00 75.05
## 2242 9372.34 149574.61 149358.02 0.00 216.59
## 2243 9650.82 274024.06 273223.43 0.00 800.63
## 2244 9195.56 173012.26 172749.32 0.00 262.94
## 2245 10032.64 143118.89 143026.95 0.00 91.94
## 2246 8273.34 179825.96 179544.36 0.00 281.60
## 2247 10284.15 141311.60 141266.83 0.00 44.77
## 2248 15431.19 236162.14 234219.02 0.00 1943.12
## 2249 11368.07 116490.89 115646.75 0.00 844.14
## 2250 10158.38 146171.63 146143.41 13.28 14.94
## 2251 11283.42 178390.07 178374.58 8.85 6.64
## 2252 10787.88 164191.08 164176.14 0.00 14.94
## 2253 12346.64 124195.98 124129.03 61.97 4.98
## 2254 12204.13 112137.13 112127.34 1.48 8.31
## 2255 9738.82 138530.85 138486.18 26.47 18.20
## 2256 12055.67 110369.01 110361.10 2.94 4.97
## 2257 13416.02 120360.39 120360.39 0.00 0.00
## 2258 12790.08 115293.24 115288.63 2.95 1.66
## 2259 12492.00 92421.13 92385.74 35.39 0.00
## 2260 11882.66 90162.67 90074.05 88.62 0.00
## 2261 12664.42 119003.82 117906.60 980.83 116.39
## 2262 16266.67 101373.46 95899.37 5462.40 11.69
## 2263 13848.78 84517.69 84437.86 58.06 21.77
## 2264 16161.24 110588.90 110537.43 31.33 20.14
## 2265 13480.42 119758.54 119723.88 17.89 16.77
## 2266 14325.27 78781.52 78760.94 8.90 11.68
## 2267 14394.68 99889.70 99789.03 97.35 3.32
## 2268 14400.18 109668.66 109172.41 459.78 36.47
## 2269 13149.80 87879.88 86751.20 1074.06 54.62
## 2270 9484.24 123759.63 111289.42 12415.67 54.54
## 2271 11154.42 95493.06 94995.86 477.54 19.66
## 2272 10046.11 89268.48 89235.28 21.77 11.43
## 2273 10877.06 103707.33 103533.21 161.10 13.02
## 2274 11710.31 65951.43 65783.96 144.77 22.70
## 2275 9791.26 69588.14 69293.36 210.54 84.24
## 2276 9896.09 75186.63 74523.35 658.45 4.83
## 2277 8716.19 82909.98 82898.73 0.00 11.25
## 2278 12217.98 79078.82 79057.76 8.42 12.64
## 2279 8269.01 69966.25 69941.69 8.24 16.32
## 2280 12576.63 110717.87 110637.01 62.51 18.35
## 2281 10013.75 82808.62 82779.56 0.00 29.06
## 2282 8106.15 58247.14 57771.22 431.17 44.75
## 2283 10978.60 67361.34 65239.69 2117.07 4.58
## 2284 10182.71 143116.90 142049.31 1034.01 33.58
## 2285 11119.33 61449.41 61054.23 370.74 24.44
## 2286 11177.67 68250.89 67519.53 720.65 10.71
## 2287 18076.48 86855.48 81221.30 5632.65 1.53
## 2288 15291.36 111554.96 96695.27 14859.69 0.00
## 2289 8151.76 57249.75 48181.83 9060.09 7.83
## 2290 6244.22 49487.98 44628.73 4851.44 7.81
## 2291 7391.81 53689.68 43815.60 9863.71 10.37
## 2292 9427.71 46316.90 40092.42 6203.80 20.68
## 2293 7454.33 42801.07 33356.89 9433.78 10.40
## 2294 8114.19 43345.68 34239.23 9106.45 0.00
## 2295 11569.87 35143.60 29409.04 5734.56 0.00
## 2296 15742.56 39718.69 34385.71 5325.20 7.78
## 2297 19045.03 58741.07 44763.47 13977.60 0.00
## 2298 17192.49 52518.80 43924.89 8593.91 0.00
## 2299 16616.90 49369.29 40996.42 8372.87 0.00
## 2300 20190.40 61147.52 43009.49 18138.03 0.00
## 2301 14906.36 58649.87 38750.39 19899.48 0.00
## 2302 18765.64 51329.38 42223.65 9105.73 0.00
## 2303 14421.82 71477.38 49597.26 21851.29 28.83
## 2304 13939.72 69966.50 55240.30 14707.82 18.38
## 2305 23189.42 86517.63 68114.97 18328.93 73.73
## 2306 15284.88 75880.69 70666.71 5198.14 15.84
## 2307 17089.65 89642.51 84625.03 5017.48 0.00
## 2308 17614.64 84760.22 78819.75 5940.47 0.00
## 2309 18362.39 87081.14 75517.04 11497.68 66.42
## 2310 19051.78 77550.50 72040.69 5488.53 21.28
## 2311 18771.89 85644.86 80982.38 4662.48 0.00
## 2312 18957.89 77507.49 67097.27 10410.22 0.00
## 2313 17190.82 79172.38 73161.82 5916.12 94.44
## 2314 20072.67 89263.83 78695.41 10568.42 0.00
## 2315 18078.63 94248.26 89211.38 4983.53 53.35
## 2316 17373.26 96387.01 84821.85 11533.12 32.04
## 2317 18287.95 88543.07 82278.60 6256.45 8.02
## 2318 17294.66 91280.65 80177.95 11102.70 0.00
## 2319 18015.98 76250.04 70487.95 5756.74 5.35
## 2320 20373.51 81734.51 69674.41 12060.10 0.00
## 2321 18077.99 82453.98 76994.15 5459.83 0.00
## 2322 16482.29 69855.24 64229.19 5626.05 0.00
## 2323 26965.17 86801.25 70270.99 16530.26 0.00
## 2324 16204.46 68330.58 63208.06 5122.52 0.00
## 2325 15722.07 78051.53 72168.56 5882.97 0.00
## 2326 16838.53 70520.02 57990.96 12529.06 0.00
## 2327 18418.66 61466.69 53591.38 7875.31 0.00
## 2328 16553.04 71512.42 64967.19 6545.23 0.00
## 2329 15237.87 83671.96 71610.52 12061.44 0.00
## 2330 18024.31 63961.80 58791.05 5170.75 0.00
## 2331 14400.70 62840.24 58373.46 4466.78 0.00
## 2332 13638.46 68425.29 57884.58 10540.71 0.00
## 2333 23875.57 70004.39 64068.23 5936.16 0.00
## 2334 14735.34 60249.60 44927.07 15322.53 0.00
## 2335 12641.17 59543.76 44770.78 14772.98 0.00
## 2336 27248.16 79706.75 51793.30 27913.45 0.00
## 2337 12431.59 64163.71 45690.04 18473.67 0.00
## 2338 14954.10 56975.63 35311.93 21663.70 0.00
## 2339 14197.05 63367.54 44864.96 18502.58 0.00
## 2340 12923.45 68870.22 52556.00 16314.22 0.00
## 2341 392846.12 852656.17 663310.00 105317.59 84028.58
## 2342 412828.75 759069.21 555356.92 95639.50 108072.79
## 2343 271514.98 671313.43 554563.94 115546.32 1203.17
## 2344 38648.11 639039.37 496732.56 141970.00 336.81
## 2345 27985.18 601011.86 505843.61 95136.58 31.67
## 2346 39736.75 668922.06 550979.27 117935.74 7.05
## 2347 39019.73 767185.69 600933.14 166200.10 52.45
## 2348 115276.98 648983.07 485540.30 163125.93 316.84
## 2349 363472.91 660163.45 478366.44 181455.77 341.24
## 2350 247539.31 583832.41 475267.20 108231.39 333.82
## 2351 274013.56 572922.73 489000.20 83782.52 140.01
## 2352 426600.81 624295.99 504922.39 119235.17 138.43
## 2353 184770.84 691699.79 517821.64 173688.06 190.09
## 2354 83993.99 608981.85 480873.02 128033.07 75.76
## 2355 39835.27 600986.51 478669.38 122302.71 14.42
## 2356 34341.44 728227.71 533040.93 195143.56 43.22
## 2357 36318.54 723133.66 571900.30 151197.44 35.92
## 2358 28997.59 612042.13 535065.38 76947.64 29.11
## 2359 30815.55 599225.99 513745.16 85422.36 58.47
## 2360 35283.63 626262.47 536381.17 89808.28 73.02
## 2361 40173.44 616582.63 529408.18 87160.21 14.24
## 2362 24749.12 586106.01 492930.71 93162.67 12.63
## 2363 32905.16 640741.18 511308.60 129425.50 7.08
## 2364 28797.39 766441.65 589126.53 177294.71 20.41
## 2365 33415.56 668330.39 547333.33 119640.03 1357.03
## 2366 47955.04 857318.55 754238.62 103046.99 32.94
## 2367 81756.00 869763.29 678138.24 191572.72 52.33
## 2368 97002.67 857458.52 683943.14 173497.82 17.56
## 2369 77844.97 874884.95 716742.30 158100.12 42.53
## 2370 106106.86 778328.56 662252.69 116061.84 14.03
## 2371 34073.41 678140.86 530629.47 147483.35 28.04
## 2372 38143.15 636646.52 545155.31 91459.59 31.62
## 2373 33292.23 616787.66 528432.48 88337.60 17.58
## 2374 36330.84 685754.92 533597.59 152122.11 35.22
## 2375 58510.13 713924.16 546260.44 166650.78 1012.94
## 2376 73076.91 619798.70 519975.08 99430.45 393.17
## 2377 114923.71 638184.59 538970.63 99203.37 10.59
## 2378 102729.01 590480.11 536034.76 54424.19 21.16
## 2379 104285.22 730848.26 670637.73 58681.56 1528.97
## 2380 89374.20 696227.90 633029.23 63160.07 38.60
## 2381 81039.50 665688.14 540561.20 125103.19 23.75
## 2382 115290.48 653367.16 522678.26 130674.88 14.02
## 2383 79560.00 713532.20 537992.32 175511.51 28.37
## 2384 90167.62 649550.24 518799.05 130726.85 24.34
## 2385 81708.29 640697.37 529675.01 111022.36 0.00
## 2386 93961.98 642455.17 540023.82 102417.63 13.72
## 2387 75885.05 573512.32 518539.89 54886.55 85.88
## 2388 161845.27 646594.32 519847.64 126683.42 63.26
## 2389 68870.69 569012.95 476249.64 92763.31 0.00
## 2390 146481.44 554739.03 497106.16 57607.18 25.69
## 2391 88373.78 630813.48 533599.20 97164.07 50.21
## 2392 73432.89 570682.81 442217.85 128451.37 13.59
## 2393 13994.48 689385.90 425319.18 264039.61 27.11
## 2394 10520.40 535049.65 399343.68 135633.67 72.30
## 2395 12361.35 598734.70 326312.25 272310.91 111.54
## 2396 15672.86 421481.86 275520.16 145934.58 27.12
## 2397 12260.75 532750.78 280568.93 252139.55 42.30
## 2398 13736.85 569248.07 319821.73 249396.08 30.26
## 2399 20815.34 472050.50 313845.53 158186.80 18.17
## 2400 25682.97 453679.96 309652.75 143978.69 48.52
## 2401 31277.37 664706.85 353188.52 311503.15 15.18
## 2402 28828.13 510768.78 329672.20 181063.12 33.46
## 2403 28371.94 545844.22 355763.19 190038.31 42.72
## 2404 34930.57 755015.91 356707.71 398280.71 27.49
## 2405 25995.26 732122.60 340717.96 391377.16 27.48
## 2406 33834.37 494765.62 307494.33 187252.98 18.31
## 2407 27931.94 804545.20 382666.89 421701.40 176.91
## 2408 26776.37 608182.51 397112.08 211033.90 36.53
## 2409 43507.27 881613.71 472040.07 409430.79 142.85
## 2410 31618.81 625962.12 489650.49 136184.25 127.38
## 2411 35514.75 644139.08 520131.23 123968.56 39.29
## 2412 55158.31 665006.77 529013.85 135887.51 105.41
## 2413 79631.92 795955.12 525549.82 270162.46 242.84
## 2414 81144.70 624082.02 502278.30 121708.26 95.46
## 2415 78530.49 624197.52 515493.85 108703.67 0.00
## 2416 77561.44 710304.07 471729.89 238574.18 0.00
## 2417 72897.71 629756.16 501415.01 127742.54 598.61
## 2418 97111.62 892288.82 621425.86 270807.26 55.70
## 2419 59679.47 780701.23 648105.94 132335.36 259.93
## 2420 62634.60 891882.82 619129.21 272640.03 113.58
## 2421 46585.63 749424.22 611440.68 137878.92 104.62
## 2422 26236.45 819542.15 551432.71 268100.73 8.71
## 2423 25671.13 602974.22 473339.30 129597.25 37.67
## 2424 30510.18 747294.44 457338.88 289932.34 23.22
## 2425 26127.70 599906.11 470992.66 128913.45 0.00
## 2426 24440.63 559133.50 437055.69 122077.81 0.00
## 2427 40064.12 880125.23 496136.95 382606.34 1381.94
## 2428 23844.72 596410.45 461692.75 133263.53 1454.17
## 2429 23684.96 604809.78 455795.50 149014.28 0.00
## 2430 23471.11 664120.69 371569.32 292551.37 0.00
## 2431 26137.34 603911.64 387483.75 215544.56 883.33
## 2432 23224.70 526376.76 379305.43 147071.33 0.00
## 2433 21570.50 722405.24 447949.27 274435.21 20.76
## 2434 25792.72 499505.24 375572.97 123875.82 56.45
## 2435 20683.77 528577.63 413603.79 114973.84 0.00
## 2436 19429.67 650175.97 396512.64 253660.35 2.98
## 2437 34466.49 564495.84 437763.90 126731.94 0.00
## 2438 21706.04 496956.81 295183.36 201773.45 0.00
## 2439 18310.04 457962.13 272767.32 185194.81 0.00
## 2440 40258.76 776257.35 359145.48 417111.87 0.00
## 2441 18600.92 502397.09 281141.42 221255.67 0.00
## 2442 22004.31 484236.48 258541.90 225694.58 0.00
## 2443 21918.53 475337.14 260164.00 215173.14 0.00
## 2444 18938.42 568730.84 287820.14 280910.70 0.00
## 2445 2889.97 22039.81 21900.09 0.00 139.72
## 2446 2660.37 24499.24 24499.24 0.00 0.00
## 2447 2189.59 22273.67 22269.39 4.28 0.00
## 2448 2758.78 39460.50 38946.79 513.71 0.00
## 2449 2523.85 15204.47 15204.47 0.00 0.00
## 2450 2671.75 14000.11 14000.11 0.00 0.00
## 2451 2013.77 26395.24 26395.24 0.00 0.00
## 2452 2182.03 16116.33 16116.33 0.00 0.00
## 2453 2428.84 13658.51 13658.51 0.00 0.00
## 2454 2073.74 14771.47 14720.74 50.73 0.00
## 2455 1935.49 11298.84 11298.84 0.00 0.00
## 2456 1932.90 18479.05 18479.05 0.00 0.00
## 2457 1657.16 10054.67 10054.67 0.00 0.00
## 2458 2196.24 12539.42 12539.42 0.00 0.00
## 2459 4327.13 12114.63 12114.63 0.00 0.00
## 2460 2657.99 12475.89 12475.89 0.00 0.00
## 2461 3891.68 12820.37 12820.37 0.00 0.00
## 2462 3820.56 9429.80 9427.72 2.08 0.00
## 2463 2497.82 11939.99 11869.39 70.60 0.00
## 2464 3108.08 9950.38 9950.38 0.00 0.00
## 2465 3261.80 11761.63 11761.63 0.00 0.00
## 2466 3189.46 11954.51 11954.51 0.00 0.00
## 2467 3203.53 12060.88 12060.88 0.00 0.00
## 2468 2910.03 11475.29 11475.29 0.00 0.00
## 2469 3714.04 13754.79 13594.70 160.09 0.00
## 2470 6422.29 11592.92 11245.14 347.78 0.00
## 2471 6367.68 9944.71 9944.71 0.00 0.00
## 2472 4665.82 12770.38 12770.38 0.00 0.00
## 2473 3428.77 12621.45 12621.45 0.00 0.00
## 2474 3744.52 9182.63 9182.63 0.00 0.00
## 2475 3310.34 12797.10 12797.10 0.00 0.00
## 2476 3564.33 14362.08 14362.08 0.00 0.00
## 2477 4295.38 12710.93 12710.93 0.00 0.00
## 2478 3071.94 14372.43 12192.59 2179.84 0.00
## 2479 3133.35 12312.40 12127.23 185.17 0.00
## 2480 2597.12 12543.80 12543.80 0.00 0.00
## 2481 2783.29 14557.79 14557.79 0.00 0.00
## 2482 3057.26 10498.84 10498.84 0.00 0.00
## 2483 3073.43 10175.14 10090.70 84.44 0.00
## 2484 2051.36 9696.01 9376.01 320.00 0.00
## 2485 2400.38 10906.30 10906.30 0.00 0.00
## 2486 3967.68 8878.55 8878.55 0.00 0.00
## 2487 2713.19 7518.25 7514.21 4.04 0.00
## 2488 2869.92 13926.48 13805.14 121.34 0.00
## 2489 2537.35 12095.19 12095.19 0.00 0.00
## 2490 2683.92 8453.34 8319.63 133.71 0.00
## 2491 3175.96 5325.75 5135.22 190.53 0.00
## 2492 2704.69 12313.11 12276.59 36.52 0.00
## 2493 2672.12 8010.36 8010.36 0.00 0.00
## 2494 2933.27 8489.31 7986.02 503.29 0.00
## 2495 4131.75 8595.05 6899.10 1695.95 0.00
## 2496 3660.64 10002.54 9556.06 446.48 0.00
## 2497 23.89 76408.87 58430.48 17978.39 0.00
## 2498 40.52 71186.48 59160.36 12026.12 0.00
## 2499 71.71 76857.64 55878.32 20979.32 0.00
## 2500 27.18 61812.08 53742.31 8069.77 0.00
## 2501 115.21 64703.60 57854.06 6840.66 8.88
## 2502 23.45 67846.05 60331.15 7514.90 0.00
## 2503 14.91 68859.83 61782.77 7074.83 2.23
## 2504 25.08 64198.07 59269.38 4928.69 0.00
## 2505 43.44 68463.97 64373.15 4084.11 6.71
## 2506 37.92 61819.35 56579.05 5240.30 0.00
## 2507 25.38 55606.62 51312.19 4287.69 6.74
## 2508 28.01 55707.98 52275.19 3421.53 11.26
## 2509 51.42 49921.59 46870.06 3051.53 0.00
## 2510 62.01 42643.02 40596.31 2046.71 0.00
## 2511 58.84 49957.28 47579.68 2357.32 20.28
## 2512 227.53 57625.60 55794.90 1694.50 136.20
## 2513 71.50 58383.52 58293.14 88.13 2.25
## 2514 16.21 55562.09 55153.25 404.34 4.50
## 2515 33.19 56623.12 56606.63 11.99 4.50
## 2516 101.82 59345.94 59339.20 0.00 6.74
## 2517 230.92 60178.04 60173.56 0.00 4.48
## 2518 4.00 61459.44 61457.20 0.00 2.24
## 2519 21.88 58136.12 58136.12 0.00 0.00
## 2520 56.20 63651.68 63651.68 0.00 0.00
## 2521 232.99 56652.13 56425.96 3.95 222.22
## 2522 23.52 69956.37 69313.52 642.85 0.00
## 2523 54.82 69410.93 69371.63 39.30 0.00
## 2524 51.04 74925.07 74925.07 0.00 0.00
## 2525 102.06 73636.45 73588.28 0.00 48.17
## 2526 41.86 63211.07 63206.71 0.00 4.36
## 2527 8.73 61136.57 61113.45 23.12 0.00
## 2528 9.00 62241.03 62233.36 7.67 0.00
## 2529 37.30 52814.74 52814.74 0.00 0.00
## 2530 42.85 59623.07 59620.93 0.00 2.14
## 2531 32.39 47809.69 47809.69 0.00 0.00
## 2532 15.07 48896.86 48894.75 0.00 2.11
## 2533 33.73 45327.69 45322.98 4.71 0.00
## 2534 144.84 38323.44 38323.44 0.00 0.00
## 2535 67.97 46877.98 46762.42 115.56 0.00
## 2536 56.26 46842.81 46687.25 155.56 0.00
## 2537 39.92 47591.28 47513.51 77.77 0.00
## 2538 69.74 50344.06 50190.73 153.33 0.00
## 2539 48.39 41663.60 41663.60 0.00 0.00
## 2540 100.73 46026.18 46019.51 6.67 0.00
## 2541 58.03 43669.64 43660.75 8.89 0.00
## 2542 41.17 47524.63 47493.52 31.11 0.00
## 2543 48.87 41883.03 41880.81 2.22 0.00
## 2544 59.10 49768.12 49768.12 0.00 0.00
## 2545 42.62 46375.55 46375.55 0.00 0.00
## 2546 145.35 41018.95 41014.51 4.44 0.00
## 2547 62.72 44511.92 44509.70 2.22 0.00
## 2548 53.54 38412.10 38400.99 11.11 0.00
## 2549 14.41 17940.65 17940.65 0.00 0.00
## 2550 12.89 16474.25 16474.25 0.00 0.00
## 2551 5.70 16455.23 16455.23 0.00 0.00
## 2552 11.91 15306.35 15306.35 0.00 0.00
## 2553 8.89 13839.08 13839.08 0.00 0.00
## 2554 34.38 15904.98 15904.98 0.00 0.00
## 2555 20.94 16555.91 16364.80 191.11 0.00
## 2556 12.84 17112.74 16690.52 422.22 0.00
## 2557 29.66 17721.57 17374.90 346.67 0.00
## 2558 18.45 17568.90 16893.34 675.56 0.00
## 2559 21.65 19729.08 19364.64 364.44 0.00
## 2560 26.06 16399.22 15861.44 537.78 0.00
## 2561 10.41 17417.44 16884.11 533.33 0.00
## 2562 19.65 10110.05 9981.16 128.89 0.00
## 2563 29.82 8941.23 8492.34 448.89 0.00
## 2564 45.47 11436.14 10960.58 475.56 0.00
## 2565 97.12 10081.42 10081.42 0.00 0.00
## 2566 102.42 9064.05 9064.05 0.00 0.00
## 2567 77.91 11660.76 11660.76 0.00 0.00
## 2568 82.00 11261.32 11261.32 0.00 0.00
## 2569 127.27 10859.71 10859.71 0.00 0.00
## 2570 219.89 13396.20 13396.20 0.00 0.00
## 2571 334.92 17192.87 17192.87 0.00 0.00
## 2572 1027.97 23356.77 23356.77 0.00 0.00
## 2573 2809.38 28610.24 28512.46 97.78 0.00
## 2574 3980.63 29063.43 28845.65 217.78 0.00
## 2575 2965.17 29971.67 29940.56 31.11 0.00
## 2576 3173.19 24061.39 24061.39 0.00 0.00
## 2577 2737.16 34559.23 34559.23 0.00 0.00
## 2578 31.87 27287.24 27287.24 0.00 0.00
## 2579 44.53 29065.41 29065.41 0.00 0.00
## 2580 36.29 26415.68 26415.68 0.00 0.00
## 2581 39.09 26693.18 26524.29 168.89 0.00
## 2582 24.60 32893.46 32561.81 331.65 0.00
## 2583 18.81 25736.50 25405.70 330.80 0.00
## 2584 19.39 24599.38 24363.82 235.56 0.00
## 2585 49.37 27145.72 27009.47 136.25 0.00
## 2586 26.37 24170.77 23944.66 226.11 0.00
## 2587 20.46 24602.39 24340.17 262.22 0.00
## 2588 42.67 22497.90 22377.48 120.42 0.00
## 2589 43.48 24222.66 24222.66 0.00 0.00
## 2590 18.86 19042.97 19020.75 22.22 0.00
## 2591 25.35 21555.96 21318.18 237.78 0.00
## 2592 53.84 24330.97 24277.64 53.33 0.00
## 2593 41.70 20081.29 19816.85 264.44 0.00
## 2594 7.48 18240.96 18118.74 122.22 0.00
## 2595 14.20 24082.57 23658.13 424.44 0.00
## 2596 14.24 25844.56 25793.45 51.11 0.00
## 2597 36.39 21145.10 20725.10 420.00 0.00
## 2598 27.89 14818.36 14818.36 0.00 0.00
## 2599 14.93 19441.98 19441.98 0.00 0.00
## 2600 16.68 17715.21 17715.21 0.00 0.00
## 2601 56.54 94152.49 55850.56 38301.93 0.00
## 2602 33.84 68729.40 50715.84 18013.56 0.00
## 2603 52.15 82353.73 42015.01 40338.72 0.00
## 2604 43.83 51757.17 33251.65 18505.52 0.00
## 2605 18.37 75625.46 36785.63 38839.83 0.00
## 2606 57.68 77721.92 46934.42 30787.50 0.00
## 2607 51.52 65218.55 43524.24 21691.49 2.82
## 2608 40.46 59451.29 40754.56 18696.73 0.00
## 2609 100.62 90340.30 44449.47 45890.83 0.00
## 2610 43.18 72991.62 35990.35 36998.43 2.84
## 2611 42.22 90093.59 49373.24 40703.27 17.08
## 2612 80.58 135834.99 47783.02 88049.12 2.85
## 2613 106.53 137296.74 52595.05 84698.84 2.85
## 2614 99.97 82385.73 42717.37 39668.36 0.00
## 2615 88.00 141685.72 50247.33 91438.39 0.00
## 2616 102.06 89640.66 50111.01 39529.65 0.00
## 2617 63.26 136435.10 60131.29 76303.81 0.00
## 2618 149.12 82699.90 64691.49 17980.34 28.07
## 2619 66.95 82411.89 66986.23 15425.66 0.00
## 2620 66.42 93499.85 75599.35 17900.50 0.00
## 2621 161.33 111093.97 75694.10 35397.12 2.75
## 2622 170.40 83660.42 68312.39 15348.03 0.00
## 2623 115.96 83483.11 67480.10 16003.01 0.00
## 2624 138.60 100746.86 64830.87 35915.99 0.00
## 2625 100.60 84599.91 68163.21 16139.48 297.22
## 2626 163.96 128487.92 91543.31 36939.30 5.31
## 2627 108.06 112201.13 94295.35 17905.78 0.00
## 2628 773.09 116949.97 80513.03 36436.94 0.00
## 2629 2087.35 100710.16 82324.41 18385.75 0.00
## 2630 467.96 101726.86 65864.81 35862.05 0.00
## 2631 203.98 73642.93 57879.61 15763.32 0.00
## 2632 279.94 97550.29 58346.93 39203.36 0.00
## 2633 79.99 74648.61 58505.85 16142.76 0.00
## 2634 88.47 68870.84 53035.85 15834.99 0.00
## 2635 164.47 118179.16 62416.87 55151.18 611.11
## 2636 118.14 81181.77 60977.02 19915.86 288.89
## 2637 138.42 78191.01 56279.47 21911.54 0.00
## 2638 170.44 89504.08 46251.46 43252.62 0.00
## 2639 193.86 85296.44 51105.07 34191.37 0.00
## 2640 94.15 66588.03 45155.64 21432.39 0.00
## 2641 105.17 96616.00 55623.32 40992.68 0.00
## 2642 62.96 64026.86 46495.52 17531.34 0.00
## 2643 68.37 73768.29 55747.85 18020.44 0.00
## 2644 38.19 87472.18 50762.76 36709.42 0.00
## 2645 39.19 78737.16 62198.85 16538.31 0.00
## 2646 56.40 67663.34 34123.19 33540.15 0.00
## 2647 59.00 59249.19 25516.89 33732.30 0.00
## 2648 79.96 116945.11 50530.52 66414.59 0.00
## 2649 40.52 68895.19 30325.33 38569.86 0.00
## 2650 37.38 63066.57 25006.34 38060.23 0.00
## 2651 56.25 56919.19 19605.39 37313.80 0.00
## 2652 53.15 75991.75 33447.51 42544.24 0.00
## 2653 1184340.09 6288852.44 4850404.09 1252626.31 185822.04
## 2654 1201020.01 5842743.55 4618389.66 1025048.77 199305.12
## 2655 1016163.17 6364279.64 4964462.13 1371440.28 28377.23
## 2656 931830.63 6302262.96 5005077.36 1233956.21 63229.39
## 2657 731008.41 4789009.00 3901953.04 856560.34 30495.62
## 2658 804662.83 5347835.89 4178583.45 1137229.84 32022.60
## 2659 815641.54 6174345.95 4854619.04 1283546.73 36180.18
## 2660 1143214.59 5151513.67 4058500.97 1027701.97 65310.73
## 2661 1410928.18 5268565.42 3966597.25 1246220.37 55747.80
## 2662 1188118.95 4957516.02 3918658.43 999727.70 39129.89
## 2663 1220251.19 4910238.66 3930198.18 952191.42 27849.06
## 2664 1614282.73 5447001.44 4153477.60 1221305.29 72218.55
## 2665 1209045.07 4905188.79 3664890.84 1189350.26 50947.69
## 2666 1061979.37 4417407.34 3476492.68 886423.93 54490.73
## 2667 1112405.42 5188361.31 3938274.51 1183732.08 66354.72
## 2668 1118988.92 5363750.56 4072661.53 1226810.47 64278.56
## 2669 1129771.19 5581833.37 4363707.93 1184888.95 33236.49
## 2670 1060352.53 5054348.25 4316352.47 685816.37 52179.41
## 2671 909284.22 4956010.38 4318010.60 612362.43 25637.35
## 2672 1143364.58 5114911.87 4342839.06 703542.10 68530.71
## 2673 1014520.88 5310327.30 4391461.66 888237.91 30627.73
## 2674 984702.75 5039517.25 4322985.19 689175.80 27356.26
## 2675 1017157.74 5429599.36 4627251.87 779807.55 22539.94
## 2676 1154897.34 5821532.98 4757798.96 1013834.06 49899.96
## 2677 980361.75 5891860.33 5067198.34 796786.14 27875.85
## 2678 1342465.95 6743614.96 5803954.33 905204.55 34456.08
## 2679 1045832.54 6557305.21 5690216.31 846752.40 20336.50
## 2680 1326422.56 6464119.81 5517909.51 898027.46 48182.84
## 2681 1085081.61 6736304.04 5893641.72 822399.78 20262.54
## 2682 1144715.95 6293216.90 5304562.91 943995.95 44658.04
## 2683 903908.35 5713003.39 4967231.63 726046.25 19725.51
## 2684 899779.92 5930474.24 5094263.38 815628.55 20582.31
## 2685 963549.53 5444853.81 4747544.74 660983.55 36325.52
## 2686 858145.45 5818347.73 4991625.82 816629.40 10092.51
## 2687 1118329.50 5783173.92 4647155.48 1110987.23 25031.21
## 2688 889732.20 5303307.24 4584203.44 687179.40 31924.40
## 2689 1016631.26 5545446.91 4696224.79 819935.17 29286.95
## 2690 807942.41 5234560.94 4400469.38 826567.05 7524.51
## 2691 871981.29 5162693.36 4477299.71 666514.74 18878.91
## 2692 811272.88 5105697.16 4487886.76 610349.20 7461.20
## 2693 1066385.92 5089974.15 4275071.46 762527.54 52375.15
## 2694 871575.04 4916591.20 4287621.56 614904.92 14064.72
## 2695 834009.15 5272966.75 4583726.82 673149.42 16090.51
## 2696 1070576.07 4908090.63 4129138.63 725218.35 53733.65
## 2697 937138.85 5016746.91 4336247.12 667149.29 13350.50
## 2698 845653.52 4756762.52 4096226.46 648632.00 11904.06
## 2699 737939.45 4709852.62 4022474.85 673453.54 13924.23
## 2700 1381516.11 5384427.62 4216452.03 1121076.47 46899.12
## 2701 768020.05 4800192.94 3978636.90 812924.73 8631.31
## 2702 831301.90 4652069.81 3873041.26 771093.20 7935.35
## 2703 866574.66 4517384.18 3783261.16 718333.87 15789.15
## 2704 844093.32 4498940.02 3585321.58 894945.63 18672.81
## 2705 125254.82 1410681.68 838267.79 567269.76 5144.13
## 2706 130849.60 1274757.19 843691.13 417746.45 13319.61
## 2707 134101.62 1370013.83 851506.76 517936.19 570.88
## 2708 107568.34 1945832.15 1360760.83 582846.33 2224.99
## 2709 104219.76 936710.91 688674.00 247318.15 718.76
## 2710 118170.98 1226467.77 730580.48 494585.14 1302.15
## 2711 122763.34 1792437.92 1080985.70 699956.70 11495.52
## 2712 107753.58 1114328.40 770544.02 341544.79 2239.59
## 2713 132883.59 1139428.49 717110.41 421675.08 643.00
## 2714 134572.92 1246073.81 823727.52 420764.79 1581.50
## 2715 110348.57 1119504.06 689893.69 429405.37 205.00
## 2716 178042.28 1354079.39 947888.97 402360.11 3830.31
## 2717 179192.02 968402.49 630337.33 336994.14 1071.02
## 2718 98925.79 975941.51 669128.89 306758.91 53.71
## 2719 124207.93 1093844.42 751408.06 342166.04 270.32
## 2720 136996.39 1162462.36 733843.93 428556.23 62.20
## 2721 124722.73 1006861.26 696240.23 310568.88 52.15
## 2722 124657.84 864029.01 624782.63 239195.91 50.47
## 2723 107786.51 874951.19 709163.29 165723.93 63.97
## 2724 123334.73 926273.57 685992.88 240262.17 18.52
## 2725 135407.70 958695.11 667604.38 291065.47 25.26
## 2726 120434.79 897635.90 643461.37 254166.11 8.42
## 2727 146112.77 911220.95 645013.13 266207.82 0.00
## 2728 113523.76 1008593.49 665157.51 343389.61 46.37
## 2729 133097.00 1019569.43 731843.74 286270.91 1454.78
## 2730 155862.52 959673.43 767183.44 192422.82 67.17
## 2731 123261.81 900452.87 719727.54 180618.10 107.23
## 2732 138621.26 977615.26 807805.78 167640.78 2168.70
## 2733 112965.22 991775.64 776961.13 214729.56 84.95
## 2734 119829.50 952727.66 683695.78 269005.35 26.53
## 2735 129139.05 815978.60 665541.84 150400.52 36.24
## 2736 120398.95 775856.93 678849.33 96785.62 221.98
## 2737 108561.00 789666.35 608751.49 180702.04 212.82
## 2738 115290.95 897528.34 678316.72 218968.93 242.69
## 2739 104932.26 799141.73 611906.54 186891.82 343.37
## 2740 79259.00 748954.66 614556.77 133326.40 1071.49
## 2741 87250.83 849213.40 608287.23 240723.48 202.69
## 2742 103110.58 676640.15 469624.90 206981.28 33.97
## 2743 93055.21 682107.98 544939.22 135414.81 1753.95
## 2744 89701.26 639277.96 508576.86 130691.45 9.65
## 2745 101626.05 591547.44 515038.90 76495.68 12.86
## 2746 85831.16 622778.46 535269.21 87496.38 12.87
## 2747 98092.96 623079.09 524272.88 98774.76 31.45
## 2748 110088.02 686342.51 590705.71 95603.25 33.55
## 2749 79181.93 764383.70 587462.99 176871.66 49.05
## 2750 91125.41 611581.91 542973.12 68521.88 86.91
## 2751 76305.42 705601.43 579412.50 126120.73 68.20
## 2752 80893.53 877588.11 705333.64 172154.91 99.56
## 2753 71550.57 662667.80 521877.70 140735.66 54.44
## 2754 76348.13 709208.62 527358.78 181809.88 39.96
## 2755 127412.09 709812.44 598705.08 111073.82 33.54
## 2756 97024.09 839638.97 688813.01 150819.57 6.39
## 2757 15486.97 167413.55 123158.22 33065.33 11190.00
## 2758 12953.59 139645.33 90392.86 23535.80 25716.67
## 2759 13576.25 94574.27 83053.10 10947.84 573.33
## 2760 21088.12 69838.35 68233.56 1604.79 0.00
## 2761 11463.06 68482.62 67264.73 1217.89 0.00
## 2762 12008.93 77857.20 74953.33 2903.87 0.00
## 2763 12780.68 80955.45 77112.29 3843.16 0.00
## 2764 11968.00 80411.19 79009.15 1402.04 0.00
## 2765 32802.60 76854.64 75700.11 1154.53 0.00
## 2766 31960.04 73818.63 72717.86 1100.77 0.00
## 2767 15805.79 78482.62 77611.20 871.42 0.00
## 2768 31027.33 80879.33 79841.99 1037.34 0.00
## 2769 16661.98 74503.56 72761.14 1742.42 0.00
## 2770 12988.42 69858.04 68312.62 1545.42 0.00
## 2771 14247.44 89868.54 78779.54 11089.00 0.00
## 2772 26174.67 131258.59 82932.85 48325.74 0.00
## 2773 16170.57 103086.27 91173.40 11912.87 0.00
## 2774 16298.54 79792.92 78731.42 1061.50 0.00
## 2775 13332.23 91202.45 87927.36 3275.09 0.00
## 2776 20866.49 150889.58 125836.94 25052.64 0.00
## 2777 20222.28 134020.11 100912.13 33107.98 0.00
## 2778 13662.27 113968.37 95673.46 18294.91 0.00
## 2779 25086.72 114020.65 97555.49 16465.16 0.00
## 2780 16066.56 133190.00 115237.50 17952.50 0.00
## 2781 16185.82 123187.71 107273.37 15914.34 0.00
## 2782 18233.51 165010.47 146199.35 18811.12 0.00
## 2783 13077.85 149612.51 130392.24 19220.27 0.00
## 2784 13455.47 175171.59 148132.78 27038.81 0.00
## 2785 13413.05 168707.25 126508.62 42198.63 0.00
## 2786 12543.43 138123.55 103719.20 34404.35 0.00
## 2787 25328.56 110954.60 78423.65 32530.95 0.00
## 2788 14654.28 99447.77 82335.29 17112.48 0.00
## 2789 12170.59 96981.12 74460.15 22520.97 0.00
## 2790 13889.83 102869.65 79189.32 23680.33 0.00
## 2791 15065.01 108047.17 80711.69 27335.48 0.00
## 2792 14468.89 114260.63 80697.34 33563.29 0.00
## 2793 16243.48 101991.43 76595.17 25396.26 0.00
## 2794 11290.94 97223.47 71587.33 25636.14 0.00
## 2795 15530.04 98907.28 91530.77 7376.51 0.00
## 2796 18570.60 94573.49 88599.82 5973.67 0.00
## 2797 14084.25 91133.66 89232.98 1900.68 0.00
## 2798 13114.91 89094.40 86399.27 2695.13 0.00
## 2799 12344.54 88192.02 85848.21 2343.81 0.00
## 2800 28226.16 88901.67 86800.97 2100.70 0.00
## 2801 16470.86 88582.08 86050.77 2531.31 0.00
## 2802 12099.88 76806.54 73763.41 3043.13 0.00
## 2803 13717.57 83459.07 81116.25 2342.82 0.00
## 2804 14107.36 85808.44 82065.70 3742.74 0.00
## 2805 10573.29 66835.64 65072.69 1762.95 0.00
## 2806 12473.14 72437.30 71564.22 873.08 0.00
## 2807 27944.07 80109.87 78503.46 1606.41 0.00
## 2808 15267.89 168013.76 165202.22 2811.54 0.00
## 2809 426.92 11432.09 11017.32 411.83 2.94
## 2810 138.72 9504.66 8876.65 587.73 40.28
## 2811 86.65 12822.02 12176.75 645.27 0.00
## 2812 50.84 6704.29 6476.12 228.17 0.00
## 2813 18.14 8253.58 7973.98 279.60 0.00
## 2814 11.00 9504.34 9238.40 209.00 56.94
## 2815 34.00 10212.70 9790.67 422.03 0.00
## 2816 36.40 10905.44 10474.09 431.35 0.00
## 2817 54.31 9235.13 9153.12 82.01 0.00
## 2818 46.00 10274.06 10160.26 113.80 0.00
## 2819 53.77 10793.16 10434.39 358.77 0.00
## 2820 102.15 10169.82 9744.41 425.41 0.00
## 2821 84.08 13771.20 13345.52 425.68 0.00
## 2822 43.25 9725.54 9586.80 138.74 0.00
## 2823 37.48 9467.22 8958.14 509.08 0.00
## 2824 42.26 11660.16 10839.17 815.99 5.00
## 2825 88.11 15660.27 15340.19 220.08 100.00
## 2826 53.85 15427.61 14367.64 269.97 790.00
## 2827 28.03 16917.52 15811.00 286.52 820.00
## 2828 26.76 13530.48 12434.82 350.10 745.56
## 2829 10.90 15947.06 14597.20 178.19 1171.67
## 2830 25.46 19352.05 18803.23 78.82 470.00
## 2831 13.73 21531.14 18639.29 241.85 2650.00
## 2832 80.07 15613.57 13439.76 688.81 1485.00
## 2833 46.49 14031.58 10876.00 470.58 2685.00
## 2834 146.83 25264.97 21872.64 492.33 2900.00
## 2835 37.42 18469.39 16479.75 419.64 1570.00
## 2836 30.07 20646.54 18526.59 389.95 1730.00
## 2837 81.25 20010.67 18368.49 282.18 1360.00
## 2838 53.98 19458.93 17385.60 398.33 1675.00
## 2839 103.64 20250.90 19519.92 180.98 550.00
## 2840 59.07 23197.14 22571.49 20.65 605.00
## 2841 82.97 20091.66 19802.87 288.79 0.00
## 2842 84.80 22929.96 22697.54 232.42 0.00
## 2843 37.84 9289.46 8918.99 321.86 48.61
## 2844 43.15 13921.22 13463.97 337.81 119.44
## 2845 25.00 15467.40 14642.65 712.25 112.50
## 2846 38.00 13114.17 12671.09 443.08 0.00
## 2847 31.20 10527.10 10058.25 468.85 0.00
## 2848 36.73 13537.86 13037.43 500.43 0.00
## 2849 70.15 12484.36 12286.01 198.35 0.00
## 2850 60.99 11239.14 10817.56 421.58 0.00
## 2851 56.26 14911.75 14476.23 435.52 0.00
## 2852 63.13 14793.94 13739.89 1054.05 0.00
## 2853 24.98 14438.34 12280.58 2157.76 0.00
## 2854 12.00 19222.29 17663.46 1558.83 0.00
## 2855 109.88 10200.59 9349.67 850.92 0.00
## 2856 69.46 20700.95 19788.78 912.17 0.00
## 2857 68.41 24672.79 23926.35 746.44 0.00
## 2858 51.22 18105.21 17980.53 124.68 0.00
## 2859 109.08 11467.53 11293.65 173.88 0.00
## 2860 132.35 8230.19 8056.43 173.76 0.00
## 2861 184.62 210731.46 118884.36 91847.10 0.00
## 2862 283.15 190881.84 114872.09 76009.75 0.00
## 2863 171.64 179311.31 112574.78 66736.53 0.00
## 2864 207.15 171591.00 67806.59 103784.41 0.00
## 2865 167.47 154749.96 89194.82 65518.75 36.39
## 2866 167.63 201556.25 128442.19 72236.28 877.78
## 2867 180.57 158765.38 92308.66 66233.39 223.33
## 2868 168.26 161367.01 82410.76 78956.25 0.00
## 2869 160.28 176420.62 94305.34 82115.28 0.00
## 2870 166.14 183075.44 110435.47 72639.97 0.00
## 2871 103.96 188578.32 87593.44 100984.88 0.00
## 2872 156.52 195266.82 95659.91 99113.85 493.06
## 2873 140.88 188073.95 104367.67 83706.28 0.00
## 2874 131.95 183993.86 109841.32 73830.32 322.22
## 2875 132.15 222836.65 139748.72 82907.37 180.56
## 2876 206.41 256799.35 194086.09 62713.26 0.00
## 2877 130.69 202457.49 126235.35 75979.08 243.06
## 2878 123.63 203168.77 132127.40 70394.15 647.22
## 2879 82.91 207465.83 160464.82 47001.01 0.00
## 2880 86.59 242570.06 182840.11 59729.95 0.00
## 2881 58.44 192926.85 131851.39 61075.46 0.00
## 2882 64.96 228626.20 161931.73 66694.47 0.00
## 2883 110.76 187326.62 120773.07 66553.55 0.00
## 2884 164.21 188318.72 108732.19 78958.75 627.78
## 2885 256.20 225042.62 146617.68 78213.83 211.11
## 2886 165.28 328341.88 216115.15 110544.79 1681.94
## 2887 173.96 251715.31 199572.08 52123.23 20.00
## 2888 264.12 234417.14 148946.46 84045.68 1425.00
## 2889 1174.78 232431.49 169986.13 55753.42 6691.94
## 2890 561.72 226206.09 112958.38 105974.65 7273.06
## 2891 246.79 269397.39 77155.12 186791.99 5450.28
## 2892 174.90 267531.40 91575.69 171020.72 4934.99
## 2893 80.12 296862.48 126898.80 169317.09 646.59
## 2894 253.52 284413.81 77087.90 206444.51 881.40
## 2895 54.42 282138.92 64801.33 217337.59 0.00
## 2896 67.42 231029.85 71926.92 158919.60 183.33
## 2897 106.39 197262.72 66461.65 130217.81 583.26
## 2898 432.50 189301.37 69497.05 119037.82 766.50
## 2899 1349.18 99268.50 62657.11 36611.39 0.00
## 2900 1320.02 111106.99 78824.96 32268.42 13.61
## 2901 1727.11 110119.55 75568.52 34551.03 0.00
## 2902 1906.90 140293.70 73593.38 66700.32 0.00
## 2903 1499.40 95584.31 62105.43 33478.88 0.00
## 2904 1136.70 122138.09 60231.13 61906.96 0.00
## 2905 1996.32 83444.96 55736.39 27708.57 0.00
## 2906 1008.13 109208.77 74366.38 34842.39 0.00
## 2907 418.98 171633.14 77183.81 94449.33 0.00
## 2908 412.16 87653.00 54822.30 32830.70 0.00
## 2909 401.33 123185.27 64716.98 58468.29 0.00
## 2910 654.09 89797.05 56526.21 33270.84 0.00
## 2911 464.46 113323.49 54693.05 58630.44 0.00
## 2912 396.68 65592.57 43674.84 21906.93 10.80
## 2913 8529.79 146899.29 142957.45 2629.52 1312.32
## 2914 8751.94 137281.09 133753.32 2845.65 682.12
## 2915 9977.23 164505.82 153476.96 11028.86 0.00
## 2916 10049.72 159678.20 157703.86 1738.23 236.11
## 2917 8237.15 148712.67 146287.45 1715.50 709.72
## 2918 13095.11 192456.98 189672.97 1882.62 901.39
## 2919 28558.19 155102.07 153317.90 1348.06 436.11
## 2920 41286.91 150652.70 149603.88 1048.82 0.00
## 2921 27903.69 131613.96 130682.92 565.76 365.28
## 2922 27036.54 163941.32 163070.93 382.89 487.50
## 2923 19878.73 191620.34 190381.90 1238.44 0.00
## 2924 20639.81 187292.27 185599.01 1332.15 361.11
## 2925 19492.51 192925.75 190861.05 1423.03 641.67
## 2926 19205.77 181742.49 180490.59 1251.90 0.00
## 2927 18808.75 194985.36 191238.80 3746.56 0.00
## 2928 19881.72 168131.84 162753.29 4043.27 1335.28
## 2929 20154.92 201545.77 198131.80 2898.23 515.74
## 2930 15648.56 200822.14 194472.57 3978.68 2370.89
## 2931 21950.39 223234.14 203758.36 15197.45 4278.33
## 2932 24863.67 227903.75 219529.71 6984.04 1390.00
## 2933 28505.15 213876.87 210316.02 2285.85 1275.00
## 2934 31448.04 201103.37 197041.21 706.60 3355.56
## 2935 30142.23 203162.03 194809.70 1005.66 7346.67
## 2936 32758.16 246997.25 233727.43 2257.55 11012.27
## 2937 44218.72 232729.01 217648.42 2447.94 12632.65
## 2938 50114.65 229201.99 214851.77 2969.08 11381.14
## 2939 48949.85 209423.51 202616.05 3059.39 3748.07
## 2940 54129.89 211677.96 203569.59 3085.45 5022.92
## 2941 55744.03 214114.58 207727.87 3451.71 2935.00
## 2942 46714.72 215173.44 203788.41 8328.92 3056.11
## 2943 44265.84 206607.44 200150.21 3716.12 2741.11
## 2944 19544.87 216401.98 211306.25 2950.73 2145.00
## 2945 16372.03 196639.52 189850.35 6194.73 594.44
## 2946 16818.70 207324.76 204118.09 2691.39 515.28
## 2947 15073.22 197919.93 194073.11 3244.04 602.78
## 2948 15861.03 199687.08 196063.01 3132.40 491.67
## 2949 15881.19 189898.78 185709.01 3034.21 1155.56
## 2950 13247.91 189334.20 186797.56 2536.64 0.00
## 2951 12784.45 173047.31 170235.01 2812.30 0.00
## 2952 15295.40 182950.64 179809.74 3140.90 0.00
## 2953 16342.85 183580.59 180891.69 2688.90 0.00
## 2954 18702.51 187336.66 184423.26 2913.40 0.00
## 2955 21461.02 194487.33 191744.58 2742.75 0.00
## 2956 20335.44 165165.71 162543.26 2622.45 0.00
## 2957 54665.59 186408.27 180041.53 6366.74 0.00
## 2958 60290.41 175159.85 168368.44 6791.41 0.00
## 2959 48009.43 222601.19 217666.76 4934.43 0.00
## 2960 24482.29 164795.21 161204.17 3591.04 0.00
## 2961 24029.92 239435.14 233609.99 5825.15 0.00
## 2962 25662.38 216530.54 213938.82 2591.72 0.00
## 2963 26791.33 182859.42 180460.98 2398.44 0.00
## 2964 27147.33 151703.29 149408.43 2294.86 0.00
## 2965 6681.19 34130.87 33449.40 662.22 19.25
## 2966 5562.76 27796.22 27464.12 327.28 4.82
## 2967 4088.10 53564.83 53190.59 319.56 54.68
## 2968 3771.85 31508.76 31278.13 217.75 12.88
## 2969 5526.29 20453.45 20442.18 0.00 11.27
## 2970 7123.14 24105.60 24091.47 2.86 11.27
## 2971 6078.72 26055.98 25875.27 140.41 40.30
## 2972 7688.17 24070.04 23558.62 408.16 103.26
## 2973 7311.55 23625.96 22909.91 622.44 93.61
## 2974 6919.11 32027.85 30914.91 1098.42 14.52
## 2975 6689.31 33622.92 32413.74 1197.89 11.29
## 2976 6562.37 37495.57 28895.19 8576.21 24.17
## 2977 7082.70 63439.79 55975.11 7430.88 33.80
## 2978 5737.02 40135.99 34566.37 5564.81 4.81
## 2979 6951.12 33508.12 28303.11 5198.62 6.39
## 2980 6411.87 39834.23 38898.96 927.29 7.98
## 2981 7067.38 33326.42 31599.81 1718.65 7.96
## 2982 5918.50 33861.35 32151.54 1693.93 15.88
## 2983 4694.68 36295.84 34718.06 1577.78 0.00
## 2984 6569.03 36732.91 36020.50 671.26 41.15
## 2985 2.53 35931.48 35664.27 246.66 20.55
## 2986 2.53 36949.84 36949.84 0.00 0.00
## 2987 3.26 36901.64 36364.82 16.82 520.00
## 2988 6.29 39761.14 37729.96 799.61 1231.57
## 2989 3.06 88319.70 87357.84 20.39 941.47
## 2990 12.16 93735.23 93645.45 20.52 69.26
## 2991 9.30 88075.09 88025.14 34.45 15.50
## 2992 2.00 86206.38 86107.76 83.05 15.57
## 2993 2.63 31348.62 31094.59 245.80 8.23
## 2994 11.56 59233.89 59206.93 8.80 18.16
## 2995 6.61 48277.73 47343.36 926.10 8.27
## 2996 2.65 40660.11 40606.62 35.29 18.20
## 2997 15.58 54823.56 52268.89 2490.17 64.50
## 2998 7.29 57804.69 57439.50 330.49 34.70
## 2999 0.00 46416.84 46257.90 140.79 18.15
## 3000 590.88 39683.82 39671.39 5.85 6.58
## 3001 4729.87 54540.20 53939.82 14.55 585.83
## 3002 5340.61 33908.28 33662.76 156.09 89.43
## 3003 6316.00 40019.20 39916.37 94.75 8.08
## 3004 9114.47 45033.22 44763.68 242.28 27.26
## 3005 9201.19 29425.50 29351.66 62.69 11.15
## 3006 6448.33 43204.67 42383.79 784.39 36.49
## 3007 7307.07 43026.79 42481.59 527.80 17.40
## 3008 8767.10 37709.93 37217.14 472.26 20.53
## 3009 4890.81 42168.27 42111.91 50.05 6.31
## 3010 6617.29 28107.28 28012.67 85.14 9.47
## 3011 17989.29 48078.02 47555.74 452.82 69.46
## 3012 8440.95 34326.87 33947.26 46.78 332.83
## 3013 4714.06 31508.68 29874.81 1614.91 18.96
## 3014 8901.10 41296.97 40337.59 951.46 7.92
## 3015 9065.03 40666.50 40584.43 16.94 65.13
## 3016 5431.66 46529.75 46476.08 17.00 36.67
## 3017 4183.69 92551.11 91481.59 1069.52 0.00
## 3018 7765.43 77581.05 76135.49 1445.56 0.00
## 3019 5052.84 92390.56 90449.44 1634.18 306.94
## 3020 3449.16 71859.07 71377.77 307.69 173.61
## 3021 3069.37 66854.05 66399.33 31.11 423.61
## 3022 4915.71 105976.17 105940.61 35.56 0.00
## 3023 3726.92 74205.41 74205.41 0.00 0.00
## 3024 3370.17 73979.06 73804.06 0.00 175.00
## 3025 3787.66 62709.00 62705.31 3.69 0.00
## 3026 6144.55 87718.59 86922.76 0.00 795.83
## 3027 4742.43 97339.59 97339.59 0.00 0.00
## 3028 3837.72 90213.75 90213.75 0.00 0.00
## 3029 5003.77 92945.55 92945.55 0.00 0.00
## 3030 6515.89 97375.96 97375.96 0.00 0.00
## 3031 7080.02 96394.24 96061.70 332.54 0.00
## 3032 9617.73 106990.62 106090.54 900.08 0.00
## 3033 10225.22 126133.31 125074.64 665.06 393.61
## 3034 7653.70 148438.35 146015.83 1187.52 1235.00
## 3035 7923.98 209377.83 201033.61 7400.05 944.17
## 3036 8194.83 220254.40 215552.06 3642.34 1060.00
## 3037 8735.44 165788.27 165457.19 176.08 155.00
## 3038 8772.17 148935.30 147430.08 5.50 1499.72
## 3039 10965.64 141193.60 137804.71 11.11 3377.78
## 3040 10381.25 146586.13 142601.99 9.14 3975.00
## 3041 14982.90 157609.68 153175.43 49.25 4385.00
## 3042 17326.08 148159.03 143276.30 137.73 4745.00
## 3043 28898.79 154262.70 151759.78 142.92 2360.00
## 3044 38655.07 143632.17 141650.87 141.30 1840.00
## 3045 43090.81 154894.60 152477.50 87.10 2330.00
## 3046 51385.74 156774.99 155072.41 120.91 1581.67
## 3047 72848.75 131514.35 129466.02 142.22 1906.11
## 3048 81859.54 148326.66 146904.74 136.92 1285.00
## 3049 63055.48 122877.20 122533.87 198.89 144.44
## 3050 80414.29 138959.31 138862.64 96.67 0.00
## 3051 54779.30 136089.34 136034.89 54.45 0.00
## 3052 51958.73 124237.79 123011.98 152.20 1073.61
## 3053 43926.90 131170.10 131035.57 109.53 25.00
## 3054 74452.30 117738.39 117521.44 87.78 129.17
## 3055 42112.53 106393.14 106262.03 131.11 0.00
## 3056 51477.79 120501.62 120388.84 112.78 0.00
## 3057 34714.64 114436.03 114286.03 150.00 0.00
## 3058 46932.61 111590.45 111440.08 150.37 0.00
## 3059 36352.99 123833.49 123551.47 282.02 0.00
## 3060 36934.25 103327.61 102683.47 644.14 0.00
## 3061 36873.84 122278.36 120040.08 2238.28 0.00
## 3062 58165.42 125640.38 123660.33 1980.05 0.00
## 3063 25200.19 136074.64 134178.50 1896.14 0.00
## 3064 25252.35 119046.84 118219.26 827.58 0.00
## 3065 26052.91 159185.11 158806.43 378.68 0.00
## 3066 32505.74 141551.19 141307.39 243.80 0.00
## 3067 13321.08 127359.91 127177.65 182.26 0.00
## 3068 21182.52 91849.14 91579.91 269.23 0.00
## 3069 42.09 37361.44 35701.24 1660.20 0.00
## 3070 60.37 31888.21 29696.94 2191.27 0.00
## 3071 54.34 25052.52 23315.81 1736.71 0.00
## 3072 22.85 16976.58 15683.05 1256.03 37.50
## 3073 12.21 21660.75 21641.31 0.00 19.44
## 3074 27.83 24940.18 24940.18 0.00 0.00
## 3075 84.41 28872.81 28872.81 0.00 0.00
## 3076 79.68 23612.65 23400.15 0.00 212.50
## 3077 81.81 13874.57 13874.57 0.00 0.00
## 3078 78.19 58521.07 58521.07 0.00 0.00
## 3079 50.56 68051.32 68051.32 0.00 0.00
## 3080 112.39 65113.32 65113.32 0.00 0.00
## 3081 90.39 68176.45 68176.45 0.00 0.00
## 3082 35.97 67736.88 67732.44 4.44 0.00
## 3083 52.12 50144.22 49337.59 806.63 0.00
## 3084 65.32 41088.77 39986.67 1102.10 0.00
## 3085 68.67 24524.27 24296.23 53.04 175.00
## 3086 67.48 47650.39 46025.39 0.00 1625.00
## 3087 43.73 47493.08 46013.08 0.00 1480.00
## 3088 71.45 38774.15 37629.15 0.00 1145.00
## 3089 42.97 27929.62 26109.62 0.00 1820.00
## 3090 54.78 41589.10 40894.10 0.00 695.00
## 3091 61.80 38986.90 34596.90 0.00 4390.00
## 3092 102.25 68607.55 66177.55 0.00 2430.00
## 3093 46.25 94164.01 89911.51 0.00 4252.50
## 3094 53.07 93372.82 88472.82 0.00 4900.00
## 3095 83.37 84649.38 81949.38 0.00 2700.00
## 3096 57.85 87514.31 84829.31 0.00 2685.00
## 3097 107.12 97870.08 95730.08 0.00 2140.00
## 3098 258.40 92812.85 90282.85 0.00 2530.00
## 3099 353.83 63995.97 63440.97 0.00 555.00
## 3100 856.81 93614.16 92304.16 0.00 1310.00
## 3101 1160.99 90144.23 90144.23 0.00 0.00
## 3102 764.71 101271.16 101271.16 0.00 0.00
## 3103 1640.55 98638.65 98638.65 0.00 0.00
## 3104 1784.73 98706.04 98706.04 0.00 0.00
## 3105 57.68 100545.57 100545.57 0.00 0.00
## 3106 53.93 94989.26 94766.21 113.33 109.72
## 3107 18.55 81593.78 81542.67 51.11 0.00
## 3108 44.46 83262.19 83262.19 0.00 0.00
## 3109 54.56 76855.04 76855.04 0.00 0.00
## 3110 25.28 84757.76 84757.76 0.00 0.00
## 3111 32.49 79205.91 79197.02 8.89 0.00
## 3112 36.18 73641.93 72861.93 780.00 0.00
## 3113 31.37 72340.50 69018.28 3322.22 0.00
## 3114 40.49 75568.85 73328.85 2240.00 0.00
## 3115 123.88 99215.19 97444.08 1771.11 0.00
## 3116 88.82 80673.23 79715.45 957.78 0.00
## 3117 131.18 92561.98 92435.31 126.67 0.00
## 3118 120.55 80938.49 80938.49 0.00 0.00
## 3119 110.07 80759.05 80759.05 0.00 0.00
## 3120 98.93 71824.36 71824.36 0.00 0.00
## 3121 99997.75 1543243.98 1405419.80 99069.58 38754.60
## 3122 90983.73 1482118.72 1313839.11 135367.97 32911.64
## 3123 96836.26 1653880.17 1451475.99 177399.80 25004.38
## 3124 86152.75 1610487.83 1553052.29 27829.79 29605.75
## 3125 81897.44 1282555.79 1202939.23 49696.87 29919.69
## 3126 93901.07 1251188.05 1161049.94 61429.08 28709.03
## 3127 112541.90 1040994.32 952497.35 60542.13 27954.84
## 3128 120964.40 829275.46 763934.88 35997.83 29342.75
## 3129 92064.47 734907.62 686375.28 25241.60 23290.74
## 3130 82276.22 1289998.88 1201528.54 55799.76 32670.58
## 3131 108458.09 1533380.09 1423671.38 73117.52 36591.19
## 3132 123430.31 1481098.59 1379624.20 74894.96 26579.43
## 3133 121961.08 1507256.57 1420423.91 58294.32 28538.34
## 3134 117423.95 1675327.42 1583961.67 53653.13 37712.62
## 3135 112714.97 1535467.86 1434869.76 59481.09 41117.01
## 3136 114241.36 1671421.79 1576949.54 66072.42 28399.83
## 3137 107653.45 1892992.02 1819641.81 47476.91 25873.30
## 3138 133979.15 2001071.55 1924479.53 46601.83 29990.19
## 3139 171379.36 1778186.00 1679257.49 61139.96 37788.55
## 3140 218247.48 1580994.73 1476927.50 73032.78 31034.45
## 3141 211671.11 1741285.90 1616257.39 89290.29 35738.22
## 3142 244730.21 1710964.95 1581210.71 95425.63 34328.61
## 3143 302735.37 1634174.08 1526433.58 82025.57 25714.93
## 3144 278664.44 1688132.30 1563978.55 97434.91 26718.84
## 3145 292540.95 1912392.19 1771309.82 107540.46 33541.91
## 3146 356022.10 1882795.64 1722082.22 119871.18 40842.24
## 3147 328206.37 1778214.36 1641400.92 107903.90 28909.54
## 3148 319711.53 1754229.47 1622056.72 101882.82 30289.93
## 3149 328653.80 1709716.83 1571460.04 110755.40 27501.39
## 3150 373358.37 1938636.43 1739147.58 171241.77 28247.08
## 3151 341992.36 1739179.30 1546212.08 160781.09 32186.13
## 3152 329737.94 1754547.18 1594507.01 129666.02 30374.15
## 3153 353196.44 1499923.11 1325206.10 155366.22 19350.79
## 3154 336387.90 2140203.55 1606311.87 508755.56 25136.12
## 3155 291448.73 1924048.96 1421239.87 485685.06 17124.03
## 3156 325242.94 1744793.14 1467255.26 257014.51 20523.37
## 3157 382295.13 1769205.32 1659337.91 88790.80 21076.61
## 3158 358015.82 1944064.32 1740557.05 183825.53 19681.74
## 3159 334735.17 1673304.45 1454479.46 201547.46 17277.53
## 3160 311356.91 2207293.04 1926353.76 259874.87 21064.41
## 3161 299002.93 2092117.55 1883192.26 189928.31 18996.98
## 3162 317337.27 2094020.39 1888085.99 186807.69 19126.71
## 3163 325582.20 2234832.81 1981931.04 230048.66 22853.11
## 3164 302210.56 2391861.16 2091747.51 282242.79 17870.86
## 3165 267508.94 2256053.97 2073467.05 167309.24 15277.68
## 3166 278558.48 2555662.85 2207054.69 333029.79 15578.37
## 3167 424389.60 3056112.91 2693843.02 344774.59 17495.30
## 3168 287234.03 2024180.16 1874982.24 134692.75 14505.17
## 3169 272665.17 2285895.60 2122673.09 147881.99 15340.52
## 3170 250106.17 1759854.18 1579233.60 162289.68 18330.90
## 3171 261931.07 2131753.56 1793640.16 321613.97 16499.43
## 3172 257268.16 2301885.36 1950428.50 340852.13 10604.73
## 3173 7324.64 61550.33 51247.91 10232.98 69.44
## 3174 7942.68 54652.82 44604.56 10048.26 0.00
## 3175 8696.54 52402.49 46293.11 6109.38 0.00
## 3176 9451.98 59783.11 48016.74 11766.37 0.00
## 3177 8265.03 49866.72 44005.31 5861.41 0.00
## 3178 13913.04 48742.91 42721.62 6021.29 0.00
## 3179 22714.68 45377.66 38436.79 6940.87 0.00
## 3180 25305.86 52447.98 45861.67 6586.31 0.00
## 3181 26881.22 47315.53 40258.68 6816.57 240.28
## 3182 20290.31 52719.25 47060.46 5658.79 0.00
## 3183 17531.78 59418.46 48823.53 10354.65 240.28
## 3184 19419.57 63300.70 54704.14 8596.56 0.00
## 3185 16736.92 62415.77 53332.61 8258.16 825.00
## 3186 17495.42 63931.73 55653.47 8278.26 0.00
## 3187 16563.91 69104.56 57456.21 11648.35 0.00
## 3188 17914.48 69079.94 61214.70 7860.24 5.00
## 3189 18659.47 70716.58 62373.15 7805.93 537.50
## 3190 15013.36 60974.28 58688.03 1906.25 380.00
## 3191 20731.35 65878.96 64095.85 1628.11 155.00
## 3192 23025.36 65677.75 60859.82 4817.93 0.00
## 3193 24178.25 59438.36 55636.32 3787.04 15.00
## 3194 24742.11 54443.04 50677.92 3330.12 435.00
## 3195 26839.41 64303.50 57524.85 3346.43 3432.22
## 3196 25756.96 63385.26 58481.31 3223.95 1680.00
## 3197 40460.56 70310.34 62603.71 4548.85 3157.78
## 3198 40378.07 75234.77 64809.58 8290.19 2135.00
## 3199 39268.75 56511.83 52290.98 3210.85 1010.00
## 3200 46282.10 59636.49 52830.72 4841.60 1964.17
## 3201 46176.97 45826.33 40822.06 3825.94 1178.33
## 3202 41412.18 53253.57 45859.12 6333.06 1061.39
## 3203 41274.31 51876.53 45120.69 6510.84 245.00
## 3204 20859.76 49855.68 45579.73 3940.95 335.00
## 3205 17607.68 62552.38 51589.20 10963.18 0.00
## 3206 18608.39 65349.32 57141.94 7275.44 931.94
## 3207 18934.08 64335.15 52070.20 12264.95 0.00
## 3208 18456.31 60615.88 48775.07 10957.48 883.33
## 3209 17305.85 57169.29 50673.98 5886.98 608.33
## 3210 16896.71 60978.04 48991.14 11986.90 0.00
## 3211 14614.66 54550.00 47755.59 6794.41 0.00
## 3212 15518.85 50651.69 45385.09 5266.60 0.00
## 3213 18631.48 51414.29 45426.62 5987.67 0.00
## 3214 22961.75 61899.76 50889.70 11010.06 0.00
## 3215 21768.74 49718.76 44120.40 5598.36 0.00
## 3216 19046.18 53739.19 43150.21 10588.98 0.00
## 3217 19834.26 50506.60 45927.00 4579.60 0.00
## 3218 18323.51 52194.86 44807.51 7387.35 0.00
## 3219 42056.68 60211.46 42529.78 17681.68 0.00
## 3220 25918.83 43084.67 35669.83 7414.84 0.00
## 3221 30644.07 53618.46 42136.65 11481.81 0.00
## 3222 29112.58 43493.03 37725.60 5767.43 0.00
## 3223 29602.84 50533.30 42015.27 8518.03 0.00
## 3224 31682.42 41673.57 38144.36 3529.21 0.00
## 3225 110167.01 87253.42 81570.81 955.34 4727.27
## 3226 101491.49 73207.52 65277.81 1065.60 6864.11
## 3227 103932.55 96473.13 87751.52 1102.23 7619.38
## 3228 94496.12 67168.02 64475.13 621.47 2071.42
## 3229 81651.23 57319.76 56501.53 797.78 20.45
## 3230 80126.03 58079.74 55015.46 997.51 2066.77
## 3231 73021.81 64297.63 63465.65 593.89 238.09
## 3232 61665.74 59042.39 57803.54 1095.69 143.16
## 3233 60260.53 54407.20 48140.45 1587.11 4679.64
## 3234 68234.94 65255.52 55554.23 790.00 8911.29
## 3235 75841.97 71399.98 61522.13 1047.85 8830.00
## 3236 90031.80 71002.86 60216.05 968.89 9817.92
## 3237 90495.41 69708.54 58004.41 530.52 11173.61
## 3238 98808.73 76580.15 65665.70 744.44 10170.01
## 3239 97900.81 87579.67 80619.11 802.22 6158.34
## 3240 99520.95 99813.79 97150.37 2084.68 578.74
## 3241 91323.75 85223.46 82376.72 2320.05 526.69
## 3242 93288.97 100013.33 92533.97 4244.28 3235.08
## 3243 87449.64 105728.86 102613.78 1582.10 1532.98
## 3244 102966.19 102416.27 99833.21 2139.33 443.73
## 3245 103402.88 115222.87 113969.56 262.16 991.15
## 3246 97843.18 105614.94 104111.58 317.97 1185.39
## 3247 109032.48 120606.92 113683.42 1819.86 5103.64
## 3248 108230.65 139482.79 122026.18 12735.54 4721.07
## 3249 150963.07 127546.22 118624.54 1894.09 7027.59
## 3250 184518.62 149294.73 143295.47 378.93 5620.33
## 3251 159812.33 120603.83 115880.76 457.23 4265.84
## 3252 163027.81 103646.95 99766.00 1867.44 2013.51
## 3253 140924.68 101084.18 98096.94 2213.29 773.95
## 3254 145606.57 101565.60 96845.23 3216.39 1503.98
## 3255 145363.84 133790.81 129034.96 3359.70 1396.15
## 3256 145104.44 130127.26 121785.52 6544.59 1797.15
## 3257 157984.71 114084.93 108571.35 4797.75 715.83
## 3258 173293.69 145940.10 137880.91 4997.64 3061.55
## 3259 155289.67 107823.24 101940.66 4166.66 1715.92
## 3260 151281.44 101521.49 96823.55 4684.93 13.01
## 3261 137009.63 108693.54 101842.17 4806.90 2044.47
## 3262 153441.58 102558.90 91081.44 9926.52 1550.94
## 3263 139240.25 79443.89 75467.12 3947.19 29.58
## 3264 131467.33 99573.02 95288.60 4221.71 62.71
## 3265 122807.96 97127.74 93973.32 3147.06 7.36
## 3266 125901.94 88620.56 86428.90 2191.66 0.00
## 3267 129160.06 87829.53 85606.70 2222.83 0.00
## 3268 133067.18 92680.33 90777.56 1902.77 0.00
## 3269 125838.60 103715.10 93141.66 10558.80 14.64
## 3270 131202.78 125171.13 106296.76 18322.72 551.65
## 3271 155377.30 151635.74 129791.42 21748.61 95.71
## 3272 132958.04 93310.70 92124.35 1186.35 0.00
## 3273 136033.93 90661.34 88261.04 2400.30 0.00
## 3274 139309.53 103379.39 87560.47 15802.25 16.67
## 3275 143202.95 122380.70 82670.76 39333.27 376.67
## 3276 162054.24 113924.91 80769.55 21615.36 11540.00
## 3277 970.48 171021.51 26984.70 144036.81 0.00
## 3278 1472.39 112586.99 23082.87 89485.68 18.44
## 3279 753.56 163273.91 21944.83 141290.54 38.54
## 3280 2845.22 218535.89 24193.80 194318.91 23.18
## 3281 690.05 104697.60 19930.04 84702.28 65.28
## 3282 853.46 153899.48 23679.23 130220.25 0.00
## 3283 899.73 153091.07 23980.47 129104.39 6.21
## 3284 1003.69 143431.35 16151.12 127193.62 86.61
## 3285 841.37 149323.28 11631.40 137691.88 0.00
## 3286 1181.38 175195.00 18785.57 156407.87 1.56
## 3287 1275.42 149403.66 32352.58 117051.08 0.00
## 3288 1223.02 171435.07 21810.18 149624.89 0.00
## 3289 1380.85 170316.25 22840.83 147472.29 3.13
## 3290 1396.32 151437.79 23812.95 127624.84 0.00
## 3291 1335.29 168419.37 30495.85 137923.52 0.00
## 3292 1567.40 137723.06 29123.32 108519.74 80.00
## 3293 2099.28 128570.23 25361.20 102794.03 415.00
## 3294 1683.71 126954.22 27933.66 97229.69 1790.87
## 3295 1922.26 132131.58 28706.18 102390.40 1035.00
## 3296 2661.69 140908.88 35321.59 105549.16 38.13
## 3297 3143.09 127786.48 27221.70 100553.51 11.27
## 3298 3804.63 116617.91 27836.86 88090.70 690.35
## 3299 7052.87 119310.61 25436.76 89695.64 4178.21
## 3300 6998.74 132003.19 25789.15 101973.21 4240.83
## 3301 6514.15 106448.31 23189.21 78560.24 4698.86
## 3302 6496.41 150873.57 28096.15 118272.52 4504.90
## 3303 9805.14 104203.73 24577.20 75549.11 4077.42
## 3304 14007.18 135924.78 25143.66 105248.43 5532.69
## 3305 7051.08 72784.42 23417.10 46347.93 3019.39
## 3306 23750.21 107779.99 19176.89 81916.42 6686.68
## 3307 7148.83 92179.11 20884.04 69163.08 2131.99
## 3308 6810.54 95334.18 18281.32 74251.91 2800.95
## 3309 21963.46 73747.47 14077.50 53944.28 5725.69
## 3310 17789.78 108920.28 17361.66 87869.71 3688.91
## 3311 9601.89 63838.87 17965.35 44324.00 1549.52
## 3312 9484.48 63021.68 19112.22 41934.57 1974.89
## 3313 25464.30 58377.15 16055.57 36551.04 5770.54
## 3314 8960.13 71862.08 21423.87 49093.66 1344.55
## 3315 10846.90 66924.01 13780.66 50468.58 2674.77
## 3316 16191.17 74729.97 18832.18 52163.65 3734.14
## 3317 16430.07 73298.71 18928.90 50472.61 3897.20
## 3318 7482.64 73399.04 19111.28 52395.60 1892.16
## 3319 24314.72 77342.64 17632.22 54219.12 5491.30
## 3320 16207.08 77972.58 18382.22 56152.18 3438.18
## 3321 5551.81 63988.52 17167.72 45673.76 1147.04
## 3322 8008.86 72929.50 18358.96 53192.11 1378.43
## 3323 30149.60 89909.05 22076.72 61180.85 6651.48
## 3324 12917.42 53550.02 16807.25 33496.41 3246.36
## 3325 23681.24 71394.02 19633.53 47199.01 4561.48
## 3326 7457.43 75574.37 20728.35 53232.61 1613.41
## 3327 7200.14 57217.17 17942.34 37684.81 1590.02
## 3328 18924.91 51550.99 12613.38 29550.02 9387.59
## 3329 1538.20 56576.06 55083.70 1459.35 33.01
## 3330 2522.96 41403.48 38839.35 2461.41 102.72
## 3331 1302.46 44057.56 41890.61 2155.38 11.57
## 3332 5532.03 81232.04 76008.08 5158.75 65.21
## 3333 1296.49 55357.68 53684.96 1671.27 1.45
## 3334 1335.91 44675.58 43073.72 1601.86 0.00
## 3335 1460.24 36228.89 34146.46 2082.43 0.00
## 3336 1603.54 33976.41 32556.59 1419.82 0.00
## 3337 1373.56 45753.14 43902.77 1850.37 0.00
## 3338 1763.25 48812.02 46730.56 2081.46 0.00
## 3339 1875.36 45421.20 43150.55 2270.65 0.00
## 3340 1900.96 40026.90 36596.53 3430.37 0.00
## 3341 2077.48 41422.05 36952.51 4469.54 0.00
## 3342 2426.04 42089.48 41377.97 711.51 0.00
## 3343 2505.47 52966.15 51334.31 1631.84 0.00
## 3344 2345.13 60118.14 58343.14 1755.00 20.00
## 3345 2616.16 56572.91 55935.18 466.29 171.44
## 3346 2593.07 60631.82 57069.78 1842.04 1720.00
## 3347 2841.74 48373.79 42940.86 4122.93 1310.00
## 3348 3156.71 57414.27 53549.37 3864.90 0.00
## 3349 3955.17 52167.95 38682.96 13474.99 10.00
## 3350 4294.96 46239.22 38377.90 7260.37 600.95
## 3351 6083.87 59311.01 46627.28 8564.06 4119.67
## 3352 6345.70 46571.69 38846.97 2931.27 4793.45
## 3353 5812.55 48833.51 32848.90 11536.73 4447.88
## 3354 6699.07 71026.24 62163.78 4656.27 4206.19
## 3355 10852.83 54316.38 45985.70 4847.72 3482.96
## 3356 15000.42 55966.92 45124.02 6081.41 4761.49
## 3357 8090.30 58052.24 49307.20 6081.58 2663.46
## 3358 25833.35 47750.39 35846.32 6408.19 5495.88
## 3359 7985.33 61912.03 53230.25 6885.94 1795.84
## 3360 6777.98 59762.27 48049.79 9991.52 1720.96
## 3361 21036.66 57074.50 33941.16 18532.83 4600.51
## 3362 19164.46 45161.52 26507.50 15137.80 3516.22
## 3363 9592.54 56828.31 48051.43 7485.91 1290.97
## 3364 10151.42 64362.32 54682.15 8238.93 1441.24
## 3365 27374.63 39643.89 27199.14 7590.56 4854.19
## 3366 9075.23 42181.98 31689.31 9453.96 1038.71
## 3367 21041.99 46722.38 22994.03 21163.82 2564.53
## 3368 29363.76 45109.32 21567.71 20098.73 3442.88
## 3369 28532.36 42454.58 22445.88 16153.49 3855.21
## 3370 18665.91 42292.84 26468.10 14097.62 1727.12
## 3371 35277.07 46460.34 23754.04 17567.37 5138.93
## 3372 28499.61 36159.75 22422.88 10262.40 3474.47
## 3373 15757.97 26863.77 19800.56 6111.41 951.80
## 3374 17174.63 35671.05 27386.88 7182.14 1102.03
## 3375 36191.68 42525.46 30226.47 6961.25 5337.74
## 3376 23466.68 33039.85 21259.66 9258.85 2521.34
## 3377 35349.80 38437.03 28562.22 4435.73 5439.08
## 3378 20930.75 31098.18 23123.14 6492.60 1482.44
## 3379 17903.44 29742.31 21493.26 6988.68 1260.37
## 3380 32940.14 33191.28 18463.39 6208.46 8519.43
## 3381 3069.14 379826.55 374905.48 2661.10 2259.97
## 3382 2578.35 323552.45 315924.68 2246.16 5381.61
## 3383 3182.11 285874.97 279258.26 2393.13 4223.58
## 3384 3035.64 340355.93 333769.95 2664.83 3921.15
## 3385 2459.77 245077.06 242623.82 2390.64 62.60
## 3386 2767.57 220453.44 219494.36 746.62 212.46
## 3387 3946.67 210000.26 209726.50 160.63 113.13
## 3388 1932.20 216300.66 215425.13 273.66 601.87
## 3389 2502.45 209814.99 208940.16 806.01 68.82
## 3390 3183.27 330229.94 323804.52 4850.50 1574.92
## 3391 2336.58 303387.11 296850.76 3145.82 3390.53
## 3392 5584.96 326492.27 322925.72 2677.15 889.40
## 3393 1901.89 310297.40 301904.74 4185.65 4207.01
## 3394 1797.85 346198.28 319927.23 25698.26 572.79
## 3395 2164.71 461886.33 454623.95 5993.16 1269.22
## 3396 2193.26 361978.06 350013.34 9088.35 2876.37
## 3397 2742.25 412175.56 401417.41 5723.11 5035.04
## 3398 2998.26 377458.54 366510.31 2461.88 8486.35
## 3399 4763.04 353846.50 351623.88 902.68 1319.94
## 3400 3600.78 274879.88 270626.46 3256.28 997.14
## 3401 3385.24 287648.20 269821.55 14711.90 3114.75
## 3402 4548.40 275102.54 253660.73 19284.90 2156.91
## 3403 4388.77 304679.84 281847.87 14107.32 8724.65
## 3404 7622.87 310336.59 303925.61 2984.62 3426.36
## 3405 40097.24 288800.27 267623.31 8348.85 12828.11
## 3406 95675.27 371800.73 324924.98 16194.53 30681.22
## 3407 86435.89 320008.05 298365.10 7080.82 14562.13
## 3408 61508.01 291091.26 272250.37 12776.78 6064.11
## 3409 87625.31 269435.21 251773.31 12923.71 4738.19
## 3410 74560.86 299159.78 283260.03 8707.09 7192.66
## 3411 58729.32 320629.74 301233.11 10985.08 8411.55
## 3412 102484.78 326877.35 300179.82 21095.15 5602.38
## 3413 77616.60 360039.55 341082.58 16387.52 2569.45
## 3414 130305.44 354629.31 331925.77 19971.99 2731.55
## 3415 63779.21 378393.72 356218.87 21755.75 419.10
## 3416 102387.45 379620.63 352619.17 26934.79 66.67
## 3417 113528.02 348101.80 318316.06 28701.42 1084.32
## 3418 112050.00 347477.86 316405.11 27732.87 3339.88
## 3419 112749.94 291015.74 269775.24 20797.36 443.14
## 3420 129805.20 289056.48 270162.99 18871.92 21.57
## 3421 134806.08 275148.93 254808.07 20317.54 23.32
## 3422 118454.22 193287.82 178757.16 14527.08 3.58
## 3423 67156.78 230797.91 213428.11 17359.08 10.72
## 3424 53555.69 221148.06 202051.47 19078.77 17.82
## 3425 70976.84 169858.73 151328.72 18486.45 43.56
## 3426 135347.78 166554.85 150047.23 14228.97 2278.65
## 3427 143875.64 194691.13 155052.63 20895.02 18743.48
## 3428 78916.52 159108.73 121050.99 19753.34 18304.40
## 3429 47421.48 152088.84 128164.01 12679.63 11245.20
## 3430 79252.03 114874.97 99602.79 15226.79 45.39
## 3431 54920.09 137479.15 127168.82 10290.52 19.81
## 3432 80184.39 148481.17 144358.85 3764.81 357.51
## 3433 15600.07 419603.58 267985.33 151602.51 15.74
## 3434 10972.28 346526.05 246935.09 99582.36 8.60
## 3435 11427.65 422601.07 303762.84 118838.23 0.00
## 3436 11512.69 437160.82 141279.50 295881.32 0.00
## 3437 14113.35 223103.92 81706.03 141397.89 0.00
## 3438 15291.46 287224.18 164217.29 123006.89 0.00
## 3439 16010.33 314722.50 84341.19 230381.31 0.00
## 3440 18858.61 256167.96 81361.39 174689.45 117.12
## 3441 16411.08 221228.08 76674.60 144255.79 297.69
## 3442 19086.52 308470.62 67816.03 240555.98 98.61
## 3443 16490.35 371569.89 91676.55 279893.34 0.00
## 3444 13026.15 354730.28 85264.87 269465.41 0.00
## 3445 16447.85 363283.69 76212.51 287071.18 0.00
## 3446 16829.34 360925.22 91074.56 269661.77 188.89
## 3447 16328.76 408207.10 87026.05 320842.16 338.89
## 3448 14432.98 437111.39 93898.07 342085.54 1127.78
## 3449 17239.60 505652.97 83143.66 422509.31 0.00
## 3450 13197.13 523669.59 131367.44 390977.15 1325.00
## 3451 13732.79 247804.21 119819.70 127269.23 715.28
## 3452 19582.82 328834.57 100509.79 228324.78 0.00
## 3453 18624.73 324912.27 151220.54 172079.23 1612.50
## 3454 19083.49 330972.93 200378.09 129901.78 693.06
## 3455 19241.11 356072.17 135290.89 217563.22 3218.06
## 3456 19016.94 403121.03 148177.84 254837.63 105.56
## 3457 20484.14 393892.93 137890.73 252846.64 3155.56
## 3458 21306.98 366954.57 200147.24 162792.05 4015.28
## 3459 17278.44 360827.76 146703.58 213090.85 1033.33
## 3460 20738.26 357270.37 96129.71 260598.95 541.71
## 3461 19838.57 377458.46 91438.85 284376.91 1642.70
## 3462 16485.85 411093.58 83337.89 327755.69 0.00
## 3463 33023.48 480758.17 79916.14 400601.75 240.28
## 3464 17526.17 487465.11 79603.12 407238.98 623.01
## 3465 39117.61 501314.14 71486.17 427648.80 2179.17
## 3466 13291.11 491569.65 73293.05 416966.26 1310.34
## 3467 15299.33 389134.75 155354.69 231175.89 2604.17
## 3468 11418.75 292155.16 89444.44 200703.78 2006.94
## 3469 27995.98 525469.71 59672.84 461184.45 4612.42
## 3470 11020.71 491381.72 178429.72 311446.44 1505.56
## 3471 25632.09 441382.13 39142.16 402239.97 0.00
## 3472 20423.50 336913.58 47124.43 289789.15 0.00
## 3473 10950.53 495600.11 46784.27 448815.84 0.00
## 3474 33866.06 371224.09 50279.53 320943.18 1.38
## 3475 18706.34 264161.52 47418.17 216743.35 0.00
## 3476 62908.07 576746.11 43136.98 533591.97 17.16
## 3477 14973.10 453361.41 43379.59 409969.42 12.40
## 3478 17992.56 492509.53 43323.93 449185.60 0.00
## 3479 18935.14 558004.25 50217.97 507786.28 0.00
## 3480 27489.66 427061.75 45613.25 381448.50 0.00
## 3481 15454.69 749722.33 43669.49 706052.84 0.00
## 3482 31009.77 692554.86 43026.58 649528.28 0.00
## 3483 37684.11 544299.96 44731.85 499568.11 0.00
## 3484 10374.52 644701.25 33033.97 611655.03 12.25
## 3485 7121.96 163251.80 161040.94 2191.64 19.22
## 3486 10805.16 119554.28 117398.20 2071.85 84.23
## 3487 5245.09 148271.25 145974.91 2039.21 257.13
## 3488 22752.47 192476.16 188722.80 3634.98 118.38
## 3489 4974.63 123443.64 121146.63 2289.93 7.08
## 3490 5327.53 115620.88 114230.31 1381.66 8.91
## 3491 5687.17 107993.21 107105.62 873.33 14.26
## 3492 5688.67 98886.23 97805.50 1073.59 7.14
## 3493 4805.57 72004.67 70936.81 1058.93 8.93
## 3494 8023.49 83192.76 80684.45 2492.26 16.05
## 3495 6767.11 114930.09 112344.57 2581.96 3.56
## 3496 6966.14 110890.38 104611.95 6147.48 130.95
## 3497 7837.66 126034.96 118414.21 7604.70 16.05
## 3498 8202.35 126239.84 124695.62 1542.45 1.77
## 3499 8602.38 152568.59 147793.11 4601.38 174.10
## 3500 10905.57 148242.04 143846.64 4395.40 0.00
## 3501 11880.35 138508.54 138186.39 287.05 35.10
## 3502 10761.35 165115.08 164229.27 533.04 352.77
## 3503 13151.78 128531.21 127061.88 108.89 1360.44
## 3504 15900.17 170766.11 168988.87 1081.03 696.21
## 3505 20552.56 144425.73 124979.56 18669.46 776.71
## 3506 23139.38 132332.85 122542.75 5808.23 3981.87
## 3507 40559.67 140062.37 111538.67 10056.37 18467.33
## 3508 41888.34 118071.01 100212.75 906.85 16951.41
## 3509 38634.53 113605.61 82669.60 14996.21 15939.80
## 3510 37960.27 129536.37 113573.12 2084.25 13879.00
## 3511 57169.98 120187.76 101180.43 242.82 18764.51
## 3512 75225.17 157872.13 130698.09 1731.45 25442.59
## 3513 38384.90 175116.88 160647.51 1915.84 12553.53
## 3514 123670.88 136769.39 94467.61 3849.16 38452.62
## 3515 38082.17 137538.29 122656.94 4439.52 10441.83
## 3516 35077.81 109062.74 94755.66 4350.37 9956.71
## 3517 120894.82 139232.74 86915.56 16445.31 35871.87
## 3518 107930.15 139627.78 91310.20 21053.46 27264.12
## 3519 46048.82 115664.77 97920.55 6527.68 11216.54
## 3520 45925.85 118010.00 102880.88 6973.00 8156.12
## 3521 132061.08 103111.22 66168.66 6262.89 30679.67
## 3522 44982.20 111069.12 92085.27 10172.56 8811.29
## 3523 72329.16 107222.16 65916.23 27480.29 13825.64
## 3524 119488.87 113161.08 55446.34 37647.04 20067.70
## 3525 111819.43 113565.65 58374.48 35829.04 19362.13
## 3526 65646.79 108880.19 66513.73 32804.22 9562.24
## 3527 154833.00 121099.26 47041.48 43570.47 30487.31
## 3528 108296.25 86048.50 49708.39 19350.34 16989.77
## 3529 62843.26 66464.82 47259.62 10247.76 8957.44
## 3530 71030.49 82526.97 60254.29 12167.81 10104.87
## 3531 192417.10 114504.99 58664.35 17270.46 38570.18
## 3532 96298.92 77229.01 49335.73 12767.39 15125.89
## 3533 151279.99 88415.27 58403.04 4513.96 25498.27
## 3534 78514.15 85545.61 70769.35 4505.37 10270.89
## 3535 73427.07 69451.19 57082.27 2453.77 9915.15
## 3536 143911.67 89228.24 51669.47 2096.24 35462.53
## 3537 3768.64 52911.35 47453.60 5227.71 230.04
## 3538 4631.16 46308.51 42335.09 3947.09 26.33
## 3539 2268.01 64254.75 58703.61 5538.87 12.27
## 3540 9125.63 64583.94 61980.87 2547.12 55.95
## 3541 2035.91 38158.72 34494.75 3626.40 37.57
## 3542 2576.45 41108.90 39610.98 1472.27 25.65
## 3543 2934.42 51449.42 50551.78 892.44 5.20
## 3544 2785.71 36487.48 34753.44 1713.30 20.74
## 3545 2821.22 21613.02 17160.23 4411.44 41.35
## 3546 3120.36 31813.83 26017.70 5758.25 37.88
## 3547 3811.20 42895.22 38573.86 4300.71 20.65
## 3548 3408.67 44009.12 39395.64 4580.81 32.67
## 3549 4166.81 48646.77 43757.18 4868.96 20.63
## 3550 4714.89 55079.14 47569.38 7490.85 18.91
## 3551 4837.74 50920.44 44436.27 6479.01 5.16
## 3552 6085.40 51708.90 46524.90 5159.92 24.08
## 3553 8313.96 52174.15 47210.76 4235.26 728.13
## 3554 10744.95 61296.33 54347.32 4939.34 2009.67
## 3555 18506.96 45873.71 39617.39 1742.09 4514.23
## 3556 23661.83 60320.67 49618.78 3263.09 7438.80
## 3557 19401.04 51041.79 42209.88 3446.15 5385.76
## 3558 12112.22 49895.57 44479.98 3058.86 2356.73
## 3559 26206.73 54299.41 40486.70 3842.50 9970.21
## 3560 24890.18 50498.18 38583.22 3582.14 8332.82
## 3561 21317.82 39955.98 25889.86 4005.05 10061.07
## 3562 20020.38 57233.66 42381.97 4598.05 10253.64
## 3563 14725.39 61911.52 49679.16 4816.94 7415.42
## 3564 18998.81 64097.19 49222.23 4610.79 10264.17
## 3565 2234.00 68454.76 62658.20 4765.73 1030.83
## 3566 6825.69 84128.89 76847.62 6582.54 698.73
## 3567 2496.30 71217.85 65724.71 5039.38 453.76
## 3568 4986.35 60367.57 50741.23 7308.23 2318.11
## 3569 6471.52 76224.52 67998.45 7823.60 402.47
## 3570 5353.11 63737.54 56652.84 6645.68 439.02
## 3571 3002.96 55847.85 49040.43 6737.08 70.34
## 3572 3088.37 63441.57 55324.04 8087.07 30.46
## 3573 8605.75 65308.13 58861.10 6229.98 217.05
## 3574 3412.42 53825.42 47307.77 5850.39 667.26
## 3575 3234.16 53592.69 47054.51 6427.73 110.45
## 3576 5101.46 63350.85 53892.93 9316.77 141.15
## 3577 4357.31 61818.22 55984.20 5768.11 65.91
## 3578 2607.73 53137.07 43482.47 9621.76 32.84
## 3579 7752.62 57888.76 54011.93 3633.73 243.10
## 3580 5163.51 53801.88 49889.74 3808.83 103.31
## 3581 4067.71 41428.98 36166.24 5150.74 112.00
## 3582 14048.13 39110.06 28771.20 6755.11 3583.75
## 3583 43866.57 37746.74 23628.97 2405.92 11711.85
## 3584 14941.42 38114.10 29860.40 3444.96 4808.74
## 3585 16377.20 46228.42 38643.51 2467.54 5117.37
## 3586 5407.00 56134.28 52363.98 2469.87 1300.43
## 3587 3921.19 42515.51 38446.60 3621.68 447.23
## 3588 12294.17 51019.44 42961.74 2684.87 5372.83
## 3589 146507.02 1105023.76 789983.43 306951.98 8088.35
## 3590 146478.91 851394.28 629888.17 211183.00 10323.11
## 3591 134247.97 1068899.58 767092.05 290596.83 11210.70
## 3592 179768.34 1230819.41 854171.90 371804.35 4843.16
## 3593 109137.29 810333.63 590905.27 219152.65 275.71
## 3594 109089.43 869892.86 583552.66 283781.81 2558.39
## 3595 103230.89 863462.99 598773.66 264201.22 488.11
## 3596 91683.48 785705.70 520297.39 264747.16 661.15
## 3597 88514.18 774581.16 433158.18 335025.88 6397.10
## 3598 105335.31 879979.22 508417.95 358809.13 12752.14
## 3599 111904.83 879749.60 593425.23 274655.06 11669.31
## 3600 129381.16 912362.79 571072.59 325870.37 15419.83
## 3601 129395.86 915774.61 591584.72 307678.20 16511.69
## 3602 144883.20 922534.53 642865.75 263775.26 15893.52
## 3603 150023.52 1031223.41 741802.17 280261.57 9159.67
## 3604 156892.83 1017577.22 787725.17 228409.21 1442.84
## 3605 158776.84 981907.00 779092.84 197492.55 5321.61
## 3606 166364.88 1072285.55 841776.91 207892.75 22615.89
## 3607 180362.15 994336.54 756135.72 215616.75 22584.07
## 3608 217555.14 1141138.50 875058.46 239773.16 26306.88
## 3609 219477.32 1049284.47 767194.17 255073.17 27017.13
## 3610 207792.14 982661.14 742994.62 212638.07 27028.45
## 3611 293304.81 1080884.54 743699.41 242488.33 94696.80
## 3612 291136.56 1105673.08 754051.14 256758.81 94863.13
## 3613 328564.87 1019443.81 686496.96 228290.63 104656.22
## 3614 367119.34 1297475.88 930189.98 261535.63 105750.27
## 3615 376048.28 1048239.45 778315.95 180042.48 89881.02
## 3616 431784.45 1148603.63 804836.17 242409.56 101357.90
## 3617 285261.84 1044685.79 858070.55 135926.11 50689.13
## 3618 487106.11 1085392.69 776263.67 220019.19 89109.83
## 3619 280608.56 1109372.79 868963.09 210973.46 29436.24
## 3620 285242.59 1068759.95 777740.27 252029.83 38989.85
## 3621 491344.53 1125965.65 774859.17 273929.80 77176.68
## 3622 471428.29 1138586.25 768004.44 312684.34 57897.47
## 3623 320732.21 979799.97 746942.08 208595.67 24262.22
## 3624 323412.26 1000029.46 759838.81 217342.89 22847.76
## 3625 508030.41 882637.66 603191.07 210717.86 68728.73
## 3626 299669.72 874381.62 628085.89 225792.03 20503.70
## 3627 360264.17 793166.25 494820.07 265657.44 32688.74
## 3628 464302.08 875801.70 541168.93 286623.54 48009.23
## 3629 425736.86 839789.15 549844.69 245562.93 44381.53
## 3630 319148.88 788213.66 531244.13 232255.44 24714.09
## 3631 534051.03 841670.71 522649.10 250138.15 68883.46
## 3632 427177.00 760404.18 512998.19 207221.18 40184.81
## 3633 295941.81 635483.54 453590.22 163400.48 18492.84
## 3634 352376.13 747005.48 499432.73 216563.12 31009.63
## 3635 704466.56 863744.32 516542.03 238503.11 108699.18
## 3636 422063.61 650045.35 443401.36 158608.40 48035.59
## 3637 553447.22 736658.16 513809.98 150810.30 72037.88
## 3638 357831.91 748272.14 554459.07 167786.33 26026.74
## 3639 352247.15 700097.02 488806.30 185907.38 25383.34
## 3640 543717.88 717093.47 438279.98 147920.69 130892.80
## 3641 1529.57 58267.14 55674.38 2560.92 31.84
## 3642 208.63 51402.35 50217.77 1184.58 0.00
## 3643 112.85 59573.83 57170.42 2403.41 0.00
## 3644 71.39 51654.75 50780.22 800.92 73.61
## 3645 83.97 48171.61 47430.94 740.67 0.00
## 3646 117.32 71343.77 70656.64 687.13 0.00
## 3647 127.17 66201.92 65222.61 972.64 6.67
## 3648 151.56 52112.88 51326.63 756.25 30.00
## 3649 87.59 57336.92 56958.76 378.16 0.00
## 3650 113.66 60395.78 60146.33 186.95 62.50
## 3651 176.04 66008.31 65296.73 711.58 0.00
## 3652 218.09 64373.60 63388.04 985.56 0.00
## 3653 191.99 65590.81 64688.80 902.01 0.00
## 3654 183.69 64379.90 63530.59 771.53 77.78
## 3655 176.87 71325.14 69128.89 2196.25 0.00
## 3656 124.41 61107.24 59029.37 2061.76 16.11
## 3657 230.96 120786.61 119477.01 1159.60 150.00
## 3658 1086.91 108100.57 102788.68 2348.73 2963.16
## 3659 101.31 97000.58 85855.55 7905.03 3240.00
## 3660 193.77 107305.64 98315.72 6769.92 2220.00
## 3661 538.07 101241.80 96274.55 1282.25 3685.00
## 3662 346.77 94994.24 90147.67 591.57 4255.00
## 3663 272.62 101255.72 92482.57 553.15 8220.00
## 3664 207.30 112738.18 100384.09 1258.61 11095.48
## 3665 436.85 112251.11 102165.03 1667.75 8418.33
## 3666 762.14 115591.23 103961.69 867.73 10761.81
## 3667 592.96 97171.90 91756.81 984.70 4430.39
## 3668 298.49 93170.50 86477.48 1092.30 5600.72
## 3669 124.76 92425.75 85233.81 1541.94 5650.00
## 3670 191.75 91455.49 84588.68 5236.81 1630.00
## 3671 136.56 92686.93 79281.93 12975.00 430.00
## 3672 182.79 91872.63 90017.38 775.25 1080.00
## 3673 227.18 76009.89 73289.96 2719.93 0.00
## 3674 357.62 78507.39 77855.49 651.90 0.00
## 3675 362.87 78326.05 76346.78 1979.27 0.00
## 3676 235.32 75437.83 74325.20 1112.63 0.00
## 3677 137.93 79429.48 76854.18 2575.30 0.00
## 3678 168.03 78283.15 75903.63 2379.52 0.00
## 3679 90.37 61382.80 59419.89 1962.91 0.00
## 3680 156.57 75834.54 74484.74 1349.80 0.00
## 3681 270.23 74306.21 72833.96 1472.25 0.00
## 3682 202.18 73032.11 71738.99 1293.12 0.00
## 3683 211.56 69935.93 68304.70 1631.23 0.00
## 3684 213.14 60440.36 58909.86 1530.50 0.00
## 3685 158.14 64997.58 62779.70 2217.88 0.00
## 3686 224.20 69359.98 67077.95 2282.03 0.00
## 3687 334.31 80618.37 78497.61 2120.76 0.00
## 3688 148.18 69045.68 67727.22 1318.46 0.00
## 3689 187.20 93696.14 92434.99 1261.15 0.00
## 3690 215.42 86488.92 85284.00 1204.92 0.00
## 3691 142.14 78850.36 77645.09 1205.27 0.00
## 3692 315.45 58167.44 57475.61 691.83 0.00
## 3693 7914.45 48259.12 47076.21 865.63 317.28
## 3694 995.37 41940.59 41573.47 224.83 142.29
## 3695 2350.45 53094.75 51964.82 839.65 290.28
## 3696 591.16 43218.24 42957.73 124.81 135.70
## 3697 119.71 41418.03 41408.89 9.14 0.00
## 3698 122.40 67686.75 66362.72 1324.03 0.00
## 3699 107.47 52579.04 52391.67 187.37 0.00
## 3700 161.73 50726.05 50160.37 565.68 0.00
## 3701 191.97 46220.84 46140.97 79.87 0.00
## 3702 194.14 56247.72 56074.00 104.28 69.44
## 3703 239.04 56119.98 56021.42 98.56 0.00
## 3704 274.57 51832.62 51617.66 39.96 175.00
## 3705 620.47 52783.17 52592.82 190.35 0.00
## 3706 127.05 55991.24 55353.12 628.12 10.00
## 3707 132.81 65691.13 64310.17 1375.96 5.00
## 3708 197.17 53304.78 52152.39 1137.39 15.00
## 3709 842.34 68240.75 67173.12 733.63 334.00
## 3710 277.62 74844.92 72124.66 1646.84 1073.42
## 3711 223.90 105685.77 100062.77 4268.00 1355.00
## 3712 655.42 104086.55 100492.24 2318.75 1275.56
## 3713 565.14 99700.74 99391.55 119.19 190.00
## 3714 200.04 80084.59 78539.51 340.08 1205.00
## 3715 149.30 85589.94 82571.93 738.01 2280.00
## 3716 287.31 82558.24 78534.00 347.25 3676.99
## 3717 700.24 96138.34 90776.29 1638.23 3723.82
## 3718 1330.76 92579.16 88150.04 547.51 3881.61
## 3719 263.38 80495.20 77811.88 318.32 2365.00
## 3720 308.34 76990.56 73922.77 882.79 2185.00
## 3721 318.57 74442.81 71188.11 584.70 2670.00
## 3722 245.51 78652.13 75889.33 577.80 2185.00
## 3723 433.03 66209.36 63033.05 1485.98 1690.33
## 3724 521.90 68408.08 66397.80 940.28 1070.00
## 3725 778.99 56518.77 55425.49 1053.23 40.05
## 3726 436.34 66469.99 64704.02 1765.97 0.00
## 3727 246.85 61878.11 59813.16 2064.95 0.00
## 3728 684.59 60644.11 59633.06 982.75 28.30
## 3729 95.30 67762.86 66917.18 802.38 43.30
## 3730 172.03 62063.31 61560.21 283.03 220.07
## 3731 449.34 44760.42 44065.20 566.68 128.54
## 3732 196.63 56253.24 55053.66 1199.58 0.00
## 3733 278.31 52331.09 51367.10 963.99 0.00
## 3734 179.09 57221.13 56230.93 990.20 0.00
## 3735 295.40 65211.98 64019.55 1189.08 3.35
## 3736 232.83 45845.49 43903.95 1941.54 0.00
## 3737 279.57 68867.16 66444.92 2422.24 0.00
## 3738 316.89 65572.70 61273.21 4299.49 0.00
## 3739 530.92 82126.77 78438.83 3684.57 3.37
## 3740 255.75 62204.90 59996.16 2208.74 0.00
## 3741 304.10 80380.98 75964.48 4411.43 5.07
## 3742 222.86 82431.83 81352.40 1079.43 0.00
## 3743 238.17 66704.52 64792.83 1911.69 0.00
## 3744 297.23 42574.68 41477.93 1096.75 0.00
## 3745 3257.69 314087.71 144114.79 169972.92 0.00
## 3746 2885.86 374689.67 155393.61 219296.06 0.00
## 3747 3480.07 322927.03 70239.25 252687.78 0.00
## 3748 4508.75 259392.70 64285.15 195107.55 0.00
## 3749 3567.44 152336.04 81852.59 70483.45 0.00
## 3750 4070.15 153454.60 58525.46 94915.81 13.33
## 3751 4850.40 160654.40 61276.87 99274.75 102.78
## 3752 2921.98 181075.54 78827.53 102248.01 0.00
## 3753 3192.69 178835.52 47722.65 131112.87 0.00
## 3754 2488.59 258733.63 197398.04 61335.59 0.00
## 3755 3348.82 273443.74 132407.09 141036.65 0.00
## 3756 9670.82 237898.56 121027.64 116836.20 34.72
## 3757 3196.13 313380.47 129091.49 184288.98 0.00
## 3758 2894.23 295221.28 101363.89 193857.39 0.00
## 3759 3023.74 217768.72 126297.00 91451.72 20.00
## 3760 2466.22 296612.09 216413.98 79968.11 230.00
## 3761 3439.75 299530.29 208800.92 88824.37 1905.00
## 3762 3065.44 191046.47 124173.71 58652.76 8220.00
## 3763 5697.25 209488.34 132615.92 76539.09 333.33
## 3764 3815.84 202874.17 123193.69 79430.48 250.00
## 3765 5032.97 181492.43 121223.82 60268.61 0.00
## 3766 4165.35 185544.10 117560.96 64239.81 3743.33
## 3767 5208.69 205929.97 163969.66 39623.09 2337.22
## 3768 8567.51 226639.14 189089.17 37549.97 0.00
## 3769 41628.96 244423.19 201545.27 39452.64 3425.28
## 3770 139911.14 258144.75 201099.28 39117.41 17928.06
## 3771 113474.29 270448.40 165598.46 86483.27 18366.67
## 3772 74763.08 222759.79 139198.33 70961.46 12600.00
## 3773 110054.59 273843.76 114672.48 149147.95 10023.33
## 3774 110457.58 274331.53 92784.25 170943.95 10603.33
## 3775 116263.41 210963.89 91661.86 110662.03 8640.00
## 3776 169713.69 300936.48 125723.56 165911.25 9301.67
## 3777 95672.31 297271.58 102106.82 192425.32 2739.44
## 3778 185667.35 256951.77 107635.65 146298.07 3018.05
## 3779 89821.94 248418.78 84090.20 159461.92 4866.66
## 3780 163347.75 248948.86 100132.98 144364.21 4451.67
## 3781 153134.81 183796.91 119863.49 57278.42 6655.00
## 3782 151966.39 173260.43 117792.84 50449.53 5018.06
## 3783 181951.34 126062.26 56499.50 66016.09 3546.67
## 3784 177919.58 207270.07 75819.34 124377.40 7073.33
## 3785 121838.72 174441.26 62893.05 103044.88 8503.33
## 3786 185545.01 118307.48 63280.13 48440.68 6586.67
## 3787 86477.82 124113.86 77568.68 39418.51 7126.67
## 3788 85511.83 107660.71 77330.09 24043.95 6286.67
## 3789 90645.64 109348.07 64626.95 38634.45 6086.67
## 3790 210029.30 128993.44 67726.60 55041.28 6225.56
## 3791 203797.87 166595.34 71538.94 75749.73 19306.67
## 3792 161506.54 137087.75 68193.77 46086.21 22807.77
## 3793 79193.39 164744.00 83636.33 63963.23 17144.44
## 3794 116440.70 137305.67 82818.41 50110.59 4376.67
## 3795 85368.80 137695.40 78471.38 58067.35 1156.67
## 3796 113069.09 137334.77 87330.27 49677.83 326.67
## 3797 1962.89 65224.03 39632.20 25547.03 44.80
## 3798 1973.93 54127.92 33414.95 20669.06 43.91
## 3799 2771.39 59280.86 38874.39 20249.59 156.88
## 3800 5143.87 59705.84 34658.44 24180.20 867.20
## 3801 1231.47 50419.99 26198.63 24221.36 0.00
## 3802 1517.40 61251.87 28999.98 32251.89 0.00
## 3803 1724.70 60520.51 31532.27 28946.57 41.67
## 3804 1578.23 59969.03 30459.11 29180.53 329.39
## 3805 1682.81 67163.41 26068.96 41094.45 0.00
## 3806 2219.92 67155.19 28373.94 38779.76 1.49
## 3807 1952.54 65951.18 35703.64 30247.54 0.00
## 3808 2173.86 69111.17 36546.80 32111.39 452.98
## 3809 2091.96 63530.27 36081.38 27445.88 3.01
## 3810 2557.07 62987.80 37497.61 25490.19 0.00
## 3811 2707.32 66149.56 40788.78 25360.78 0.00
## 3812 3134.92 66047.33 44187.61 21859.72 0.00
## 3813 3252.69 64248.89 47772.68 16371.21 105.00
## 3814 2802.01 72728.68 49838.22 21877.06 1013.40
## 3815 3405.65 68574.47 44089.82 24244.65 240.00
## 3816 4255.36 69794.85 39950.23 28559.62 1285.00
## 3817 5741.75 58771.45 36453.98 21522.19 795.28
## 3818 6277.21 57005.96 34005.49 22328.62 671.85
## 3819 9886.51 71766.02 37248.18 29877.64 4640.20
## 3820 9427.32 77052.47 39495.08 32642.41 4914.98
## 3821 9530.83 70540.76 39858.04 25082.88 5599.84
## 3822 9152.69 83304.40 47612.13 29634.22 6058.05
## 3823 15029.71 63686.28 41778.41 16248.62 5659.25
## 3824 19044.12 65841.38 34458.27 25319.68 6063.43
## 3825 19115.07 58939.77 39160.04 13630.94 6148.79
## 3826 21893.15 69362.61 39935.76 23087.08 6339.77
## 3827 12495.73 74953.72 47279.19 24844.19 2830.34
## 3828 17819.68 80833.00 46352.36 29562.74 4917.90
## 3829 23505.68 79486.66 46726.38 27196.04 5564.24
## 3830 18838.87 86105.83 54973.21 27766.71 3365.91
## 3831 12071.46 72098.68 43567.48 26781.76 1749.44
## 3832 22243.74 66499.09 32258.42 30147.93 4092.74
## 3833 24253.28 64789.93 27683.11 33415.09 3691.73
## 3834 11125.19 56628.87 29065.55 26374.68 1188.64
## 3835 14509.10 52832.41 23047.80 26829.29 2955.32
## 3836 23242.76 58411.98 26546.73 27197.40 4667.85
## 3837 16824.67 48950.47 27044.14 18685.21 3221.12
## 3838 17713.83 51700.53 28612.60 19278.08 3809.85
## 3839 24630.69 55269.81 26420.61 23929.03 4920.17
## 3840 16742.17 53212.38 26221.88 23948.23 3042.27
## 3841 8892.49 42490.06 23611.07 17284.88 1594.11
## 3842 15621.58 56767.53 27240.38 27220.07 2307.08
## 3843 27708.02 53010.59 24152.64 25269.26 3588.69
## 3844 22380.58 42036.06 20098.49 17062.82 4874.75
## 3845 23023.47 49594.46 23374.52 21450.63 4769.31
## 3846 12443.20 48123.72 26459.05 19618.46 2046.21
## 3847 18454.86 49076.02 25431.42 20246.87 3397.73
## 3848 25839.40 42882.96 15993.65 19313.43 7575.88
## 3849 208.24 85602.33 30893.35 54708.98 0.00
## 3850 104.17 85182.32 26270.21 58844.05 68.06
## 3851 126.93 64241.36 27971.11 36270.25 0.00
## 3852 132.58 106806.67 33108.76 73697.91 0.00
## 3853 94.55 59970.73 19808.01 40162.72 0.00
## 3854 192.20 62411.50 22359.45 40052.05 0.00
## 3855 212.95 66101.00 26430.57 39670.43 0.00
## 3856 289.79 61904.85 16137.03 45767.82 0.00
## 3857 206.84 56588.47 13461.45 43127.02 0.00
## 3858 212.19 54087.47 11698.99 42388.48 0.00
## 3859 228.23 72380.14 11681.16 60621.20 77.78
## 3860 143.93 56960.37 16656.50 40303.87 0.00
## 3861 93.83 75540.71 23304.77 52235.94 0.00
## 3862 145.41 78666.12 29683.13 48982.99 0.00
## 3863 84.22 76132.94 23455.33 52677.61 0.00
## 3864 148.82 56941.52 22375.81 34565.71 0.00
## 3865 158.30 76448.84 29049.10 47399.74 0.00
## 3866 113.13 54397.34 29304.03 24543.31 550.00
## 3867 188.93 62390.82 34193.62 26027.20 2170.00
## 3868 217.88 64486.48 22538.59 39347.89 2600.00
## 3869 331.08 50452.38 21944.34 24593.04 3915.00
## 3870 440.28 53079.47 25243.34 23054.74 4781.39
## 3871 493.57 46546.41 21263.41 21141.06 4141.94
## 3872 413.30 53463.51 25220.88 23917.91 4324.72
## 3873 680.44 51854.32 26529.02 19443.36 5881.94
## 3874 1134.71 85214.59 37396.58 41823.01 5995.00
## 3875 748.85 51513.13 24644.39 23012.91 3855.83
## 3876 1508.69 68201.62 23712.12 39989.50 4500.00
## 3877 982.71 46197.38 20061.78 22605.60 3530.00
## 3878 784.20 63559.36 19483.21 40946.71 3129.44
## 3879 981.98 63475.29 22104.57 40394.05 976.67
## 3880 356.55 49846.53 20619.97 27239.89 1986.67
## 3881 275.59 98936.64 19409.71 77620.26 1906.67
## 3882 280.48 76357.84 30053.56 46304.28 0.00
## 3883 248.56 130392.81 37625.80 92767.01 0.00
## 3884 134.35 101191.70 21102.41 79512.90 576.39
## 3885 185.37 64810.05 23218.07 41247.54 344.44
## 3886 196.31 100368.94 19744.98 79967.02 656.94
## 3887 149.61 69545.34 27121.05 42424.29 0.00
## 3888 402.32 59753.37 19304.31 40449.06 0.00
## 3889 269.21 54046.34 19113.11 34933.23 0.00
## 3890 316.39 90340.85 18010.95 72329.90 0.00
## 3891 503.38 57478.62 17429.08 40049.54 0.00
## 3892 217.74 101696.85 23364.69 78332.16 0.00
## 3893 211.65 55118.42 18439.32 36679.10 0.00
## 3894 377.48 52633.55 20566.26 32067.29 0.00
## 3895 594.02 120190.05 53302.46 66879.47 8.12
## 3896 256.10 52205.58 21691.82 30513.76 0.00
## 3897 473.07 56449.98 27533.11 28916.87 0.00
## 3898 302.25 34620.94 21732.66 12888.28 0.00
## 3899 273.06 48326.02 20677.59 27648.43 0.00
## 3900 487.53 36100.97 20713.33 15387.64 0.00
## 3901 7606.75 133812.44 54017.79 79794.65 0.00
## 3902 7072.79 152694.40 58263.70 94430.70 0.00
## 3903 6832.20 193461.20 68316.82 125144.38 0.00
## 3904 5327.06 159255.05 49383.72 109472.72 398.61
## 3905 4857.37 104165.11 44172.65 59992.46 0.00
## 3906 5608.22 107473.92 54759.06 52714.86 0.00
## 3907 6683.00 105689.08 51797.10 53891.98 0.00
## 3908 8196.41 102969.69 52182.56 50534.35 252.78
## 3909 7157.69 105133.70 42630.66 62503.04 0.00
## 3910 8491.64 131224.48 47831.39 83393.09 0.00
## 3911 5356.91 170288.19 74347.08 95941.11 0.00
## 3912 5060.68 109404.80 66103.95 43300.85 0.00
## 3913 5876.68 102109.38 58716.07 43393.31 0.00
## 3914 5906.75 93098.13 51564.99 41533.14 0.00
## 3915 5318.75 97999.81 38957.13 59042.68 0.00
## 3916 5572.58 102083.44 46478.59 55604.85 0.00
## 3917 5841.12 101765.09 44439.65 57325.44 0.00
## 3918 6192.15 101564.24 55035.02 46529.22 0.00
## 3919 5836.08 104576.72 60675.79 43900.93 0.00
## 3920 6997.80 104855.59 63416.10 41439.49 0.00
## 3921 7063.01 102058.28 64258.99 37604.85 194.44
## 3922 7320.39 97037.84 59985.62 37052.22 0.00
## 3923 7525.31 106755.12 66233.39 40005.06 516.67
## 3924 7495.98 104643.98 71629.96 31540.69 1473.33
## 3925 7716.52 126619.31 78101.14 47342.89 1175.28
## 3926 9480.92 134714.83 88177.14 46537.69 0.00
## 3927 12079.13 135793.38 88463.16 47330.22 0.00
## 3928 11019.03 112153.00 64076.41 47966.87 109.72
## 3929 18141.91 107911.98 62277.55 45519.15 115.28
## 3930 13189.34 131582.61 55548.86 76033.75 0.00
## 3931 11869.51 132626.04 46240.64 86165.96 219.44
## 3932 15173.34 92121.46 37169.82 54951.64 0.00
## 3933 1468.26 77658.28 41031.25 36627.03 0.00
## 3934 8687.46 103538.03 46595.95 56942.08 0.00
## 3935 8420.15 116812.66 65345.85 51258.48 208.33
## 3936 8101.14 105547.31 45051.61 60495.70 0.00
## 3937 6531.44 118436.07 44934.52 73501.55 0.00
## 3938 6305.12 104096.73 48046.60 56050.13 0.00
## 3939 6877.48 70223.25 47115.04 23108.21 0.00
## 3940 7121.62 78949.28 41425.39 37523.89 0.00
## 3941 13632.17 73999.71 36410.06 37589.65 0.00
## 3942 6824.10 97396.92 41534.49 55862.43 0.00
## 3943 6809.69 78473.92 51367.60 27106.32 0.00
## 3944 14452.27 80667.20 43897.31 36769.89 0.00
## 3945 6447.94 85444.54 40526.02 44918.52 0.00
## 3946 7330.96 108879.52 47967.47 60912.05 0.00
## 3947 10624.82 93487.89 51889.28 41598.61 0.00
## 3948 14509.71 66196.35 48986.42 17209.93 0.00
## 3949 6141.39 61274.54 44326.23 16948.31 0.00
## 3950 12497.20 70185.24 42600.76 27584.48 0.00
## 3951 6133.63 73575.08 40601.67 32973.41 0.00
## 3952 15505.49 75612.72 36619.05 38993.67 0.00
## 3953 65359.34 1111990.31 1032762.48 49937.35 29290.48
## 3954 56245.11 1040085.28 961115.47 55112.27 23857.54
## 3955 59599.98 1186205.93 1086150.77 80411.66 19643.50
## 3956 53729.91 1174453.48 1135570.69 17964.53 20918.26
## 3957 50949.95 924139.97 868269.44 34138.07 21732.46
## 3958 60511.55 874457.90 808238.28 43041.56 23178.06
## 3959 71033.43 709659.69 639521.18 44270.70 25867.81
## 3960 77064.64 551264.98 497726.49 26542.63 26995.86
## 3961 59596.59 522578.51 487013.41 16418.82 19146.28
## 3962 44807.45 893143.60 840269.44 32386.79 20487.37
## 3963 56116.40 1068748.68 996105.73 43825.17 28817.78
## 3964 61747.02 991797.73 915276.04 51156.17 25365.52
## 3965 62565.39 994232.70 931963.97 40145.34 22123.39
## 3966 62737.86 1146573.81 1087085.53 34496.65 24991.63
## 3967 55346.12 1076082.00 1008961.12 36400.02 30720.86
## 3968 49050.27 1138473.40 1065540.18 46332.57 26600.65
## 3969 43844.13 1351659.70 1295162.06 32720.37 23777.27
## 3970 57212.08 1497058.60 1436818.52 32450.42 27789.66
## 3971 57962.68 1283110.33 1204789.47 43207.72 35113.14
## 3972 73825.64 1149175.03 1066852.22 53237.75 29085.06
## 3973 67934.57 1256423.40 1158711.73 63574.75 34136.92
## 3974 70783.66 1231944.89 1135205.94 64811.85 31927.10
## 3975 83979.91 1156383.15 1073915.16 60000.52 22467.47
## 3976 84008.42 1175489.94 1079717.14 73173.55 22599.25
## 3977 81637.45 1315138.37 1201242.48 85231.86 28664.03
## 3978 107625.85 1278011.81 1147086.62 96717.60 34207.59
## 3979 105879.74 1201140.23 1091515.32 84463.35 25161.56
## 3980 114307.31 1208191.22 1102265.57 80776.26 25149.39
## 3981 105646.55 1173633.32 1064384.25 84760.03 24489.04
## 3982 121002.86 1347097.67 1196472.82 124721.49 25903.36
## 3983 113180.16 1185190.59 1038686.31 119446.72 27057.56
## 3984 89228.29 1178147.58 1068850.13 87973.45 21324.00
## 3985 95527.46 993144.09 871562.92 104146.00 17435.17
## 3986 107683.95 1487758.56 1104179.23 362931.85 20647.48
## 3987 98634.23 1360962.10 1011875.96 334016.05 15070.09
## 3988 102738.69 1213749.06 1010395.40 185289.33 18064.33
## 3989 100883.74 1195781.42 1114858.82 61746.44 19176.16
## 3990 95958.07 1346016.57 1196713.63 132341.60 16961.34
## 3991 101584.86 1143033.52 980989.70 145602.15 16441.67
## 3992 94366.38 1554657.62 1349458.59 185190.21 20008.82
## 3993 91298.87 1454007.19 1301235.10 134711.21 18060.88
## 3994 96884.94 1466035.64 1318493.96 129444.42 18097.26
## 3995 90068.36 1546848.20 1369895.10 155333.82 21619.28
## 3996 95505.05 1673998.56 1459896.71 196813.37 17288.48
## 3997 83794.46 1635522.98 1501295.38 119573.06 14654.54
## 3998 90043.21 1804698.09 1567442.40 222150.04 15105.65
## 3999 98684.40 2173800.76 1911608.83 245385.02 16806.91
## 4000 75111.71 1396553.06 1288253.52 94240.24 14059.30
## 4001 92941.13 1635492.01 1520603.55 99946.94 14941.52
## 4002 84389.30 1209128.53 1079975.41 111405.86 17747.26
## 4003 88909.89 1439004.38 1228427.24 194492.68 16084.46
## 4004 90511.09 1652275.88 1415836.57 226121.90 10317.41
## 4005 179.74 45081.61 16333.36 28748.25 0.00
## 4006 433.53 32392.82 13133.96 19258.86 0.00
## 4007 142.37 59340.39 11915.91 47411.82 12.66
## 4008 664.79 64624.96 11670.33 52954.63 0.00
## 4009 141.29 29914.55 10325.65 19588.90 0.00
## 4010 159.32 28565.60 11694.68 16870.92 0.00
## 4011 215.13 32830.33 11501.96 21328.37 0.00
## 4012 236.33 34375.02 9517.50 24857.52 0.00
## 4013 162.17 32759.59 7816.19 24943.40 0.00
## 4014 314.87 36235.03 10839.29 25395.74 0.00
## 4015 282.44 42370.56 11941.35 30429.21 0.00
## 4016 328.99 39414.77 11916.09 27498.68 0.00
## 4017 487.06 36013.49 12611.79 23401.70 0.00
## 4018 413.43 31403.90 13833.11 17570.79 0.00
## 4019 565.29 35990.23 13498.21 22492.02 0.00
## 4020 634.74 34359.07 13618.85 20735.22 5.00
## 4021 769.26 33709.14 14894.92 18599.22 215.00
## 4022 614.55 31168.69 15323.61 14585.08 1260.00
## 4023 735.71 36614.37 16968.15 19306.22 340.00
## 4024 772.12 28610.14 17081.33 11518.81 10.00
## 4025 1058.22 22911.49 13895.19 8739.63 276.67
## 4026 1144.87 28860.80 13632.00 13603.60 1625.20
## 4027 1995.85 33248.98 15345.04 15463.98 2439.96
## 4028 2110.74 37247.17 14971.40 19863.67 2412.10
## 4029 2084.03 27508.84 15928.78 8353.96 3226.10
## 4030 1810.55 37754.75 18047.85 15818.57 3888.33
## 4031 3534.27 35166.16 16663.76 15457.04 3045.36
## 4032 5024.82 36192.16 13083.05 19034.42 4074.69
## 4033 2495.61 26504.44 14528.10 9635.97 2340.37
## 4034 9893.38 30981.67 15423.24 12558.70 2999.73
## 4035 2467.51 32892.46 14675.30 17510.34 706.82
## 4036 2243.57 31828.70 13628.45 17376.34 823.91
## 4037 6837.70 34845.87 12021.77 20894.39 1929.71
## 4038 6925.30 42225.16 12978.51 27788.83 1457.82
## 4039 3924.47 39768.49 12605.87 26367.49 795.13
## 4040 3819.11 30678.20 14568.44 15363.33 746.43
## 4041 9698.99 27960.01 12091.67 13959.35 1908.99
## 4042 2962.32 29025.84 12371.06 16274.95 379.83
## 4043 3898.91 32843.31 9614.81 22101.11 1127.39
## 4044 6188.82 37475.35 12424.30 23482.95 1568.10
## 4045 6365.83 38294.49 12950.94 23671.52 1672.03
## 4046 3216.26 27302.26 12899.12 13596.20 806.94
## 4047 8998.16 27495.46 12369.98 12597.32 2528.16
## 4048 5795.78 30991.73 11801.35 17869.01 1321.37
## 4049 2285.79 34589.25 10663.72 23456.23 469.30
## 4050 3867.40 36286.13 12729.87 22781.44 774.82
## 4051 10193.62 37569.11 12782.10 22422.61 2364.40
## 4052 4774.82 24284.78 10918.75 12100.16 1265.87
## 4053 9688.49 36340.25 14236.98 20197.82 1905.45
## 4054 2801.80 30531.83 14859.65 14857.11 815.07
## 4055 2594.82 32007.63 14248.08 17270.79 488.76
## 4056 6301.38 33519.79 11090.30 20808.69 1620.80
## 4057 827.53 241483.47 87168.19 154236.11 79.17
## 4058 3459.99 263398.89 81459.00 181796.83 143.06
## 4059 159.53 171099.44 67684.21 103274.95 140.28
## 4060 50.70 287179.37 89646.48 197097.05 435.84
## 4061 120.29 155704.79 61614.63 93846.55 243.61
## 4062 44.24 179091.10 70029.31 109061.79 0.00
## 4063 255.96 181060.53 74065.08 106744.06 251.39
## 4064 232.81 152718.73 53017.40 99149.94 551.39
## 4065 247.52 136321.14 41406.60 94572.87 341.67
## 4066 247.99 147722.52 39215.23 108323.96 183.33
## 4067 235.86 188073.62 42989.00 144763.79 320.83
## 4068 169.71 144771.77 50604.58 94167.19 0.00
## 4069 360.91 192008.26 71779.19 120229.07 0.00
## 4070 180.90 199055.52 80169.65 118396.98 488.89
## 4071 281.12 199649.78 83963.06 114378.39 1308.33
## 4072 194.00 164398.10 77110.61 85586.10 1701.39
## 4073 218.05 195957.73 88544.91 106501.71 911.11
## 4074 259.19 136304.20 86796.76 48344.38 1163.06
## 4075 95.35 139897.99 82057.39 51085.60 6755.00
## 4076 138.85 151955.56 62925.48 83815.91 5214.17
## 4077 114.92 136948.52 80129.25 46177.60 10641.67
## 4078 177.42 136252.61 75629.17 46683.16 13940.28
## 4079 164.45 137697.06 78153.46 46751.66 12791.94
## 4080 190.34 139061.33 79192.74 43113.59 16755.00
## 4081 151.43 146649.50 87649.94 46987.06 12012.50
## 4082 129.62 204708.68 95020.96 92318.00 17369.72
## 4083 165.68 125821.73 78005.81 32132.03 15683.89
## 4084 115.34 155335.84 67085.44 74179.84 14070.56
## 4085 77.92 123689.03 59675.53 49302.67 14710.83
## 4086 252.33 162385.10 56515.95 98746.65 7122.50
## 4087 248.87 168482.96 64610.91 93591.22 10280.83
## 4088 257.43 120114.71 56006.36 54738.35 9370.00
## 4089 223.52 252980.90 64835.66 185705.24 2440.00
## 4090 173.19 166546.74 70856.95 94280.07 1409.72
## 4091 584.32 291295.59 71215.05 220080.54 0.00
## 4092 547.08 248999.46 61116.97 186258.88 1623.61
## 4093 101.31 159540.47 62016.44 97104.59 419.44
## 4094 155.87 248461.59 54479.13 193376.90 605.56
## 4095 72.01 152428.98 54721.55 97707.43 0.00
## 4096 128.06 129121.45 52473.74 76647.71 0.00
## 4097 142.45 135173.11 47086.23 88086.88 0.00
## 4098 181.05 223724.56 49544.91 174179.65 0.00
## 4099 93.03 130532.69 48944.94 81587.75 0.00
## 4100 702.82 222914.33 56123.39 166790.94 0.00
## 4101 78.30 134163.10 48792.84 85370.26 0.00
## 4102 75.47 125651.27 54765.16 70886.11 0.00
## 4103 231.23 289481.76 71559.97 217921.79 0.00
## 4104 168.96 125726.86 59045.69 66681.17 0.00
## 4105 259.56 133416.78 68930.73 64486.05 0.00
## 4106 292.47 91426.59 61025.39 30401.20 0.00
## 4107 249.76 126497.06 58416.81 68080.25 0.00
## 4108 40.78 108151.02 64404.45 43746.57 0.00
## 4109 33980.02 811135.44 680183.89 126818.99 4132.56
## 4110 36485.49 713835.91 611023.76 98743.78 4068.37
## 4111 39178.61 864104.89 700661.19 158716.00 4727.70
## 4112 41579.46 838615.77 629436.34 206025.98 3153.45
## 4113 33160.82 674355.88 589240.41 82533.80 2581.67
## 4114 53734.01 754581.40 664868.53 87750.10 1962.77
## 4115 99449.47 662817.78 562621.68 97915.02 2281.08
## 4116 122472.40 688287.33 588028.35 99508.98 750.00
## 4117 107745.17 655606.53 547423.00 104591.30 3592.23
## 4118 94122.62 729885.23 621196.02 104911.15 3778.06
## 4119 76681.49 801921.93 673260.91 128075.74 585.28
## 4120 81958.03 784658.78 651749.08 131811.09 1098.61
## 4121 77380.74 834833.12 709302.35 123116.88 2413.89
## 4122 73332.83 798960.51 698140.82 100819.69 0.00
## 4123 70265.42 844712.50 707259.08 137295.64 157.78
## 4124 82491.60 882976.67 747297.58 133300.76 2378.33
## 4125 86826.84 936381.76 832619.08 100199.03 3563.65
## 4126 67370.64 821278.64 738431.65 65178.37 17668.62
## 4127 96330.92 879371.22 774039.71 94491.42 10840.09
## 4128 107539.52 916189.58 825797.10 87262.48 3130.00
## 4129 119737.55 825622.43 718727.95 96534.22 10360.26
## 4130 127238.92 799216.69 705609.86 74747.99 18858.84
## 4131 133520.10 883412.32 738517.02 97932.68 46962.62
## 4132 137997.09 948234.22 794533.10 82513.33 71187.79
## 4133 198307.05 917242.71 753805.95 84303.20 79133.56
## 4134 213314.73 1003587.90 827533.73 98647.47 77406.70
## 4135 204710.19 831799.55 740396.18 58981.95 32421.42
## 4136 230513.77 869045.48 750464.94 81187.92 37392.62
## 4137 229464.95 792528.69 711257.87 50027.88 31242.94
## 4138 214241.60 825557.97 724592.03 78843.66 22122.28
## 4139 199248.47 838469.44 736868.61 87305.62 14295.21
## 4140 95835.45 868982.50 772949.59 78541.95 17490.96
## 4141 89570.91 835985.08 708347.56 121070.09 6567.43
## 4142 94749.11 900147.78 768301.04 126429.41 5417.33
## 4143 89464.87 876427.07 742694.07 131751.36 1981.64
## 4144 90675.60 865637.73 760964.53 101987.63 2685.57
## 4145 97349.53 772911.00 692332.57 75800.03 4778.40
## 4146 79794.87 817546.88 703737.29 112614.44 1195.15
## 4147 78798.43 694972.94 593439.47 99452.54 2080.93
## 4148 90880.43 727698.25 630763.15 94069.91 2865.19
## 4149 98398.87 767057.76 672333.85 91600.75 3123.16
## 4150 107243.08 739255.35 637043.83 100801.35 1410.17
## 4151 122484.91 695839.49 618397.55 73641.87 3800.07
## 4152 106123.73 652936.24 544827.75 105806.49 2302.00
## 4153 141965.35 687167.57 586732.16 99759.98 675.43
## 4154 144264.21 735357.59 620880.86 113431.73 1045.00
## 4155 220032.02 879304.51 712463.41 162491.57 4349.53
## 4156 133521.63 583559.72 496721.51 84565.77 2272.44
## 4157 146094.55 741401.13 630109.47 107122.67 4168.99
## 4158 136752.83 685585.30 613646.83 70548.01 1390.46
## 4159 141334.22 688133.07 601246.48 85472.60 1413.99
## 4160 150716.62 575983.67 504610.53 64629.99 6743.15
## 4161 66.44 85112.99 67429.01 16683.98 1000.00
## 4162 104.08 75236.16 57450.73 16375.43 1410.00
## 4163 158.44 96337.39 83236.32 10921.07 2180.00
## 4164 853.80 85878.24 60604.33 23948.91 1325.00
## 4165 177.21 67090.48 55387.15 11098.89 604.44
## 4166 98.85 65380.39 54104.45 10860.94 415.00
## 4167 181.78 68750.89 56865.21 10715.68 1170.00
## 4168 126.52 66459.21 54846.72 11172.49 440.00
## 4169 165.83 68420.42 54539.04 12436.38 1445.00
## 4170 125.57 68004.58 57360.66 9383.92 1260.00
## 4171 233.46 77169.00 56615.71 20373.29 180.00
## 4172 127.90 63640.56 41727.30 21913.26 0.00
## 4173 85.74 80890.73 63579.82 17310.91 0.00
## 4174 188.24 74261.25 59330.89 14930.36 0.00
## 4175 80.79 75534.23 55278.01 20256.22 0.00
## 4176 342.05 92159.38 70618.95 21540.43 0.00
## 4177 371.70 105217.56 89643.04 15574.52 0.00
## 4178 347.34 55531.02 52255.66 3275.36 0.00
## 4179 193.95 66292.45 62586.96 3705.49 0.00
## 4180 173.94 80923.08 67507.82 13415.26 0.00
## 4181 161.34 67037.43 46061.04 20976.39 0.00
## 4182 250.60 68397.88 58584.96 9715.70 97.22
## 4183 255.64 72462.02 59470.62 12991.40 0.00
## 4184 220.24 72608.84 63132.79 9476.05 0.00
## 4185 320.41 71199.18 51675.19 19523.99 0.00
## 4186 354.02 98481.80 74730.82 23750.98 0.00
## 4187 243.82 69593.43 60658.88 8683.16 251.39
## 4188 436.95 76906.66 62256.80 13376.53 1273.33
## 4189 905.03 57417.44 46174.86 9199.25 2043.33
## 4190 727.53 68699.49 52919.87 14359.62 1420.00
## 4191 993.26 72216.84 56072.86 15057.31 1086.67
## 4192 712.61 68959.49 56097.72 11396.65 1465.12
## 4193 975.69 83565.81 55828.84 27611.27 125.70
## 4194 745.90 70737.50 51755.70 18956.39 25.41
## 4195 1425.99 81673.64 49536.04 32137.60 0.00
## 4196 1474.28 86849.16 60106.84 26635.38 106.94
## 4197 1199.07 57747.29 40772.11 16972.66 2.52
## 4198 3073.03 74271.15 43662.04 30601.57 7.54
## 4199 6467.38 45383.94 26413.15 18970.79 0.00
## 4200 6373.68 46695.29 33537.98 13157.31 0.00
## 4201 6535.06 51075.93 35369.01 15704.40 2.52
## 4202 5965.84 58795.31 27726.02 31069.29 0.00
## 4203 5969.90 45660.03 29901.71 15758.32 0.00
## 4204 7034.53 52479.92 27927.65 24552.27 0.00
## 4205 9518.87 45227.18 33528.15 11699.03 0.00
## 4206 8627.20 48378.98 32189.53 16189.45 0.00
## 4207 7759.08 76708.08 39458.27 37249.81 0.00
## 4208 8012.73 41896.53 27523.08 14373.45 0.00
## 4209 6297.48 49631.42 25723.50 23907.92 0.00
## 4210 6427.63 45817.14 32109.79 13707.35 0.00
## 4211 7579.87 52199.69 31952.80 20246.89 0.00
## 4212 7695.24 35180.88 26143.71 9037.17 0.00
## 4213 258.60 85017.60 59964.43 19594.84 5458.33
## 4214 430.00 77890.86 51001.13 17159.73 9730.00
## 4215 205.00 68978.68 53845.72 11187.68 3945.28
## 4216 120.00 85152.54 62849.94 19437.60 2865.00
## 4217 50.00 53983.54 40901.98 12685.45 396.11
## 4218 51.00 57141.46 44174.88 12726.58 240.00
## 4219 102.91 61622.69 45125.04 15814.59 683.06
## 4220 95.00 61605.72 43571.99 17499.01 534.72
## 4221 373.58 69825.32 43587.37 16789.62 9448.33
## 4222 245.00 70023.12 50403.63 15594.49 4025.00
## 4223 501.91 82570.74 54473.06 16752.68 11345.00
## 4224 401.91 77366.69 49871.41 16720.28 10775.00
## 4225 338.69 73213.53 51156.36 14452.17 7605.00
## 4226 892.33 87064.97 58016.11 14213.86 14835.00
## 4227 447.79 85510.74 58161.71 16384.03 10965.00
## 4228 252.90 71334.10 58389.81 9139.29 3805.00
## 4229 274.90 85843.13 63878.78 12704.35 9260.00
## 4230 363.52 88175.58 64573.67 16041.91 7560.00
## 4231 305.00 83457.10 61315.63 12616.47 9525.00
## 4232 189.86 68842.93 52182.75 14285.18 2375.00
## 4233 333.85 80940.37 62537.13 9693.80 8709.44
## 4234 239.09 73192.73 58784.17 13783.56 625.00
## 4235 397.00 91876.03 68532.55 10508.48 12835.00
## 4236 271.30 102309.98 86821.17 13213.81 2275.00
## 4237 335.00 100853.84 79378.63 10060.49 11414.72
## 4238 320.72 120921.80 98981.79 15078.34 6861.67
## 4239 396.04 91800.89 73510.29 9280.60 9010.00
## 4240 267.67 91292.41 70450.55 16416.86 4425.00
## 4241 495.77 84896.48 63204.33 9379.93 12312.22
## 4242 557.45 87564.66 59274.56 15485.38 12804.72
## 4243 355.33 84823.40 65115.76 14412.64 5295.00
## 4244 495.61 85720.05 67298.09 13429.74 4992.22
## 4245 455.63 96076.94 62286.55 33790.39 0.00
## 4246 455.82 148486.67 128875.87 19610.80 0.00
## 4247 1500.12 161891.76 118421.93 43469.83 0.00
## 4248 3088.13 107513.94 77956.93 29557.01 0.00
## 4249 380.73 108864.12 89653.60 19210.52 0.00
## 4250 612.27 110661.68 81778.22 28883.46 0.00
## 4251 4574.45 99432.64 80521.66 18910.98 0.00
## 4252 1281.63 92149.96 79866.18 12283.78 0.00
## 4253 1534.28 93013.73 77772.96 15240.77 0.00
## 4254 455.16 104114.18 80240.98 23873.20 0.00
## 4255 565.65 89576.35 74664.71 14911.64 0.00
## 4256 991.50 110526.79 84691.42 25835.37 0.00
## 4257 322.00 88990.61 71315.06 17675.55 0.00
## 4258 379.12 64492.31 51330.77 13161.54 0.00
## 4259 566.50 137948.96 114075.87 23873.09 0.00
## 4260 347.05 85079.16 74926.48 10152.68 0.00
## 4261 403.01 90623.38 77619.11 13004.27 0.00
## 4262 499.98 86636.62 77817.46 8819.16 0.00
## 4263 440.92 79806.08 67742.84 12063.24 0.00
## 4264 352.60 73729.86 65954.52 7775.34 0.00
## 4265 84414.47 279198.15 241335.64 36654.59 1207.92
## 4266 15428.57 256972.37 215851.19 39174.98 1946.20
## 4267 5247.11 353464.72 247566.16 104392.33 1506.23
## 4268 2350.43 248190.11 214068.14 33668.33 453.64
## 4269 2022.90 256617.06 223707.17 32610.95 298.94
## 4270 2999.16 341057.94 303438.25 35803.02 1816.67
## 4271 2970.03 291557.39 248573.27 42984.12 0.00
## 4272 3519.45 293163.22 250705.71 42457.51 0.00
## 4273 1595.64 171466.66 148756.72 21484.94 1225.00
## 4274 2086.69 282227.06 275967.53 5009.53 1250.00
## 4275 1794.03 316099.47 279470.03 35805.83 823.61
## 4276 1806.94 320260.90 272661.39 47381.07 218.44
## 4277 3847.42 361689.67 310800.35 50151.82 737.50
## 4278 2002.25 371503.30 333527.70 37136.71 838.89
## 4279 1664.22 442631.29 390220.50 52277.46 133.33
## 4280 2148.56 432881.50 384183.89 48239.80 457.81
## 4281 12219.16 410344.29 355517.25 53778.40 1048.64
## 4282 37849.93 439765.60 378940.19 57956.65 2868.76
## 4283 4586.26 543933.29 487247.69 52652.56 4033.04
## 4284 13049.64 529895.86 496919.98 31781.23 1194.65
## 4285 26114.18 540160.12 496292.38 40991.68 2876.06
## 4286 21053.58 475384.07 453444.02 19392.83 2547.22
## 4287 22932.60 492670.56 466170.19 21057.43 5442.94
## 4288 28823.32 423109.31 365760.49 50850.98 6497.84
## 4289 38821.41 511629.14 423617.35 84322.87 3688.92
## 4290 49981.26 469278.11 401172.73 62447.69 5657.69
## 4291 30501.74 445055.77 385977.77 56319.65 2758.35
## 4292 28828.95 425716.37 366851.46 55746.88 3118.03
## 4293 21103.91 469063.89 404818.70 60441.51 3803.68
## 4294 23821.50 452689.99 387456.57 63464.32 1769.10
## 4295 24551.86 428183.96 357118.51 70667.12 398.33
## 4296 16382.54 395979.12 362726.03 32847.65 405.44
## 4297 16601.36 398066.02 343885.47 52450.52 1730.03
## 4298 21633.51 409104.92 349589.72 59095.76 419.44
## 4299 11518.08 401177.40 321936.31 79106.38 134.71
## 4300 12409.29 395387.61 331784.37 62792.13 811.11
## 4301 4694.24 427037.10 350600.31 74702.17 1734.62
## 4302 2136.66 378525.27 337797.27 38411.25 2316.75
## 4303 1685.41 311193.53 269122.16 42071.37 0.00
## 4304 1438.13 368147.19 316529.29 51617.90 0.00
## 4305 1917.48 448593.51 407712.49 40881.02 0.00
## 4306 2800.71 331341.85 287983.06 43358.79 0.00
## 4307 2066.31 360654.99 317977.04 42677.95 0.00
## 4308 2027.64 291647.60 249147.27 42500.33 0.00
## 4309 3071.33 366968.02 323061.15 43906.87 0.00
## 4310 1219.98 393817.06 326948.56 66868.50 0.00
## 4311 2999.72 544715.08 502578.01 42137.07 0.00
## 4312 1383.65 311043.70 269851.19 41190.34 2.17
## 4313 1854.20 417366.08 345620.20 71745.88 0.00
## 4314 4948.80 393855.14 349479.81 44375.33 0.00
## 4315 1669.99 334219.35 278109.41 56109.94 0.00
## 4316 1462.15 242853.35 205535.79 37308.73 8.83
## 4317 117488.47 797649.44 742542.50 53297.99 1808.95
## 4318 36711.66 713343.05 651338.34 59782.70 2222.01
## 4319 19968.52 868587.41 733966.40 132518.00 2103.01
## 4320 12275.54 652635.90 606208.58 45127.69 1299.63
## 4321 10853.05 649833.09 608290.41 40586.85 955.83
## 4322 16299.41 885422.84 839621.36 43848.70 1952.78
## 4323 14009.38 768461.48 716107.95 52343.53 10.00
## 4324 13244.25 753561.17 699083.75 53807.98 669.44
## 4325 12120.21 616978.62 587560.44 28141.79 1276.39
## 4326 16940.59 832022.58 817362.40 12135.18 2525.00
## 4327 13908.08 939127.16 892219.03 46084.52 823.61
## 4328 12844.95 924383.74 866463.40 57527.85 392.49
## 4329 17032.95 983840.70 922618.70 60122.74 1099.26
## 4330 18241.60 1000248.77 950223.22 49098.88 926.67
## 4331 17881.00 1076533.24 1009926.82 66387.53 218.89
## 4332 25571.12 1095668.73 1028147.48 67007.79 513.46
## 4333 38848.69 1176090.81 1109685.27 62681.63 3723.91
## 4334 68592.79 1254911.76 1164225.11 71526.98 19159.67
## 4335 25740.08 1502401.58 1384984.59 97632.72 19784.27
## 4336 40749.92 1514437.83 1435534.01 63918.41 14985.41
## 4337 59915.16 1414742.47 1335096.50 58406.29 21239.68
## 4338 57230.15 1317881.89 1265795.04 33486.76 18600.09
## 4339 63713.79 1377239.24 1287855.02 36043.62 53340.60
## 4340 74756.02 1341621.87 1208291.71 68637.43 64692.73
## 4341 99899.13 1481861.21 1316229.18 107324.46 58307.57
## 4342 123210.02 1483443.88 1330833.02 82816.01 69794.85
## 4343 118844.60 1343840.97 1233605.40 78613.54 31622.03
## 4344 132512.61 1269406.03 1164066.13 74863.78 30476.12
## 4345 135414.25 1357738.11 1246079.71 80946.35 30712.05
## 4346 156593.71 1347827.99 1235470.33 92633.24 19724.42
## 4347 213854.78 1231915.82 1104419.55 117666.65 9829.62
## 4348 219221.82 1267810.23 1193559.27 60109.83 14141.13
## 4349 172917.61 1168858.50 1062590.88 103624.27 2643.35
## 4350 211975.68 1305784.11 1213743.41 91515.70 525.00
## 4351 144510.42 1179490.59 1064779.68 114354.17 356.74
## 4352 142677.60 1180445.95 1087631.09 90193.01 2621.85
## 4353 102786.85 1225628.68 1115346.23 108151.38 2131.07
## 4354 164663.65 1138029.23 1070178.97 64699.95 3150.31
## 4355 90728.12 936432.96 869386.54 66910.57 135.85
## 4356 104253.64 1102723.76 1021991.63 80732.13 0.00
## 4357 79981.32 1231618.82 1171614.36 60004.46 0.00
## 4358 111254.96 1019762.67 958452.62 61310.05 0.00
## 4359 83451.82 1081790.69 1022900.73 58882.95 7.01
## 4360 84168.72 930067.30 867106.18 62961.12 0.00
## 4361 84110.32 1061988.45 984377.90 77610.55 0.00
## 4362 129490.05 1155023.55 1047179.93 107841.88 1.74
## 4363 59775.41 1443234.36 1369646.25 73584.63 3.48
## 4364 59279.93 1044960.71 981185.60 63773.37 1.74
## 4365 66877.99 1329664.00 1234678.31 94980.47 5.22
## 4366 77510.23 1220765.85 1153104.63 67661.22 0.00
## 4367 34789.19 1061752.06 976499.36 85149.37 103.33
## 4368 53765.74 785375.49 731458.46 52073.39 1843.64
## 4369 2878.28 52627.47 52623.03 4.44 0.00
## 4370 5316.67 44989.58 44559.31 396.94 33.33
## 4371 3080.85 50921.18 50026.48 894.70 0.00
## 4372 2349.92 35218.92 35218.92 0.00 0.00
## 4373 2392.56 38831.80 38831.80 0.00 0.00
## 4374 3473.03 49526.48 49526.48 0.00 0.00
## 4375 2651.04 42414.39 42414.39 0.00 0.00
## 4376 2261.03 50130.25 50130.25 0.00 0.00
## 4377 2879.09 55043.14 55043.14 0.00 0.00
## 4378 4022.89 46935.09 46935.09 0.00 0.00
## 4379 3353.02 48368.61 48368.61 0.00 0.00
## 4380 2844.21 48160.94 48160.94 0.00 0.00
## 4381 3193.18 47210.91 47207.35 3.56 0.00
## 4382 3706.18 52029.94 52018.36 11.58 0.00
## 4383 4265.21 53063.06 52433.61 548.89 80.56
## 4384 7204.93 63781.95 63234.18 537.77 10.00
## 4385 6202.12 75841.98 75401.98 0.00 440.00
## 4386 4901.82 69122.17 67069.76 22.41 2030.00
## 4387 4669.14 115881.09 114415.93 30.16 1435.00
## 4388 5813.05 116219.79 114464.79 0.00 1755.00
## 4389 5883.79 97133.95 96888.95 0.00 245.00
## 4390 6617.70 108942.85 107009.09 3.76 1930.00
## 4391 7567.92 127318.46 122744.69 3.77 4570.00
## 4392 7593.24 101500.69 94129.58 0.00 7371.11
## 4393 10102.89 85485.71 77486.39 4.32 7995.00
## 4394 14095.91 111731.12 102068.55 7.57 9655.00
## 4395 20456.90 89862.21 85807.21 0.00 4055.00
## 4396 27247.57 82803.11 80128.11 0.00 2675.00
## 4397 30137.67 85644.72 82839.72 0.00 2805.00
## 4398 35125.40 88872.87 86447.87 0.00 2425.00
## 4399 58060.21 85309.19 83274.96 4.23 2030.00
## 4400 64720.71 85282.15 82259.75 7.40 3015.00
## 4401 47340.47 77844.46 77840.76 3.70 0.00
## 4402 55130.63 118311.98 118297.20 14.78 0.00
## 4403 37533.31 50413.81 50354.09 0.00 59.72
## 4404 39188.20 62526.85 62471.31 55.54 0.00
## 4405 29548.55 63600.20 63501.61 33.31 65.28
## 4406 50624.92 64571.94 64557.15 14.79 0.00
## 4407 26852.26 45255.58 45255.58 0.00 0.00
## 4408 29091.94 64585.79 64585.79 0.00 0.00
## 4409 25614.84 60674.74 60671.05 3.69 0.00
## 4410 36964.09 53874.46 53859.72 14.74 0.00
## 4411 26686.24 71523.12 71471.61 51.51 0.00
## 4412 26834.63 67879.36 67323.10 556.26 0.00
## 4413 26089.16 72000.52 70056.97 1943.55 0.00
## 4414 41374.90 94224.92 91688.51 2536.41 0.00
## 4415 16922.98 53686.19 51858.11 1828.08 0.00
## 4416 18558.03 105379.52 104227.82 1151.70 0.00
## 4417 22047.61 111645.85 111162.60 483.25 0.00
## 4418 22335.05 92437.73 92437.73 0.00 0.00
## 4419 11133.28 59840.43 59836.86 3.57 0.00
## 4420 17575.69 39852.10 39852.10 0.00 0.00
## 4421 133.41 145904.75 65955.63 79804.68 144.44
## 4422 118.25 142743.77 63529.34 79119.99 94.44
## 4423 67.56 114739.66 61197.81 53441.85 100.00
## 4424 114.33 173717.37 65178.82 108538.55 0.00
## 4425 121.11 95833.85 44616.34 51217.51 0.00
## 4426 91.45 105313.34 49247.51 56065.83 0.00
## 4427 167.15 102797.21 48419.58 54377.63 0.00
## 4428 149.05 89681.46 34250.33 55431.13 0.00
## 4429 143.88 87706.10 30132.88 57103.78 469.44
## 4430 134.75 83838.72 28494.95 54609.05 734.72
## 4431 151.73 118893.40 24825.29 94068.11 0.00
## 4432 129.43 94677.00 39055.39 55621.61 0.00
## 4433 189.44 117482.41 50462.75 66632.16 387.50
## 4434 134.09 125141.87 61486.67 62514.92 1140.28
## 4435 90.08 126800.33 57821.05 68979.28 0.00
## 4436 63.06 106104.38 50283.33 55821.05 0.00
## 4437 171.78 125863.64 59356.55 66507.09 0.00
## 4438 91.83 82367.30 58695.16 21860.75 1811.39
## 4439 83.44 89671.69 60961.16 23780.53 4930.00
## 4440 131.90 113598.47 53991.45 54647.02 4960.00
## 4441 114.73 98631.44 52784.90 35583.76 10262.78
## 4442 90.90 101707.51 59130.82 33276.69 9300.00
## 4443 142.03 98243.53 53516.79 34306.74 10420.00
## 4444 104.87 115691.39 72463.28 31198.11 12030.00
## 4445 129.52 113292.42 71803.27 29184.15 12305.00
## 4446 278.53 157430.61 87341.32 50692.90 19396.39
## 4447 94.86 114109.61 68453.99 35165.62 10490.00
## 4448 250.15 116438.74 52416.59 52961.59 11060.56
## 4449 142.01 85536.57 44014.87 32645.03 8876.67
## 4450 231.90 114154.76 45382.80 58692.80 10079.16
## 4451 344.58 114780.46 48638.37 62353.75 3788.34
## 4452 307.92 93343.62 44788.78 40285.11 8269.73
## 4453 378.29 172192.51 46050.87 121150.53 4991.11
## 4454 259.09 137892.73 60411.28 77481.45 0.00
## 4455 403.01 223889.61 70814.95 152706.60 368.06
## 4456 745.37 178123.73 46440.63 130991.43 691.67
## 4457 225.84 106185.48 44830.15 61355.33 0.00
## 4458 213.89 173886.68 43958.19 129928.49 0.00
## 4459 251.72 115053.10 49626.46 65426.64 0.00
## 4460 62.90 102111.56 45393.81 56717.75 0.00
## 4461 89.23 98884.08 39885.63 58998.45 0.00
## 4462 450.14 165528.09 42925.83 122602.26 0.00
## 4463 39.29 97386.41 46058.69 51327.72 0.00
## 4464 222.23 170047.62 51303.36 118744.26 0.00
## 4465 89.81 100817.72 42824.92 57992.80 0.00
## 4466 103.25 93141.50 42330.44 50811.06 0.00
## 4467 221.91 206007.20 50078.90 155928.30 0.00
## 4468 159.17 104962.88 45442.34 59520.54 0.00
## 4469 325.53 110390.17 54036.83 56341.94 11.40
## 4470 83.47 70701.54 50177.98 20509.36 14.20
## 4471 198.79 102239.28 49854.64 52384.64 0.00
## 4472 234.28 74829.12 46089.44 28739.68 0.00
## 4473 18780.24 96730.86 91017.48 5380.08 333.30
## 4474 2123.60 91111.04 84390.74 6638.08 82.22
## 4475 735.39 112308.49 92567.31 19741.18 0.00
## 4476 845.53 92535.48 86813.13 5539.85 182.50
## 4477 859.82 87239.67 82183.54 5056.13 0.00
## 4478 1486.67 106624.37 101912.73 4632.47 79.17
## 4479 1839.50 100204.75 94328.02 5876.73 0.00
## 4480 1465.76 90998.35 83528.25 7238.16 231.94
## 4481 701.32 89982.39 86874.60 3107.79 0.00
## 4482 664.50 99594.83 97636.47 1958.36 0.00
## 4483 718.39 126258.74 119365.97 6892.77 0.00
## 4484 964.80 135380.86 127432.28 7948.58 0.00
## 4485 898.05 151574.16 143701.70 7790.37 82.09
## 4486 776.02 156621.93 151162.15 5459.78 0.00
## 4487 747.71 187195.91 177935.10 9260.81 0.00
## 4488 955.35 206798.20 197316.10 9482.10 0.00
## 4489 4082.84 196319.39 186793.04 9073.82 452.53
## 4490 13529.45 183482.63 171925.60 10097.85 1459.18
## 4491 2558.50 176103.89 156783.72 17277.92 2042.25
## 4492 5607.24 186834.47 176028.76 9698.25 1107.46
## 4493 12191.16 185975.66 174613.62 8525.89 2836.15
## 4494 12676.62 167023.43 161291.97 3766.46 1965.00
## 4495 13602.94 177169.53 167882.27 4319.20 4968.06
## 4496 17208.53 169877.51 152288.86 9333.25 8255.40
## 4497 20445.49 172836.98 154560.09 14058.39 4218.50
## 4498 25016.94 168791.60 151090.57 10879.62 6821.41
## 4499 21092.23 163240.86 150878.19 9866.32 2496.35
## 4500 18156.09 143902.85 132625.62 8901.20 2376.03
## 4501 16971.20 159041.53 143582.10 12724.43 2735.00
## 4502 17989.98 152825.99 137882.92 14692.24 250.83
## 4503 17074.29 150802.07 129416.16 21385.91 0.00
## 4504 10911.53 151541.36 143071.97 8469.39 0.00
## 4505 10279.83 136902.27 121275.31 15195.02 431.94
## 4506 16821.43 149862.79 137318.24 12438.99 105.56
## 4507 11522.45 145983.06 130517.96 15349.82 115.28
## 4508 11453.06 145552.53 132114.06 13166.25 272.22
## 4509 5216.56 144993.12 129029.56 15823.28 140.28
## 4510 2461.36 136691.83 128214.06 8406.94 70.83
## 4511 409.68 121464.44 112323.24 9141.20 0.00
## 4512 500.98 145367.61 135645.71 9721.90 0.00
## 4513 615.09 238304.56 230449.61 7854.95 0.00
## 4514 775.58 124417.46 115167.32 9250.14 0.00
## 4515 636.84 122382.64 112636.83 9742.72 3.09
## 4516 820.82 110391.81 100246.61 10145.20 0.00
## 4517 1816.34 124387.28 114098.20 10289.08 0.00
## 4518 1006.08 144768.80 132177.05 12591.75 0.00
## 4519 1418.38 272379.84 261473.35 10906.49 0.00
## 4520 504.95 106669.72 97222.56 9447.16 0.00
## 4521 692.47 147357.97 134138.57 13219.40 0.00
## 4522 2771.59 134523.04 124208.71 10314.33 0.00
## 4523 700.17 127141.84 115949.34 11192.50 0.00
## 4524 918.32 96938.86 89684.36 7254.50 0.00
## 4525 17008.10 280957.17 115069.75 165813.81 73.61
## 4526 14396.29 284141.28 135028.94 148667.90 444.44
## 4527 14222.88 307363.95 154962.56 152350.00 51.39
## 4528 11915.51 233511.19 117120.79 115108.46 1281.94
## 4529 11542.14 219243.76 95631.21 123302.83 309.72
## 4530 14661.31 274679.03 110584.81 164013.66 80.56
## 4531 15106.03 269424.47 106369.01 163055.46 0.00
## 4532 16680.28 229175.79 103302.07 125873.72 0.00
## 4533 15843.09 231440.64 108153.46 123199.68 87.50
## 4534 16864.42 243447.67 127647.02 115800.65 0.00
## 4535 13628.24 320040.25 147692.04 171739.88 608.33
## 4536 10640.59 283173.00 153973.16 128733.17 466.67
## 4537 11411.45 252364.05 130376.06 121767.16 220.83
## 4538 12131.33 237215.76 120712.22 115507.71 995.83
## 4539 11915.14 230764.44 93337.58 137426.86 0.00
## 4540 11582.20 229356.03 123900.27 105452.43 3.33
## 4541 13070.26 233360.70 91284.33 142076.37 0.00
## 4542 10716.73 216083.95 103197.40 112886.55 0.00
## 4543 9204.82 256157.73 122310.85 133221.88 625.00
## 4544 11523.66 290191.77 136243.88 153947.89 0.00
## 4545 11938.14 265162.13 132055.10 132129.25 977.78
## 4546 11881.45 244175.50 118231.43 125777.40 166.67
## 4547 12392.31 284764.80 144445.97 139836.89 481.94
## 4548 11537.00 254022.47 145310.82 108636.65 75.00
## 4549 11651.42 285152.44 149012.51 135677.43 462.50
## 4550 14795.19 266159.69 148736.10 117119.42 304.17
## 4551 16235.59 265101.28 151847.82 113195.13 58.33
## 4552 17320.64 247276.98 128068.93 119121.94 86.11
## 4553 22944.15 274236.22 151226.12 123010.10 0.00
## 4554 17419.32 263366.39 131405.15 131926.52 34.72
## 4555 18217.70 250218.67 105242.10 143894.63 1081.94
## 4556 22533.69 190677.62 59067.63 131561.38 48.61
## 4557 13478.11 160844.02 60965.94 99187.80 690.28
## 4558 29263.46 192225.18 80064.68 109498.00 2662.50
## 4559 14202.89 181703.35 109463.91 72200.55 38.89
## 4560 14665.34 188932.59 104062.12 83420.47 1450.00
## 4561 14462.24 202045.59 93837.25 108208.34 0.00
## 4562 37714.15 179820.98 102611.01 75964.14 1245.83
## 4563 17172.83 139511.49 83416.28 56080.04 15.17
## 4564 35478.87 183007.62 102042.24 80965.38 0.00
## 4565 21555.74 156192.76 91822.41 64370.35 0.00
## 4566 16153.46 159507.82 90790.53 68717.29 0.00
## 4567 14567.40 130860.38 76814.40 54045.98 0.00
## 4568 22261.01 139458.75 69825.00 69633.75 0.00
## 4569 15354.56 175545.82 79744.59 95801.23 0.00
## 4570 22140.43 155493.49 77572.93 77920.56 0.00
## 4571 57213.24 171808.69 88259.09 83549.60 0.00
## 4572 21553.25 135043.24 83060.04 51983.20 0.00
## 4573 15408.83 170197.97 88066.62 82131.35 0.00
## 4574 19499.03 145281.89 96088.29 49193.60 0.00
## 4575 12047.67 142511.14 91807.54 50703.60 0.00
## 4576 20950.56 128596.66 79896.67 48699.99 0.00
## 4577 961.58 34340.02 30455.29 3884.73 0.00
## 4578 1974.86 36159.51 27858.11 8301.40 0.00
## 4579 1185.39 37910.79 33381.50 4529.29 0.00
## 4580 1314.12 34636.89 30145.94 4345.12 145.83
## 4581 1117.30 29582.96 25667.72 3915.24 0.00
## 4582 1050.73 38073.85 33341.58 4732.27 0.00
## 4583 1041.38 35705.88 31047.93 4657.95 0.00
## 4584 1137.26 39194.14 34250.04 4944.10 0.00
## 4585 1150.23 38986.35 33736.01 5198.95 51.39
## 4586 1185.68 37712.07 32229.69 5482.38 0.00
## 4587 994.89 39030.32 34191.83 4838.49 0.00
## 4588 953.05 36717.50 32322.38 4395.12 0.00
## 4589 1368.98 32179.16 27626.97 4552.19 0.00
## 4590 3010.02 31956.49 23313.81 8642.68 0.00
## 4591 1331.35 21566.81 20132.05 1434.76 0.00
## 4592 925.30 26125.55 24205.55 1920.00 0.00
## 4593 1349.45 35981.94 34860.32 902.45 219.17
## 4594 1021.81 33941.19 30513.25 2362.94 1065.00
## 4595 1003.84 35432.70 26056.23 8896.47 480.00
## 4596 1001.96 38758.20 29043.13 8460.07 1255.00
## 4597 1000.97 41839.49 27914.15 10405.34 3520.00
## 4598 943.41 39385.99 27719.86 10802.41 863.72
## 4599 1232.52 46330.21 31287.68 10654.75 4387.78
## 4600 1132.71 56179.81 39074.78 10590.03 6515.00
## 4601 1294.98 51533.28 37858.19 10065.09 3610.00
## 4602 1266.40 57169.28 40468.87 11865.41 4835.00
## 4603 1294.29 48494.33 32965.11 13454.22 2075.00
## 4604 1172.76 41638.66 27767.25 12371.41 1500.00
## 4605 1171.89 41625.24 28750.83 11099.41 1775.00
## 4606 1293.72 46228.90 30730.27 15178.63 320.00
## 4607 1567.32 46161.89 29242.90 16522.32 396.67
## 4608 1536.78 42278.96 21961.82 19066.58 1250.56
## 4609 2930.76 48280.31 16500.86 31690.56 88.89
## 4610 2818.47 42787.59 24483.43 18304.16 0.00
## 4611 2935.24 50118.66 35865.31 14253.35 0.00
## 4612 1239.89 54526.20 42500.07 12026.13 0.00
## 4613 1800.73 39258.06 27639.25 11618.81 0.00
## 4614 1600.52 42021.54 28213.82 13807.72 0.00
## 4615 1735.56 26980.29 15060.75 11919.54 0.00
## 4616 1504.71 37348.70 20111.13 17237.57 0.00
## 4617 1224.55 34383.44 23273.12 11110.32 0.00
## 4618 1333.25 35418.52 26767.20 8651.32 0.00
## 4619 1403.75 38327.39 33427.23 4900.16 0.00
## 4620 1383.25 35122.46 29726.65 5395.81 0.00
## 4621 1371.78 24127.59 18779.08 5348.51 0.00
## 4622 1332.20 30579.04 19080.09 11498.95 0.00
## 4623 1740.09 28582.86 21916.83 6666.03 0.00
## 4624 1456.30 23217.17 17454.05 5763.12 0.00
## 4625 1741.79 30985.12 24102.68 6882.44 0.00
## 4626 1254.56 35599.84 23178.32 12421.52 0.00
## 4627 1611.68 38987.77 23259.21 15711.89 16.67
## 4628 1389.95 26577.81 16737.31 9620.50 220.00
## 4629 4267.77 417266.62 384954.53 30652.88 1659.21
## 4630 3271.57 413110.39 377226.69 30112.48 5771.22
## 4631 3599.85 410912.28 382366.52 24588.80 3956.96
## 4632 3190.05 377208.08 325851.34 43201.73 8155.01
## 4633 3226.22 335299.23 305277.39 28166.52 1855.32
## 4634 4456.35 297413.77 273036.06 20624.66 3753.05
## 4635 5306.27 310620.80 279361.86 23575.34 7683.60
## 4636 6472.83 331202.34 300860.55 26241.79 4100.00
## 4637 5263.65 286597.59 221347.82 56090.36 9159.41
## 4638 5549.22 302618.47 254209.16 42103.90 6305.41
## 4639 5139.00 312060.33 276634.27 28257.40 7168.66
## 4640 4681.14 349900.99 312195.29 30408.41 7297.29
## 4641 5181.48 369155.13 314559.24 49039.38 5556.51
## 4642 5573.18 379438.84 333274.27 39397.54 6767.03
## 4643 5721.42 370354.75 326207.49 38375.04 5772.22
## 4644 5273.03 423286.98 392942.12 25530.48 4814.38
## 4645 6177.12 454242.20 409642.51 30741.42 13858.27
## 4646 5248.80 402765.90 358451.47 31890.92 12423.51
## 4647 5418.75 493973.53 461318.07 12246.86 20408.60
## 4648 6193.74 549173.02 525124.87 16834.48 7213.67
## 4649 6165.29 578559.64 535419.49 19900.67 23239.48
## 4650 7471.62 523808.43 471473.75 17633.77 34700.91
## 4651 7416.64 583925.15 527519.74 18858.31 37547.10
## 4652 11130.38 654852.96 590322.87 30454.97 34075.12
## 4653 16160.39 686630.05 614584.95 22163.03 49882.07
## 4654 10691.90 803362.90 717323.25 34035.78 52003.87
## 4655 9370.21 560802.66 510422.91 25086.66 25293.09
## 4656 11009.71 529154.36 475718.48 41103.42 12332.46
## 4657 11290.70 571866.52 518050.97 28877.41 24938.14
## 4658 10390.99 558750.31 505801.45 28530.38 24418.48
## 4659 12125.66 534809.87 502399.51 22583.69 9826.67
## 4660 10708.07 556265.65 502964.37 43241.43 10059.85
## 4661 22169.92 583717.77 532964.89 44849.54 5903.34
## 4662 18180.72 586276.81 500461.05 74091.16 11724.60
## 4663 27641.97 504325.11 471542.33 32052.70 730.08
## 4664 11773.39 538378.13 474085.79 56591.26 7701.08
## 4665 10596.68 495636.62 433889.83 52871.73 8875.06
## 4666 19359.40 459058.13 402410.37 45353.77 11293.99
## 4667 45776.71 373893.56 325591.80 46536.69 1765.07
## 4668 44611.53 403954.94 371049.93 31032.53 1872.48
## 4669 33666.72 419621.70 367140.06 50899.37 1582.27
## 4670 49503.76 394528.62 348345.60 43787.46 2395.56
## 4671 44771.53 409923.50 375200.30 31752.25 2970.95
## 4672 38146.51 396744.61 357647.85 37148.43 1948.33
## 4673 24200.11 364852.40 325916.64 37205.76 1730.00
## 4674 20578.05 374625.35 340809.47 32439.63 1376.25
## 4675 29501.59 437233.55 373119.34 62700.76 1413.45
## 4676 18332.66 391446.39 340740.98 49335.69 1369.72
## 4677 16918.87 365487.75 315428.95 47910.39 2148.41
## 4678 25612.84 334853.27 301751.78 28186.72 4914.77
## 4679 36259.27 373198.43 310260.35 59405.46 3532.62
## 4680 19331.34 312460.49 291734.88 19418.04 1307.57
## 4681 13342.22 272953.61 272606.50 44.46 302.65
## 4682 11774.35 271729.86 270658.02 907.04 164.80
## 4683 11762.18 557393.20 554442.99 1653.04 1297.17
## 4684 11803.23 328915.97 325918.13 2557.73 440.11
## 4685 11472.92 215201.87 214541.32 501.88 158.67
## 4686 13948.69 247527.29 246808.48 500.84 217.97
## 4687 15746.23 262247.96 261272.14 376.61 599.21
## 4688 14247.63 253454.94 252412.68 665.04 377.22
## 4689 15009.27 211839.83 207419.82 4075.80 344.21
## 4690 12872.16 350858.11 349205.42 1375.66 277.03
## 4691 13597.96 335232.53 329875.17 5211.82 145.54
## 4692 15502.77 350305.27 284345.95 65755.98 203.34
## 4693 15822.01 657894.92 481756.13 175641.94 496.85
## 4694 16380.23 431765.47 324254.95 107460.99 49.53
## 4695 13568.76 317622.79 302546.28 14940.66 135.85
## 4696 15697.22 343792.57 343446.30 104.02 242.25
## 4697 13319.89 301470.88 300935.32 312.46 223.10
## 4698 12315.05 315525.82 315111.31 336.36 78.15
## 4699 11483.54 364293.35 362521.54 1691.66 80.15
## 4700 15590.99 333644.85 331448.00 1897.70 299.15
## 4701 15567.80 336710.06 335811.13 831.25 67.68
## 4702 15066.52 326971.26 324790.83 1778.13 402.30
## 4703 16246.36 307370.81 305237.50 2006.10 127.21
## 4704 16322.19 317253.73 316116.69 946.32 190.72
## 4705 15965.08 343174.00 342068.50 1006.66 98.84
## 4706 20839.47 356462.94 355095.80 1172.96 194.18
## 4707 19975.97 343858.09 340794.03 1498.14 1565.92
## 4708 19367.47 339388.98 337166.84 1625.57 596.57
## 4709 19531.71 279475.25 277038.36 2380.23 56.66
## 4710 23659.16 530470.20 524889.49 5116.99 463.72
## 4711 19960.09 463082.88 459278.33 3483.65 320.90
## 4712 18037.36 373566.24 367615.30 5623.69 327.25
## 4713 18398.06 506448.91 491056.93 14194.76 1197.22
## 4714 20852.69 549125.20 544998.05 3539.10 588.05
## 4715 18792.26 465219.77 461966.02 2894.07 359.68
## 4716 18734.63 353689.70 349814.73 3823.03 51.94
## 4717 20489.31 531787.27 518252.26 12155.50 1379.51
## 4718 21804.80 311060.29 309162.69 150.85 1746.75
## 4719 23098.90 444405.23 442760.35 1405.44 239.44
## 4720 17851.44 458296.49 455581.54 2381.58 333.37
## 4721 17767.12 271119.36 269468.42 1435.24 215.70
## 4722 19425.00 418533.50 415276.73 2895.31 361.46
## 4723 32885.82 435354.58 434179.72 841.99 332.87
## 4724 18299.84 414298.22 411116.66 2953.08 228.48
## 4725 14447.61 466077.21 439612.36 26245.95 218.90
## 4726 15639.48 283709.72 283183.03 392.08 134.61
## 4727 17669.38 500442.28 498461.43 1358.08 622.77
## 4728 18005.27 349297.17 346063.40 1781.28 1452.49
## 4729 17305.06 311482.39 307475.27 3800.73 206.39
## 4730 16915.12 373586.36 366756.26 6677.60 152.50
## 4731 20422.92 368735.80 363944.46 4247.82 543.52
## 4732 22086.36 415128.38 402710.31 11447.53 970.54
## 4733 6997.22 79423.63 76469.05 2793.47 161.11
## 4734 8199.68 68362.19 66189.15 2173.04 0.00
## 4735 8646.12 76899.16 75275.83 1623.33 0.00
## 4736 8087.24 75670.00 71739.23 3930.77 0.00
## 4737 6927.36 63014.82 61452.62 1562.20 0.00
## 4738 11043.15 65420.10 63280.10 1846.94 293.06
## 4739 22904.80 60738.47 58852.47 1886.00 0.00
## 4740 25755.21 68180.98 66193.20 1987.78 0.00
## 4741 23850.94 60952.92 59019.43 1933.49 0.00
## 4742 21782.42 76184.37 74210.78 1668.03 305.56
## 4743 17584.71 73803.70 70168.55 3635.15 0.00
## 4744 20238.33 81015.50 77169.19 3278.25 568.06
## 4745 17415.97 83776.68 79781.02 3059.55 936.11
## 4746 15699.74 80443.83 77829.34 2614.49 0.00
## 4747 15056.66 87333.85 82483.06 4723.01 127.78
## 4748 19102.71 92602.53 88122.17 4475.36 5.00
## 4749 19654.54 86626.76 84861.81 1764.95 0.00
## 4750 13156.44 79530.99 77895.51 434.09 1201.39
## 4751 21071.46 87848.09 87548.68 299.41 0.00
## 4752 23428.58 88374.76 86927.70 1447.06 0.00
## 4753 25307.84 76044.83 71564.10 3510.45 970.28
## 4754 25331.72 72766.85 68455.47 1258.60 3052.78
## 4755 26360.80 85864.57 77643.01 3640.73 4580.83
## 4756 29372.59 93002.47 82748.32 685.82 9568.33
## 4757 42699.88 93250.36 80207.55 2107.81 10935.00
## 4758 44752.61 90573.12 79393.97 1461.37 9717.78
## 4759 43580.31 80183.31 77775.85 657.46 1750.00
## 4760 48615.58 79905.38 78077.13 958.25 870.00
## 4761 47593.70 78016.98 75397.66 408.21 2211.11
## 4762 42240.01 80822.76 78796.85 800.08 1225.83
## 4763 41393.05 78353.09 77273.37 834.72 245.00
## 4764 19570.01 86437.77 85455.55 307.22 675.00
## 4765 15602.76 89116.72 86768.77 1193.78 1154.17
## 4766 16994.03 89696.17 86964.65 1553.74 1177.78
## 4767 17389.45 88161.52 86752.27 1406.78 2.47
## 4768 18008.74 88199.81 87008.55 1191.26 0.00
## 4769 17999.41 81492.38 80748.86 733.64 9.88
## 4770 16301.47 82847.87 81149.04 1688.94 9.89
## 4771 14035.04 74452.52 73697.13 755.39 0.00
## 4772 15425.72 71145.81 70533.29 612.52 0.00
## 4773 17215.48 74102.98 73376.76 726.22 0.00
## 4774 20693.96 74890.88 73420.12 1470.76 0.00
## 4775 22198.37 69214.92 68588.92 626.00 0.00
## 4776 19136.17 65580.95 63934.42 1646.53 0.00
## 4777 19436.13 70298.50 69867.25 431.25 0.00
## 4778 18499.75 75907.18 73208.05 2699.13 0.00
## 4779 41708.37 72030.46 66876.30 5151.70 2.46
## 4780 26481.58 57080.40 52157.37 4923.03 0.00
## 4781 26788.14 60248.95 59121.70 1127.25 0.00
## 4782 27591.48 56778.30 56176.96 601.34 0.00
## 4783 29658.58 65875.31 64396.12 1479.19 0.00
## 4784 29344.80 57312.96 56645.93 667.03 0.00
## 4785 2184.20 58142.64 57397.06 745.58 0.00
## 4786 2892.26 52758.01 51586.60 1171.41 0.00
## 4787 2894.98 64561.84 63970.47 591.37 0.00
## 4788 2714.51 49514.25 49474.25 40.00 0.00
## 4789 2115.80 56103.69 56074.45 29.24 0.00
## 4790 3168.92 63057.60 63057.60 0.00 0.00
## 4791 4975.01 43970.14 43970.14 0.00 0.00
## 4792 6292.12 46648.86 46648.86 0.00 0.00
## 4793 5927.06 44142.49 44106.08 33.08 3.33
## 4794 5858.15 47348.03 46850.78 497.25 0.00
## 4795 4957.43 54680.10 53622.78 1057.32 0.00
## 4796 4535.47 52119.52 51541.32 578.20 0.00
## 4797 5204.62 60397.55 59496.47 901.08 0.00
## 4798 4599.00 51228.61 51224.17 4.44 0.00
## 4799 4204.51 56727.84 54657.32 2070.52 0.00
## 4800 5966.97 66602.09 63212.61 3389.48 0.00
## 4801 6483.63 70028.45 69754.69 113.76 160.00
## 4802 5087.71 72113.66 70265.15 178.51 1670.00
## 4803 6791.56 58155.91 57801.11 79.80 275.00
## 4804 8138.85 69612.81 69444.71 108.10 60.00
## 4805 8281.61 66522.50 60015.34 4302.16 2205.00
## 4806 9342.86 63643.39 60284.96 2603.43 755.00
## 4807 9256.75 75487.74 64454.83 6622.91 4410.00
## 4808 9386.11 79540.48 69396.45 683.20 9460.83
## 4809 12340.78 79485.40 69248.69 2121.71 8115.00
## 4810 14142.27 85090.00 77055.00 0.00 8035.00
## 4811 13640.28 66404.42 61487.49 26.93 4890.00
## 4812 15409.30 72522.40 67694.00 83.40 4745.00
## 4813 15693.42 72459.57 69331.20 158.37 2970.00
## 4814 13829.45 69692.26 66487.06 784.37 2420.83
## 4815 14413.68 71704.83 68403.23 746.60 2555.00
## 4816 5994.65 80723.94 78267.45 6.49 2450.00
## 4817 5701.56 59474.62 59227.96 152.32 94.34
## 4818 6247.53 80728.44 78934.29 1724.92 69.23
## 4819 6670.54 77191.57 77132.40 2.67 56.50
## 4820 6402.36 74662.54 74660.00 2.54 0.00
## 4821 6469.48 67278.58 67277.25 1.33 0.00
## 4822 6103.75 70678.99 70654.98 0.00 24.01
## 4823 5176.88 52393.59 52393.59 0.00 0.00
## 4824 4986.56 57721.78 57703.09 5.34 13.35
## 4825 5712.57 65344.68 65341.18 3.50 0.00
## 4826 6975.98 59731.59 59722.27 9.32 0.00
## 4827 7265.87 61339.50 61329.85 9.65 0.00
## 4828 6324.86 48197.79 47964.52 233.27 0.00
## 4829 5839.55 49967.14 46939.94 3027.20 0.00
## 4830 4864.42 61735.78 58227.80 3507.98 0.00
## 4831 11393.01 69172.90 65402.67 3770.23 0.00
## 4832 7356.20 46214.37 43577.03 2637.34 0.00
## 4833 7716.74 51506.74 50993.41 513.33 0.00
## 4834 8461.90 46788.54 46788.54 0.00 0.00
## 4835 8835.13 55906.57 55900.00 6.57 0.00
## 4836 8338.60 45676.31 45411.45 264.86 0.00
## 4837 95.33 48052.71 47522.99 529.72 0.00
## 4838 125.18 36926.94 35874.46 1052.48 0.00
## 4839 129.80 48704.49 47917.82 786.67 0.00
## 4840 160.98 36290.10 35680.66 486.67 122.77
## 4841 86.27 35235.62 34948.95 286.67 0.00
## 4842 88.60 42294.35 41990.29 304.06 0.00
## 4843 133.09 35546.50 35306.50 240.00 0.00
## 4844 156.15 41053.20 40762.52 290.68 0.00
## 4845 183.65 40284.65 39530.35 754.30 0.00
## 4846 171.82 37322.93 35715.71 1607.22 0.00
## 4847 130.07 46384.49 43935.83 2448.66 0.00
## 4848 198.70 38336.47 35482.55 2853.92 0.00
## 4849 183.93 48866.54 45781.78 3084.76 0.00
## 4850 116.89 51876.07 51504.04 372.03 0.00
## 4851 92.70 47741.85 43287.12 4444.73 10.00
## 4852 164.15 59177.64 52831.12 6321.52 25.00
## 4853 107.02 67328.62 64633.66 2359.96 335.00
## 4854 108.80 63164.75 59304.96 1999.79 1860.00
## 4855 64.69 56341.36 52711.37 2759.99 870.00
## 4856 89.14 61326.44 57870.22 3331.22 125.00
## 4857 170.74 52136.98 42151.76 9020.22 965.00
## 4858 92.05 54800.62 49803.99 4396.63 600.00
## 4859 61.47 63017.50 49239.71 9662.79 4115.00
## 4860 138.97 56956.78 49605.10 1761.68 5590.00
## 4861 140.66 58067.06 47150.09 5153.64 5763.33
## 4862 153.08 66740.64 59666.75 1708.89 5365.00
## 4863 110.61 51531.20 48166.61 4.59 3360.00
## 4864 134.48 60996.11 57154.04 32.07 3810.00
## 4865 144.98 57727.96 54131.29 277.23 3319.44
## 4866 113.30 55476.89 53294.21 747.68 1435.00
## 4867 199.58 58553.66 56109.34 1204.88 1239.44
## 4868 230.36 65682.71 62687.37 1307.56 1687.78
## 4869 199.99 44612.49 42432.85 2073.58 106.06
## 4870 277.57 60828.07 56454.27 4373.80 0.00
## 4871 715.42 63563.90 61577.35 1986.55 0.00
## 4872 97.80 63800.09 60645.38 3145.62 9.09
## 4873 100.98 53360.61 51084.20 2273.38 3.03
## 4874 135.52 59993.47 58125.32 1834.92 33.23
## 4875 169.65 42867.47 41615.10 1252.37 0.00
## 4876 72.40 44374.02 43175.63 1198.39 0.00
## 4877 140.42 48302.75 48248.66 54.09 0.00
## 4878 147.59 45207.52 44871.77 335.75 0.00
## 4879 111.04 41230.05 39867.65 1362.40 0.00
## 4880 149.25 34858.03 33709.28 1148.75 0.00
## 4881 102.37 36940.03 33666.70 3273.33 0.00
## 4882 185.96 56138.26 52052.28 4085.98 0.00
## 4883 179.28 57376.62 53859.35 3517.27 0.00
## 4884 135.09 36490.74 34167.03 2323.71 0.00
## 4885 180.99 39559.20 39026.98 162.22 370.00
## 4886 98.71 40837.92 40764.59 0.00 73.33
## 4887 178.13 44682.97 44595.26 17.71 70.00
## 4888 182.56 38685.93 37521.60 31.00 1133.33
## 4889 811.18 44357.39 39136.56 2868.61 2352.22
## 4890 887.61 40030.16 32583.06 5207.10 2240.00
## 4891 1253.31 50467.37 43426.13 5504.02 1537.22
## 4892 1306.30 47267.51 45560.08 382.43 1325.00
## 4893 1111.91 38363.97 35372.69 716.28 2275.00
## 4894 1201.70 41969.52 41822.75 141.77 5.00
## 4895 1255.02 38279.56 38273.66 5.90 0.00
## 4896 1450.27 33681.11 33675.22 5.89 0.00
## 4897 1177.31 20977.23 20196.46 435.77 345.00
## 4898 1930.47 41563.31 36824.00 2029.31 2710.00
## 4899 2661.47 43895.10 41539.17 1035.65 1320.28
## 4900 4510.14 41997.77 41780.40 206.47 10.90
## 4901 4079.46 50023.32 48791.65 0.00 1231.67
## 4902 3263.50 51124.50 46655.82 704.79 3763.89
## 4903 3771.58 44389.52 40849.27 1176.91 2363.34
## 4904 4350.92 58195.58 57595.58 0.00 600.00
## 4905 4575.47 66590.51 66372.28 2.95 215.28
## 4906 5537.68 39725.97 39589.51 5.90 130.56
## 4907 10652.53 47026.33 46759.13 8.87 258.33
## 4908 14039.56 44453.39 44453.39 0.00 0.00
## 4909 13055.76 51045.47 51032.16 13.31 0.00
## 4910 16262.28 53948.46 53547.82 10.36 390.28
## 4911 18157.79 55394.72 55394.72 0.00 0.00
## 4912 16900.69 67077.93 67069.07 8.86 0.00
## 4913 20004.70 73209.02 72950.16 8.86 250.00
## 4914 24533.11 74049.59 74049.59 0.00 0.00
## 4915 20249.04 67435.85 66812.24 0.00 623.61
## 4916 18508.95 55316.35 54341.35 0.00 975.00
## 4917 22373.00 57049.82 56671.26 13.14 365.42
## 4918 25618.94 56940.43 56921.44 18.99 0.00
## 4919 18823.94 51362.35 51287.11 4.39 70.85
## 4920 20549.75 57721.72 55547.83 0.00 2173.89
## 4921 27155.74 48459.04 48442.97 7.30 8.77
## 4922 19761.74 70586.27 69357.77 5.84 1222.66
## 4923 16678.02 55338.55 54906.90 106.65 325.00
## 4924 18901.93 56258.79 55978.23 0.00 280.56
## 4925 21378.51 57606.28 57218.47 61.42 326.39
## 4926 22372.96 57719.38 57376.68 20.48 322.22
## 4927 21875.92 53343.76 53306.03 37.73 0.00
## 4928 20119.22 60518.21 60509.50 8.71 0.00
## 4929 19762.52 53520.98 53491.92 26.15 2.91
## 4930 18205.15 56329.50 56309.19 0.00 20.31
## 4931 19505.98 71111.62 71097.10 5.81 8.71
## 4932 21516.31 70657.22 70657.22 0.00 0.00
## 4933 17229.28 58028.70 58022.88 5.82 0.00
## 4934 17758.15 79229.76 79168.62 17.47 43.67
## 4935 34235.86 83861.68 83768.44 55.36 37.88
## 4936 19002.36 60573.61 60564.87 5.83 2.91
## 4937 18007.03 57766.90 57734.83 32.07 0.00
## 4938 15555.85 60047.98 60045.08 0.00 2.90
## 4939 15444.14 66501.51 66489.91 11.60 0.00
## 4940 16053.59 53729.83 53729.83 0.00 0.00
## 4941 14438.25 149507.10 125660.66 22080.88 1765.56
## 4942 14145.04 155920.72 115858.84 38951.60 1110.28
## 4943 14736.56 145576.63 91917.03 53237.93 421.67
## 4944 15081.42 136680.65 128681.56 6275.12 1723.97
## 4945 12510.47 110313.27 98751.41 10626.32 935.54
## 4946 14499.34 99839.55 85261.69 14192.86 385.00
## 4947 18445.16 88686.27 74992.87 13258.40 435.00
## 4948 18569.63 56008.44 46336.06 8804.32 868.06
## 4949 14742.36 48144.51 41712.24 6337.00 95.27
## 4950 13215.77 106129.21 91095.15 13109.95 1924.11
## 4951 14087.91 156643.17 137002.06 16987.77 2653.34
## 4952 15433.41 171299.97 150537.80 20262.17 500.00
## 4953 17065.91 176524.82 159927.44 15812.38 785.00
## 4954 15808.76 196586.00 182692.61 12821.45 1071.94
## 4955 12716.14 157525.58 144313.97 11857.44 1354.17
## 4956 12611.44 177027.42 161784.53 15187.89 55.00
## 4957 12126.32 188319.37 177175.95 10942.03 201.39
## 4958 14632.50 215379.08 204056.33 10854.69 468.06
## 4959 13817.35 209015.75 194536.98 14380.16 98.61
## 4960 17324.53 165575.87 149733.92 15841.95 0.00
## 4961 17490.36 183883.34 163646.68 20236.66 0.00
## 4962 18152.40 180027.10 156662.69 23324.41 40.00
## 4963 22671.76 166466.32 147604.25 18132.07 730.00
## 4964 23096.26 165570.04 144223.93 20474.70 871.41
## 4965 20782.97 192335.73 171944.56 19129.50 1261.67
## 4966 29141.44 214718.78 192454.33 20162.58 2101.87
## 4967 28460.28 207713.96 189495.73 17484.47 733.76
## 4968 28933.99 202555.08 183995.42 17443.27 1116.39
## 4969 26931.15 209345.19 189261.80 19728.39 355.00
## 4970 31852.41 215095.77 175831.59 39014.18 250.00
## 4971 32042.58 193052.20 160356.37 31715.55 980.28
## 4972 20406.29 185821.84 154279.25 30337.59 1205.00
## 4973 19467.77 168647.09 133555.36 35091.73 0.00
## 4974 24705.68 219907.91 82058.24 137623.28 226.39
## 4975 23602.94 213182.47 57334.52 155614.62 233.33
## 4976 22783.03 197300.17 128655.92 68644.25 0.00
## 4977 22416.32 223820.63 199325.34 24495.29 0.00
## 4978 21394.47 219402.31 175064.61 44337.70 0.00
## 4979 25760.64 187200.86 136889.73 50311.13 0.00
## 4980 23076.81 246578.44 180500.59 66077.85 0.00
## 4981 21444.94 279426.79 228122.01 51304.78 0.00
## 4982 23806.29 253426.32 203378.55 50047.77 0.00
## 4983 22297.72 288428.48 218488.21 69940.27 0.00
## 4984 25138.48 272697.77 201892.80 70804.97 0.00
## 4985 19779.65 247635.26 206855.60 40779.66 0.00
## 4986 22029.85 259056.07 161727.63 97328.44 0.00
## 4987 23694.84 378746.24 292228.73 86517.51 0.00
## 4988 18036.77 258822.35 219631.97 39190.38 0.00
## 4989 21607.39 280302.01 238110.78 42191.23 0.00
## 4990 19123.62 187562.81 141951.66 45611.15 0.00
## 4991 21523.37 248519.50 144796.06 103723.44 0.00
## 4992 22617.47 236295.48 138815.05 97480.43 0.00
## 4993 2525.58 60032.82 52277.99 7459.83 295.00
## 4994 3063.29 65082.83 52370.05 11823.61 889.17
## 4995 2861.59 70207.24 58673.90 10578.62 954.72
## 4996 2249.75 70183.44 67734.87 1143.85 1304.72
## 4997 2393.35 69915.04 67676.02 1584.02 655.00
## 4998 2239.28 78967.02 74502.41 1192.67 3271.94
## 4999 3208.30 75836.18 74569.34 976.56 290.28
## 5000 3840.19 74657.63 74025.26 103.20 529.17
## 5001 3399.09 59465.15 57223.44 269.21 1972.50
## 5002 4817.03 94583.92 89533.10 2966.65 2084.17
## 5003 7787.57 78667.26 74349.15 3259.50 1058.61
## 5004 9771.72 90738.12 89663.48 1055.05 19.59
## 5005 10626.67 103860.08 101544.87 1167.15 1148.06
## 5006 7878.79 92687.39 89785.42 1571.69 1330.28
## 5007 9254.46 80963.91 75829.93 3098.42 2035.56
## 5008 11292.83 95173.97 94338.95 691.96 143.06
## 5009 10836.96 83747.92 82334.20 962.33 451.39
## 5010 13522.19 70976.65 68675.23 990.31 1311.11
## 5011 24855.18 73286.49 70853.19 856.91 1576.39
## 5012 31009.27 60463.24 58400.39 900.35 1162.50
## 5013 28987.50 71348.19 70181.66 869.31 297.22
## 5014 42846.42 72789.74 71153.86 948.38 687.50
## 5015 56349.57 75266.32 72853.77 1013.94 1398.61
## 5016 43042.94 78990.10 77461.44 106.44 1422.22
## 5017 43916.46 90812.78 88916.37 689.47 1206.94
## 5018 54358.08 88886.08 86921.08 945.56 1019.44
## 5019 55056.00 88588.13 86438.13 1044.44 1105.56
## 5020 43427.34 87198.76 85053.17 1080.31 1065.28
## 5021 48922.15 74261.51 72937.16 1021.83 302.52
## 5022 53447.03 86231.07 85119.34 697.78 413.95
## 5023 52673.73 72034.18 70154.87 676.56 1202.75
## 5024 70753.98 82868.88 80974.56 945.43 948.89
## 5025 61090.32 71278.70 69780.99 1042.15 455.56
## 5026 49424.67 83303.81 80879.28 885.92 1538.61
## 5027 39101.10 72797.93 71485.43 898.61 413.89
## 5028 55668.13 77848.85 76195.48 883.93 769.44
## 5029 76966.69 85226.35 83707.21 901.08 618.06
## 5030 61241.91 88012.83 85683.08 894.49 1435.26
## 5031 54166.57 83168.11 82300.09 842.81 25.21
## 5032 46243.39 92753.73 91907.38 830.59 15.76
## 5033 46189.84 82819.92 81984.18 820.00 15.74
## 5034 52459.24 85982.66 85202.82 726.43 53.41
## 5035 62391.95 95689.47 94788.57 797.45 103.45
## 5036 39537.90 100727.20 99966.00 745.56 15.64
## 5037 41240.25 70947.08 70255.21 663.80 28.07
## 5038 39859.46 99110.59 98394.37 688.22 28.00
## 5039 72545.79 90910.53 90251.06 619.09 40.38
## 5040 57834.69 79923.38 79401.44 382.40 139.54
## 5041 41235.01 66149.41 65970.60 166.40 12.41
## 5042 36599.56 79708.02 79192.95 508.86 6.21
## 5043 41093.96 92624.48 92023.17 601.31 0.00
## 5044 32339.95 88527.71 88155.48 372.23 0.00
## 5045 205.26 266347.06 265938.42 156.02 252.62
## 5046 254.31 259214.45 258720.25 215.60 278.60
## 5047 401.33 531874.94 529839.56 416.21 1619.17
## 5048 196.84 325188.81 324725.56 191.83 271.42
## 5049 388.68 217731.52 217343.07 182.80 205.65
## 5050 270.62 261588.48 260780.10 648.16 160.22
## 5051 317.93 259105.95 257996.24 284.07 825.64
## 5052 528.77 257584.41 256977.65 241.61 365.15
## 5053 1018.01 205984.84 205195.57 334.46 454.81
## 5054 483.30 337358.67 335967.69 319.79 1071.19
## 5055 452.03 377004.29 369370.77 7512.55 120.97
## 5056 2177.05 341732.79 309380.23 31923.27 429.29
## 5057 3182.66 650319.01 361894.56 287932.44 492.01
## 5058 3243.02 420580.09 304494.27 115510.78 575.04
## 5059 2273.45 311747.50 264786.31 46367.39 593.80
## 5060 2713.10 319506.88 319298.96 135.14 72.78
## 5061 2493.01 287239.19 286871.24 129.11 238.84
## 5062 2493.89 301258.89 300809.11 141.03 308.75
## 5063 2503.09 351047.88 350689.25 135.10 223.53
## 5064 2368.40 326549.60 326095.86 88.97 364.77
## 5065 2583.85 322988.03 322390.13 143.28 454.62
## 5066 2598.83 342112.26 341834.97 241.87 35.42
## 5067 1555.09 330250.59 329976.05 114.66 159.88
## 5068 1624.49 378294.50 378187.17 78.06 29.27
## 5069 6528.30 354405.87 354205.83 146.27 53.77
## 5070 10770.71 371433.79 371093.38 225.23 115.18
## 5071 12225.64 360183.22 359260.77 313.90 608.55
## 5072 11487.83 370666.14 369495.52 305.75 864.87
## 5073 12433.23 366656.67 365830.13 512.07 314.47
## 5074 13268.56 493244.04 478959.58 13577.66 706.80
## 5075 10676.49 457634.59 443121.96 14344.74 167.89
## 5076 10453.62 410248.19 324711.11 85148.99 388.09
## 5077 12759.69 525544.50 523711.87 1383.28 449.35
## 5078 11093.78 573690.22 552847.39 19202.66 1640.17
## 5079 11463.75 484432.52 458041.08 25900.73 490.71
## 5080 12051.07 430279.71 429116.57 197.83 965.31
## 5081 10371.62 523147.27 511071.78 11419.50 655.99
## 5082 9317.80 365092.04 363375.18 150.02 1566.84
## 5083 9773.45 481104.06 480649.01 107.33 347.72
## 5084 10623.82 487392.65 486972.20 87.14 333.31
## 5085 9181.87 317662.67 317318.40 61.11 283.16
## 5086 10517.64 441269.64 440777.16 139.46 353.02
## 5087 8332.90 469298.92 468419.00 515.93 363.99
## 5088 7587.39 452163.65 451747.01 116.59 300.05
## 5089 8476.06 475336.76 474543.29 391.17 402.30
## 5090 8215.67 327318.91 326841.00 284.73 193.18
## 5091 6322.02 576262.08 573866.81 1573.35 821.92
## 5092 8910.20 391444.80 390708.62 174.35 561.83
## 5093 7343.76 365172.97 363400.35 1682.71 89.91
## 5094 8794.85 421309.11 418854.59 2393.53 60.99
## 5095 7552.84 374734.15 374204.91 173.51 355.73
## 5096 16134.86 328559.34 327227.91 419.77 911.66
## 5097 2501.78 122109.49 72546.57 49562.92 0.00
## 5098 2551.31 106676.83 62581.88 44094.95 0.00
## 5099 2563.93 92309.82 60969.76 31340.06 0.00
## 5100 3039.45 113652.25 56900.14 56728.78 23.33
## 5101 2813.23 95607.13 65375.36 30153.44 78.33
## 5102 4949.78 99115.82 65248.27 33444.22 423.33
## 5103 8259.59 78418.87 42376.82 35957.05 85.00
## 5104 9363.75 73311.98 39593.75 33718.23 0.00
## 5105 9096.43 74431.40 40257.91 34173.49 0.00
## 5106 6749.46 72307.57 42484.87 29822.70 0.00
## 5107 6111.89 93141.93 49717.85 43424.08 0.00
## 5108 4235.90 92882.93 57335.43 35547.50 0.00
## 5109 7203.61 98802.13 63691.60 34973.03 137.50
## 5110 6099.85 104071.23 73929.02 30142.21 0.00
## 5111 5940.65 109273.59 75354.15 33919.44 0.00
## 5112 6695.14 119176.21 94007.45 25095.15 73.61
## 5113 8324.56 122568.07 89224.30 33338.77 5.00
## 5114 6799.65 99972.97 82906.46 17066.51 0.00
## 5115 8868.16 120709.85 104376.41 16333.44 0.00
## 5116 10231.05 113755.91 86861.67 26894.24 0.00
## 5117 12579.44 107475.52 83535.74 23894.78 45.00
## 5118 12940.85 107588.99 83699.62 23134.37 755.00
## 5119 15147.97 96487.12 71699.09 22356.92 2431.11
## 5120 14172.92 99751.71 75310.10 24436.61 5.00
## 5121 21153.33 112682.84 89946.17 22731.67 5.00
## 5122 20517.76 155484.69 116583.25 38901.44 0.00
## 5123 18403.06 108883.96 90996.76 17790.53 96.67
## 5124 20140.13 119394.34 85874.87 31652.80 1866.67
## 5125 19782.06 96169.98 73085.52 17292.79 5791.67
## 5126 16909.95 109440.66 66829.10 37354.89 5256.67
## 5127 15039.71 117620.88 63637.85 50673.03 3310.00
## 5128 6909.70 103063.88 59371.64 40067.82 3624.42
## 5129 6161.52 125915.85 69081.36 56332.31 502.18
## 5130 6506.62 148369.49 95500.81 52832.80 35.88
## 5131 6281.64 171184.42 100785.67 70398.75 0.00
## 5132 6258.02 115672.19 61890.01 53782.18 0.00
## 5133 5464.93 102024.21 67727.91 34296.30 0.00
## 5134 6056.81 106944.32 57960.91 48983.41 0.00
## 5135 6435.41 86168.76 63628.30 22540.46 0.00
## 5136 7331.32 79309.57 61407.01 17902.56 0.00
## 5137 8317.29 78941.82 60250.90 18690.92 0.00
## 5138 8978.94 103418.84 65808.71 37604.61 5.52
## 5139 8137.83 70646.29 52684.66 17961.63 0.00
## 5140 7038.97 89546.17 53432.55 36113.62 0.00
## 5141 7361.72 66931.59 49804.83 17126.76 0.00
## 5142 6594.27 74656.30 50158.17 24498.13 0.00
## 5143 13083.51 122354.86 61003.56 61340.53 10.77
## 5144 9166.73 55459.01 38452.05 17006.96 0.00
## 5145 9676.68 68767.80 43452.47 25315.33 0.00
## 5146 9610.22 54061.85 42971.35 11090.50 0.00
## 5147 9959.86 64902.18 42725.71 22176.47 0.00
## 5148 10726.18 48230.71 39155.81 9074.90 0.00
## 5149 20052.89 1613702.40 1288631.84 301809.49 23261.07
## 5150 15771.64 1561257.65 1144739.27 383503.55 33014.83
## 5151 18326.63 1392006.65 939911.81 435548.82 16546.02
## 5152 18795.24 1395566.02 1039669.75 344663.64 11232.63
## 5153 14619.93 960172.30 817184.54 133945.12 9042.64
## 5154 16553.22 911092.88 735263.86 173417.70 2411.32
## 5155 22128.14 892446.10 710489.09 180468.83 1488.18
## 5156 16494.71 964604.48 771794.04 191200.76 1609.68
## 5157 19653.30 993407.53 733102.01 242672.72 17632.80
## 5158 20588.09 1397084.84 1228547.91 140925.06 27611.87
## 5159 18419.04 1376594.60 1088286.99 263848.40 24459.21
## 5160 32866.62 1356472.19 1118452.81 222546.73 15472.65
## 5161 17352.41 1447622.95 1091904.20 338402.33 17316.42
## 5162 15830.87 1525510.25 1094936.72 409425.49 21148.04
## 5163 16478.55 1652432.36 1446564.10 189481.99 16386.27
## 5164 15092.69 1564657.73 1379670.23 173092.74 11894.76
## 5165 18544.30 1713210.55 1488491.11 188922.83 35796.61
## 5166 17935.73 1447131.62 1259357.50 142470.58 45303.54
## 5167 25630.41 1413024.88 1245189.33 153644.22 14191.33
## 5168 21617.07 1198246.30 1034294.77 157809.80 6141.73
## 5169 24523.40 1197854.91 1035007.77 149412.38 13434.76
## 5170 25254.69 1153489.74 969970.70 169617.21 13901.83
## 5171 29835.26 1329077.21 1169824.57 105002.77 54249.87
## 5172 44558.77 1402394.91 1297883.28 87850.35 16661.28
## 5173 189691.87 1374241.93 1233354.94 92635.95 48251.04
## 5174 522836.75 1630640.31 1398829.45 124715.63 107095.23
## 5175 425639.83 1477093.31 1226901.91 190503.41 59687.99
## 5176 346244.07 1268950.14 1062854.49 167590.92 38504.73
## 5177 423778.70 1335078.27 964900.17 307836.87 62341.23
## 5178 355042.24 1363234.34 976198.08 325421.53 61614.73
## 5179 347794.01 1299214.04 1034533.11 229576.24 35104.69
## 5180 537748.12 1474558.75 1071647.44 348148.30 54763.01
## 5181 459077.76 1544628.69 1146035.44 389114.15 9479.10
## 5182 697833.12 1550045.03 1225103.02 315129.42 9812.59
## 5183 398632.20 1594861.23 1215673.04 368204.58 10983.61
## 5184 564146.38 1515562.48 1161263.73 346494.76 7803.99
## 5185 617895.60 1328964.06 1124257.15 195845.36 8861.55
## 5186 556972.27 1320919.43 1124849.63 183288.76 12781.04
## 5187 649669.10 1099219.01 896073.07 198721.79 4424.15
## 5188 660825.04 1247605.46 951743.56 288346.10 7515.80
## 5189 653141.71 1147082.56 882135.10 256004.47 8942.99
## 5190 698856.60 883739.27 731907.20 144961.72 6870.35
## 5191 390174.57 957869.45 822317.08 128134.68 7417.69
## 5192 337159.88 902749.95 791893.15 104430.43 6426.37
## 5193 423920.15 791466.24 658990.14 124051.73 8424.37
## 5194 718463.59 832090.55 662650.24 147944.33 21495.98
## 5195 804558.25 1048473.26 756322.54 197394.70 94756.02
## 5196 521213.33 862689.21 623663.62 133279.26 105746.33
## 5197 245808.96 928933.01 705848.56 159609.68 63474.77
## 5198 373209.85 769870.56 621920.46 136801.89 11148.21
## 5199 263562.26 800065.29 656702.11 140938.24 2424.94
## 5200 361423.55 795564.12 682311.74 109448.15 3804.23
## 5201 5643.49 1505734.95 736767.31 767155.70 1811.94
## 5202 8172.53 1439566.48 670843.43 766286.38 2436.67
## 5203 4655.77 1124601.48 630163.97 492521.95 1915.56
## 5204 5133.86 1603342.57 644607.27 957516.13 1219.17
## 5205 4791.45 1000540.24 509394.25 490242.94 903.05
## 5206 8082.20 1127324.94 592607.45 532645.82 2071.67
## 5207 13358.39 1080426.19 543743.70 535602.77 1079.72
## 5208 14547.51 980839.72 432321.09 547443.91 1074.72
## 5209 14441.46 964607.84 416179.29 545707.16 2721.39
## 5210 11469.22 981836.20 435847.70 543596.56 2391.94
## 5211 10217.86 1211778.49 420581.32 790113.56 1083.61
## 5212 7239.64 1098335.61 516483.34 580235.88 1616.39
## 5213 10940.09 1206077.13 602427.54 602149.59 1500.00
## 5214 9605.99 1269316.00 691449.32 573138.62 4728.06
## 5215 9444.29 1326952.81 706832.05 617002.43 3118.33
## 5216 10177.70 1250665.23 791919.62 455458.67 3286.94
## 5217 12528.81 1350425.71 771445.27 574732.66 4247.78
## 5218 10303.20 1039496.20 738943.52 290855.73 9696.95
## 5219 13450.33 1131257.46 827154.53 276587.65 27515.28
## 5220 15287.26 1235785.30 745879.10 467642.03 22264.17
## 5221 18597.99 1085092.05 710559.72 328992.05 45540.28
## 5222 18938.44 1096809.52 724983.80 322569.05 49256.67
## 5223 21369.68 1029573.65 657021.42 314632.79 57919.44
## 5224 20301.82 1108146.26 705840.64 335918.68 66386.94
## 5225 29960.26 1168263.21 785436.82 322739.72 60086.67
## 5226 30343.48 1677681.28 1031656.46 559976.48 86048.34
## 5227 26639.39 1184384.67 850211.60 280635.29 53537.78
## 5228 30691.31 1257240.56 699685.23 498428.66 59126.67
## 5229 30505.16 1013489.54 641109.21 295047.83 77332.50
## 5230 26309.45 1209213.09 563930.87 574578.06 70704.16
## 5231 23769.90 1271964.93 531132.05 696042.61 44790.27
## 5232 11952.59 1103370.10 536816.84 512209.90 54343.36
## 5233 10065.75 1658275.05 610050.97 1029088.05 19136.03
## 5234 10776.46 1510896.22 712577.48 795541.26 2777.48
## 5235 10664.75 2057090.63 738082.97 1318520.16 487.50
## 5236 10941.97 1620237.24 542495.57 1072748.00 4993.67
## 5237 8860.76 1180206.12 556254.94 622049.37 1901.81
## 5238 10186.67 1539555.11 519721.11 1017680.35 2153.65
## 5239 12154.28 1045918.81 551758.29 494160.52 0.00
## 5240 13925.65 951934.24 530183.19 421736.00 15.05
## 5241 15753.25 945669.76 506482.12 439187.64 0.00
## 5242 17714.52 1417827.86 527240.77 890581.06 6.03
## 5243 14794.78 912052.32 493727.49 418324.83 0.00
## 5244 13243.40 1407173.69 528218.04 878955.65 0.00
## 5245 13665.41 878493.31 459449.71 419043.60 0.00
## 5246 12099.24 871290.27 499341.01 371949.26 0.00
## 5247 22097.49 1846427.61 740216.91 1106150.27 60.43
## 5248 15260.70 903532.76 485345.67 418187.09 0.00
## 5249 16838.16 1122442.48 570260.95 552166.44 15.09
## 5250 16861.86 750058.46 507151.29 242855.86 51.31
## 5251 17017.65 1020575.74 489927.14 530648.60 0.00
## 5252 17650.77 715314.10 482358.65 232943.41 12.04
## 5253 43.42 32987.91 32946.57 13.33 28.01
## 5254 27.35 42555.60 42186.43 361.54 7.63
## 5255 34.43 51511.95 50878.50 424.91 208.54
## 5256 312.82 28902.23 28878.10 8.89 15.24
## 5257 33.27 23871.15 23852.61 13.46 5.08
## 5258 24.20 46097.43 45968.78 4.50 124.15
## 5259 35.41 55964.75 55562.16 81.03 321.56
## 5260 20.15 28679.31 28639.40 4.50 35.41
## 5261 118.13 27285.86 27169.67 0.00 116.19
## 5262 19.05 35996.40 35886.49 44.63 65.28
## 5263 46.93 36057.86 34881.48 1171.39 4.99
## 5264 70.54 43225.60 33043.20 10182.40 0.00
## 5265 151.99 89795.19 45596.93 43887.36 310.90
## 5266 124.82 49375.04 39036.90 10338.14 0.00
## 5267 378.65 36230.18 32496.53 3721.45 12.20
## 5268 1572.45 41643.40 41633.69 0.00 9.71
## 5269 1519.26 39238.05 39194.32 17.17 26.56
## 5270 1858.09 39320.51 39315.70 0.00 4.81
## 5271 2000.73 44049.45 44033.76 8.51 7.18
## 5272 2321.26 40761.68 40759.30 0.00 2.38
## 5273 1816.11 38403.17 38393.69 0.00 9.48
## 5274 1167.58 41986.47 41986.47 0.00 0.00
## 5275 210.50 41880.74 41880.74 0.00 0.00
## 5276 159.32 51223.19 51218.42 0.00 4.77
## 5277 1198.87 44657.42 44566.32 33.56 57.54
## 5278 3407.45 45212.47 44836.14 349.79 26.54
## 5279 3974.43 44035.66 44033.23 0.00 2.43
## 5280 2998.29 41121.77 41041.12 56.29 24.36
## 5281 3152.34 42266.87 37812.07 4447.33 7.47
## 5282 5361.13 61473.51 60082.40 1383.65 7.46
## 5283 3012.50 55339.47 55214.30 110.28 14.89
## 5284 3206.91 45150.59 36360.99 8782.18 7.42
## 5285 3401.00 60947.45 60819.71 32.08 95.66
## 5286 3173.84 56829.74 55178.16 1553.14 98.44
## 5287 3451.47 53406.54 53362.37 0.00 44.17
## 5288 2947.93 44927.91 44270.25 630.74 26.92
## 5289 3466.99 75319.15 75098.77 69.31 151.07
## 5290 3378.21 42943.63 42824.85 0.00 118.78
## 5291 3270.23 49666.74 48727.02 930.08 9.64
## 5292 3115.62 63256.35 63172.36 0.00 83.99
## 5293 3092.49 36653.09 36639.27 4.25 9.57
## 5294 3141.33 51134.29 51069.86 0.00 64.43
## 5295 3132.45 52556.18 52480.19 59.31 16.68
## 5296 2886.03 47818.48 47750.71 29.65 38.12
## 5297 2940.94 64822.45 64778.72 12.72 31.01
## 5298 2422.28 35122.33 35052.50 53.10 16.73
## 5299 1283.73 72325.97 72052.59 91.48 181.90
## 5300 3497.50 45912.60 45821.45 76.77 14.38
## 5301 2793.05 42692.72 42637.23 17.07 38.42
## 5302 3527.08 52474.49 52341.94 132.55 0.00
## 5303 3214.92 49769.66 49569.33 51.35 148.98
## 5304 4624.15 45294.77 43671.02 1485.68 138.07
## 5305 60.38 64327.92 47503.95 16823.97 0.00
## 5306 50.40 71669.06 52786.07 18882.99 0.00
## 5307 146.25 71684.48 57071.30 14613.18 0.00
## 5308 37.24 70735.37 40391.54 30343.83 0.00
## 5309 16.27 59769.20 40665.36 19103.84 0.00
## 5310 86.33 50120.56 35284.71 14835.85 0.00
## 5311 97.91 57078.25 40601.59 16476.66 0.00
## 5312 98.22 64456.08 45157.29 19079.35 219.44
## 5313 59.48 71015.07 45591.77 25423.30 0.00
## 5314 49.00 85450.42 61303.92 24146.50 0.00
## 5315 46.82 57696.46 42853.49 14842.97 0.00
## 5316 125.39 55723.55 39013.44 16710.11 0.00
## 5317 35.83 73794.77 41062.22 32732.55 0.00
## 5318 25.48 64183.63 38326.05 25857.58 0.00
## 5319 58.64 77402.26 50958.87 26367.00 76.39
## 5320 32.10 64127.97 50774.93 13353.04 0.00
## 5321 131.77 82460.15 59982.20 17076.40 5401.55
## 5322 99.09 67223.71 43548.46 19095.40 4579.85
## 5323 167.07 115305.18 98022.80 6778.23 10504.15
## 5324 254.57 153766.78 137801.20 10454.24 5511.34
## 5325 213.23 177046.54 154944.24 9249.53 12852.77
## 5326 229.71 131076.17 109459.43 6537.25 15079.49
## 5327 439.63 156046.62 132587.08 11498.20 11961.34
## 5328 304.22 182001.41 152990.15 20179.44 8831.82
## 5329 663.38 229915.84 204560.07 13138.25 12217.52
## 5330 467.21 260500.63 225966.72 21420.64 13113.27
## 5331 750.02 155220.99 126591.94 14354.30 14274.75
## 5332 81.39 171480.26 139118.22 27583.68 4778.36
## 5333 88.75 177313.57 139479.80 19315.86 18517.91
## 5334 90.92 204436.11 170177.69 19377.27 14881.15
## 5335 210.80 164255.54 150822.59 13401.63 31.32
## 5336 15.76 184967.04 156414.69 28505.49 46.86
## 5337 46.32 210259.28 179609.78 30236.34 413.16
## 5338 73.71 182064.39 127495.69 54426.61 142.09
## 5339 42.66 145834.58 126405.83 19398.20 30.55
## 5340 10.97 156817.80 123839.46 32941.31 37.03
## 5341 47.76 131088.14 96909.71 34108.83 69.60
## 5342 82.27 127396.71 98906.41 28468.59 21.71
## 5343 15.21 114503.74 82978.09 31523.48 2.17
## 5344 21.47 96952.33 76482.71 20432.74 36.88
## 5345 27.10 110432.97 73562.41 36866.22 4.34
## 5346 68.81 96265.24 65087.11 31078.15 99.98
## 5347 23.40 107603.99 84301.57 23258.91 43.51
## 5348 64.26 108603.37 81857.33 26526.01 220.03
## 5349 55.42 101066.23 74251.97 26792.44 21.82
## 5350 16.24 87449.87 69046.57 18403.30 0.00
## 5351 32.76 113765.47 71787.46 41934.23 43.78
## 5352 14.01 106869.22 68748.30 38112.15 8.77
## 5353 4.76 101107.17 67007.75 34086.25 13.17
## 5354 25.07 79048.63 63934.26 15068.21 46.16
## 5355 34.37 112747.01 89122.24 23596.15 28.62
## 5356 34.87 79079.88 67243.27 11814.57 22.04
## 5357 2.26 15832.85 14866.23 966.62 0.00
## 5358 5.00 13185.09 12270.19 908.23 6.67
## 5359 15.25 9746.67 8823.89 922.78 0.00
## 5360 4.00 7088.23 6841.52 149.49 97.22
## 5361 6.97 8270.22 8270.22 0.00 0.00
## 5362 1.00 9906.39 9906.39 0.00 0.00
## 5363 33.79 10590.84 10590.84 0.00 0.00
## 5364 31.15 11213.24 11213.24 0.00 0.00
## 5365 12.23 6794.05 6791.83 2.22 0.00
## 5366 41.02 18222.18 18222.18 0.00 0.00
## 5367 21.67 22125.81 22125.81 0.00 0.00
## 5368 56.22 22178.65 22178.65 0.00 0.00
## 5369 37.44 20560.11 20560.11 0.00 0.00
## 5370 24.00 19376.46 19358.68 17.78 0.00
## 5371 15.99 17326.50 17070.94 255.56 0.00
## 5372 10.00 19414.65 18636.87 777.78 0.00
## 5373 23.10 12285.70 12128.93 6.77 150.00
## 5374 16.10 20406.64 19306.64 0.00 1100.00
## 5375 19.23 18382.95 17427.95 0.00 955.00
## 5376 28.81 15972.49 15337.49 0.00 635.00
## 5377 2.00 16213.03 15518.03 0.00 695.00
## 5378 10.23 18720.65 18175.65 0.00 545.00
## 5379 19.95 19499.44 16609.44 0.00 2890.00
## 5380 1.00 25558.91 24463.91 0.00 1095.00
## 5381 13.99 31728.04 28754.71 3.33 2970.00
## 5382 1.25 35695.67 32830.67 0.00 2865.00
## 5383 13.00 29857.83 28352.83 0.00 1505.00
## 5384 15.50 30178.78 28498.78 0.00 1680.00
## 5385 90.98 32429.37 31259.37 0.00 1170.00
## 5386 178.83 31245.29 29640.29 0.00 1605.00
## 5387 435.86 28185.22 27875.22 0.00 310.00
## 5388 600.23 30412.17 29287.17 0.00 1125.00
## 5389 695.37 28097.76 28097.76 0.00 0.00
## 5390 411.23 32833.67 32833.67 0.00 0.00
## 5391 769.07 26695.90 26695.90 0.00 0.00
## 5392 586.42 27272.34 27268.73 3.61 0.00
## 5393 3.00 30486.41 30486.41 0.00 0.00
## 5394 2.00 29290.68 29290.68 0.00 0.00
## 5395 4.00 26379.58 26379.58 0.00 0.00
## 5396 15.45 28359.12 28359.12 0.00 0.00
## 5397 10.73 25508.72 25508.72 0.00 0.00
## 5398 21.45 27715.17 27710.73 4.44 0.00
## 5399 38.46 25257.46 25157.67 99.79 0.00
## 5400 8.00 24247.71 23555.99 691.72 0.00
## 5401 20.50 24037.80 22191.93 1845.87 0.00
## 5402 41.00 26950.79 25835.23 1115.56 0.00
## 5403 23.26 28741.81 28032.92 708.89 0.00
## 5404 33.29 27786.67 27245.24 541.43 0.00
## 5405 31.76 29307.66 29215.12 92.54 0.00
## 5406 9.75 27814.42 27814.42 0.00 0.00
## 5407 2.00 25129.20 25129.20 0.00 0.00
## 5408 24.66 20919.65 20919.65 0.00 0.00
## 5409 63.53 183680.51 87877.06 95803.45 0.00
## 5410 48.96 177571.63 77777.03 99658.49 136.11
## 5411 27.84 129654.62 72901.02 56753.60 0.00
## 5412 39.36 214104.64 91215.95 122888.69 0.00
## 5413 41.71 111269.76 52267.61 59002.15 0.00
## 5414 87.54 120219.30 58516.69 61702.61 0.00
## 5415 148.09 130003.72 63858.93 66144.79 0.00
## 5416 145.64 105649.67 43844.85 61804.82 0.00
## 5417 150.20 104007.93 42732.14 61275.79 0.00
## 5418 130.21 97801.38 35310.45 62490.93 0.00
## 5419 214.87 136937.61 36245.73 100691.88 0.00
## 5420 119.90 121816.07 53843.03 67973.04 0.00
## 5421 250.23 126706.21 63736.85 62969.36 0.00
## 5422 109.75 142173.73 78485.78 63687.95 0.00
## 5423 102.58 145475.45 73697.98 71774.14 3.33
## 5424 61.00 121354.03 65128.71 55457.26 768.06
## 5425 79.60 156524.36 85777.72 68958.03 1788.61
## 5426 62.59 101678.33 78855.06 20239.66 2583.61
## 5427 48.58 113884.27 80157.70 27826.57 5900.00
## 5428 63.23 127938.54 65540.89 57507.65 4890.00
## 5429 107.35 120285.74 75445.92 35139.82 9700.00
## 5430 23.31 108156.34 68165.92 30100.42 9890.00
## 5431 24.75 113201.38 71808.87 29197.51 12195.00
## 5432 46.19 131038.15 87458.66 31340.05 12239.44
## 5433 93.56 125571.71 87917.71 26862.89 10791.11
## 5434 71.82 182480.50 116195.87 50307.96 15976.67
## 5435 37.04 129449.88 88532.88 31127.00 9790.00
## 5436 111.83 135373.56 68955.92 55517.64 10900.00
## 5437 50.30 97287.73 57317.02 29525.43 10445.28
## 5438 105.50 123575.26 61524.24 53634.35 8416.67
## 5439 172.19 126419.09 63311.97 57550.46 5556.66
## 5440 187.53 96827.33 54513.18 33377.48 8936.67
## 5441 113.49 168902.60 58113.67 106150.87 4638.06
## 5442 163.00 158068.61 81108.34 76960.27 0.00
## 5443 50.01 235291.61 85158.24 150133.37 0.00
## 5444 155.42 184380.18 60995.42 122379.20 1005.56
## 5445 97.76 124387.87 63443.38 60944.49 0.00
## 5446 28.42 182667.46 58747.56 123796.29 123.61
## 5447 29.08 132565.73 68922.65 63643.08 0.00
## 5448 67.71 113113.72 58016.76 55096.96 0.00
## 5449 56.69 108808.62 52243.64 56564.98 0.00
## 5450 263.76 175373.37 56866.76 118506.61 0.00
## 5451 20.59 114877.87 62840.15 52037.72 0.00
## 5452 46.83 186635.62 67866.87 118768.75 0.00
## 5453 75.71 107623.12 55694.57 51928.55 0.00
## 5454 78.63 92989.53 56730.92 36258.61 0.00
## 5455 105.28 247469.51 98976.22 148493.29 0.00
## 5456 91.61 140399.07 66287.34 74111.73 0.00
## 5457 213.63 196647.84 80146.89 116498.21 2.74
## 5458 101.81 115799.75 70537.04 45235.19 27.52
## 5459 131.61 180320.56 70164.37 110156.19 0.00
## 5460 133.90 102560.84 69223.85 33336.99 0.00
## 5461 541972.42 10207830.47 7709584.33 2417144.92 81101.22
## 5462 427872.42 9422776.08 6970320.34 2358443.96 94011.78
## 5463 403047.93 10713276.64 8149438.75 2490495.07 73342.82
## 5464 428009.84 10240878.19 7187022.58 2988504.98 65350.63
## 5465 344475.90 7349757.04 5691266.56 1609867.20 48623.28
## 5466 407567.78 8017463.63 6207080.46 1765673.77 44709.40
## 5467 477520.95 7602861.90 5602593.66 1957163.93 43104.31
## 5468 505349.44 7098159.72 5245066.66 1812174.32 40918.74
## 5469 453145.26 6604079.78 4655045.62 1882750.65 66283.51
## 5470 452383.96 8616978.67 6508666.81 2016513.03 91798.83
## 5471 447291.48 9594018.14 6934368.93 2575095.84 84553.37
## 5472 490956.88 9234783.64 6849126.90 2316377.99 69278.75
## 5473 490123.01 10466072.18 7408765.90 2981275.76 76030.52
## 5474 492604.30 10008533.68 7440444.59 2476400.79 91688.30
## 5475 486187.39 10040761.83 7649502.34 2311262.99 79996.50
## 5476 512160.27 10271369.65 8199580.75 2016484.84 55304.06
## 5477 540680.89 10863029.04 8555283.68 2214419.29 93326.07
## 5478 563738.54 10448164.27 8503870.88 1785021.92 159271.47
## 5479 609720.87 10350629.04 8749239.27 1446381.11 155008.66
## 5480 749247.02 10404655.99 8479506.83 1813210.60 111938.56
## 5481 754548.53 10136875.64 8386276.39 1569550.49 181048.76
## 5482 783937.09 9824722.93 8193011.02 1431744.52 199967.39
## 5483 947964.05 10264347.61 8315738.70 1561208.69 387400.22
## 5484 953631.47 10753156.29 8737861.29 1624816.27 390478.73
## 5485 1266433.97 11166526.08 8984513.63 1727668.80 454343.65
## 5486 1761343.08 12407004.27 9967538.34 1887772.28 551693.65
## 5487 1624942.43 10773127.59 8834969.52 1609568.98 328589.09
## 5488 1642735.63 10515650.57 8223280.88 1975350.75 317018.94
## 5489 1607344.08 10147819.40 8039865.67 1796513.74 311439.99
## 5490 1770948.09 11254800.67 8492744.45 2441022.99 321033.23
## 5491 1583495.93 10923377.04 8085657.41 2657598.78 180120.85
## 5492 1640829.40 10623981.88 7835766.14 2563223.75 224991.99
## 5493 1753852.61 11276355.61 7987028.55 3143280.05 146047.01
## 5494 1993645.36 12211187.76 8747756.84 3342780.83 120650.09
## 5495 1414364.49 11804441.30 8376124.32 3365582.11 62734.87
## 5496 1599863.98 10711949.33 7835835.83 2801102.86 75010.64
## 5497 1896149.50 10720881.55 8128710.21 2467001.94 125169.40
## 5498 1666275.13 10499801.43 7808770.98 2613293.43 77737.02
## 5499 1731910.48 9102948.43 6830380.18 2213379.44 59188.81
## 5500 1880231.38 10055499.41 7745105.36 2228007.91 82386.14
## 5501 1773088.87 9700550.36 7248857.68 2374053.89 77638.79
## 5502 1800065.57 9807875.47 7231162.60 2521123.87 55589.00
## 5503 1686475.33 9357288.84 7502570.03 1747903.69 106815.12
## 5504 1560167.75 10123400.65 7251666.99 2802238.74 69494.92
## 5505 1375260.47 9409896.06 7213492.61 2150749.43 45654.02
## 5506 1811090.71 9564299.56 7102422.27 2387455.67 74421.62
## 5507 2546439.11 12698112.39 9083373.04 3373077.87 241661.48
## 5508 1643703.17 8701404.65 6684515.27 1823889.58 192999.80
## 5509 1440380.36 10271872.35 7438489.60 2668368.01 165014.74
## 5510 1419405.62 9138082.37 6846324.06 2228420.91 63337.40
## 5511 1282612.91 9314347.55 6735384.32 2528089.14 50874.09
## 5512 1560068.62 8911429.39 6464895.83 2287449.76 159083.80
## 5513 114035.00 2414073.74 1681100.98 731388.25 1584.51
## 5514 89996.89 2248149.64 1571421.56 673464.14 3263.94
## 5515 86234.32 3330284.14 2543800.78 778604.87 7878.49
## 5516 81114.60 2532202.54 1534025.06 992335.68 5841.80
## 5517 86789.70 1636666.88 1068035.07 565542.44 3089.37
## 5518 105452.10 1920546.84 1357080.60 562175.85 1290.39
## 5519 107496.50 1983632.19 1238998.31 742515.09 2118.79
## 5520 119469.87 1764683.50 1168746.58 593225.94 2710.98
## 5521 113342.82 1577393.01 1029899.70 545279.86 2213.45
## 5522 116102.67 2203553.27 1441557.14 758232.29 3763.84
## 5523 102563.10 2539406.03 1566289.88 970943.65 2172.50
## 5524 98555.04 2327570.81 1433086.08 893082.67 1402.06
## 5525 110878.40 3201511.94 1755945.22 1442472.30 3094.42
## 5526 107712.68 2437197.30 1445592.77 987092.17 4512.36
## 5527 103658.21 2203084.89 1276040.86 922977.71 4066.32
## 5528 102419.92 2365115.30 1494929.03 867612.77 2573.50
## 5529 111324.84 2357778.91 1344665.71 1012172.25 940.95
## 5530 93943.34 2409223.20 1478205.23 928604.86 2413.11
## 5531 91408.86 2158077.84 1621159.84 535021.55 1896.45
## 5532 122056.89 2268690.86 1560891.12 706937.47 862.27
## 5533 94460.71 2244433.80 1668013.40 571941.45 4478.95
## 5534 95280.92 2239890.63 1730972.57 505626.06 3292.00
## 5535 96068.39 2346061.42 1664867.92 664224.62 16968.88
## 5536 95086.40 2504100.74 1822960.00 665247.85 15892.89
## 5537 111309.46 2606450.98 1823295.07 762671.30 20484.61
## 5538 137804.75 2628016.66 2009090.39 606174.10 12752.17
## 5539 135483.56 2548752.65 1853714.65 687801.75 7236.25
## 5540 140268.18 2419020.89 1643598.70 767883.69 7538.50
## 5541 162974.69 2322715.61 1528937.12 787095.90 6682.59
## 5542 147905.62 2926187.85 1971340.38 949755.22 5092.25
## 5543 164102.20 2898450.92 1761129.51 1132669.37 4652.04
## 5544 150382.82 2529687.53 1385581.32 1139276.54 4829.67
## 5545 155509.69 2859001.80 1826973.60 1026237.94 5790.26
## 5546 152314.08 3079248.01 1953254.58 1118633.94 7359.49
## 5547 131269.35 2688397.82 1975170.33 706418.43 6809.06
## 5548 130993.85 2246865.14 1582301.04 658730.78 5833.32
## 5549 168334.55 3065692.14 1944100.53 1112775.44 8816.17
## 5550 177612.73 2406246.76 1619230.76 780038.56 6977.44
## 5551 159784.50 2486040.40 1644831.50 840392.37 816.53
## 5552 190076.10 2538487.90 1771851.21 765592.73 1043.96
## 5553 167407.21 2257593.06 1216115.26 1040865.95 611.85
## 5554 179006.49 2470527.63 1608842.43 860619.11 1066.09
## 5555 171164.48 2223309.85 1665446.71 556980.31 882.83
## 5556 251937.95 2681463.43 1557228.28 1123472.59 762.56
## 5557 123948.37 2734390.49 1670968.69 1062368.09 1053.71
## 5558 155260.97 2293243.90 1225073.29 1064255.94 3914.67
## 5559 281618.20 3123581.98 1921219.60 1187478.30 14884.08
## 5560 186797.28 2240990.41 1438474.30 781447.29 21068.82
## 5561 121729.44 2761390.23 1345680.31 1407886.07 7823.85
## 5562 181519.92 2868822.60 1515056.35 1352291.24 1475.01
## 5563 175472.09 2538772.45 1418302.47 1118953.54 1516.44
## 5564 156194.56 2707752.65 1383713.06 1320163.95 3875.64
## 5565 15998.99 297872.51 130112.09 167620.42 140.00
## 5566 12379.19 323315.22 142224.29 180677.60 413.33
## 5567 12632.73 386798.87 167338.47 219187.07 273.33
## 5568 10869.10 268576.18 105842.68 162657.94 75.56
## 5569 9805.34 203322.09 104487.22 98716.81 118.06
## 5570 11622.63 210703.11 109832.07 100871.04 0.00
## 5571 14195.71 207108.43 114355.56 92752.87 0.00
## 5572 17719.27 189492.08 106571.99 82920.09 0.00
## 5573 17669.83 170583.00 77112.50 93470.50 0.00
## 5574 17487.68 208643.81 92147.36 115578.39 918.06
## 5575 13559.50 326049.56 204702.97 121346.59 0.00
## 5576 11748.36 227171.38 153534.17 73637.21 0.00
## 5577 15371.56 201432.47 131471.63 69960.84 0.00
## 5578 14663.85 188232.75 117476.89 70580.86 175.00
## 5579 12899.95 179627.74 104714.47 74913.27 0.00
## 5580 12243.91 193032.41 111106.93 81825.48 100.00
## 5581 13318.67 192349.36 112529.49 79499.87 320.00
## 5582 12234.07 211026.64 134565.14 76391.50 70.00
## 5583 12142.01 223752.19 142739.33 81012.86 0.00
## 5584 15309.45 244142.63 159059.48 85083.15 0.00
## 5585 15436.45 219758.21 152300.82 67457.39 0.00
## 5586 15442.57 212715.39 144484.06 65764.66 2466.67
## 5587 17101.34 262557.27 169487.86 81989.41 11080.00
## 5588 16431.19 251111.63 178906.87 68996.71 3208.05
## 5589 16968.44 287873.68 187139.46 87776.17 12958.05
## 5590 20212.32 318422.49 212681.56 91214.82 14526.11
## 5591 23127.35 346014.18 243993.80 95170.94 6849.44
## 5592 25373.47 278538.50 167775.05 94639.29 16124.16
## 5593 56434.44 213895.00 110853.14 87748.53 15293.33
## 5594 41083.35 238201.26 106610.36 121450.90 10140.00
## 5595 37522.40 257284.62 107015.69 144257.82 6011.11
## 5596 50440.46 198590.26 97204.01 93102.92 8283.33
## 5597 20624.94 162737.23 97314.33 61552.90 3870.00
## 5598 33224.01 212841.11 124984.25 83560.19 4296.67
## 5599 32607.62 255700.36 173262.30 75381.39 7056.67
## 5600 32786.12 195910.78 97308.05 96326.06 2276.67
## 5601 51745.47 199616.93 92473.19 107003.74 140.00
## 5602 32940.56 168152.43 97395.82 70756.61 0.00
## 5603 29032.63 114280.98 82969.77 31311.21 0.00
## 5604 30073.26 155582.95 99134.34 56448.61 0.00
## 5605 71017.02 140577.07 86992.57 53584.50 0.00
## 5606 36476.41 149759.94 88060.04 61699.90 0.00
## 5607 38919.31 118578.88 89574.12 29004.76 0.00
## 5608 53843.00 125240.61 84429.01 40794.93 16.67
## 5609 27799.93 140172.99 88186.62 50489.70 1496.67
## 5610 30289.17 159512.61 89653.91 56745.36 13113.34
## 5611 74916.26 170067.56 100403.73 41471.60 28192.23
## 5612 38529.09 149053.35 94019.44 16913.91 38120.00
## 5613 16034.41 135481.08 94434.30 24812.34 16234.44
## 5614 26636.10 125527.45 89810.71 28507.85 7208.89
## 5615 16273.90 124938.10 82660.45 40944.32 1333.33
## 5616 35241.26 128928.74 94218.83 32476.58 2233.33
## 5617 20.25 9735.94 5556.98 4178.96 0.00
## 5618 19.06 15616.09 6863.18 8752.91 0.00
## 5619 79.18 17207.91 8914.13 8293.78 0.00
## 5620 104.36 13853.56 7268.21 6585.35 0.00
## 5621 136.00 9511.00 7061.00 2450.00 0.00
## 5622 62.00 11426.00 5059.00 6368.00 0.00
## 5623 43.00 13940.00 7536.00 6404.00 0.00
## 5624 213.00 12115.00 8006.00 4109.00 0.00
## 5625 33.88 13050.39 9877.42 3172.97 0.00
## 5626 57.94 8829.04 5050.91 3778.13 0.00
## 5627 35.48 8569.51 5101.64 3467.87 0.00
## 5628 62.45 6773.72 3882.02 2891.70 0.00
## 5629 42.63 5802.41 2148.20 3654.21 0.00
## 5630 77.85 9299.99 5069.66 4230.33 0.00
## 5631 74.82 9933.04 5391.35 4541.69 0.00
## 5632 33.59 9154.86 5289.78 3851.75 13.33
## 5633 136.96 8985.46 4559.36 3672.77 753.33
## 5634 121.57 10138.66 4615.19 3646.80 1876.67
## 5635 71.46 13412.07 9395.94 3709.46 306.67
## 5636 130.14 13908.35 8599.25 4155.77 1153.33
## 5637 186.67 12331.34 8301.97 3132.71 896.66
## 5638 336.06 13636.13 5918.21 6844.59 873.33
## 5639 321.62 8074.87 5552.63 1932.24 590.00
## 5640 940.58 9037.23 3250.30 4896.93 890.00
## 5641 2546.08 10739.09 4950.13 4788.96 1000.00
## 5642 494.51 16008.42 8213.25 5210.17 2585.00
## 5643 741.19 14764.17 6549.32 6584.85 1630.00
## 5644 129.85 12665.94 4686.34 6874.60 1105.00
## 5645 723.07 11747.83 3875.12 6697.71 1175.00
## 5646 364.68 12857.87 2704.43 8235.11 1918.33
## 5647 100.07 10246.77 2834.14 6342.63 1070.00
## 5648 105.74 12727.56 6141.75 6029.14 556.67
## 5649 334.01 10798.31 5338.56 5203.08 256.67
## 5650 196.39 13279.94 5727.85 7552.09 0.00
## 5651 121.07 36806.79 9600.81 27205.98 0.00
## 5652 81.89 22819.87 10547.36 12272.51 0.00
## 5653 84.45 23292.31 8236.01 15056.30 0.00
## 5654 161.28 14005.06 7179.98 6825.08 0.00
## 5655 44.28 13907.84 7121.61 6786.23 0.00
## 5656 97.26 19977.68 6332.44 13645.24 0.00
## 5657 70.17 18842.97 7252.70 11590.27 0.00
## 5658 140.57 18267.93 8302.27 9965.66 0.00
## 5659 89.32 26414.54 10990.08 15424.46 0.00
## 5660 57.86 13388.64 13277.29 111.35 0.00
## 5661 71.20 11149.85 10910.40 239.45 0.00
## 5662 125.48 10955.48 10784.07 171.41 0.00
## 5663 175.60 12161.47 11650.91 510.56 0.00
## 5664 2119.02 10233.43 10047.32 186.11 0.00
## 5665 484.56 12780.26 12393.84 382.06 4.36
## 5666 2191.71 11194.51 11060.19 125.50 8.82
## 5667 607.03 12634.81 12574.72 60.09 0.00
## 5668 56.91 12674.57 12606.67 67.90 0.00
## 5669 200.36 7874.69 7866.86 7.83 0.00
## 5670 961.18 265511.68 173990.02 88882.27 2639.39
## 5671 1112.56 200420.81 130079.34 66147.03 4194.44
## 5672 915.94 218795.46 153468.13 62336.11 2991.22
## 5673 1302.16 229537.62 158483.40 67567.68 3486.54
## 5674 1390.00 207280.00 137581.00 66640.00 3058.00
## 5675 903.00 172460.00 113141.00 55576.00 3743.00
## 5676 1109.00 181617.00 118386.00 61447.00 1784.00
## 5677 1398.00 233196.00 154898.00 75134.00 3164.00
## 5678 1124.72 258203.63 189677.82 66802.08 1723.73
## 5679 1083.81 199513.92 131656.43 66215.82 1641.67
## 5680 894.35 149983.51 95710.09 54265.29 8.13
## 5681 148.61 173759.18 110652.91 63067.00 39.27
## 5682 51.10 166005.89 100702.03 65197.74 106.12
## 5683 366.89 153118.37 101913.35 51196.55 8.47
## 5684 34.48 136222.77 88241.47 47954.41 26.89
## 5685 92.68 141331.98 90750.39 50425.52 156.07
## 5686 111.21 178201.05 116857.39 58868.48 2475.18
## 5687 121.59 150194.51 92866.15 54225.03 3103.33
## 5688 99.72 179771.75 116586.74 56679.85 6505.16
## 5689 27.54 196441.55 132374.71 62509.83 1557.01
## 5690 64.99 220634.69 148972.21 66092.48 5570.00
## 5691 69.99 205049.15 137139.10 60271.16 7638.89
## 5692 87.14 164737.55 105247.83 53475.11 6014.61
## 5693 150.97 167769.38 115065.44 45903.96 6799.98
## 5694 100.90 216597.76 154627.41 55794.73 6175.62
## 5695 442.12 215484.32 138657.24 69372.08 7455.00
## 5696 109.99 223816.89 136027.87 77103.34 10685.68
## 5697 149.89 205576.35 102982.83 95431.48 7162.04
## 5698 145.33 174184.46 94081.93 69712.53 10390.00
## 5699 101.41 203016.44 117300.66 78150.78 7565.00
## 5700 130.81 293014.07 174068.36 113270.71 5675.00
## 5701 354.25 199864.68 131064.06 57827.85 10972.77
## 5702 1650.70 222049.39 142077.31 70753.58 9218.50
## 5703 3491.08 250753.79 171471.84 69708.44 9573.51
## 5704 248.63 277194.84 148163.73 121006.86 8024.25
## 5705 240.51 215669.22 131644.64 75877.47 8147.11
## 5706 96.03 225570.43 138920.99 84101.48 2547.96
## 5707 143.78 256638.61 170945.65 80087.96 5605.00
## 5708 124.10 193143.23 107369.32 78978.91 6795.00
## 5709 139.77 206733.85 150546.84 52857.01 3330.00
## 5710 132.95 170193.33 108832.13 56386.20 4975.00
## 5711 147.93 195711.22 120153.69 72091.97 3465.56
## 5712 97.76 203385.65 126155.12 75894.14 1336.39
## 5713 62.73 221980.74 143650.82 77624.92 705.00
## 5714 96.57 275008.05 222151.21 50371.84 2485.00
## 5715 133.35 230746.78 171819.03 55459.69 3468.06
## 5716 325.51 233733.34 176286.09 56911.14 536.11
## 5717 412.85 278347.77 180392.30 97837.41 118.06
## 5718 219.79 256177.70 177033.34 79144.36 0.00
## 5719 179.13 298994.39 177899.15 121095.24 0.00
## 5720 169.63 221084.44 145333.47 75750.97 0.00
## 5721 319.36 244202.82 172510.89 71691.93 0.00
## 5722 337.48 204228.49 111599.58 92628.91 0.00
## 5723 4920.46 258478.30 245665.84 12812.46 0.00
## 5724 2679.60 191656.90 184571.16 7085.74 0.00
## 5725 2933.76 188864.53 177981.17 10883.36 0.00
## 5726 3979.72 286728.96 263946.30 22782.66 0.00
## 5727 3789.00 177809.00 173143.00 4666.00 0.00
## 5728 3440.00 189136.00 157579.00 31556.00 0.00
## 5729 3724.00 210972.00 167489.00 43483.00 0.00
## 5730 3925.00 189263.00 178913.00 10350.00 0.00
## 5731 4062.15 180419.22 173551.97 6867.25 0.00
## 5732 4193.34 181207.20 179693.45 1510.42 3.33
## 5733 4523.13 189245.79 184656.12 4545.23 44.44
## 5734 4901.97 179167.58 166892.17 12272.08 3.33
## 5735 4554.55 155033.54 147300.36 7733.18 0.00
## 5736 4777.48 181228.19 167895.87 13332.32 0.00
## 5737 4487.70 161333.19 158072.68 3260.51 0.00
## 5738 4745.57 160297.18 158757.44 1466.41 73.33
## 5739 5141.78 177515.08 169534.25 3197.50 4783.33
## 5740 5348.28 171218.40 168300.59 547.81 2370.00
## 5741 5171.88 194141.28 192627.66 800.29 713.33
## 5742 5204.71 210388.02 198850.69 1721.77 9815.56
## 5743 5629.49 199211.34 186157.57 8884.88 4168.89
## 5744 5324.79 188752.34 182988.33 1830.67 3933.34
## 5745 5352.26 192553.37 187554.78 1284.15 3714.44
## 5746 5663.76 186024.23 181105.06 1046.95 3872.22
## 5747 5640.71 185100.69 177112.27 886.20 7102.22
## 5748 6202.11 182812.82 170309.91 3724.85 8778.06
## 5749 6602.84 210713.25 182308.65 14659.60 13745.00
## 5750 6496.32 183159.21 167326.54 7351.56 8481.11
## 5751 6444.29 181315.40 169245.63 2474.77 9595.00
## 5752 7177.12 196219.87 184500.54 4298.50 7420.83
## 5753 7375.87 205927.41 201471.90 2167.18 2288.33
## 5754 7002.93 228251.64 221418.94 2459.09 4373.61
## 5755 7223.03 205001.75 202535.27 2203.43 263.05
## 5756 6178.07 263404.05 259582.13 2476.09 1345.83
## 5757 10048.95 290272.10 282860.48 6800.51 611.11
## 5758 7668.11 207964.43 202998.95 4607.00 358.48
## 5759 7322.93 213889.71 197171.14 16072.74 645.83
## 5760 6834.65 203367.67 182834.46 20215.15 318.06
## 5761 6568.37 221513.06 218334.47 2510.53 668.06
## 5762 7301.92 216974.88 213697.33 1724.22 1553.33
## 5763 7285.09 199144.48 196644.22 1950.26 550.00
## 5764 6761.79 198718.31 179560.94 18501.81 655.56
## 5765 9389.51 205301.67 202870.46 2051.49 379.72
## 5766 12152.67 192142.78 190684.63 1458.15 0.00
## 5767 9921.32 190774.33 185955.28 4349.61 469.44
## 5768 9538.66 180991.86 169659.38 10733.87 598.61
## 5769 8822.74 187779.92 166227.16 19425.37 2127.39
## 5770 29352.66 196303.26 187362.83 6286.24 2654.19
## 5771 10828.08 199802.86 193910.98 2724.14 3167.74
## 5772 22836.90 194070.66 187903.12 5693.97 473.57
## 5773 10119.64 190555.26 188395.17 2152.31 7.78
## 5774 9793.59 186202.48 183395.10 2281.83 525.55
## 5775 14387.01 153891.12 151345.59 2542.41 3.12
## 5776 6263.00 33481.31 28764.84 4676.67 39.80
## 5777 4750.61 24789.23 18067.46 6638.51 83.26
## 5778 6655.62 24713.38 18837.14 5849.25 26.99
## 5779 4746.44 25648.07 19630.21 5945.47 72.39
## 5780 7094.00 39372.00 35079.00 4261.00 32.00
## 5781 5116.00 19551.00 14540.00 4914.00 96.00
## 5782 5660.00 21681.00 14002.00 7421.00 258.00
## 5783 4630.00 37274.00 32441.00 4811.00 21.00
## 5784 4629.02 33975.34 29560.96 4359.84 54.54
## 5785 4757.31 27859.07 22077.20 5728.70 53.17
## 5786 4055.92 26912.50 23454.01 3437.20 21.29
## 5787 5019.97 19238.75 13508.39 5695.44 34.92
## 5788 6108.00 18346.12 13229.38 4986.80 129.94
## 5789 5127.60 17960.71 12675.91 5242.70 42.10
## 5790 5658.57 19320.63 13553.63 5756.46 10.54
## 5791 5498.75 22052.88 15258.22 6770.69 23.97
## 5792 6160.18 21061.10 13679.37 7241.83 139.90
## 5793 6522.54 24531.08 18158.21 6319.14 53.73
## 5794 6033.78 39856.22 35502.76 4335.74 17.72
## 5795 7323.21 35581.42 29076.01 6495.06 10.35
## 5796 5544.33 24873.72 16648.41 8222.39 2.92
## 5797 7644.86 25009.98 16530.36 8380.66 98.96
## 5798 7264.42 24556.38 15602.20 8946.81 7.37
## 5799 7061.55 24303.12 15903.64 8360.30 39.18
## 5800 8951.08 24002.13 15218.69 8708.17 75.27
## 5801 7817.34 67061.33 66747.70 308.71 4.92
## 5802 8606.69 44264.82 44184.81 24.45 55.56
## 5803 7667.69 42488.99 42360.01 52.46 76.52
## 5804 8414.51 40756.93 40688.09 26.66 42.18
## 5805 8103.35 41194.91 41167.77 19.07 8.07
## 5806 7950.05 44450.12 44427.36 11.47 11.29
## 5807 10210.41 46020.02 45988.11 20.42 11.49
## 5808 10330.63 37459.65 37442.60 8.80 8.25
## 5809 9358.25 43341.84 41044.26 2292.62 4.96
## 5810 9701.89 47945.74 45880.43 2055.34 9.97
## 5811 9316.90 56279.92 56263.68 2.95 13.29
## 5812 9753.54 39398.24 39291.24 85.45 21.55
## 5813 9548.66 43303.69 43271.03 29.36 3.30
## 5814 10280.71 41820.45 41795.02 15.56 9.87
## 5815 9919.67 40325.86 40187.35 115.56 22.95
## 5816 8899.30 38686.32 38139.14 517.97 29.21
## 5817 9034.34 39914.17 39041.29 834.37 38.51
## 5818 9975.45 60322.82 58419.56 1777.12 126.14
## 5819 12115.21 47208.10 32638.67 14550.61 18.82
## 5820 11562.80 56559.78 38256.67 18258.12 44.99
## 5821 9936.27 57149.38 45026.93 11989.28 133.17
## 5822 9261.32 42822.38 41656.91 1141.72 23.75
## 5823 23346.13 64602.08 61439.09 3116.04 46.95
## 5824 9559.20 53362.99 36294.30 17043.36 25.33
## 5825 8313.98 40125.44 34932.06 5155.30 38.08
## 5826 10056.51 43240.79 38975.02 4039.78 225.99
## 5827 12143.68 48885.16 40257.37 8607.03 20.76
## 5828 11341.75 55914.28 53093.47 2793.61 27.20
## 5829 2061.91 82614.14 65868.23 16745.91 0.00
## 5830 1638.50 88921.86 75107.00 13814.86 0.00
## 5831 3836.18 89310.82 74552.80 14758.02 0.00
## 5832 2169.35 114436.99 93125.70 21311.29 0.00
## 5833 1901.00 88460.00 66539.00 21921.00 0.00
## 5834 2073.00 106195.00 65656.00 40538.00 0.00
## 5835 2365.00 120892.00 77117.00 43775.00 0.00
## 5836 5720.00 84655.00 74568.00 10086.00 0.00
## 5837 2014.44 91079.59 74159.79 16919.80 0.00
## 5838 2145.15 87564.59 74278.47 13286.12 0.00
## 5839 2432.68 84463.39 81134.22 3329.17 0.00
## 5840 2218.03 64454.11 57500.31 6953.80 0.00
## 5841 1266.34 110789.31 76160.93 34628.38 0.00
## 5842 1797.71 99461.56 71620.46 27841.10 0.00
## 5843 1718.59 101081.18 67635.26 33422.59 23.33
## 5844 1322.39 126119.44 89622.85 36416.59 80.00
## 5845 1483.54 117589.04 97862.02 18127.02 1600.00
## 5846 1478.63 112257.21 83323.67 27043.54 1890.00
## 5847 1534.57 127400.92 89674.49 36986.43 740.00
## 5848 1675.13 137738.03 90348.04 44267.77 3122.22
## 5849 2985.05 122062.52 78320.70 40848.48 2893.34
## 5850 3211.56 122695.08 85619.14 35182.60 1893.34
## 5851 3326.40 126527.56 96106.82 29390.74 1030.00
## 5852 6107.14 116370.26 77917.97 35935.62 2516.67
## 5853 3825.67 117221.19 76876.70 38373.38 1971.11
## 5854 3962.90 82652.52 75760.19 4052.33 2840.00
## 5855 4890.20 96597.11 88408.03 5364.08 2825.00
## 5856 3399.30 102279.18 94362.33 5241.02 2675.83
## 5857 3286.69 120490.93 112280.36 5416.40 2794.17
## 5858 3039.46 117600.15 109052.09 5650.84 2897.22
## 5859 3075.67 121710.67 115907.40 5366.60 436.67
## 5860 2755.68 133480.94 127580.75 4926.86 973.33
## 5861 3222.88 122285.45 117070.57 5154.88 60.00
## 5862 3462.02 153291.05 146852.13 6280.59 158.33
## 5863 6088.75 170610.41 148966.58 20450.77 1193.06
## 5864 3505.87 126935.33 114534.76 11768.63 631.94
## 5865 3293.60 125472.94 104839.16 20633.78 0.00
## 5866 3589.29 143657.87 124789.29 17115.80 1752.78
## 5867 3497.44 170299.11 149094.59 21204.52 0.00
## 5868 3484.11 132971.68 115541.17 17430.51 0.00
## 5869 3403.92 127843.58 115695.54 11461.93 686.11
## 5870 3736.16 105821.06 87773.26 18047.80 0.00
## 5871 3675.15 95962.58 75284.64 20014.05 663.89
## 5872 5832.20 75550.74 75014.84 535.90 0.00
## 5873 5887.27 92377.84 88862.29 3515.55 0.00
## 5874 5419.01 96599.45 88030.23 8569.22 0.00
## 5875 11050.66 103106.35 97915.93 5190.42 0.00
## 5876 7080.99 119616.60 119075.00 541.60 0.00
## 5877 6111.10 127373.73 126000.39 1373.34 0.00
## 5878 11138.94 120962.13 118685.31 2276.82 0.00
## 5879 8522.37 106575.34 106091.75 483.59 0.00
## 5880 9300.68 107889.36 107796.03 93.33 0.00
## 5881 3933.72 79553.53 79339.78 213.75 0.00
## 5882 25.00 46926.65 37397.52 9529.13 0.00
## 5883 27.00 47400.36 43236.49 4163.87 0.00
## 5884 39.68 43423.11 38800.90 4622.21 0.00
## 5885 61.68 55893.39 51672.86 4220.53 0.00
## 5886 42.00 57974.00 54677.00 3297.00 0.00
## 5887 26.00 45769.00 40451.00 5319.00 0.00
## 5888 75.00 47700.00 36898.00 10802.00 0.00
## 5889 48.00 52678.00 45324.00 7354.00 0.00
## 5890 58.11 51746.17 19894.72 31804.78 46.67
## 5891 38.11 56499.10 15584.79 40914.31 0.00
## 5892 61.44 26419.21 21739.67 4679.54 0.00
## 5893 32.89 20178.36 14836.88 5341.48 0.00
## 5894 38.61 45632.71 25278.83 20353.88 0.00
## 5895 36.62 30601.46 16985.80 13615.66 0.00
## 5896 31.20 57122.81 50015.10 7107.71 0.00
## 5897 47.77 74183.52 60985.17 12841.68 356.67
## 5898 31.37 72324.77 63253.04 6368.40 2703.33
## 5899 39.76 64735.76 56628.27 6698.60 1408.89
## 5900 19.56 71550.27 71041.38 18.89 490.00
## 5901 11.18 67578.36 64906.14 102.22 2570.00
## 5902 18.73 81549.13 79458.02 107.78 1983.33
## 5903 42.94 74743.95 73066.17 84.45 1593.33
## 5904 40.32 78807.68 76952.12 592.23 1263.33
## 5905 37.44 78535.53 76394.42 331.11 1810.00
## 5906 35.75 70605.71 68146.82 47.78 2411.11
## 5907 55.72 84697.79 78261.38 641.41 5795.00
## 5908 105.58 61838.56 55195.58 3167.98 3475.00
## 5909 59.58 36633.40 32337.84 945.56 3350.00
## 5910 101.12 44636.27 40583.35 700.42 3352.50
## 5911 78.57 36714.12 30261.23 1937.89 4515.00
## 5912 57.58 63179.14 59568.90 1656.91 1953.33
## 5913 109.42 83633.33 81516.96 1153.04 963.33
## 5914 56.41 65928.68 63239.70 2270.93 418.05
## 5915 134.29 83714.04 82649.46 1064.58 0.00
## 5916 209.65 85504.11 84212.76 1291.35 0.00
## 5917 45.64 93620.13 91172.90 2447.23 0.00
## 5918 39.89 74454.26 72228.55 2225.71 0.00
## 5919 36.44 92947.43 87097.48 5849.95 0.00
## 5920 48.80 90310.67 38343.57 51967.10 0.00
## 5921 42.00 90414.30 64653.94 25760.36 0.00
## 5922 53.28 87549.31 86727.99 821.32 0.00
## 5923 74.38 76845.63 73724.45 3121.18 0.00
## 5924 28.00 78812.28 56757.21 22055.07 0.00
## 5925 46.33 63717.89 63652.74 65.15 0.00
## 5926 44.92 49724.34 49518.00 206.34 0.00
## 5927 33.22 45964.84 44232.00 1732.84 0.00
## 5928 110.87 62351.82 58032.13 4319.69 0.00
## 5929 116.10 89737.93 89664.64 73.29 0.00
## 5930 111.33 89482.82 87723.55 1253.71 505.56
## 5931 56.29 88839.91 86197.69 2642.22 0.00
## 5932 53.84 97842.61 96319.50 1523.11 0.00
## 5933 65.83 72788.27 72703.02 85.25 0.00
## 5934 102.52 45429.09 45155.38 255.65 18.06
## 5935 111845.09 1538194.86 1461095.10 20553.60 56546.16
## 5936 116855.41 1360607.80 1277612.22 21328.12 61667.46
## 5937 115250.14 1310920.63 1229946.93 21220.86 59752.84
## 5938 90168.26 1378241.38 1291298.72 27353.79 59588.87
## 5939 100234.00 1449838.00 1365781.00 30856.00 53201.00
## 5940 121946.00 1181616.00 1093008.00 27254.00 61354.00
## 5941 107055.00 1434759.00 1328429.00 47615.00 58715.00
## 5942 108415.00 1337035.00 1248089.00 30662.00 58284.00
## 5943 108333.63 1181948.32 1105519.80 20488.19 55940.33
## 5944 125816.68 1222283.56 1165130.71 22762.03 34390.82
## 5945 123891.36 912891.54 856748.54 21482.38 34660.62
## 5946 137027.40 881911.52 822315.27 22733.62 36862.63
## 5947 138380.27 806432.40 747128.46 25531.54 33772.40
## 5948 120405.29 853098.04 794746.40 25612.08 32739.56
## 5949 119703.21 858056.47 801572.79 24211.83 32271.85
## 5950 128019.39 911326.45 860705.01 18473.03 32148.41
## 5951 141899.49 961878.15 904618.47 19579.65 37680.03
## 5952 168178.12 902975.05 839519.87 21358.39 42096.79
## 5953 157338.07 892415.39 830646.31 19482.22 42286.86
## 5954 165218.13 1071307.22 986592.65 33841.83 50872.74
## 5955 190313.03 1245968.09 1160556.19 32819.18 52592.72
## 5956 159763.39 1290308.70 1201486.97 30452.62 58369.11
## 5957 152942.18 1032288.08 948516.41 28336.99 55434.68
## 5958 151424.79 1097188.19 1018813.29 20424.08 57950.82
## 5959 178446.19 1085561.06 1007608.04 22434.17 55518.85
## 5960 207945.39 1838137.96 1767976.83 5214.88 64946.25
## 5961 224121.48 1913364.44 1844798.20 4337.49 64228.75
## 5962 191069.11 2123361.74 2061235.10 5202.82 56923.82
## 5963 191313.38 2066074.36 1989158.83 5912.72 71002.81
## 5964 188258.15 2168105.43 2095827.24 5598.97 66679.22
## 5965 141320.44 2407209.29 2348867.54 4428.25 53913.50
## 5966 153502.24 1905813.20 1829396.11 3223.85 73193.24
## 5967 137755.31 1756379.89 1685046.63 3942.61 67390.65
## 5968 134825.51 2289866.55 2216400.16 4798.87 68667.52
## 5969 150595.46 2399302.06 2314634.27 3601.53 81066.26
## 5970 157508.63 1845110.50 1770413.98 2532.70 72163.82
## 5971 162006.91 1925543.13 1849562.53 6322.77 69657.83
## 5972 163002.25 1658969.52 1585488.40 1756.03 71725.09
## 5973 161909.09 2032218.63 1957058.55 13132.90 62027.18
## 5974 150682.37 2132148.83 2059479.45 16199.12 56470.26
## 5975 138133.01 1698369.81 1629800.46 1991.84 66577.51
## 5976 143586.99 1772454.55 1709046.29 5147.16 58261.10
## 5977 156629.51 1603340.71 1528139.92 7223.59 67977.20
## 5978 161251.98 1791637.25 1727384.52 9179.36 55073.37
## 5979 155642.35 1954663.30 1870562.62 42309.14 41791.54
## 5980 177817.01 1918345.42 1728825.22 145454.71 44065.49
## 5981 158534.53 2403372.01 2247565.14 101368.24 54438.63
## 5982 214137.93 3462625.70 3403581.49 7838.83 51205.38
## 5983 148335.97 2601998.58 2504421.68 48343.02 49233.88
## 5984 106559.24 2297516.21 2207074.93 61563.24 28878.04
## 5985 95137.62 2036110.00 1910596.03 99912.91 25601.06
## 5986 109029.01 1985817.56 1807926.97 144375.50 33515.09
## 5987 90899.53 1940375.45 1762033.74 151333.95 27007.76
## 5988 6349.26 170310.30 162934.08 7369.55 6.67
## 5989 3839.91 66648.26 63206.54 3441.72 0.00
## 5990 3658.03 71289.18 66708.48 4580.70 0.00
## 5991 4428.39 153858.79 146050.48 7808.31 0.00
## 5992 4556.00 63193.00 59298.00 3895.00 0.00
## 5993 3742.00 64544.00 61925.00 2619.00 0.00
## 5994 3820.00 68336.00 65221.00 3115.00 0.00
## 5995 4551.00 66556.00 62017.00 4539.00 0.00
## 5996 4855.57 70610.63 66781.57 3829.06 0.00
## 5997 4716.56 62685.00 56997.63 5687.37 0.00
## 5998 4652.86 54000.65 50704.73 3295.92 0.00
## 5999 5567.33 56369.42 49194.60 7172.60 2.22
## 6000 4781.98 58115.90 52744.08 5371.82 0.00
## 6001 4797.80 57760.84 52513.87 5246.97 0.00
## 6002 5336.34 62460.97 57929.86 4531.11 0.00
## 6003 5176.80 66659.52 62156.95 4502.57 0.00
## 6004 5424.48 67525.49 63280.77 3374.72 870.00
## 6005 6029.05 76108.68 67996.40 4698.95 3413.33
## 6006 5772.92 76173.91 69562.98 5067.60 1543.33
## 6007 5602.86 80510.08 71101.96 5397.01 4011.11
## 6008 6255.40 77337.76 67363.49 6829.83 3144.44
## 6009 6519.58 78414.28 71208.40 5682.54 1523.34
## 6010 6237.96 69740.05 63813.12 4829.15 1097.78
## 6011 5993.87 83186.83 75923.52 4233.31 3030.00
## 6012 6036.41 85804.46 77573.02 4561.45 3669.99
## 6013 6490.52 82484.69 73227.42 4767.27 4490.00
## 6014 6627.47 80928.37 71119.63 5358.74 4450.00
## 6015 5877.63 79814.67 72142.41 4877.26 2795.00
## 6016 6332.43 71204.84 62169.32 3515.52 5520.00
## 6017 6816.90 80492.65 69740.45 5812.20 4940.00
## 6018 7005.98 73288.41 65629.28 6092.46 1566.67
## 6019 8529.56 84116.03 80490.49 3625.54 0.00
## 6020 7712.06 76179.38 71310.74 4868.64 0.00
## 6021 6721.88 88146.57 83151.81 4994.76 0.00
## 6022 11654.08 108824.76 98860.28 9964.48 0.00
## 6023 7990.10 83078.96 73582.10 9496.86 0.00
## 6024 7619.22 86865.45 81393.87 5471.58 0.00
## 6025 7459.86 69884.89 66436.60 3448.29 0.00
## 6026 6657.48 68824.08 64339.22 4484.86 0.00
## 6027 7802.11 90394.45 85957.69 4258.98 177.78
## 6028 7655.97 74293.95 69700.62 4593.33 0.00
## 6029 7312.02 67821.60 63179.59 4642.01 0.00
## 6030 8252.21 63104.65 58990.64 4114.01 0.00
## 6031 11157.19 60319.76 56436.67 3883.09 0.00
## 6032 13181.85 59434.18 54950.63 4483.55 0.00
## 6033 9650.83 63900.51 59663.05 4224.13 13.33
## 6034 8886.98 64825.32 59465.37 5142.17 217.78
## 6035 21721.89 70492.61 56412.26 13627.57 452.78
## 6036 9146.99 69453.58 58828.73 9630.41 994.44
## 6037 20382.32 68630.28 54562.88 14067.40 0.00
## 6038 9918.56 62953.99 52626.61 10327.38 0.00
## 6039 10231.86 72165.82 63539.28 8626.54 0.00
## 6040 15036.44 59678.05 45920.26 13711.12 46.67
## 6041 120869.17 71779.39 63314.15 8409.90 55.34
## 6042 116405.91 90196.05 78806.93 11311.18 77.94
## 6043 99248.93 130858.02 77380.80 53445.77 31.45
## 6044 90891.04 510679.10 87489.87 423185.75 3.48
## 6045 92092.00 84522.00 48070.00 36440.00 12.00
## 6046 82294.00 74100.00 68552.00 5532.00 15.00
## 6047 98666.00 84575.00 81798.00 2775.00 2.00
## 6048 91330.00 82312.00 79021.00 3280.00 12.00
## 6049 81793.52 76847.92 73426.03 3406.65 15.24
## 6050 88632.79 76776.51 74126.58 2647.71 2.22
## 6051 95627.48 64007.37 59543.29 4441.86 22.22
## 6052 93956.96 74882.46 69716.43 5164.92 1.11
## 6053 87406.94 69780.91 66070.17 3699.01 11.73
## 6054 85663.08 85291.63 77980.21 7213.35 98.07
## 6055 61656.40 89060.44 79455.71 9519.58 85.15
## 6056 100807.96 77432.01 69984.74 7392.83 54.44
## 6057 114858.97 92390.16 82436.76 7822.29 2131.11
## 6058 114879.68 90767.36 79318.59 7988.55 3460.22
## 6059 115570.89 85041.00 74670.87 8186.79 2183.34
## 6060 140354.25 93275.15 79635.38 9073.11 4566.66
## 6061 135484.85 85102.70 72282.38 8346.94 4473.38
## 6062 136884.94 85139.58 71189.43 8973.49 4976.66
## 6063 134637.19 76625.09 66465.51 7716.18 2443.40
## 6064 127440.73 85948.26 73112.31 7949.29 4886.66
## 6065 129762.05 94852.17 84928.16 5909.57 4014.44
## 6066 168507.26 124672.54 122061.96 658.36 1952.22
## 6067 149582.02 130527.94 128738.67 327.15 1462.12
## 6068 139914.23 122862.84 119020.04 764.05 3078.75
## 6069 138493.75 106151.60 103151.37 528.32 2471.91
## 6070 122729.21 82403.89 76117.78 1456.00 4830.11
## 6071 132270.53 70414.31 61829.43 2440.78 6144.10
## 6072 103858.53 76176.07 69117.60 1927.78 5130.69
## 6073 123099.28 77063.52 67000.24 2740.06 7323.22
## 6074 147524.40 75075.27 68906.93 2127.03 4041.31
## 6075 162708.29 87543.76 75728.85 2304.19 9510.72
## 6076 125905.46 81021.70 72854.76 2421.11 5745.83
## 6077 94819.76 72872.66 66653.73 1911.72 4307.21
## 6078 104457.58 82832.46 75155.60 2307.78 5369.08
## 6079 102227.68 72632.86 63362.77 2625.56 6644.53
## 6080 97671.17 61142.88 56000.95 934.56 4207.37
## 6081 101928.61 62036.74 56904.92 1563.34 3568.48
## 6082 103000.56 65007.03 61719.23 814.44 2473.36
## 6083 105820.92 53435.31 47528.05 1346.79 4560.47
## 6084 98165.17 68875.36 62917.85 1104.45 4853.06
## 6085 110938.64 68808.54 62915.36 1403.34 4489.84
## 6086 133540.34 71643.51 64795.30 1514.44 5333.77
## 6087 187793.92 87881.55 81975.72 2104.44 3801.39
## 6088 224554.50 105220.88 94444.33 1936.79 8839.76
## 6089 135946.07 96974.33 85615.70 1691.15 9667.48
## 6090 136328.96 91407.50 83227.70 1680.17 6499.63
## 6091 142550.33 75362.20 67302.01 1595.12 6465.07
## 6092 151447.25 91609.12 81467.82 1420.05 8721.25
## 6093 114647.36 69718.37 63550.62 1078.38 5089.37
## 6094 18071.02 130414.45 120022.99 10142.47 248.99
## 6095 20559.93 62632.42 48089.04 14510.77 32.61
## 6096 9956.49 83964.94 57656.39 26216.68 91.87
## 6097 505.01 139814.02 38355.47 101403.35 55.20
## 6098 1399.00 163245.00 20306.00 142867.00 73.00
## 6099 475.00 98908.00 15934.00 82960.00 14.00
## 6100 793.00 152289.00 19201.00 132886.00 203.00
## 6101 868.00 198609.00 16033.00 182385.00 190.00
## 6102 862.16 193381.43 19496.38 173702.60 182.45
## 6103 505.32 147745.18 28319.17 119249.87 176.14
## 6104 377.61 116850.29 31734.98 85072.27 43.04
## 6105 574.34 115871.14 21562.09 94257.73 51.32
## 6106 588.20 112444.23 19544.28 92860.76 39.19
## 6107 626.22 116625.38 22881.73 93645.32 98.33
## 6108 614.28 109312.27 22411.54 86693.86 206.87
## 6109 711.18 110332.00 25990.15 84078.27 263.58
## 6110 668.52 130384.14 28410.44 101680.76 292.94
## 6111 817.07 133357.71 28780.49 104144.22 433.00
## 6112 645.63 160334.02 21251.16 138455.00 627.86
## 6113 884.18 194754.61 21955.22 172119.45 679.94
## 6114 1103.12 163127.75 21883.10 140667.78 576.87
## 6115 1301.36 142600.27 23000.00 119014.47 585.80
## 6116 856.06 126531.90 16005.11 109831.76 695.03
## 6117 1095.65 124578.11 14922.70 109212.65 442.76
## 6118 1529.18 120976.52 16210.98 104180.62 584.92
## 6119 1259.09 155718.08 38542.84 116563.71 611.53
## 6120 1278.00 229891.90 35260.34 193552.30 1079.26
## 6121 1020.95 230990.84 28717.58 201500.92 772.34
## 6122 2143.52 164488.20 33465.46 130291.88 730.86
## 6123 1348.66 270673.54 24201.61 245215.92 1256.01
## 6124 1325.95 241314.86 32810.06 208325.92 178.88
## 6125 1279.88 214934.52 34309.89 180475.96 148.67
## 6126 1026.77 178059.11 27839.65 150104.61 114.85
## 6127 931.97 216922.98 25076.08 191736.09 110.81
## 6128 1302.45 397270.05 33659.21 363468.52 142.32
## 6129 1158.27 140817.43 30877.63 109897.14 42.66
## 6130 1022.47 128695.85 29243.61 99417.18 35.06
## 6131 1300.87 175191.28 36250.42 138925.16 15.70
## 6132 1214.24 129690.94 30133.89 99467.56 89.49
## 6133 1092.42 209328.62 33461.38 175820.25 46.99
## 6134 1185.80 142152.93 30291.14 111860.25 1.54
## 6135 1250.96 189313.35 33907.54 155347.45 58.36
## 6136 1153.18 203327.40 28992.04 174289.27 46.09
## 6137 1107.95 186513.30 20142.93 166331.26 39.11
## 6138 2024.42 168623.26 28279.15 140287.47 56.64
## 6139 1010.90 206009.12 23085.72 182918.90 4.50
## 6140 1679.79 183442.15 30174.49 153260.18 7.48
## 6141 3016.89 223653.73 35158.21 188488.10 7.42
## 6142 980.55 203170.12 30234.77 172935.35 0.00
## 6143 2545.11 232672.91 34561.66 198094.72 16.53
## 6144 994.43 216857.92 29095.07 187759.83 3.02
## 6145 991.09 152921.98 33746.17 118612.86 562.95
## 6146 2530.91 193850.95 30669.35 163180.08 1.52
## 6147 5224.82 81709.56 68828.14 12796.92 84.50
## 6148 5024.24 67052.48 61296.18 5712.32 43.98
## 6149 5344.74 69695.66 58821.57 10798.66 75.43
## 6150 1247.67 67132.01 59594.53 7390.92 146.56
## 6151 2801.00 71746.00 56452.00 15193.00 101.00
## 6152 984.00 48949.00 38018.00 10872.00 59.00
## 6153 856.00 75591.00 69169.00 6354.00 69.00
## 6154 866.00 82556.00 69587.00 12778.00 191.00
## 6155 911.56 97756.48 91641.47 5898.96 216.05
## 6156 808.97 73160.55 68103.78 4974.53 82.24
## 6157 750.60 48302.59 42964.29 5308.37 29.93
## 6158 663.58 45123.73 38814.65 6307.78 1.30
## 6159 765.87 47262.67 40288.38 6950.95 23.34
## 6160 1131.10 50247.64 42737.87 7359.04 150.73
## 6161 904.63 50045.59 44515.00 5349.24 181.35
## 6162 935.87 51527.11 44154.52 7205.75 166.84
## 6163 989.94 60566.07 52387.60 7866.62 311.85
## 6164 1053.14 51065.45 44365.20 6306.66 393.59
## 6165 1022.34 69184.70 62542.31 6049.02 593.37
## 6166 988.74 96077.86 88136.74 7448.32 492.80
## 6167 1136.45 71343.16 62533.55 8290.10 519.51
## 6168 1148.89 86890.66 78410.41 7851.78 628.47
## 6169 1144.77 61694.24 52483.91 8793.66 416.67
## 6170 1069.50 53908.58 48159.50 5227.97 521.11
## 6171 2046.27 58486.41 49408.65 7883.21 1194.55
## 6172 1949.27 115493.05 92651.49 22633.91 207.65
## 6173 1474.73 135795.76 119449.41 15486.41 859.94
## 6174 1160.37 115731.50 98172.10 17016.19 543.21
## 6175 2235.93 150871.10 135610.65 14771.88 488.57
## 6176 1338.07 75283.27 71041.43 3179.14 1062.70
## 6177 1780.61 91098.35 85697.33 5341.79 59.23
## 6178 1809.22 78750.61 56749.77 21930.47 70.37
## 6179 1875.51 71332.89 62962.93 8171.47 198.49
## 6180 1391.69 102077.56 94035.10 7984.55 57.91
## 6181 2805.82 112857.07 104277.21 8431.90 147.96
## 6182 1849.58 83332.94 75469.99 7759.07 103.88
## 6183 1525.47 75309.25 72832.23 2452.44 24.58
## 6184 1563.23 121097.82 118412.01 2679.63 6.18
## 6185 1696.60 93907.59 91576.93 2306.18 24.48
## 6186 1682.51 73247.60 70290.37 2942.03 15.20
## 6187 1510.88 60338.76 57572.53 2766.23 0.00
## 6188 1373.43 45907.25 43921.15 1946.47 39.63
## 6189 1275.08 44082.23 40701.91 3271.61 108.71
## 6190 1538.48 59881.53 54733.84 5134.79 12.90
## 6191 3873.59 69401.75 66797.89 2588.27 15.59
## 6192 2015.14 64535.20 62128.28 2406.92 0.00
## 6193 1988.53 81001.89 76106.35 4894.13 1.41
## 6194 4269.90 118216.48 114404.34 3809.36 2.78
## 6195 1335.12 62603.86 54598.58 8001.06 4.22
## 6196 3811.68 69395.58 65666.80 3727.37 1.41
## 6197 1593.72 75098.86 65836.14 9154.39 108.33
## 6198 1761.29 84768.49 81562.73 3205.76 0.00
## 6199 4324.39 76629.54 73432.68 3196.86 0.00
## 6200 4818.24 323046.30 161254.88 161616.45 174.97
## 6201 4651.33 287234.67 204606.58 82552.28 75.81
## 6202 3860.93 322293.39 262364.04 59824.28 105.07
## 6203 4749.97 425918.63 358594.71 67257.47 66.45
## 6204 5217.00 360040.00 278475.00 81498.00 67.00
## 6205 2920.00 211630.00 130864.00 80717.00 49.00
## 6206 3568.00 226238.00 137522.00 88658.00 57.00
## 6207 4615.00 269169.00 120695.00 148352.00 121.00
## 6208 3677.48 293085.77 104979.92 187840.93 264.92
## 6209 2639.97 306157.76 180681.23 125267.43 209.10
## 6210 2275.11 323694.07 252684.38 70932.42 77.27
## 6211 1813.42 227063.85 147724.58 79245.31 93.96
## 6212 1217.60 234958.48 149960.64 84717.46 280.38
## 6213 876.26 228951.62 147483.78 81358.86 108.98
## 6214 891.04 253845.67 175955.59 77807.16 82.92
## 6215 1213.92 237413.73 161740.20 75613.75 59.78
## 6216 1360.98 259060.05 179460.80 79463.00 136.25
## 6217 1205.42 266531.04 188278.36 76730.16 1522.52
## 6218 1463.79 272014.15 192595.16 78351.76 1067.23
## 6219 818.97 309308.83 154837.44 153344.42 1126.97
## 6220 2582.06 323783.53 157631.88 164728.16 1423.49
## 6221 2723.49 279677.97 187977.48 90232.72 1467.77
## 6222 1707.76 256708.28 169789.71 86836.03 82.54
## 6223 2162.81 279535.43 181151.87 92258.00 6125.56
## 6224 2757.68 317216.96 174975.56 140535.13 1706.27
## 6225 3155.06 548399.44 542368.85 3088.55 2942.04
## 6226 4000.61 449314.06 445093.33 2978.22 1242.51
## 6227 2113.52 414838.68 410536.20 4154.43 148.05
## 6228 4290.60 394882.02 391342.54 3444.02 95.46
## 6229 2332.57 393750.40 390320.25 3337.58 92.57
## 6230 2256.17 382897.83 379395.10 3347.36 155.37
## 6231 3945.62 366095.66 363230.91 2841.14 23.61
## 6232 2961.89 337511.77 334652.93 2828.41 30.43
## 6233 3363.89 376330.61 372603.74 3655.59 71.28
## 6234 2529.17 377985.74 373862.42 4073.67 49.65
## 6235 7032.57 409482.90 405190.18 4155.39 137.33
## 6236 5109.09 478559.11 474435.77 3842.99 280.35
## 6237 4244.38 467254.11 463181.54 3860.39 212.18
## 6238 8443.24 343175.83 338910.14 4079.00 186.69
## 6239 4975.58 351805.62 347585.31 3931.26 289.05
## 6240 4320.01 354163.31 350221.82 3864.16 77.33
## 6241 10579.85 314531.08 311549.13 2865.90 116.05
## 6242 40164.79 312997.33 310580.34 2337.59 79.40
## 6243 39374.94 298477.34 296356.28 2050.51 70.55
## 6244 32790.32 319531.28 292306.27 27130.14 94.87
## 6245 48080.50 354552.06 317473.84 37019.15 59.07
## 6246 46940.69 475224.24 464056.64 10489.11 678.49
## 6247 97315.69 430202.56 352919.96 76779.55 503.05
## 6248 36048.34 308161.67 264359.46 43743.14 59.07
## 6249 4457.46 305306.71 302263.34 2962.34 81.03
## 6250 2775.58 323455.14 319826.47 3521.23 107.44
## 6251 2551.41 344998.16 341681.22 3247.62 69.32
## 6252 4254.90 367515.01 364446.02 2152.59 916.40
## 6253 8950.91 447155.99 62602.48 384553.51 0.00
## 6254 11713.70 350633.26 104300.12 246332.03 1.11
## 6255 12155.00 322594.84 98284.78 224310.06 0.00
## 6256 7679.52 397778.54 131381.52 266397.02 0.00
## 6257 9270.00 365682.00 98904.00 266779.00 0.00
## 6258 12038.00 233907.00 93132.00 140775.00 0.00
## 6259 15425.00 356693.00 97734.00 258959.00 0.00
## 6260 8942.00 431105.00 102535.00 328570.00 0.00
## 6261 8617.99 482924.23 89816.96 393106.16 1.11
## 6262 10872.40 415933.60 92309.20 323624.40 0.00
## 6263 6359.85 268154.53 96160.41 171993.01 1.11
## 6264 711.14 251336.25 98271.86 153064.39 0.00
## 6265 177.88 264170.13 102204.57 161965.56 0.00
## 6266 198.48 241371.73 68911.62 172460.11 0.00
## 6267 191.97 212814.24 75919.39 136894.85 0.00
## 6268 2422.09 247154.43 113823.49 133330.94 0.00
## 6269 12806.42 290598.74 130758.05 159840.69 0.00
## 6270 13836.18 286938.34 108570.93 176544.08 1823.33
## 6271 10439.85 383746.03 99069.57 281790.90 2885.56
## 6272 13424.53 426661.30 88857.19 337802.85 1.26
## 6273 11830.22 277065.15 109341.45 165514.81 2208.89
## 6274 13541.62 268074.00 101540.73 163807.71 2725.56
## 6275 12960.79 314570.35 80821.91 233748.44 0.00
## 6276 13389.27 455022.24 86886.46 368135.78 0.00
## 6277 14610.86 312011.12 114962.78 196568.34 480.00
## 6278 16221.33 503388.92 192191.48 309207.68 1989.76
## 6279 25202.91 480713.07 167076.97 313376.38 259.72
## 6280 20677.83 482129.22 130071.21 352058.01 0.00
## 6281 19386.07 487712.79 129619.04 358058.41 35.34
## 6282 21884.68 446178.30 115180.80 330977.33 20.17
## 6283 30183.22 486885.98 200815.16 286070.82 0.00
## 6284 24390.21 463746.84 125061.72 338685.12 0.00
## 6285 16548.73 382891.02 90426.22 292464.80 0.00
## 6286 18080.90 373293.11 215216.26 158076.85 0.00
## 6287 17250.83 382469.05 272024.11 110311.61 133.33
## 6288 23984.08 371749.65 176258.22 195491.43 0.00
## 6289 22772.48 418128.90 88929.40 329199.50 0.00
## 6290 23776.10 446787.34 103004.69 343777.65 5.00
## 6291 23358.01 380509.40 117825.21 262684.19 0.00
## 6292 22581.97 348703.87 156262.31 192441.56 0.00
## 6293 20052.83 301355.49 144528.42 156827.07 0.00
## 6294 19725.12 348987.62 142550.40 206301.11 136.11
## 6295 18699.79 359290.80 134714.53 224576.27 0.00
## 6296 18347.67 316422.34 148831.25 167574.42 16.67
## 6297 15021.65 390731.35 214059.39 176671.96 0.00
## 6298 17088.87 374405.29 150957.59 223447.70 0.00
## 6299 14706.94 310309.26 109877.59 200109.45 322.22
## 6300 14680.91 502650.96 249329.75 253122.60 198.61
## 6301 14725.98 485812.20 315628.11 169960.03 224.06
## 6302 13355.19 476140.34 326361.97 149643.69 134.68
## 6303 18135.24 430361.23 255414.77 174946.46 0.00
## 6304 16470.81 409947.81 247424.23 162523.58 0.00
## 6305 12664.38 471872.59 310280.15 161495.22 97.22
## 6306 25276.56 204946.15 161600.45 41058.72 2286.98
## 6307 15610.47 174366.24 156973.49 16351.25 1041.50
## 6308 32609.74 177832.88 149638.40 20548.33 7646.15
## 6309 10001.86 167856.94 148544.42 16977.81 2334.71
## 6310 36621.00 194253.00 120011.00 73013.00 1228.00
## 6311 7259.00 110088.00 82401.00 27604.00 83.00
## 6312 7326.00 193752.00 175882.00 17533.00 338.00
## 6313 8156.00 218572.00 185753.00 32216.00 602.00
## 6314 7701.33 221897.73 204821.66 16602.19 473.88
## 6315 8828.78 175215.68 163758.86 10728.61 728.21
## 6316 10512.03 123011.77 106301.97 15915.31 794.49
## 6317 10114.48 104444.57 89625.81 13124.18 1694.58
## 6318 18345.32 117239.76 98662.02 10865.94 7711.80
## 6319 19204.17 116389.94 99539.53 8543.94 8306.47
## 6320 24622.65 116033.52 100643.36 4399.41 10990.75
## 6321 23010.55 122268.73 101940.75 8905.77 11422.21
## 6322 23392.18 134245.59 113843.97 9150.17 11251.45
## 6323 25800.11 115633.45 98010.75 5328.57 12294.13
## 6324 23558.08 150868.68 133119.35 5877.48 11871.85
## 6325 26555.78 213256.93 191985.02 8146.65 13125.26
## 6326 27839.54 160944.51 137133.56 10425.92 13385.03
## 6327 41542.27 212511.77 185661.19 7330.96 19519.62
## 6328 27664.07 158180.25 133047.25 12487.18 12645.82
## 6329 30384.25 129994.60 113415.54 2545.08 14033.98
## 6330 46609.96 183787.15 155523.04 4802.95 23461.16
## 6331 43719.76 283406.12 232206.09 28983.01 22217.02
## 6332 42737.51 220759.83 183724.24 16727.64 20307.95
## 6333 14203.42 234480.56 200994.73 31937.51 1548.32
## 6334 35982.95 375815.94 349596.64 22971.06 3248.24
## 6335 17894.09 164275.20 159993.56 2790.35 1491.29
## 6336 35156.70 191149.97 174009.46 12147.98 4992.53
## 6337 42531.88 187643.25 126219.14 47266.33 14157.78
## 6338 36112.15 156041.53 123293.61 16846.60 15901.32
## 6339 40589.56 249876.41 225833.42 13583.47 10459.52
## 6340 84740.62 297887.49 259510.89 12354.59 26022.01
## 6341 37837.43 172423.14 150695.49 11326.73 10400.92
## 6342 33427.76 159464.69 144672.71 4014.98 10777.00
## 6343 38761.83 183706.39 165252.92 3614.14 14839.33
## 6344 33629.99 137997.35 123525.69 3833.22 10638.44
## 6345 33828.60 143398.99 131639.74 3178.06 8581.19
## 6346 30844.93 144057.72 125425.49 3129.79 15502.44
## 6347 26987.70 118783.60 101931.36 3247.87 13604.37
## 6348 26073.50 98531.82 80639.80 5789.02 12103.00
## 6349 24897.12 198653.69 184674.65 2917.35 11061.69
## 6350 79598.84 221494.09 186675.10 3009.89 31809.10
## 6351 20143.65 162535.10 147195.14 3389.57 11950.39
## 6352 9992.23 228724.02 212979.31 14028.85 1715.86
## 6353 25712.14 328254.35 321790.97 6374.70 88.68
## 6354 6902.42 178320.38 174385.95 3782.91 151.52
## 6355 25797.70 258555.38 254296.51 3810.70 448.17
## 6356 7243.19 193116.76 181789.40 11325.64 1.72
## 6357 7819.30 229143.84 225725.06 3415.32 3.46
## 6358 18804.24 196384.88 194306.37 2054.18 24.33
## 6359 58453.24 38297.77 17391.94 4053.28 16852.55
## 6360 28289.38 40785.99 29812.20 4900.59 6073.20
## 6361 48181.44 38514.28 21582.27 3918.17 13013.84
## 6362 17501.90 34838.03 25029.12 5916.44 3892.47
## 6363 65476.00 51277.00 14813.00 26632.00 9831.00
## 6364 11404.00 33102.00 22505.00 10417.00 180.00
## 6365 15683.00 52667.00 42924.00 7407.00 2335.00
## 6366 17062.00 41935.00 31462.00 8517.00 1957.00
## 6367 18583.72 35898.48 26098.52 7766.59 2033.37
## 6368 21510.67 48602.11 40970.87 2846.34 4784.90
## 6369 21937.70 34999.62 27100.47 2690.37 5208.78
## 6370 18550.88 33989.97 27063.64 1681.88 5244.45
## 6371 19624.56 33871.64 25625.39 2275.59 5970.66
## 6372 19397.32 38937.44 30261.87 2715.01 5960.56
## 6373 24966.57 37652.09 26290.10 3741.32 7620.67
## 6374 23054.23 35351.81 25043.60 2910.50 7397.71
## 6375 23127.70 40018.71 29053.60 3726.39 7238.72
## 6376 28692.10 43183.74 30195.58 4062.57 8925.59
## 6377 25971.21 38970.87 26953.30 3478.91 8538.66
## 6378 29038.08 45490.20 30576.74 5002.47 9910.99
## 6379 30208.75 42146.32 29466.86 3459.77 9219.69
## 6380 45132.06 50333.24 31734.93 4280.74 14317.57
## 6381 30794.05 45228.17 30869.15 5476.93 8882.09
## 6382 33294.94 43979.91 29974.73 4228.93 9776.25
## 6383 52300.71 44639.31 25053.61 4106.88 15478.82
## 6384 47480.65 57099.64 38785.00 3403.65 14910.99
## 6385 51887.02 66920.80 45887.04 4128.48 16905.28
## 6386 29866.67 56363.81 42161.64 4631.35 9570.82
## 6387 81813.26 65283.59 38840.79 2445.56 23997.24
## 6388 34921.76 57394.95 40421.03 6310.56 10663.36
## 6389 35468.43 50160.69 34931.43 7483.36 7745.90
## 6390 36364.98 56782.33 41977.67 6300.99 8503.67
## 6391 30992.24 51165.14 35805.71 6312.41 9047.02
## 6392 33883.15 47715.01 35585.87 6715.50 5413.64
## 6393 68209.70 50332.27 30912.80 6939.54 12479.93
## 6394 33054.67 49985.98 36778.97 7109.08 6097.93
## 6395 28859.88 47827.78 32757.40 6398.50 8671.88
## 6396 34537.85 58794.05 39418.90 6580.28 12794.87
## 6397 29243.42 43014.10 30183.84 6762.23 6068.03
## 6398 25528.00 44998.51 31734.52 5315.48 7948.51
## 6399 25542.69 50130.15 32426.30 6541.93 11161.92
## 6400 23436.73 46315.16 30574.00 6156.07 9585.09
## 6401 21287.24 42830.83 26704.25 7110.17 9016.41
## 6402 17801.40 49805.81 28414.03 14185.06 7206.72
## 6403 48369.80 47601.09 25307.14 4248.19 18045.76
## 6404 17743.37 42588.55 28012.65 4266.37 10309.53
## 6405 8309.17 59039.80 49076.31 6314.58 3648.91
## 6406 8303.14 82538.74 78260.30 3910.85 367.59
## 6407 5482.22 60697.14 53182.31 6877.73 637.10
## 6408 12962.62 81247.77 72435.68 6021.30 2790.79
## 6409 2863.54 55010.97 49537.11 5423.00 50.86
## 6410 3082.60 67636.01 60761.60 6851.61 22.80
## 6411 7582.69 72554.79 68737.04 3714.24 103.51
## 6412 364049.45 1202218.65 927628.08 231172.74 43417.83
## 6413 274898.24 1001739.47 812838.52 172058.17 16842.78
## 6414 314592.44 1066101.47 773430.02 248878.18 43793.27
## 6415 158478.97 1562689.78 776310.65 772667.93 13711.20
## 6416 317891.00 1183450.00 577048.00 579235.00 27167.00
## 6417 128863.00 804532.00 475224.00 328481.00 827.00
## 6418 155562.00 1255362.00 810002.00 438664.00 6697.00
## 6419 151409.00 1383179.00 791377.00 585936.00 5866.00
## 6420 144063.19 1340878.17 823843.88 510854.52 6179.77
## 6421 159959.25 1107449.84 775312.24 319204.76 12932.84
## 6422 170360.42 826663.45 555284.70 257991.63 13387.12
## 6423 160272.53 813223.59 525270.57 272860.81 15092.21
## 6424 166808.35 819118.01 531466.43 263131.15 24520.43
## 6425 169347.13 895149.49 599057.03 269972.31 26120.15
## 6426 165462.95 896405.90 603851.22 258959.51 33595.17
## 6427 199189.12 885607.88 597800.84 252502.35 35304.69
## 6428 215802.18 1018822.57 687077.09 288380.16 43365.32
## 6429 235105.19 982825.96 641935.76 287510.20 53380.00
## 6430 225401.10 1122182.10 706994.82 364885.27 50302.01
## 6431 263855.97 1358387.54 890685.77 410469.94 57231.83
## 6432 264838.37 1149901.04 733843.21 352853.24 63204.59
## 6433 327392.03 1256271.66 832554.71 340048.81 83668.14
## 6434 265494.92 1073692.09 685116.12 335733.79 52842.18
## 6435 267511.89 1009396.80 647895.99 296531.31 64969.50
## 6436 342667.93 1078418.77 686341.95 302794.91 89281.91
## 6437 373472.43 1649727.25 1093507.57 476444.72 79774.96
## 6438 356791.68 1729174.35 1157601.31 485376.01 86197.03
## 6439 253074.81 1696764.18 1090179.55 563107.77 43476.86
## 6440 403401.16 1872006.57 1345931.00 448086.41 77989.16
## 6441 248948.07 1530739.07 867501.26 619111.80 44126.01
## 6442 287895.63 1465604.49 858903.25 564981.58 41719.66
## 6443 269625.44 1347372.00 776304.50 523114.36 47953.14
## 6444 268428.07 1239243.99 750032.20 434987.85 54223.94
## 6445 302082.61 1659701.69 944331.40 681254.13 34116.16
## 6446 469332.59 1983925.74 1072504.99 832296.70 79124.05
## 6447 277355.63 1241566.21 797304.37 407221.12 37040.72
## 6448 224335.83 1203386.49 762724.52 400843.02 39818.95
## 6449 255439.70 1388675.65 937394.90 394791.96 56488.79
## 6450 235145.52 1074272.94 758452.66 276698.00 39122.28
## 6451 224247.43 1139852.43 723374.52 380655.17 35822.74
## 6452 223458.77 1075401.27 694807.10 327861.78 52732.39
## 6453 212871.38 1074281.03 650674.32 377140.01 46466.70
## 6454 211090.34 952800.15 549146.17 358275.00 45378.98
## 6455 195550.24 1124588.99 720629.17 364409.43 39550.39
## 6456 368973.25 1221964.62 756489.66 369884.90 95590.06
## 6457 224790.76 1171348.20 721288.96 401353.64 48705.60
## 6458 249248.52 1419928.75 978488.81 422557.68 18882.26
## 6459 322305.24 1796712.53 1334037.61 449566.65 13108.27
## 6460 181118.90 1392665.24 891429.94 485161.76 16073.54
## 6461 234650.47 1540187.35 1068557.00 455206.07 16424.28
## 6462 182713.77 1337522.67 878109.85 449340.86 10071.96
## 6463 195159.52 1391152.27 1010322.96 367740.51 13088.80
## 6464 189356.95 1242361.15 885769.21 349032.80 7559.14
## 6465 56.99 53704.28 41330.39 12373.89 0.00
## 6466 82.00 65477.93 61171.20 4306.73 0.00
## 6467 71.96 59145.72 54104.35 5041.37 0.00
## 6468 84.84 68035.76 62282.56 5753.20 0.00
## 6469 91.00 64773.00 57036.00 7738.00 0.00
## 6470 97.00 71341.00 55196.00 16146.00 0.00
## 6471 125.00 88355.00 59742.00 28613.00 0.00
## 6472 74.00 70518.00 54249.00 16269.00 0.00
## 6473 76.31 61018.14 58486.25 2505.22 26.67
## 6474 36.92 55278.19 54995.56 282.63 0.00
## 6475 29.48 63875.39 62343.72 1531.67 0.00
## 6476 74.12 60176.66 48527.09 11649.57 0.00
## 6477 139.28 50829.21 46034.83 4794.38 0.00
## 6478 192.67 60551.78 56521.74 4030.04 0.00
## 6479 70.71 51542.09 50219.51 1319.25 3.33
## 6480 54.93 48476.02 47545.72 763.63 166.67
## 6481 61.90 50337.57 44252.37 1741.87 4343.33
## 6482 49.90 55766.54 52253.48 599.73 2913.33
## 6483 30.39 61187.12 60211.91 245.21 730.00
## 6484 62.76 68258.85 60759.46 3437.16 4062.23
## 6485 58.29 68272.71 55944.40 9001.64 3326.67
## 6486 58.47 64719.50 59348.16 2124.67 3246.67
## 6487 55.81 65768.44 64199.34 285.77 1283.33
## 6488 100.44 62894.22 58580.71 1086.84 3226.67
## 6489 131.85 60991.74 53141.81 3621.04 4228.89
## 6490 176.98 66737.49 49614.54 8987.95 8135.00
## 6491 155.12 73563.22 61049.83 5973.39 6540.00
## 6492 92.67 61189.22 52906.18 2108.04 6175.00
## 6493 86.44 62058.28 55129.91 2569.76 4358.61
## 6494 93.56 65907.90 58868.88 4122.08 2916.94
## 6495 139.39 77983.74 75848.61 1879.02 256.11
## 6496 170.20 84707.53 80202.22 4474.75 30.56
## 6497 179.49 72121.26 70371.47 1749.79 0.00
## 6498 152.37 91634.18 90107.34 1469.90 56.94
## 6499 208.35 107019.72 101118.65 5671.90 229.17
## 6500 123.86 78361.76 76015.77 2179.32 166.67
## 6501 52.70 68477.96 61430.73 7047.23 0.00
## 6502 83.48 87450.10 74662.80 12787.30 0.00
## 6503 124.82 82363.22 78470.90 3892.32 0.00
## 6504 74.27 75089.35 73919.09 1170.26 0.00
## 6505 340.26 69655.88 68119.10 1536.78 0.00
## 6506 245.20 65313.67 58499.02 6729.93 84.72
## 6507 107.88 67961.27 64446.70 3514.57 0.00
## 6508 745.71 67241.02 66399.83 841.19 0.00
## 6509 100.84 68720.44 66310.52 2332.14 77.78
## 6510 184.45 63633.56 61717.96 1915.60 0.00
## 6511 367.91 64667.93 57944.02 6589.19 134.72
## 6512 4525.24 72537.39 67100.41 5107.70 329.28
## 6513 1855.78 72003.79 70448.34 1418.77 136.68
## 6514 3688.76 77542.88 74174.07 3242.21 126.60
## 6515 791.62 77124.15 75330.56 1793.59 0.00
## 6516 98.83 69623.79 67890.58 1733.21 0.00
## 6517 420.83 57099.03 52817.14 4281.89 0.00
## 6518 178.97 56273.64 48824.63 7447.45 1.56
## 6519 198.18 58218.62 53040.50 5162.55 15.57
## 6520 112.41 61778.32 56644.70 5133.62 0.00
## 6521 162.16 69542.60 58863.24 10673.16 6.20
## 6522 171.00 58495.00 47328.00 11166.00 0.00
## 6523 88.00 70294.00 42139.00 28155.00 0.00
## 6524 131.00 90071.00 61128.00 28942.00 0.00
## 6525 206.00 57781.00 55528.00 2253.00 0.00
## 6526 106.23 73652.14 62768.76 10883.38 0.00
## 6527 173.60 53789.98 51182.38 2607.60 0.00
## 6528 151.61 57391.40 55717.53 1673.87 0.00
## 6529 73.00 51819.25 49691.80 2127.45 0.00
## 6530 174.29 51061.78 50139.83 921.95 0.00
## 6531 76.86 53222.24 51546.23 1676.01 0.00
## 6532 81.52 42532.33 41353.71 1178.62 0.00
## 6533 73.10 52302.47 50193.57 2102.23 6.67
## 6534 130.21 55758.65 52068.88 2423.10 1266.67
## 6535 79.27 54862.19 52916.32 345.87 1600.00
## 6536 67.41 56091.10 55270.66 377.11 443.33
## 6537 79.42 64553.30 59503.97 3259.33 1790.00
## 6538 164.97 66101.05 49438.96 14192.88 2469.21
## 6539 223.22 57016.00 52868.61 2359.61 1787.78
## 6540 130.79 61918.11 59706.90 1314.55 896.66
## 6541 62.70 54517.52 49946.51 3071.01 1500.00
## 6542 129.66 49710.44 46745.57 1544.87 1420.00
## 6543 142.40 63102.07 56481.05 3381.02 3240.00
## 6544 549.47 58576.92 46887.32 8666.82 3022.78
## 6545 134.57 46271.05 42685.55 670.50 2915.00
## 6546 124.60 55403.79 52477.50 86.29 2840.00
## 6547 135.11 66009.04 62894.62 6.09 3108.33
## 6548 148.68 60533.01 59149.95 0.00 1383.06
## 6549 210.84 67704.25 67319.99 27.59 356.67
## 6550 169.35 60123.59 59724.57 245.41 153.61
## 6551 269.13 87497.25 85671.81 1111.55 713.89
## 6552 310.83 110584.26 109324.82 974.72 284.72
## 6553 228.33 58757.56 56541.74 2215.82 0.00
## 6554 202.50 57701.75 51718.85 5982.90 0.00
## 6555 128.05 61181.25 56049.22 5132.03 0.00
## 6556 161.85 77041.70 76173.81 867.89 0.00
## 6557 345.18 54303.45 53650.11 653.34 0.00
## 6558 1524.94 57349.18 56284.03 862.37 202.78
## 6559 691.53 52458.38 46606.30 5852.08 0.00
## 6560 162.89 57367.99 56747.94 620.05 0.00
## 6561 265.30 48435.69 46650.51 1785.18 0.00
## 6562 350.50 54462.52 51393.77 3068.75 0.00
## 6563 598.22 50457.82 45723.05 4491.71 243.06
## 6564 2290.06 58058.07 54676.58 2761.55 619.94
## 6565 23027.59 54655.21 49803.73 3869.41 982.07
## 6566 3935.43 63874.09 62167.99 1025.61 680.49
## 6567 13325.62 67811.76 65059.13 1897.89 854.74
## 6568 7893.25 48149.56 46455.74 1319.66 374.16
## 6569 306.22 48583.99 47415.32 1168.67 0.00
## 6570 2695.77 39087.84 38034.62 919.42 133.80
## 6571 4194.25 613923.51 527743.84 86179.67 0.00
## 6572 3020.72 423209.29 327462.75 95743.21 3.33
## 6573 2606.12 312486.64 218017.64 94469.00 0.00
## 6574 6828.23 506090.94 416839.01 89251.93 0.00
## 6575 7694.00 560213.00 479680.00 80533.00 0.00
## 6576 2692.00 353079.00 264827.00 88252.00 0.00
## 6577 2776.00 384513.00 298259.00 86254.00 0.00
## 6578 6534.00 485264.00 416893.00 68334.00 37.00
## 6579 4359.04 568587.12 428438.84 137878.28 2270.00
## 6580 2105.74 453173.37 264530.01 188243.36 400.00
## 6581 1834.84 386325.54 298349.69 87975.85 0.00
## 6582 1866.10 401068.22 310037.28 91030.94 0.00
## 6583 1449.29 402723.19 320849.72 81873.47 0.00
## 6584 2169.62 375822.70 291964.68 83858.02 0.00
## 6585 1812.37 331637.92 262287.19 69350.73 0.00
## 6586 2264.51 330377.19 229435.93 100937.93 3.33
## 6587 2452.10 364251.96 259297.35 104954.61 0.00
## 6588 1860.58 252687.07 172564.44 79904.85 217.78
## 6589 1867.94 402461.02 293696.79 108227.56 536.67
## 6590 1575.76 420043.30 230159.82 189883.48 0.00
## 6591 6723.26 523705.33 224811.25 298894.08 0.00
## 6592 3739.05 384499.59 246147.25 138352.34 0.00
## 6593 2676.17 374783.06 247453.57 127329.49 0.00
## 6594 3006.89 361492.39 240331.25 121091.14 70.00
## 6595 4545.50 411291.18 279519.76 131771.42 0.00
## 6596 3020.20 722268.43 334967.14 387301.29 0.00
## 6597 4720.91 544011.18 276152.20 267556.20 302.78
## 6598 2928.68 494063.30 188282.06 305777.91 3.33
## 6599 7010.41 752365.97 201968.43 550383.65 13.89
## 6600 5451.76 405711.73 200221.42 205490.31 0.00
## 6601 4926.04 577391.79 357447.61 219944.18 0.00
## 6602 5549.79 413741.26 187986.63 225754.63 0.00
## 6603 3706.26 459542.98 190861.62 268681.36 0.00
## 6604 3248.89 583615.08 262815.20 320799.88 0.00
## 6605 3364.51 703049.00 232259.29 470789.71 0.00
## 6606 10440.51 794485.27 164674.25 629791.58 19.44
## 6607 5646.02 752218.26 224693.22 527525.04 0.00
## 6608 3383.48 371325.25 312771.41 58553.84 0.00
## 6609 7690.78 280484.23 204288.42 76195.81 0.00
## 6610 3906.52 476291.78 316601.87 159683.24 6.67
## 6611 5896.58 222860.86 203295.68 19565.18 0.00
## 6612 21365.41 158514.81 157513.45 998.03 3.33
## 6613 29781.99 102946.84 101884.70 1062.14 0.00
## 6614 40611.87 211271.60 209810.16 1458.11 3.33
## 6615 42393.74 321032.39 292106.96 28925.43 0.00
## 6616 63757.91 419061.23 291927.39 127089.40 44.44
## 6617 71472.30 419748.90 278125.24 141599.77 23.89
## 6618 140962.93 404189.61 316097.57 88069.82 22.22
## 6619 58981.08 194545.48 74838.47 119674.39 32.62
## 6620 4719.74 145504.68 79246.83 66254.52 3.33
## 6621 2711.50 291152.19 242009.67 49139.19 3.33
## 6622 2690.98 282900.41 190479.48 92420.93 0.00
## 6623 6313.88 193803.25 62497.42 131305.83 0.00
## 6624 13768.33 66135.14 59516.58 6575.66 42.90
## 6625 12103.69 55578.87 47670.97 7840.41 67.49
## 6626 9259.69 58298.20 48938.01 9311.33 48.86
## 6627 1754.24 73725.13 37305.23 36372.75 47.15
## 6628 2338.00 68510.00 23489.00 44956.00 64.00
## 6629 608.00 56024.00 25102.00 30900.00 23.00
## 6630 613.00 93605.00 42396.00 51103.00 106.00
## 6631 1037.00 100042.00 36175.00 63702.00 165.00
## 6632 752.93 98140.65 35477.95 62594.13 68.57
## 6633 870.81 77406.61 36905.14 40362.33 139.14
## 6634 603.48 58968.01 28364.19 30577.22 26.60
## 6635 631.41 58463.22 27096.14 31344.37 22.71
## 6636 607.85 57300.40 27891.17 29348.64 60.59
## 6637 972.08 64990.75 33550.42 31111.99 328.34
## 6638 867.35 63551.01 31441.95 32031.35 77.71
## 6639 800.26 61792.05 31782.33 29745.79 263.93
## 6640 787.37 69273.94 35802.73 32306.29 1164.92
## 6641 879.27 75306.12 39686.62 34205.17 1414.33
## 6642 1093.00 86903.61 32946.35 52220.21 1737.05
## 6643 1162.61 82427.01 35015.70 46406.54 1004.77
## 6644 800.61 78243.70 36182.69 40113.90 1947.11
## 6645 1301.64 82870.82 39049.20 41000.59 2821.03
## 6646 807.32 76667.54 35579.02 39457.80 1630.72
## 6647 843.55 76418.24 37123.85 37812.55 1481.84
## 6648 1367.59 73121.41 34009.29 37719.47 1392.65
## 6649 1835.09 113180.07 51238.22 59538.32 2403.53
## 6650 1678.38 105792.08 54877.91 47715.79 3198.38
## 6651 1002.29 116042.89 49444.51 64817.87 1780.51
## 6652 1944.09 113131.44 53306.73 58995.18 829.53
## 6653 1097.13 140149.13 46235.82 93478.49 434.82
## 6654 1766.11 125074.74 40296.68 84463.79 314.27
## 6655 1540.83 97315.51 45525.97 51742.05 47.49
## 6656 1202.57 99359.57 44714.52 54004.53 640.52
## 6657 1422.94 155633.65 44372.98 111176.50 84.17
## 6658 2348.18 148453.66 50838.55 97497.22 117.89
## 6659 1564.77 109826.14 47389.50 62334.66 101.98
## 6660 1240.51 126435.11 42539.62 83872.46 23.03
## 6661 1773.31 111566.14 46322.29 65171.80 72.05
## 6662 1133.76 77578.81 41688.75 35858.77 31.29
## 6663 1452.17 92248.11 45777.12 46455.38 15.61
## 6664 1326.07 99700.20 42285.27 57404.10 10.83
## 6665 1516.39 93503.85 41713.27 51729.38 61.20
## 6666 1539.77 71519.47 35129.81 36351.65 38.01
## 6667 1756.45 69427.97 40647.40 28640.13 140.44
## 6668 1923.56 91847.00 38588.66 53252.02 6.32
## 6669 1362.80 91065.56 42818.68 48242.38 4.50
## 6670 2796.88 100652.64 51397.70 49247.59 7.35
## 6671 5353.25 105216.86 53663.15 51550.76 2.95
## 6672 2759.02 115110.34 53542.20 61566.67 1.47
## 6673 3909.40 94227.50 47552.12 46669.52 5.86
## 6674 2034.41 91021.78 45737.60 45282.71 1.47
## 6675 3127.01 89599.44 41838.55 47759.42 1.47
## 6676 5029.22 67288.78 39169.93 28118.85 0.00
## 6677 277.37 76261.53 29166.63 46858.23 236.67
## 6678 314.00 51710.05 25721.96 25598.09 390.00
## 6679 288.18 66637.69 27358.59 39015.77 263.33
## 6680 257.60 73667.59 33265.86 40251.73 150.00
## 6681 273.00 55628.00 41484.00 13951.00 193.00
## 6682 195.00 47379.00 26125.00 21030.00 223.00
## 6683 306.00 60179.00 25039.00 34900.00 240.00
## 6684 237.00 59003.00 48421.00 10329.00 253.00
## 6685 234.92 48394.59 33225.98 14981.94 186.67
## 6686 264.49 71275.91 39625.90 31443.34 206.67
## 6687 260.69 51429.82 21040.91 30388.91 0.00
## 6688 137.38 51315.22 23963.09 27352.13 0.00
## 6689 76.87 51765.38 22345.45 29419.93 0.00
## 6690 49.83 45840.15 19480.95 26359.20 0.00
## 6691 64.82 35881.15 18592.21 17288.94 0.00
## 6692 24.82 46140.46 8860.73 37219.73 60.00
## 6693 27.80 43533.18 22005.33 20014.52 1513.33
## 6694 99.08 50424.84 20452.27 28919.24 1053.33
## 6695 54.34 41826.96 19492.60 19474.36 2860.00
## 6696 12.20 51161.99 22007.23 27404.76 1750.00
## 6697 68.45 67283.58 40501.07 23085.84 3696.67
## 6698 43.10 53639.31 22133.61 29292.37 2213.33
## 6699 73.61 55446.01 32147.33 21985.35 1313.33
## 6700 55.78 56450.52 23710.96 29831.78 2907.78
## 6701 102.81 57144.56 24773.25 29400.20 2971.11
## 6702 46.02 48928.01 28914.04 16267.58 3746.39
## 6703 122.11 56470.29 31305.74 20128.72 5035.83
## 6704 75.35 63836.68 33088.12 28278.56 2470.00
## 6705 90.39 43351.00 23346.19 16704.81 3300.00
## 6706 121.45 57336.32 29031.67 25729.09 2575.56
## 6707 84.55 42393.51 24682.06 16731.45 980.00
## 6708 115.43 69115.18 35449.21 33245.97 420.00
## 6709 99.54 54459.76 25647.12 28151.81 660.83
## 6710 99.81 55359.18 24530.62 30178.56 650.00
## 6711 224.12 86402.04 33910.30 52241.74 250.00
## 6712 121.15 64145.60 26376.03 37214.57 555.00
## 6713 78.16 53960.64 25194.97 28670.67 95.00
## 6714 70.75 51941.25 25862.92 25718.33 360.00
## 6715 142.56 52407.43 22044.41 29968.02 395.00
## 6716 171.97 48749.08 20349.59 28239.49 160.00
## 6717 125.48 51980.34 20444.62 31040.72 495.00
## 6718 167.14 50413.48 24402.11 25501.37 510.00
## 6719 85.68 50663.78 23969.51 26579.27 115.00
## 6720 82.78 46977.96 19070.58 27887.38 20.00
## 6721 66.62 61512.97 31645.74 29517.23 350.00
## 6722 89.88 48541.77 19864.06 28137.71 540.00
## 6723 348.06 75274.47 28073.99 47170.48 30.00
## 6724 357.77 141030.88 64165.61 76520.83 344.44
## 6725 236.88 88794.56 37567.36 50878.59 348.61
## 6726 376.72 119565.88 28445.81 91120.07 0.00
## 6727 188.02 80417.23 27774.46 52642.77 0.00
## 6728 148.91 70679.54 29267.91 41411.63 0.00
## 6729 302.55 121607.44 35501.09 86106.35 0.00
## 6730 6018.29 116801.31 49190.85 67480.46 130.00
## 6731 6232.61 97856.85 60969.97 36710.21 176.67
## 6732 3955.11 98958.11 63479.54 35185.24 293.33
## 6733 4760.32 124468.22 62945.15 61291.96 231.11
## 6734 4488.00 116140.00 47447.00 68396.00 297.00
## 6735 4316.00 72969.00 45659.00 27009.00 300.00
## 6736 5388.00 91022.00 47255.00 43420.00 347.00
## 6737 5043.00 118895.00 42648.00 76180.00 67.00
## 6738 5037.21 137627.40 41685.93 95611.47 330.00
## 6739 3515.00 88997.34 41859.63 46967.71 170.00
## 6740 682.14 67506.12 46482.24 21023.88 0.00
## 6741 60.64 68205.04 44183.98 24021.06 0.00
## 6742 75.85 72048.55 47487.79 24560.76 0.00
## 6743 62.85 63356.70 43605.94 19750.76 0.00
## 6744 66.23 70274.94 42658.17 27616.77 0.00
## 6745 109.31 72795.80 45361.66 27434.14 0.00
## 6746 5997.25 66525.97 43187.87 23218.10 120.00
## 6747 6208.57 72880.09 45086.50 27650.26 143.33
## 6748 6548.22 63892.03 39816.30 23140.17 935.56
## 6749 7342.47 100424.60 34087.48 65960.46 376.66
## 6750 6825.44 148287.30 42423.16 105694.14 170.00
## 6751 7126.40 108608.30 49026.33 59193.02 388.95
## 6752 7351.15 121688.27 58516.35 62901.92 270.00
## 6753 6655.76 113058.06 46713.26 66328.13 16.67
## 6754 6343.20 107719.60 36179.33 71540.27 0.00
## 6755 7591.71 199350.73 75039.55 124311.18 0.00
## 6756 8471.78 189740.23 70018.95 119721.28 0.00
## 6757 6653.42 175933.86 53411.08 122522.78 0.00
## 6758 6723.34 161887.28 55967.51 105919.77 0.00
## 6759 6562.63 158062.58 60840.35 97009.73 212.50
## 6760 8227.13 177543.70 63050.35 114357.24 136.11
## 6761 10114.51 173650.08 62414.00 111236.08 0.00
## 6762 8122.78 168349.26 48461.64 119887.62 0.00
## 6763 7459.78 191197.21 47410.64 143342.13 444.44
## 6764 7876.55 223944.51 50093.71 173850.80 0.00
## 6765 6704.04 174175.99 43597.71 130578.28 0.00
## 6766 9126.91 230633.52 41132.11 189154.19 347.22
## 6767 9911.63 223202.94 56490.21 166712.73 0.00
## 6768 8785.16 139761.66 50811.89 88838.66 111.11
## 6769 11317.61 158457.41 63726.92 94730.49 0.00
## 6770 9405.35 155331.06 64615.85 90715.21 0.00
## 6771 9357.16 153949.48 51704.25 102245.23 0.00
## 6772 8807.29 153566.28 72719.62 80846.66 0.00
## 6773 8076.53 168363.12 53110.43 115252.69 0.00
## 6774 7364.63 164133.27 55239.96 108893.31 0.00
## 6775 6859.46 135901.71 65647.85 70253.86 0.00
## 6776 8137.14 210638.63 53528.96 157109.67 0.00
## 6777 8149.22 264249.77 56405.96 207843.81 0.00
## 6778 7716.20 135096.96 59095.70 76001.26 0.00
## 6779 6954.72 178184.11 44375.39 133739.28 69.44
## 6780 7692.26 212872.74 59471.06 153401.68 0.00
## 6781 7983.56 212524.33 71141.24 141383.09 0.00
## 6782 7736.95 185748.86 62603.76 123145.10 0.00
## 6783 75509.63 1012388.74 959746.82 14343.09 38298.83
## 6784 78272.26 884081.73 831557.36 15344.42 37179.95
## 6785 76600.37 840432.50 790545.51 14767.42 35119.57
## 6786 62000.95 920915.70 868361.67 16284.72 36269.31
## 6787 68958.00 972151.00 913002.00 23854.00 35296.00
## 6788 82683.00 755782.00 702784.00 16197.00 36801.00
## 6789 73389.00 966392.00 893064.00 34871.00 38457.00
## 6790 72562.00 914474.00 851550.00 23684.00 39240.00
## 6791 69039.29 799761.51 748133.99 14912.26 36715.26
## 6792 81784.71 840115.32 794198.46 16098.25 29818.61
## 6793 84635.32 598616.46 551747.52 15614.96 31253.98
## 6794 94134.88 558535.14 509468.27 15849.71 33217.16
## 6795 91288.33 522541.11 475271.70 17349.06 29920.35
## 6796 78098.02 557460.87 510568.78 17512.89 29379.20
## 6797 79407.42 574906.75 529354.38 16258.82 29293.55
## 6798 84556.11 586009.15 543636.79 13163.62 29208.74
## 6799 94971.16 615519.53 568315.40 14394.75 32809.38
## 6800 112400.98 572807.69 521219.23 15575.83 36012.63
## 6801 105558.18 570846.05 523454.36 14650.86 32740.83
## 6802 99791.22 677650.12 618120.14 22264.21 37265.77
## 6803 120591.71 846737.12 784481.79 21556.57 40698.76
## 6804 109001.34 860004.81 793163.78 20822.11 46018.92
## 6805 100595.71 661784.53 603467.35 18679.70 39637.48
## 6806 99404.46 711322.24 652958.02 12421.66 45942.56
## 6807 105463.36 715949.14 658086.39 14421.29 43441.46
## 6808 87693.03 1337481.40 1285980.32 788.55 50712.53
## 6809 104452.24 1384273.64 1337890.74 411.72 45971.18
## 6810 90801.10 1541330.90 1496630.45 696.59 44003.86
## 6811 93204.86 1476809.87 1424124.05 963.71 51722.11
## 6812 96489.25 1598855.22 1550403.66 468.39 47983.17
## 6813 89031.20 1799757.17 1761072.22 559.34 38125.61
## 6814 102414.38 1378948.20 1324066.55 300.84 54580.81
## 6815 91670.96 1231945.53 1178399.48 401.84 53144.21
## 6816 88215.90 1656491.18 1602634.76 674.27 53182.15
## 6817 97893.53 1787982.01 1727340.36 488.13 60153.52
## 6818 105295.61 1345961.96 1286252.05 686.15 59023.76
## 6819 108744.24 1417998.35 1358189.50 3262.06 56546.79
## 6820 109370.93 1179887.05 1117995.97 574.14 61316.94
## 6821 106825.66 1520464.82 1460394.98 10162.56 49907.28
## 6822 95594.45 1601319.80 1542667.95 11742.19 46909.66
## 6823 83244.93 1219913.92 1168719.39 1177.90 50016.63
## 6824 89296.88 1260178.38 1209897.81 2474.78 47805.79
## 6825 94533.02 1125685.27 1067166.21 4495.49 54023.57
## 6826 83307.14 1269943.15 1214991.20 6376.28 48575.67
## 6827 70872.57 1406604.51 1341305.37 33291.90 32007.24
## 6828 68553.91 1442193.42 1277346.26 130416.16 34431.00
## 6829 61331.51 1790490.25 1664506.69 81240.11 44743.45
## 6830 89678.63 2701609.82 2656630.42 3465.70 41513.70
## 6831 67607.57 1982018.18 1923042.64 29993.97 28981.57
## 6832 61799.24 1775686.94 1710186.48 39625.95 25874.51
## 6833 61161.98 1522819.94 1442445.76 59205.75 21168.43
## 6834 72814.14 1385480.26 1288525.30 72837.94 24117.02
## 6835 56808.74 1441332.35 1332601.11 88931.96 19799.28
## 6836 270.75 57333.07 37617.67 19711.15 4.25
## 6837 217.35 44886.01 23837.75 21035.42 12.84
## 6838 326.83 44840.61 29455.18 15356.82 28.61
## 6839 147.89 56811.08 26607.95 30198.81 4.32
## 6840 530.00 53643.00 9238.00 44403.00 1.00
## 6841 107.00 29023.00 10221.00 18803.00 0.00
## 6842 79.00 43155.00 12675.00 30480.00 0.00
## 6843 86.00 54034.00 11788.00 42246.00 0.00
## 6844 120.44 45793.94 13435.51 32355.55 2.88
## 6845 56.48 54991.92 13041.14 41950.78 0.00
## 6846 33.07 33521.36 13492.32 20029.04 0.00
## 6847 68.10 32139.47 12700.01 19439.46 0.00
## 6848 71.23 31510.26 11687.90 19822.36 0.00
## 6849 73.49 33336.81 14044.19 19292.62 0.00
## 6850 82.79 31625.84 12529.29 19096.55 0.00
## 6851 79.54 35311.37 14322.14 20969.23 20.00
## 6852 91.41 41623.05 15816.03 25440.35 366.67
## 6853 133.23 42457.10 16063.17 26038.37 355.56
## 6854 103.73 43650.07 17157.17 26001.79 491.11
## 6855 148.97 50049.17 24106.10 25489.74 453.33
## 6856 121.05 53281.11 27903.99 24543.79 833.33
## 6857 218.00 54995.50 29610.66 24173.08 1211.76
## 6858 133.88 54512.58 29280.49 24102.09 1130.00
## 6859 134.13 52477.62 24730.17 26604.12 1143.33
## 6860 211.13 42769.76 15204.43 26375.34 1189.99
## 6861 209.51 76179.10 22207.37 53245.65 726.08
## 6862 340.48 62727.70 23991.67 38397.78 338.25
## 6863 203.50 68242.12 20546.42 47643.48 52.22
## 6864 541.77 51626.13 21822.14 29725.70 78.29
## 6865 159.38 63451.22 17357.08 45674.42 419.72
## 6866 305.84 70111.13 16752.03 53317.46 41.64
## 6867 305.78 60274.13 16202.19 44055.13 16.81
## 6868 225.38 50481.72 14518.52 35959.83 3.37
## 6869 247.88 42501.20 16236.09 26265.11 0.00
## 6870 426.61 74600.03 21513.20 52904.37 182.46
## 6871 203.94 42529.06 18452.22 23931.06 145.78
## 6872 236.73 48335.22 16780.79 31343.12 211.31
## 6873 213.91 50127.95 18406.86 31705.47 15.62
## 6874 209.34 44160.67 17618.59 26542.08 0.00
## 6875 225.38 51393.86 18336.09 33057.77 0.00
## 6876 163.77 50457.52 18244.87 32209.26 3.39
## 6877 213.08 28157.68 17374.52 10768.15 15.01
## 6878 159.61 40620.54 14085.25 26520.40 14.89
## 6879 183.87 49622.16 12670.72 36951.44 0.00
## 6880 578.39 43409.73 15168.82 28234.42 6.49
## 6881 159.04 50787.90 13809.65 36841.43 136.82
## 6882 357.40 71259.68 16002.34 55257.34 0.00
## 6883 1046.84 48887.14 19517.27 29368.27 1.60
## 6884 217.70 58306.36 17307.09 40985.94 13.33
## 6885 714.26 57605.35 18678.36 38926.99 0.00
## 6886 281.29 43327.15 17644.78 25682.37 0.00
## 6887 397.86 60171.57 17859.61 42296.40 15.56
## 6888 643.88 47918.44 12573.63 35198.14 146.67
## 6889 3057.20 152322.80 72698.98 79623.82 0.00
## 6890 4987.95 120689.86 88550.58 32139.28 0.00
## 6891 5749.55 142323.98 69456.09 72867.89 0.00
## 6892 6988.61 150858.45 75190.47 75667.98 0.00
## 6893 9947.00 131661.00 75459.00 56202.00 0.00
## 6894 1052.00 116959.00 70352.00 46606.00 0.00
## 6895 2026.00 155975.00 80040.00 75936.00 0.00
## 6896 1669.00 123105.00 72870.00 50234.00 0.00
## 6897 392.90 101261.29 66124.03 35137.26 0.00
## 6898 223.75 152102.55 75333.68 76768.87 0.00
## 6899 183.75 118762.83 61151.44 57611.39 0.00
## 6900 32.00 98117.35 72027.82 26089.53 0.00
## 6901 104.53 109102.47 80223.56 28878.91 0.00
## 6902 187.25 96657.84 54423.36 42234.48 0.00
## 6903 237.74 75256.56 33217.53 42039.03 0.00
## 6904 50.37 77835.40 16642.51 61152.89 40.00
## 6905 155.17 61777.96 34614.01 23940.62 3223.33
## 6906 284.53 90373.44 40450.86 46519.25 3403.33
## 6907 289.62 97569.78 37812.76 51132.58 8624.44
## 6908 184.51 94303.33 34142.86 54596.03 5564.44
## 6909 207.86 114203.24 31618.38 73383.75 9201.11
## 6910 324.38 94854.26 38651.03 48348.78 7854.45
## 6911 358.81 95997.38 34817.34 55121.15 6058.89
## 6912 421.47 104763.61 35385.93 61377.68 8000.00
## 6913 301.98 90205.21 38434.80 41978.19 9792.22
## 6914 239.94 111332.51 44355.87 55317.47 11659.17
## 6915 418.31 131427.72 49954.72 72199.67 9273.33
## 6916 127.88 123209.59 51069.12 59391.58 12748.89
## 6917 105.13 127089.16 51803.99 62943.50 12341.67
## 6918 340.96 160585.23 73486.27 79488.96 7610.00
## 6919 238.92 152040.07 84992.72 64412.35 2635.00
## 6920 66.26 167808.90 102591.50 65217.40 0.00
## 6921 127.05 146578.54 86440.86 60137.68 0.00
## 6922 92.98 149835.74 87201.95 62633.79 0.00
## 6923 689.42 209630.82 96700.11 112930.71 0.00
## 6924 121.30 193153.65 79251.87 113901.78 0.00
## 6925 143.43 145077.00 81699.04 63377.96 0.00
## 6926 127.13 129146.40 73084.25 56062.15 0.00
## 6927 242.38 106611.13 66358.64 40164.99 87.50
## 6928 285.88 119203.76 63253.12 55950.64 0.00
## 6929 370.75 121256.79 59606.47 61500.32 150.00
## 6930 350.68 143484.42 80525.62 62486.58 472.22
## 6931 280.65 106550.62 58637.13 47913.49 0.00
## 6932 228.88 112653.60 56960.63 55692.97 0.00
## 6933 97.02 135508.10 76060.43 59447.67 0.00
## 6934 253.62 116357.22 58634.83 57722.39 0.00
## 6935 399.31 170280.79 67653.42 102267.65 359.72
## 6936 629.67 282357.34 102844.25 178368.65 1144.44
## 6937 519.69 208308.68 99039.03 108598.82 670.83
## 6938 377.73 253417.24 71856.16 181454.14 106.94
## 6939 544.78 210805.19 82722.70 128082.49 0.00
## 6940 293.18 190952.57 85738.78 105206.85 6.94
## 6941 540.23 277538.12 84253.42 193284.70 0.00
## 6942 29457.57 1411792.12 1246593.68 163761.83 1436.61
## 6943 19763.67 945549.48 824335.49 118291.12 2922.87
## 6944 16966.89 961484.35 853140.03 106279.96 2064.36
## 6945 17891.07 1404338.18 1229379.23 172927.24 2031.71
## 6946 18490.00 953110.00 762953.00 188039.00 2118.00
## 6947 15350.00 793694.00 663097.00 128990.00 1607.00
## 6948 16827.00 939370.00 751485.00 186157.00 1727.00
## 6949 18762.00 919162.00 735347.00 181873.00 1942.00
## 6950 20209.95 982038.86 821114.39 159168.35 1756.12
## 6951 19076.52 927954.41 774152.75 153145.22 656.44
## 6952 20115.07 796520.43 698822.91 97558.95 138.57
## 6953 21955.24 778032.85 654675.29 123337.18 20.38
## 6954 19640.32 745721.27 630328.89 115357.54 34.84
## 6955 20147.99 808831.59 688480.03 120198.57 152.99
## 6956 19549.26 801385.83 704199.37 96708.78 477.68
## 6957 20473.18 817469.64 716654.48 98413.44 2401.72
## 6958 21742.49 865622.90 732278.10 110137.25 23207.55
## 6959 24649.00 889302.60 747801.46 116289.45 25211.69
## 6960 23088.84 944712.47 804265.11 124191.97 16255.39
## 6961 23579.86 1087069.40 904139.21 145663.00 37267.19
## 6962 25765.18 1013908.26 836575.70 148877.99 28454.57
## 6963 26753.29 1006737.98 856452.33 122563.55 27722.10
## 6964 26106.33 977681.58 833164.80 126121.45 18395.33
## 6965 26154.28 1005805.72 861274.69 114928.95 29602.08
## 6966 26712.77 1016824.84 860213.61 122607.37 34003.86
## 6967 27337.20 1214991.99 969121.67 191301.87 54568.45
## 6968 30426.63 1267463.78 1026992.74 187005.45 53465.59
## 6969 27318.06 1127351.85 903265.11 187611.42 36475.32
## 6970 28997.27 1054979.65 909822.80 107064.11 38092.74
## 6971 31604.96 1112756.44 900866.53 167944.28 43945.63
## 6972 31609.48 1123278.07 916401.72 187872.39 19003.96
## 6973 35153.44 1241824.69 1002083.80 230580.56 9160.33
## 6974 32390.63 1151650.99 953595.56 193338.02 4717.41
## 6975 30170.73 1259276.77 1104012.30 148638.50 6625.97
## 6976 47936.74 1698910.66 1456000.83 237524.29 5385.54
## 6977 32879.90 1185502.10 1038439.12 142458.63 4604.35
## 6978 31534.53 1185824.34 1044588.96 136072.44 5162.94
## 6979 31587.43 1092118.44 962599.60 125318.67 4200.17
## 6980 29641.61 1088252.62 990216.19 93875.58 4160.85
## 6981 32123.70 1322626.39 1192231.15 126225.16 4170.08
## 6982 33096.36 1127462.72 988523.65 135004.05 3935.02
## 6983 30753.50 970055.99 867587.43 98619.63 3848.93
## 6984 38103.37 995740.12 868710.37 123511.69 3518.06
## 6985 51390.66 1176992.95 1044380.88 131525.12 1086.95
## 6986 52647.95 950191.41 823879.69 123351.91 2959.81
## 6987 41351.82 1007621.10 857235.29 147587.67 2798.14
## 6988 38397.21 1054822.30 860148.60 190222.35 4451.35
## 6989 108936.31 1116991.27 950345.69 161722.79 4922.79
## 6990 43527.67 1003194.05 845213.44 153112.84 4867.77
## 6991 94412.42 1042787.65 859648.57 181562.03 1577.05
## 6992 43787.10 1003636.50 876946.57 125271.44 1418.49
## 6993 45093.12 1007510.87 873053.26 130291.21 4166.40
## 6994 64703.08 875004.19 719379.64 151226.51 4398.04
## 6995 177.54 89385.95 70278.20 18477.36 630.39
## 6996 201.49 78725.73 65116.32 12231.63 1377.78
## 6997 224.12 92613.15 79113.94 12580.32 918.89
## 6998 199.82 109264.75 94522.11 13872.64 870.00
## 6999 175.00 98063.00 78202.00 18913.00 949.00
## 7000 183.00 70172.00 58959.00 10358.00 856.00
## 7001 262.00 77107.00 65958.00 10329.00 820.00
## 7002 281.00 73436.00 63381.00 9118.00 936.00
## 7003 354.53 75734.81 63826.67 11123.57 784.57
## 7004 185.00 82106.60 68554.67 13183.91 368.02
## 7005 252.39 59464.93 49860.59 9599.22 5.12
## 7006 125.62 63457.44 53309.92 10144.19 3.33
## 7007 105.67 59728.72 49424.27 10304.45 0.00
## 7008 90.32 59782.33 52292.12 7431.64 58.57
## 7009 82.19 61965.18 54501.62 7350.47 113.09
## 7010 69.77 66684.64 56309.28 10118.10 257.26
## 7011 93.89 66121.71 56903.06 7881.98 1336.67
## 7012 76.41 68908.62 57883.39 10273.89 751.34
## 7013 106.04 61855.56 48844.82 10803.43 2207.31
## 7014 52.60 109665.17 90141.14 17632.70 1891.33
## 7015 91.21 105462.58 87901.11 16066.80 1494.67
## 7016 49.22 100570.55 86175.13 12836.41 1559.01
## 7017 52.14 81491.13 65555.61 14827.94 1107.58
## 7018 179.51 83115.70 71644.75 9364.25 2106.70
## 7019 206.54 86617.70 71974.21 13092.37 1551.12
## 7020 109.54 130340.20 105530.95 22029.25 2780.00
## 7021 90.44 128485.30 110433.46 15456.31 2595.53
## 7022 60.26 125573.44 105149.34 18681.51 1742.59
## 7023 143.44 118640.29 105965.40 10905.92 1768.97
## 7024 141.95 87799.33 74772.49 10764.96 2261.88
## 7025 119.54 123455.82 106243.76 14782.06 2430.00
## 7026 149.22 125467.41 85799.73 37474.70 2192.98
## 7027 36.98 112546.73 86638.12 23799.21 2109.40
## 7028 100.44 92767.27 72042.12 18978.41 1746.74
## 7029 189.96 186645.33 163451.19 21424.14 1770.00
## 7030 78.43 127369.08 105192.33 20198.80 1977.95
## 7031 75.09 108081.47 97879.10 8397.37 1805.00
## 7032 135.70 109216.32 102366.17 5170.15 1680.00
## 7033 118.65 130682.75 122342.62 6780.13 1560.00
## 7034 86.70 147713.87 139193.03 7520.84 1000.00
## 7035 92.56 130851.27 122643.74 6937.53 1270.00
## 7036 100.06 107141.14 99605.44 5995.70 1540.00
## 7037 71.33 97260.86 89585.87 6434.99 1240.00
## 7038 185.57 193381.81 186396.09 6875.72 110.00
## 7039 71.22 81143.35 72019.67 8088.68 1035.00
## 7040 123.12 99281.06 90304.21 8146.85 830.00
## 7041 246.24 101335.80 80701.00 19120.08 1514.72
## 7042 149.64 152057.32 131344.95 20622.37 90.00
## 7043 122.93 107675.09 92858.91 14816.18 0.00
## 7044 81.46 107805.91 82914.32 24413.26 478.33
## 7045 121.39 122107.34 106434.47 15372.87 300.00
## 7046 183.00 111083.19 98008.64 12089.55 985.00
## 7047 71.34 109586.47 87099.25 20952.22 1535.00
## 7048 1336.79 73557.53 61080.44 11333.76 1143.33
## 7049 1613.39 81602.39 72271.01 8224.71 1106.67
## 7050 1505.00 79981.76 68849.84 10321.92 810.00
## 7051 1803.00 83640.33 71291.13 11513.64 835.56
## 7052 2002.00 81753.00 77355.00 3609.00 790.00
## 7053 1145.00 67390.00 57613.00 8817.00 960.00
## 7054 1729.00 73013.00 63649.00 8597.00 767.00
## 7055 2188.00 88890.00 83664.00 4411.00 816.00
## 7056 1893.00 72659.82 65167.14 6089.35 1403.33
## 7057 1787.00 84659.39 72752.65 11155.63 751.11
## 7058 1576.11 83683.66 73112.43 10571.23 0.00
## 7059 173.04 73874.84 65362.87 8511.97 0.00
## 7060 31.10 96187.82 82449.13 13738.69 0.00
## 7061 9.00 74229.44 61436.17 12793.27 0.00
## 7062 19.00 54023.74 44407.60 9616.14 0.00
## 7063 108.00 57079.58 46789.06 10177.19 113.33
## 7064 164.00 69840.11 59451.56 5951.88 4436.67
## 7065 290.73 70285.30 56267.76 9259.77 4757.77
## 7066 188.82 68206.82 58890.86 5129.29 4186.67
## 7067 77.91 73537.88 61052.42 10098.80 2386.66
## 7068 82.91 75428.62 60970.59 10286.92 4171.11
## 7069 44.00 76796.57 56841.81 10734.76 9220.00
## 7070 41.00 73329.95 55778.64 9484.64 8066.67
## 7071 78.00 68790.22 49217.00 12526.55 7046.67
## 7072 39.00 82836.10 64601.65 9641.12 8593.33
## 7073 28.96 87742.59 80324.72 5261.20 2156.67
## 7074 64.00 100813.22 93220.64 4992.58 2600.00
## 7075 104.95 104346.30 94389.49 8091.81 1865.00
## 7076 157.00 83711.26 76256.40 4569.86 2885.00
## 7077 188.00 93555.50 76637.93 8992.57 7925.00
## 7078 298.00 72381.40 53362.71 5313.69 13705.00
## 7079 267.00 80031.19 55454.81 10461.38 14115.00
## 7080 345.91 69238.94 46750.78 10833.16 11655.00
## 7081 347.82 76464.43 49414.09 10375.34 16675.00
## 7082 220.92 109148.95 86740.85 17223.10 5185.00
## 7083 251.05 79491.39 60607.72 10988.67 7895.00
## 7084 301.14 70787.69 52284.28 8843.41 9660.00
## 7085 241.00 78642.84 59163.58 9889.26 9590.00
## 7086 249.11 74226.19 55994.69 8934.00 9297.50
## 7087 192.06 71764.00 53763.94 9845.06 8155.00
## 7088 355.97 73914.83 53280.49 10526.56 10107.78
## 7089 284.06 67421.98 51297.40 9849.58 6275.00
## 7090 271.03 67853.79 51341.55 9832.24 6680.00
## 7091 184.00 70143.31 55427.21 8536.10 6180.00
## 7092 140.16 86757.72 69741.69 8046.03 8970.00
## 7093 289.36 71703.26 54549.08 7834.18 9320.00
## 7094 443.13 85323.05 59560.40 13862.65 11900.00
## 7095 402.00 152143.79 119084.94 26378.85 6680.00
## 7096 316.00 99061.62 77868.08 15523.54 5670.00
## 7097 273.00 93630.85 56028.66 29497.19 8105.00
## 7098 232.92 83866.68 60508.85 16912.83 6445.00
## 7099 316.00 75163.77 52403.61 13645.16 9115.00
## 7100 242.00 100205.62 68817.75 24039.54 7348.33
## 7101 445.17 347832.27 269325.19 78507.08 0.00
## 7102 1217.71 404470.20 379573.90 24894.30 2.00
## 7103 601.53 484077.88 465885.99 18174.07 17.82
## 7104 1561.82 434202.54 411052.38 23130.51 19.65
## 7105 580.00 496308.00 466132.00 30177.00 0.00
## 7106 697.00 473316.00 373479.00 99837.00 0.00
## 7107 710.00 633460.00 448431.00 185014.00 16.00
## 7108 710.00 402660.00 369347.00 33312.00 0.00
## 7109 600.50 624918.06 563910.07 60984.25 23.74
## 7110 779.34 354341.95 330959.23 23366.81 15.91
## 7111 491.71 392401.25 368385.46 24011.81 3.98
## 7112 632.63 352630.15 319602.75 33027.40 0.00
## 7113 872.20 359170.78 340114.08 19056.70 0.00
## 7114 547.17 410153.57 377569.16 32584.41 0.00
## 7115 599.08 384582.96 362090.67 22488.31 3.98
## 7116 408.14 389954.96 355131.24 34823.72 0.00
## 7117 640.77 392890.13 356286.86 35547.71 1055.56
## 7118 517.88 374558.49 360305.76 9201.62 5051.11
## 7119 702.96 387007.38 358843.51 13593.87 14570.00
## 7120 620.27 402063.85 377884.20 20393.67 3785.98
## 7121 1222.60 515650.75 462811.56 49542.64 3296.55
## 7122 2432.16 393957.81 358318.64 24812.03 10827.14
## 7123 3849.65 382863.86 362404.90 17642.09 2816.87
## 7124 3112.43 409513.57 380873.57 21311.87 7328.13
## 7125 3388.19 393552.94 368995.87 13580.41 10976.66
## 7126 3563.36 555724.83 494674.05 42918.63 18132.15
## 7127 3145.41 511546.02 270378.60 223986.86 17180.56
## 7128 3691.10 403510.57 260423.69 126518.07 16568.81
## 7129 3600.65 417709.80 290382.60 113734.72 13592.48
## 7130 3000.90 563460.66 322838.07 233754.81 6867.78
## 7131 3267.53 445573.35 345141.25 90033.49 10398.61
## 7132 4083.43 569756.05 372163.91 178834.64 18757.50
## 7133 3335.37 423672.83 352350.91 70436.92 885.00
## 7134 4111.68 534265.94 445866.42 71417.58 16981.94
## 7135 3634.42 766061.72 451173.29 305309.26 9579.17
## 7136 2747.33 369051.45 314750.54 44523.13 9777.78
## 7137 2853.10 360814.66 312758.39 41885.07 6171.20
## 7138 4900.16 403705.08 339953.84 55759.57 7991.67
## 7139 2839.80 461405.91 407168.08 51164.80 3073.03
## 7140 4113.73 389659.01 340915.45 48526.89 216.67
## 7141 20182.45 389225.45 330935.25 49533.26 8756.94
## 7142 17545.38 384028.21 336742.00 40754.27 6531.94
## type year region
## 1 conventional 2015 Albany
## 2 conventional 2015 Albany
## 3 conventional 2015 Albany
## 4 conventional 2015 Albany
## 5 conventional 2015 Albany
## 6 conventional 2015 Albany
## 7 conventional 2015 Albany
## 8 conventional 2015 Albany
## 9 conventional 2015 Albany
## 10 conventional 2015 Albany
## 11 conventional 2015 Albany
## 12 conventional 2015 Albany
## 13 conventional 2015 Albany
## 14 conventional 2015 Albany
## 15 conventional 2015 Albany
## 16 conventional 2015 Albany
## 17 conventional 2015 Albany
## 18 conventional 2015 Albany
## 19 conventional 2015 Albany
## 20 conventional 2015 Albany
## 21 conventional 2015 Albany
## 22 conventional 2015 Albany
## 23 conventional 2015 Albany
## 24 conventional 2015 Albany
## 25 conventional 2015 Albany
## 26 conventional 2015 Albany
## 27 conventional 2015 Albany
## 28 conventional 2015 Albany
## 29 conventional 2015 Albany
## 30 conventional 2015 Albany
## 31 conventional 2015 Albany
## 32 conventional 2015 Albany
## 33 conventional 2015 Albany
## 34 conventional 2015 Albany
## 35 conventional 2015 Albany
## 36 conventional 2015 Albany
## 37 conventional 2015 Albany
## 38 conventional 2015 Albany
## 39 conventional 2015 Albany
## 40 conventional 2015 Albany
## 41 conventional 2015 Albany
## 42 conventional 2015 Albany
## 43 conventional 2015 Albany
## 44 conventional 2015 Albany
## 45 conventional 2015 Albany
## 46 conventional 2015 Albany
## 47 conventional 2015 Albany
## 48 conventional 2015 Albany
## 49 conventional 2015 Albany
## 50 conventional 2015 Albany
## 51 conventional 2015 Albany
## 52 conventional 2015 Albany
## 53 conventional 2015 Atlanta
## 54 conventional 2015 Atlanta
## 55 conventional 2015 Atlanta
## 56 conventional 2015 Atlanta
## 57 conventional 2015 Atlanta
## 58 conventional 2015 Atlanta
## 59 conventional 2015 Atlanta
## 60 conventional 2015 Atlanta
## 61 conventional 2015 Atlanta
## 62 conventional 2015 Atlanta
## 63 conventional 2015 Atlanta
## 64 conventional 2015 Atlanta
## 65 conventional 2015 Atlanta
## 66 conventional 2015 Atlanta
## 67 conventional 2015 Atlanta
## 68 conventional 2015 Atlanta
## 69 conventional 2015 Atlanta
## 70 conventional 2015 Atlanta
## 71 conventional 2015 Atlanta
## 72 conventional 2015 Atlanta
## 73 conventional 2015 Atlanta
## 74 conventional 2015 Atlanta
## 75 conventional 2015 Atlanta
## 76 conventional 2015 Atlanta
## 77 conventional 2015 Atlanta
## 78 conventional 2015 Atlanta
## 79 conventional 2015 Atlanta
## 80 conventional 2015 Atlanta
## 81 conventional 2015 Atlanta
## 82 conventional 2015 Atlanta
## 83 conventional 2015 Atlanta
## 84 conventional 2015 Atlanta
## 85 conventional 2015 Atlanta
## 86 conventional 2015 Atlanta
## 87 conventional 2015 Atlanta
## 88 conventional 2015 Atlanta
## 89 conventional 2015 Atlanta
## 90 conventional 2015 Atlanta
## 91 conventional 2015 Atlanta
## 92 conventional 2015 Atlanta
## 93 conventional 2015 Atlanta
## 94 conventional 2015 Atlanta
## 95 conventional 2015 Atlanta
## 96 conventional 2015 Atlanta
## 97 conventional 2015 Atlanta
## 98 conventional 2015 Atlanta
## 99 conventional 2015 Atlanta
## 100 conventional 2015 Atlanta
## 101 conventional 2015 Atlanta
## 102 conventional 2015 Atlanta
## 103 conventional 2015 Atlanta
## 104 conventional 2015 Atlanta
## 105 conventional 2015 BaltimoreWashington
## 106 conventional 2015 BaltimoreWashington
## 107 conventional 2015 BaltimoreWashington
## 108 conventional 2015 BaltimoreWashington
## 109 conventional 2015 BaltimoreWashington
## 110 conventional 2015 BaltimoreWashington
## 111 conventional 2015 BaltimoreWashington
## 112 conventional 2015 BaltimoreWashington
## 113 conventional 2015 BaltimoreWashington
## 114 conventional 2015 BaltimoreWashington
## 115 conventional 2015 BaltimoreWashington
## 116 conventional 2015 BaltimoreWashington
## 117 conventional 2015 BaltimoreWashington
## 118 conventional 2015 BaltimoreWashington
## 119 conventional 2015 BaltimoreWashington
## 120 conventional 2015 BaltimoreWashington
## 121 conventional 2015 BaltimoreWashington
## 122 conventional 2015 BaltimoreWashington
## 123 conventional 2015 BaltimoreWashington
## 124 conventional 2015 BaltimoreWashington
## 125 conventional 2015 BaltimoreWashington
## 126 conventional 2015 BaltimoreWashington
## 127 conventional 2015 BaltimoreWashington
## 128 conventional 2015 BaltimoreWashington
## 129 conventional 2015 BaltimoreWashington
## 130 conventional 2015 BaltimoreWashington
## 131 conventional 2015 BaltimoreWashington
## 132 conventional 2015 BaltimoreWashington
## 133 conventional 2015 BaltimoreWashington
## 134 conventional 2015 BaltimoreWashington
## 135 conventional 2015 BaltimoreWashington
## 136 conventional 2015 BaltimoreWashington
## 137 conventional 2015 BaltimoreWashington
## 138 conventional 2015 BaltimoreWashington
## 139 conventional 2015 BaltimoreWashington
## 140 conventional 2015 BaltimoreWashington
## 141 conventional 2015 BaltimoreWashington
## 142 conventional 2015 BaltimoreWashington
## 143 conventional 2015 BaltimoreWashington
## 144 conventional 2015 BaltimoreWashington
## 145 conventional 2015 BaltimoreWashington
## 146 conventional 2015 BaltimoreWashington
## 147 conventional 2015 BaltimoreWashington
## 148 conventional 2015 BaltimoreWashington
## 149 conventional 2015 BaltimoreWashington
## 150 conventional 2015 BaltimoreWashington
## 151 conventional 2015 BaltimoreWashington
## 152 conventional 2015 BaltimoreWashington
## 153 conventional 2015 BaltimoreWashington
## 154 conventional 2015 BaltimoreWashington
## 155 conventional 2015 BaltimoreWashington
## 156 conventional 2015 BaltimoreWashington
## 157 conventional 2015 Boise
## 158 conventional 2015 Boise
## 159 conventional 2015 Boise
## 160 conventional 2015 Boise
## 161 conventional 2015 Boise
## 162 conventional 2015 Boise
## 163 conventional 2015 Boise
## 164 conventional 2015 Boise
## 165 conventional 2015 Boise
## 166 conventional 2015 Boise
## 167 conventional 2015 Boise
## 168 conventional 2015 Boise
## 169 conventional 2015 Boise
## 170 conventional 2015 Boise
## 171 conventional 2015 Boise
## 172 conventional 2015 Boise
## 173 conventional 2015 Boise
## 174 conventional 2015 Boise
## 175 conventional 2015 Boise
## 176 conventional 2015 Boise
## 177 conventional 2015 Boise
## 178 conventional 2015 Boise
## 179 conventional 2015 Boise
## 180 conventional 2015 Boise
## 181 conventional 2015 Boise
## 182 conventional 2015 Boise
## 183 conventional 2015 Boise
## 184 conventional 2015 Boise
## 185 conventional 2015 Boise
## 186 conventional 2015 Boise
## 187 conventional 2015 Boise
## 188 conventional 2015 Boise
## 189 conventional 2015 Boise
## 190 conventional 2015 Boise
## 191 conventional 2015 Boise
## 192 conventional 2015 Boise
## 193 conventional 2015 Boise
## 194 conventional 2015 Boise
## 195 conventional 2015 Boise
## 196 conventional 2015 Boise
## 197 conventional 2015 Boise
## 198 conventional 2015 Boise
## 199 conventional 2015 Boise
## 200 conventional 2015 Boise
## 201 conventional 2015 Boise
## 202 conventional 2015 Boise
## 203 conventional 2015 Boise
## 204 conventional 2015 Boise
## 205 conventional 2015 Boise
## 206 conventional 2015 Boise
## 207 conventional 2015 Boise
## 208 conventional 2015 Boise
## 209 conventional 2015 Boston
## 210 conventional 2015 Boston
## 211 conventional 2015 Boston
## 212 conventional 2015 Boston
## 213 conventional 2015 Boston
## 214 conventional 2015 Boston
## 215 conventional 2015 Boston
## 216 conventional 2015 Boston
## 217 conventional 2015 Boston
## 218 conventional 2015 Boston
## 219 conventional 2015 Boston
## 220 conventional 2015 Boston
## 221 conventional 2015 Boston
## 222 conventional 2015 Boston
## 223 conventional 2015 Boston
## 224 conventional 2015 Boston
## 225 conventional 2015 Boston
## 226 conventional 2015 Boston
## 227 conventional 2015 Boston
## 228 conventional 2015 Boston
## 229 conventional 2015 Boston
## 230 conventional 2015 Boston
## 231 conventional 2015 Boston
## 232 conventional 2015 Boston
## 233 conventional 2015 Boston
## 234 conventional 2015 Boston
## 235 conventional 2015 Boston
## 236 conventional 2015 Boston
## 237 conventional 2015 Boston
## 238 conventional 2015 Boston
## 239 conventional 2015 Boston
## 240 conventional 2015 Boston
## 241 conventional 2015 Boston
## 242 conventional 2015 Boston
## 243 conventional 2015 Boston
## 244 conventional 2015 Boston
## 245 conventional 2015 Boston
## 246 conventional 2015 Boston
## 247 conventional 2015 Boston
## 248 conventional 2015 Boston
## 249 conventional 2015 Boston
## 250 conventional 2015 Boston
## 251 conventional 2015 Boston
## 252 conventional 2015 Boston
## 253 conventional 2015 Boston
## 254 conventional 2015 Boston
## 255 conventional 2015 Boston
## 256 conventional 2015 Boston
## 257 conventional 2015 Boston
## 258 conventional 2015 Boston
## 259 conventional 2015 Boston
## 260 conventional 2015 Boston
## 261 conventional 2015 BuffaloRochester
## 262 conventional 2015 BuffaloRochester
## 263 conventional 2015 BuffaloRochester
## 264 conventional 2015 BuffaloRochester
## 265 conventional 2015 BuffaloRochester
## 266 conventional 2015 BuffaloRochester
## 267 conventional 2015 BuffaloRochester
## 268 conventional 2015 BuffaloRochester
## 269 conventional 2015 BuffaloRochester
## 270 conventional 2015 BuffaloRochester
## 271 conventional 2015 BuffaloRochester
## 272 conventional 2015 BuffaloRochester
## 273 conventional 2015 BuffaloRochester
## 274 conventional 2015 BuffaloRochester
## 275 conventional 2015 BuffaloRochester
## 276 conventional 2015 BuffaloRochester
## 277 conventional 2015 BuffaloRochester
## 278 conventional 2015 BuffaloRochester
## 279 conventional 2015 BuffaloRochester
## 280 conventional 2015 BuffaloRochester
## 281 conventional 2015 BuffaloRochester
## 282 conventional 2015 BuffaloRochester
## 283 conventional 2015 BuffaloRochester
## 284 conventional 2015 BuffaloRochester
## 285 conventional 2015 BuffaloRochester
## 286 conventional 2015 BuffaloRochester
## 287 conventional 2015 BuffaloRochester
## 288 conventional 2015 BuffaloRochester
## 289 conventional 2015 BuffaloRochester
## 290 conventional 2015 BuffaloRochester
## 291 conventional 2015 BuffaloRochester
## 292 conventional 2015 BuffaloRochester
## 293 conventional 2015 BuffaloRochester
## 294 conventional 2015 BuffaloRochester
## 295 conventional 2015 BuffaloRochester
## 296 conventional 2015 BuffaloRochester
## 297 conventional 2015 BuffaloRochester
## 298 conventional 2015 BuffaloRochester
## 299 conventional 2015 BuffaloRochester
## 300 conventional 2015 BuffaloRochester
## 301 conventional 2015 BuffaloRochester
## 302 conventional 2015 BuffaloRochester
## 303 conventional 2015 BuffaloRochester
## 304 conventional 2015 BuffaloRochester
## 305 conventional 2015 BuffaloRochester
## 306 conventional 2015 BuffaloRochester
## 307 conventional 2015 BuffaloRochester
## 308 conventional 2015 BuffaloRochester
## 309 conventional 2015 BuffaloRochester
## 310 conventional 2015 BuffaloRochester
## 311 conventional 2015 BuffaloRochester
## 312 conventional 2015 BuffaloRochester
## 313 conventional 2015 California
## 314 conventional 2015 California
## 315 conventional 2015 California
## 316 conventional 2015 California
## 317 conventional 2015 California
## 318 conventional 2015 California
## 319 conventional 2015 California
## 320 conventional 2015 California
## 321 conventional 2015 California
## 322 conventional 2015 California
## 323 conventional 2015 California
## 324 conventional 2015 California
## 325 conventional 2015 California
## 326 conventional 2015 California
## 327 conventional 2015 California
## 328 conventional 2015 California
## 329 conventional 2015 California
## 330 conventional 2015 California
## 331 conventional 2015 California
## 332 conventional 2015 California
## 333 conventional 2015 California
## 334 conventional 2015 California
## 335 conventional 2015 California
## 336 conventional 2015 California
## 337 conventional 2015 California
## 338 conventional 2015 California
## 339 conventional 2015 California
## 340 conventional 2015 California
## 341 conventional 2015 California
## 342 conventional 2015 California
## 343 conventional 2015 California
## 344 conventional 2015 California
## 345 conventional 2015 California
## 346 conventional 2015 California
## 347 conventional 2015 California
## 348 conventional 2015 California
## 349 conventional 2015 California
## 350 conventional 2015 California
## 351 conventional 2015 California
## 352 conventional 2015 California
## 353 conventional 2015 California
## 354 conventional 2015 California
## 355 conventional 2015 California
## 356 conventional 2015 California
## 357 conventional 2015 California
## 358 conventional 2015 California
## 359 conventional 2015 California
## 360 conventional 2015 California
## 361 conventional 2015 California
## 362 conventional 2015 California
## 363 conventional 2015 California
## 364 conventional 2015 California
## 365 conventional 2015 Charlotte
## 366 conventional 2015 Charlotte
## 367 conventional 2015 Charlotte
## 368 conventional 2015 Charlotte
## 369 conventional 2015 Charlotte
## 370 conventional 2015 Charlotte
## 371 conventional 2015 Charlotte
## 372 conventional 2015 Charlotte
## 373 conventional 2015 Charlotte
## 374 conventional 2015 Charlotte
## 375 conventional 2015 Charlotte
## 376 conventional 2015 Charlotte
## 377 conventional 2015 Charlotte
## 378 conventional 2015 Charlotte
## 379 conventional 2015 Charlotte
## 380 conventional 2015 Charlotte
## 381 conventional 2015 Charlotte
## 382 conventional 2015 Charlotte
## 383 conventional 2015 Charlotte
## 384 conventional 2015 Charlotte
## 385 conventional 2015 Charlotte
## 386 conventional 2015 Charlotte
## 387 conventional 2015 Charlotte
## 388 conventional 2015 Charlotte
## 389 conventional 2015 Charlotte
## 390 conventional 2015 Charlotte
## 391 conventional 2015 Charlotte
## 392 conventional 2015 Charlotte
## 393 conventional 2015 Charlotte
## 394 conventional 2015 Charlotte
## 395 conventional 2015 Charlotte
## 396 conventional 2015 Charlotte
## 397 conventional 2015 Charlotte
## 398 conventional 2015 Charlotte
## 399 conventional 2015 Charlotte
## 400 conventional 2015 Charlotte
## 401 conventional 2015 Charlotte
## 402 conventional 2015 Charlotte
## 403 conventional 2015 Charlotte
## 404 conventional 2015 Charlotte
## 405 conventional 2015 Charlotte
## 406 conventional 2015 Charlotte
## 407 conventional 2015 Charlotte
## 408 conventional 2015 Charlotte
## 409 conventional 2015 Charlotte
## 410 conventional 2015 Charlotte
## 411 conventional 2015 Charlotte
## 412 conventional 2015 Charlotte
## 413 conventional 2015 Charlotte
## 414 conventional 2015 Charlotte
## 415 conventional 2015 Charlotte
## 416 conventional 2015 Charlotte
## 417 conventional 2015 Chicago
## 418 conventional 2015 Chicago
## 419 conventional 2015 Chicago
## 420 conventional 2015 Chicago
## 421 conventional 2015 Chicago
## 422 conventional 2015 Chicago
## 423 conventional 2015 Chicago
## 424 conventional 2015 Chicago
## 425 conventional 2015 Chicago
## 426 conventional 2015 Chicago
## 427 conventional 2015 Chicago
## 428 conventional 2015 Chicago
## 429 conventional 2015 Chicago
## 430 conventional 2015 Chicago
## 431 conventional 2015 Chicago
## 432 conventional 2015 Chicago
## 433 conventional 2015 Chicago
## 434 conventional 2015 Chicago
## 435 conventional 2015 Chicago
## 436 conventional 2015 Chicago
## 437 conventional 2015 Chicago
## 438 conventional 2015 Chicago
## 439 conventional 2015 Chicago
## 440 conventional 2015 Chicago
## 441 conventional 2015 Chicago
## 442 conventional 2015 Chicago
## 443 conventional 2015 Chicago
## 444 conventional 2015 Chicago
## 445 conventional 2015 Chicago
## 446 conventional 2015 Chicago
## 447 conventional 2015 Chicago
## 448 conventional 2015 Chicago
## 449 conventional 2015 Chicago
## 450 conventional 2015 Chicago
## 451 conventional 2015 Chicago
## 452 conventional 2015 Chicago
## 453 conventional 2015 Chicago
## 454 conventional 2015 Chicago
## 455 conventional 2015 Chicago
## 456 conventional 2015 Chicago
## 457 conventional 2015 Chicago
## 458 conventional 2015 Chicago
## 459 conventional 2015 Chicago
## 460 conventional 2015 Chicago
## 461 conventional 2015 Chicago
## 462 conventional 2015 Chicago
## 463 conventional 2015 Chicago
## 464 conventional 2015 Chicago
## 465 conventional 2015 Chicago
## 466 conventional 2015 Chicago
## 467 conventional 2015 Chicago
## 468 conventional 2015 Chicago
## 469 conventional 2015 CincinnatiDayton
## 470 conventional 2015 CincinnatiDayton
## 471 conventional 2015 CincinnatiDayton
## 472 conventional 2015 CincinnatiDayton
## 473 conventional 2015 CincinnatiDayton
## 474 conventional 2015 CincinnatiDayton
## 475 conventional 2015 CincinnatiDayton
## 476 conventional 2015 CincinnatiDayton
## 477 conventional 2015 CincinnatiDayton
## 478 conventional 2015 CincinnatiDayton
## 479 conventional 2015 CincinnatiDayton
## 480 conventional 2015 CincinnatiDayton
## 481 conventional 2015 CincinnatiDayton
## 482 conventional 2015 CincinnatiDayton
## 483 conventional 2015 CincinnatiDayton
## 484 conventional 2015 CincinnatiDayton
## 485 conventional 2015 CincinnatiDayton
## 486 conventional 2015 CincinnatiDayton
## 487 conventional 2015 CincinnatiDayton
## 488 conventional 2015 CincinnatiDayton
## 489 conventional 2015 CincinnatiDayton
## 490 conventional 2015 CincinnatiDayton
## 491 conventional 2015 CincinnatiDayton
## 492 conventional 2015 CincinnatiDayton
## 493 conventional 2015 CincinnatiDayton
## 494 conventional 2015 CincinnatiDayton
## 495 conventional 2015 CincinnatiDayton
## 496 conventional 2015 CincinnatiDayton
## 497 conventional 2015 CincinnatiDayton
## 498 conventional 2015 CincinnatiDayton
## 499 conventional 2015 CincinnatiDayton
## 500 conventional 2015 CincinnatiDayton
## 501 conventional 2015 CincinnatiDayton
## 502 conventional 2015 CincinnatiDayton
## 503 conventional 2015 CincinnatiDayton
## 504 conventional 2015 CincinnatiDayton
## 505 conventional 2015 CincinnatiDayton
## 506 conventional 2015 CincinnatiDayton
## 507 conventional 2015 CincinnatiDayton
## 508 conventional 2015 CincinnatiDayton
## 509 conventional 2015 CincinnatiDayton
## 510 conventional 2015 CincinnatiDayton
## 511 conventional 2015 CincinnatiDayton
## 512 conventional 2015 CincinnatiDayton
## 513 conventional 2015 CincinnatiDayton
## 514 conventional 2015 CincinnatiDayton
## 515 conventional 2015 CincinnatiDayton
## 516 conventional 2015 CincinnatiDayton
## 517 conventional 2015 CincinnatiDayton
## 518 conventional 2015 CincinnatiDayton
## 519 conventional 2015 CincinnatiDayton
## 520 conventional 2015 CincinnatiDayton
## 521 conventional 2015 Columbus
## 522 conventional 2015 Columbus
## 523 conventional 2015 Columbus
## 524 conventional 2015 Columbus
## 525 conventional 2015 Columbus
## 526 conventional 2015 Columbus
## 527 conventional 2015 Columbus
## 528 conventional 2015 Columbus
## 529 conventional 2015 Columbus
## 530 conventional 2015 Columbus
## 531 conventional 2015 Columbus
## 532 conventional 2015 Columbus
## 533 conventional 2015 Columbus
## 534 conventional 2015 Columbus
## 535 conventional 2015 Columbus
## 536 conventional 2015 Columbus
## 537 conventional 2015 Columbus
## 538 conventional 2015 Columbus
## 539 conventional 2015 Columbus
## 540 conventional 2015 Columbus
## 541 conventional 2015 Columbus
## 542 conventional 2015 Columbus
## 543 conventional 2015 Columbus
## 544 conventional 2015 Columbus
## 545 conventional 2015 Columbus
## 546 conventional 2015 Columbus
## 547 conventional 2015 Columbus
## 548 conventional 2015 Columbus
## 549 conventional 2015 Columbus
## 550 conventional 2015 Columbus
## 551 conventional 2015 Columbus
## 552 conventional 2015 Columbus
## 553 conventional 2015 Columbus
## 554 conventional 2015 Columbus
## 555 conventional 2015 Columbus
## 556 conventional 2015 Columbus
## 557 conventional 2015 Columbus
## 558 conventional 2015 Columbus
## 559 conventional 2015 Columbus
## 560 conventional 2015 Columbus
## 561 conventional 2015 Columbus
## 562 conventional 2015 Columbus
## 563 conventional 2015 Columbus
## 564 conventional 2015 Columbus
## 565 conventional 2015 Columbus
## 566 conventional 2015 Columbus
## 567 conventional 2015 Columbus
## 568 conventional 2015 Columbus
## 569 conventional 2015 Columbus
## 570 conventional 2015 Columbus
## 571 conventional 2015 Columbus
## 572 conventional 2015 Columbus
## 573 conventional 2015 DallasFtWorth
## 574 conventional 2015 DallasFtWorth
## 575 conventional 2015 DallasFtWorth
## 576 conventional 2015 DallasFtWorth
## 577 conventional 2015 DallasFtWorth
## 578 conventional 2015 DallasFtWorth
## 579 conventional 2015 DallasFtWorth
## 580 conventional 2015 DallasFtWorth
## 581 conventional 2015 DallasFtWorth
## 582 conventional 2015 DallasFtWorth
## 583 conventional 2015 DallasFtWorth
## 584 conventional 2015 DallasFtWorth
## 585 conventional 2015 DallasFtWorth
## 586 conventional 2015 DallasFtWorth
## 587 conventional 2015 DallasFtWorth
## 588 conventional 2015 DallasFtWorth
## 589 conventional 2015 DallasFtWorth
## 590 conventional 2015 DallasFtWorth
## 591 conventional 2015 DallasFtWorth
## 592 conventional 2015 DallasFtWorth
## 593 conventional 2015 DallasFtWorth
## 594 conventional 2015 DallasFtWorth
## 595 conventional 2015 DallasFtWorth
## 596 conventional 2015 DallasFtWorth
## 597 conventional 2015 DallasFtWorth
## 598 conventional 2015 DallasFtWorth
## 599 conventional 2015 DallasFtWorth
## 600 conventional 2015 DallasFtWorth
## 601 conventional 2015 DallasFtWorth
## 602 conventional 2015 DallasFtWorth
## 603 conventional 2015 DallasFtWorth
## 604 conventional 2015 DallasFtWorth
## 605 conventional 2015 DallasFtWorth
## 606 conventional 2015 DallasFtWorth
## 607 conventional 2015 DallasFtWorth
## 608 conventional 2015 DallasFtWorth
## 609 conventional 2015 DallasFtWorth
## 610 conventional 2015 DallasFtWorth
## 611 conventional 2015 DallasFtWorth
## 612 conventional 2015 DallasFtWorth
## 613 conventional 2015 DallasFtWorth
## 614 conventional 2015 DallasFtWorth
## 615 conventional 2015 DallasFtWorth
## 616 conventional 2015 DallasFtWorth
## 617 conventional 2015 DallasFtWorth
## 618 conventional 2015 DallasFtWorth
## 619 conventional 2015 DallasFtWorth
## 620 conventional 2015 DallasFtWorth
## 621 conventional 2015 DallasFtWorth
## 622 conventional 2015 DallasFtWorth
## 623 conventional 2015 DallasFtWorth
## 624 conventional 2015 DallasFtWorth
## 625 conventional 2015 Denver
## 626 conventional 2015 Denver
## 627 conventional 2015 Denver
## 628 conventional 2015 Denver
## 629 conventional 2015 Denver
## 630 conventional 2015 Denver
## 631 conventional 2015 Denver
## 632 conventional 2015 Denver
## 633 conventional 2015 Denver
## 634 conventional 2015 Denver
## 635 conventional 2015 Denver
## 636 conventional 2015 Denver
## 637 conventional 2015 Denver
## 638 conventional 2015 Denver
## 639 conventional 2015 Denver
## 640 conventional 2015 Denver
## 641 conventional 2015 Denver
## 642 conventional 2015 Denver
## 643 conventional 2015 Denver
## 644 conventional 2015 Denver
## 645 conventional 2015 Denver
## 646 conventional 2015 Denver
## 647 conventional 2015 Denver
## 648 conventional 2015 Denver
## 649 conventional 2015 Denver
## 650 conventional 2015 Denver
## 651 conventional 2015 Denver
## 652 conventional 2015 Denver
## 653 conventional 2015 Denver
## 654 conventional 2015 Denver
## 655 conventional 2015 Denver
## 656 conventional 2015 Denver
## 657 conventional 2015 Denver
## 658 conventional 2015 Denver
## 659 conventional 2015 Denver
## 660 conventional 2015 Denver
## 661 conventional 2015 Denver
## 662 conventional 2015 Denver
## 663 conventional 2015 Denver
## 664 conventional 2015 Denver
## 665 conventional 2015 Denver
## 666 conventional 2015 Denver
## 667 conventional 2015 Denver
## 668 conventional 2015 Denver
## 669 conventional 2015 Denver
## 670 conventional 2015 Denver
## 671 conventional 2015 Denver
## 672 conventional 2015 Denver
## 673 conventional 2015 Denver
## 674 conventional 2015 Denver
## 675 conventional 2015 Denver
## 676 conventional 2015 Denver
## 677 conventional 2015 Detroit
## 678 conventional 2015 Detroit
## 679 conventional 2015 Detroit
## 680 conventional 2015 Detroit
## 681 conventional 2015 Detroit
## 682 conventional 2015 Detroit
## 683 conventional 2015 Detroit
## 684 conventional 2015 Detroit
## 685 conventional 2015 Detroit
## 686 conventional 2015 Detroit
## 687 conventional 2015 Detroit
## 688 conventional 2015 Detroit
## 689 conventional 2015 Detroit
## 690 conventional 2015 Detroit
## 691 conventional 2015 Detroit
## 692 conventional 2015 Detroit
## 693 conventional 2015 Detroit
## 694 conventional 2015 Detroit
## 695 conventional 2015 Detroit
## 696 conventional 2015 Detroit
## 697 conventional 2015 Detroit
## 698 conventional 2015 Detroit
## 699 conventional 2015 Detroit
## 700 conventional 2015 Detroit
## 701 conventional 2015 Detroit
## 702 conventional 2015 Detroit
## 703 conventional 2015 Detroit
## 704 conventional 2015 Detroit
## 705 conventional 2015 Detroit
## 706 conventional 2015 Detroit
## 707 conventional 2015 Detroit
## 708 conventional 2015 Detroit
## 709 conventional 2015 Detroit
## 710 conventional 2015 Detroit
## 711 conventional 2015 Detroit
## 712 conventional 2015 Detroit
## 713 conventional 2015 Detroit
## 714 conventional 2015 Detroit
## 715 conventional 2015 Detroit
## 716 conventional 2015 Detroit
## 717 conventional 2015 Detroit
## 718 conventional 2015 Detroit
## 719 conventional 2015 Detroit
## 720 conventional 2015 Detroit
## 721 conventional 2015 Detroit
## 722 conventional 2015 Detroit
## 723 conventional 2015 Detroit
## 724 conventional 2015 Detroit
## 725 conventional 2015 Detroit
## 726 conventional 2015 Detroit
## 727 conventional 2015 Detroit
## 728 conventional 2015 Detroit
## 729 conventional 2015 GrandRapids
## 730 conventional 2015 GrandRapids
## 731 conventional 2015 GrandRapids
## 732 conventional 2015 GrandRapids
## 733 conventional 2015 GrandRapids
## 734 conventional 2015 GrandRapids
## 735 conventional 2015 GrandRapids
## 736 conventional 2015 GrandRapids
## 737 conventional 2015 GrandRapids
## 738 conventional 2015 GrandRapids
## 739 conventional 2015 GrandRapids
## 740 conventional 2015 GrandRapids
## 741 conventional 2015 GrandRapids
## 742 conventional 2015 GrandRapids
## 743 conventional 2015 GrandRapids
## 744 conventional 2015 GrandRapids
## 745 conventional 2015 GrandRapids
## 746 conventional 2015 GrandRapids
## 747 conventional 2015 GrandRapids
## 748 conventional 2015 GrandRapids
## 749 conventional 2015 GrandRapids
## 750 conventional 2015 GrandRapids
## 751 conventional 2015 GrandRapids
## 752 conventional 2015 GrandRapids
## 753 conventional 2015 GrandRapids
## 754 conventional 2015 GrandRapids
## 755 conventional 2015 GrandRapids
## 756 conventional 2015 GrandRapids
## 757 conventional 2015 GrandRapids
## 758 conventional 2015 GrandRapids
## 759 conventional 2015 GrandRapids
## 760 conventional 2015 GrandRapids
## 761 conventional 2015 GrandRapids
## 762 conventional 2015 GrandRapids
## 763 conventional 2015 GrandRapids
## 764 conventional 2015 GrandRapids
## 765 conventional 2015 GrandRapids
## 766 conventional 2015 GrandRapids
## 767 conventional 2015 GrandRapids
## 768 conventional 2015 GrandRapids
## 769 conventional 2015 GrandRapids
## 770 conventional 2015 GrandRapids
## 771 conventional 2015 GrandRapids
## 772 conventional 2015 GrandRapids
## 773 conventional 2015 GrandRapids
## 774 conventional 2015 GrandRapids
## 775 conventional 2015 GrandRapids
## 776 conventional 2015 GrandRapids
## 777 conventional 2015 GrandRapids
## 778 conventional 2015 GrandRapids
## 779 conventional 2015 GrandRapids
## 780 conventional 2015 GrandRapids
## 781 conventional 2015 GreatLakes
## 782 conventional 2015 GreatLakes
## 783 conventional 2015 GreatLakes
## 784 conventional 2015 GreatLakes
## 785 conventional 2015 GreatLakes
## 786 conventional 2015 GreatLakes
## 787 conventional 2015 GreatLakes
## 788 conventional 2015 GreatLakes
## 789 conventional 2015 GreatLakes
## 790 conventional 2015 GreatLakes
## 791 conventional 2015 GreatLakes
## 792 conventional 2015 GreatLakes
## 793 conventional 2015 GreatLakes
## 794 conventional 2015 GreatLakes
## 795 conventional 2015 GreatLakes
## 796 conventional 2015 GreatLakes
## 797 conventional 2015 GreatLakes
## 798 conventional 2015 GreatLakes
## 799 conventional 2015 GreatLakes
## 800 conventional 2015 GreatLakes
## 801 conventional 2015 GreatLakes
## 802 conventional 2015 GreatLakes
## 803 conventional 2015 GreatLakes
## 804 conventional 2015 GreatLakes
## 805 conventional 2015 GreatLakes
## 806 conventional 2015 GreatLakes
## 807 conventional 2015 GreatLakes
## 808 conventional 2015 GreatLakes
## 809 conventional 2015 GreatLakes
## 810 conventional 2015 GreatLakes
## 811 conventional 2015 GreatLakes
## 812 conventional 2015 GreatLakes
## 813 conventional 2015 GreatLakes
## 814 conventional 2015 GreatLakes
## 815 conventional 2015 GreatLakes
## 816 conventional 2015 GreatLakes
## 817 conventional 2015 GreatLakes
## 818 conventional 2015 GreatLakes
## 819 conventional 2015 GreatLakes
## 820 conventional 2015 GreatLakes
## 821 conventional 2015 GreatLakes
## 822 conventional 2015 GreatLakes
## 823 conventional 2015 GreatLakes
## 824 conventional 2015 GreatLakes
## 825 conventional 2015 GreatLakes
## 826 conventional 2015 GreatLakes
## 827 conventional 2015 GreatLakes
## 828 conventional 2015 GreatLakes
## 829 conventional 2015 GreatLakes
## 830 conventional 2015 GreatLakes
## 831 conventional 2015 GreatLakes
## 832 conventional 2015 GreatLakes
## 833 conventional 2015 HarrisburgScranton
## 834 conventional 2015 HarrisburgScranton
## 835 conventional 2015 HarrisburgScranton
## 836 conventional 2015 HarrisburgScranton
## 837 conventional 2015 HarrisburgScranton
## 838 conventional 2015 HarrisburgScranton
## 839 conventional 2015 HarrisburgScranton
## 840 conventional 2015 HarrisburgScranton
## 841 conventional 2015 HarrisburgScranton
## 842 conventional 2015 HarrisburgScranton
## 843 conventional 2015 HarrisburgScranton
## 844 conventional 2015 HarrisburgScranton
## 845 conventional 2015 HarrisburgScranton
## 846 conventional 2015 HarrisburgScranton
## 847 conventional 2015 HarrisburgScranton
## 848 conventional 2015 HarrisburgScranton
## 849 conventional 2015 HarrisburgScranton
## 850 conventional 2015 HarrisburgScranton
## 851 conventional 2015 HarrisburgScranton
## 852 conventional 2015 HarrisburgScranton
## 853 conventional 2015 HarrisburgScranton
## 854 conventional 2015 HarrisburgScranton
## 855 conventional 2015 HarrisburgScranton
## 856 conventional 2015 HarrisburgScranton
## 857 conventional 2015 HarrisburgScranton
## 858 conventional 2015 HarrisburgScranton
## 859 conventional 2015 HarrisburgScranton
## 860 conventional 2015 HarrisburgScranton
## 861 conventional 2015 HarrisburgScranton
## 862 conventional 2015 HarrisburgScranton
## 863 conventional 2015 HarrisburgScranton
## 864 conventional 2015 HarrisburgScranton
## 865 conventional 2015 HarrisburgScranton
## 866 conventional 2015 HarrisburgScranton
## 867 conventional 2015 HarrisburgScranton
## 868 conventional 2015 HarrisburgScranton
## 869 conventional 2015 HarrisburgScranton
## 870 conventional 2015 HarrisburgScranton
## 871 conventional 2015 HarrisburgScranton
## 872 conventional 2015 HarrisburgScranton
## 873 conventional 2015 HarrisburgScranton
## 874 conventional 2015 HarrisburgScranton
## 875 conventional 2015 HarrisburgScranton
## 876 conventional 2015 HarrisburgScranton
## 877 conventional 2015 HarrisburgScranton
## 878 conventional 2015 HarrisburgScranton
## 879 conventional 2015 HarrisburgScranton
## 880 conventional 2015 HarrisburgScranton
## 881 conventional 2015 HarrisburgScranton
## 882 conventional 2015 HarrisburgScranton
## 883 conventional 2015 HarrisburgScranton
## 884 conventional 2015 HarrisburgScranton
## 885 conventional 2015 HartfordSpringfield
## 886 conventional 2015 HartfordSpringfield
## 887 conventional 2015 HartfordSpringfield
## 888 conventional 2015 HartfordSpringfield
## 889 conventional 2015 HartfordSpringfield
## 890 conventional 2015 HartfordSpringfield
## 891 conventional 2015 HartfordSpringfield
## 892 conventional 2015 HartfordSpringfield
## 893 conventional 2015 HartfordSpringfield
## 894 conventional 2015 HartfordSpringfield
## 895 conventional 2015 HartfordSpringfield
## 896 conventional 2015 HartfordSpringfield
## 897 conventional 2015 HartfordSpringfield
## 898 conventional 2015 HartfordSpringfield
## 899 conventional 2015 HartfordSpringfield
## 900 conventional 2015 HartfordSpringfield
## 901 conventional 2015 HartfordSpringfield
## 902 conventional 2015 HartfordSpringfield
## 903 conventional 2015 HartfordSpringfield
## 904 conventional 2015 HartfordSpringfield
## 905 conventional 2015 HartfordSpringfield
## 906 conventional 2015 HartfordSpringfield
## 907 conventional 2015 HartfordSpringfield
## 908 conventional 2015 HartfordSpringfield
## 909 conventional 2015 HartfordSpringfield
## 910 conventional 2015 HartfordSpringfield
## 911 conventional 2015 HartfordSpringfield
## 912 conventional 2015 HartfordSpringfield
## 913 conventional 2015 HartfordSpringfield
## 914 conventional 2015 HartfordSpringfield
## 915 conventional 2015 HartfordSpringfield
## 916 conventional 2015 HartfordSpringfield
## 917 conventional 2015 HartfordSpringfield
## 918 conventional 2015 HartfordSpringfield
## 919 conventional 2015 HartfordSpringfield
## 920 conventional 2015 HartfordSpringfield
## 921 conventional 2015 HartfordSpringfield
## 922 conventional 2015 HartfordSpringfield
## 923 conventional 2015 HartfordSpringfield
## 924 conventional 2015 HartfordSpringfield
## 925 conventional 2015 HartfordSpringfield
## 926 conventional 2015 HartfordSpringfield
## 927 conventional 2015 HartfordSpringfield
## 928 conventional 2015 HartfordSpringfield
## 929 conventional 2015 HartfordSpringfield
## 930 conventional 2015 HartfordSpringfield
## 931 conventional 2015 HartfordSpringfield
## 932 conventional 2015 HartfordSpringfield
## 933 conventional 2015 HartfordSpringfield
## 934 conventional 2015 HartfordSpringfield
## 935 conventional 2015 HartfordSpringfield
## 936 conventional 2015 HartfordSpringfield
## 937 conventional 2015 Houston
## 938 conventional 2015 Houston
## 939 conventional 2015 Houston
## 940 conventional 2015 Houston
## 941 conventional 2015 Houston
## 942 conventional 2015 Houston
## 943 conventional 2015 Houston
## 944 conventional 2015 Houston
## 945 conventional 2015 Houston
## 946 conventional 2015 Houston
## 947 conventional 2015 Houston
## 948 conventional 2015 Houston
## 949 conventional 2015 Houston
## 950 conventional 2015 Houston
## 951 conventional 2015 Houston
## 952 conventional 2015 Houston
## 953 conventional 2015 Houston
## 954 conventional 2015 Houston
## 955 conventional 2015 Houston
## 956 conventional 2015 Houston
## 957 conventional 2015 Houston
## 958 conventional 2015 Houston
## 959 conventional 2015 Houston
## 960 conventional 2015 Houston
## 961 conventional 2015 Houston
## 962 conventional 2015 Houston
## 963 conventional 2015 Houston
## 964 conventional 2015 Houston
## 965 conventional 2015 Houston
## 966 conventional 2015 Houston
## 967 conventional 2015 Houston
## 968 conventional 2015 Houston
## 969 conventional 2015 Houston
## 970 conventional 2015 Houston
## 971 conventional 2015 Houston
## 972 conventional 2015 Houston
## 973 conventional 2015 Houston
## 974 conventional 2015 Houston
## 975 conventional 2015 Houston
## 976 conventional 2015 Houston
## 977 conventional 2015 Houston
## 978 conventional 2015 Houston
## 979 conventional 2015 Houston
## 980 conventional 2015 Houston
## 981 conventional 2015 Houston
## 982 conventional 2015 Houston
## 983 conventional 2015 Houston
## 984 conventional 2015 Houston
## 985 conventional 2015 Houston
## 986 conventional 2015 Houston
## 987 conventional 2015 Houston
## 988 conventional 2015 Houston
## 989 conventional 2015 Indianapolis
## 990 conventional 2015 Indianapolis
## 991 conventional 2015 Indianapolis
## 992 conventional 2015 Indianapolis
## 993 conventional 2015 Indianapolis
## 994 conventional 2015 Indianapolis
## 995 conventional 2015 Indianapolis
## 996 conventional 2015 Indianapolis
## 997 conventional 2015 Indianapolis
## 998 conventional 2015 Indianapolis
## 999 conventional 2015 Indianapolis
## 1000 conventional 2015 Indianapolis
## 1001 conventional 2015 Indianapolis
## 1002 conventional 2015 Indianapolis
## 1003 conventional 2015 Indianapolis
## 1004 conventional 2015 Indianapolis
## 1005 conventional 2015 Indianapolis
## 1006 conventional 2015 Indianapolis
## 1007 conventional 2015 Indianapolis
## 1008 conventional 2015 Indianapolis
## 1009 conventional 2015 Indianapolis
## 1010 conventional 2015 Indianapolis
## 1011 conventional 2015 Indianapolis
## 1012 conventional 2015 Indianapolis
## 1013 conventional 2015 Indianapolis
## 1014 conventional 2015 Indianapolis
## 1015 conventional 2015 Indianapolis
## 1016 conventional 2015 Indianapolis
## 1017 conventional 2015 Indianapolis
## 1018 conventional 2015 Indianapolis
## 1019 conventional 2015 Indianapolis
## 1020 conventional 2015 Indianapolis
## 1021 conventional 2015 Indianapolis
## 1022 conventional 2015 Indianapolis
## 1023 conventional 2015 Indianapolis
## 1024 conventional 2015 Indianapolis
## 1025 conventional 2015 Indianapolis
## 1026 conventional 2015 Indianapolis
## 1027 conventional 2015 Indianapolis
## 1028 conventional 2015 Indianapolis
## 1029 conventional 2015 Indianapolis
## 1030 conventional 2015 Indianapolis
## 1031 conventional 2015 Indianapolis
## 1032 conventional 2015 Indianapolis
## 1033 conventional 2015 Indianapolis
## 1034 conventional 2015 Indianapolis
## 1035 conventional 2015 Indianapolis
## 1036 conventional 2015 Indianapolis
## 1037 conventional 2015 Indianapolis
## 1038 conventional 2015 Indianapolis
## 1039 conventional 2015 Indianapolis
## 1040 conventional 2015 Indianapolis
## 1041 conventional 2015 Jacksonville
## 1042 conventional 2015 Jacksonville
## 1043 conventional 2015 Jacksonville
## 1044 conventional 2015 Jacksonville
## 1045 conventional 2015 Jacksonville
## 1046 conventional 2015 Jacksonville
## 1047 conventional 2015 Jacksonville
## 1048 conventional 2015 Jacksonville
## 1049 conventional 2015 Jacksonville
## 1050 conventional 2015 Jacksonville
## 1051 conventional 2015 Jacksonville
## 1052 conventional 2015 Jacksonville
## 1053 conventional 2015 Jacksonville
## 1054 conventional 2015 Jacksonville
## 1055 conventional 2015 Jacksonville
## 1056 conventional 2015 Jacksonville
## 1057 conventional 2015 Jacksonville
## 1058 conventional 2015 Jacksonville
## 1059 conventional 2015 Jacksonville
## 1060 conventional 2015 Jacksonville
## 1061 conventional 2015 Jacksonville
## 1062 conventional 2015 Jacksonville
## 1063 conventional 2015 Jacksonville
## 1064 conventional 2015 Jacksonville
## 1065 conventional 2015 Jacksonville
## 1066 conventional 2015 Jacksonville
## 1067 conventional 2015 Jacksonville
## 1068 conventional 2015 Jacksonville
## 1069 conventional 2015 Jacksonville
## 1070 conventional 2015 Jacksonville
## 1071 conventional 2015 Jacksonville
## 1072 conventional 2015 Jacksonville
## 1073 conventional 2015 Jacksonville
## 1074 conventional 2015 Jacksonville
## 1075 conventional 2015 Jacksonville
## 1076 conventional 2015 Jacksonville
## 1077 conventional 2015 Jacksonville
## 1078 conventional 2015 Jacksonville
## 1079 conventional 2015 Jacksonville
## 1080 conventional 2015 Jacksonville
## 1081 conventional 2015 Jacksonville
## 1082 conventional 2015 Jacksonville
## 1083 conventional 2015 Jacksonville
## 1084 conventional 2015 Jacksonville
## 1085 conventional 2015 Jacksonville
## 1086 conventional 2015 Jacksonville
## 1087 conventional 2015 Jacksonville
## 1088 conventional 2015 Jacksonville
## 1089 conventional 2015 Jacksonville
## 1090 conventional 2015 Jacksonville
## 1091 conventional 2015 Jacksonville
## 1092 conventional 2015 Jacksonville
## 1093 conventional 2015 LasVegas
## 1094 conventional 2015 LasVegas
## 1095 conventional 2015 LasVegas
## 1096 conventional 2015 LasVegas
## 1097 conventional 2015 LasVegas
## 1098 conventional 2015 LasVegas
## 1099 conventional 2015 LasVegas
## 1100 conventional 2015 LasVegas
## 1101 conventional 2015 LasVegas
## 1102 conventional 2015 LasVegas
## 1103 conventional 2015 LasVegas
## 1104 conventional 2015 LasVegas
## 1105 conventional 2015 LasVegas
## 1106 conventional 2015 LasVegas
## 1107 conventional 2015 LasVegas
## 1108 conventional 2015 LasVegas
## 1109 conventional 2015 LasVegas
## 1110 conventional 2015 LasVegas
## 1111 conventional 2015 LasVegas
## 1112 conventional 2015 LasVegas
## 1113 conventional 2015 LasVegas
## 1114 conventional 2015 LasVegas
## 1115 conventional 2015 LasVegas
## 1116 conventional 2015 LasVegas
## 1117 conventional 2015 LasVegas
## 1118 conventional 2015 LasVegas
## 1119 conventional 2015 LasVegas
## 1120 conventional 2015 LasVegas
## 1121 conventional 2015 LasVegas
## 1122 conventional 2015 LasVegas
## 1123 conventional 2015 LasVegas
## 1124 conventional 2015 LasVegas
## 1125 conventional 2015 LasVegas
## 1126 conventional 2015 LasVegas
## 1127 conventional 2015 LasVegas
## 1128 conventional 2015 LasVegas
## 1129 conventional 2015 LasVegas
## 1130 conventional 2015 LasVegas
## 1131 conventional 2015 LasVegas
## 1132 conventional 2015 LasVegas
## 1133 conventional 2015 LasVegas
## 1134 conventional 2015 LasVegas
## 1135 conventional 2015 LasVegas
## 1136 conventional 2015 LasVegas
## 1137 conventional 2015 LasVegas
## 1138 conventional 2015 LasVegas
## 1139 conventional 2015 LasVegas
## 1140 conventional 2015 LasVegas
## 1141 conventional 2015 LasVegas
## 1142 conventional 2015 LasVegas
## 1143 conventional 2015 LasVegas
## 1144 conventional 2015 LasVegas
## 1145 conventional 2015 LosAngeles
## 1146 conventional 2015 LosAngeles
## 1147 conventional 2015 LosAngeles
## 1148 conventional 2015 LosAngeles
## 1149 conventional 2015 LosAngeles
## 1150 conventional 2015 LosAngeles
## 1151 conventional 2015 LosAngeles
## 1152 conventional 2015 LosAngeles
## 1153 conventional 2015 LosAngeles
## 1154 conventional 2015 LosAngeles
## 1155 conventional 2015 LosAngeles
## 1156 conventional 2015 LosAngeles
## 1157 conventional 2015 LosAngeles
## 1158 conventional 2015 LosAngeles
## 1159 conventional 2015 LosAngeles
## 1160 conventional 2015 LosAngeles
## 1161 conventional 2015 LosAngeles
## 1162 conventional 2015 LosAngeles
## 1163 conventional 2015 LosAngeles
## 1164 conventional 2015 LosAngeles
## 1165 conventional 2015 LosAngeles
## 1166 conventional 2015 LosAngeles
## 1167 conventional 2015 LosAngeles
## 1168 conventional 2015 LosAngeles
## 1169 conventional 2015 LosAngeles
## 1170 conventional 2015 LosAngeles
## 1171 conventional 2015 LosAngeles
## 1172 conventional 2015 LosAngeles
## 1173 conventional 2015 LosAngeles
## 1174 conventional 2015 LosAngeles
## 1175 conventional 2015 LosAngeles
## 1176 conventional 2015 LosAngeles
## 1177 conventional 2015 LosAngeles
## 1178 conventional 2015 LosAngeles
## 1179 conventional 2015 LosAngeles
## 1180 conventional 2015 LosAngeles
## 1181 conventional 2015 LosAngeles
## 1182 conventional 2015 LosAngeles
## 1183 conventional 2015 LosAngeles
## 1184 conventional 2015 LosAngeles
## 1185 conventional 2015 LosAngeles
## 1186 conventional 2015 LosAngeles
## 1187 conventional 2015 LosAngeles
## 1188 conventional 2015 LosAngeles
## 1189 conventional 2015 LosAngeles
## 1190 conventional 2015 LosAngeles
## 1191 conventional 2015 LosAngeles
## 1192 conventional 2015 LosAngeles
## 1193 conventional 2015 LosAngeles
## 1194 conventional 2015 LosAngeles
## 1195 conventional 2015 LosAngeles
## 1196 conventional 2015 LosAngeles
## 1197 conventional 2015 Louisville
## 1198 conventional 2015 Louisville
## 1199 conventional 2015 Louisville
## 1200 conventional 2015 Louisville
## 1201 conventional 2015 Louisville
## 1202 conventional 2015 Louisville
## 1203 conventional 2015 Louisville
## 1204 conventional 2015 Louisville
## 1205 conventional 2015 Louisville
## 1206 conventional 2015 Louisville
## 1207 conventional 2015 Louisville
## 1208 conventional 2015 Louisville
## 1209 conventional 2015 Louisville
## 1210 conventional 2015 Louisville
## 1211 conventional 2015 Louisville
## 1212 conventional 2015 Louisville
## 1213 conventional 2015 Louisville
## 1214 conventional 2015 Louisville
## 1215 conventional 2015 Louisville
## 1216 conventional 2015 Louisville
## 1217 conventional 2015 Louisville
## 1218 conventional 2015 Louisville
## 1219 conventional 2015 Louisville
## 1220 conventional 2015 Louisville
## 1221 conventional 2015 Louisville
## 1222 conventional 2015 Louisville
## 1223 conventional 2015 Louisville
## 1224 conventional 2015 Louisville
## 1225 conventional 2015 Louisville
## 1226 conventional 2015 Louisville
## 1227 conventional 2015 Louisville
## 1228 conventional 2015 Louisville
## 1229 conventional 2015 Louisville
## 1230 conventional 2015 Louisville
## 1231 conventional 2015 Louisville
## 1232 conventional 2015 Louisville
## 1233 conventional 2015 Louisville
## 1234 conventional 2015 Louisville
## 1235 conventional 2015 Louisville
## 1236 conventional 2015 Louisville
## 1237 conventional 2015 Louisville
## 1238 conventional 2015 Louisville
## 1239 conventional 2015 Louisville
## 1240 conventional 2015 Louisville
## 1241 conventional 2015 Louisville
## 1242 conventional 2015 Louisville
## 1243 conventional 2015 Louisville
## 1244 conventional 2015 Louisville
## 1245 conventional 2015 Louisville
## 1246 conventional 2015 Louisville
## 1247 conventional 2015 Louisville
## 1248 conventional 2015 Louisville
## 1249 conventional 2015 MiamiFtLauderdale
## 1250 conventional 2015 MiamiFtLauderdale
## 1251 conventional 2015 MiamiFtLauderdale
## 1252 conventional 2015 MiamiFtLauderdale
## 1253 conventional 2015 MiamiFtLauderdale
## 1254 conventional 2015 MiamiFtLauderdale
## 1255 conventional 2015 MiamiFtLauderdale
## 1256 conventional 2015 MiamiFtLauderdale
## 1257 conventional 2015 MiamiFtLauderdale
## 1258 conventional 2015 MiamiFtLauderdale
## 1259 conventional 2015 MiamiFtLauderdale
## 1260 conventional 2015 MiamiFtLauderdale
## 1261 conventional 2015 MiamiFtLauderdale
## 1262 conventional 2015 MiamiFtLauderdale
## 1263 conventional 2015 MiamiFtLauderdale
## 1264 conventional 2015 MiamiFtLauderdale
## 1265 conventional 2015 MiamiFtLauderdale
## 1266 conventional 2015 MiamiFtLauderdale
## 1267 conventional 2015 MiamiFtLauderdale
## 1268 conventional 2015 MiamiFtLauderdale
## 1269 conventional 2015 MiamiFtLauderdale
## 1270 conventional 2015 MiamiFtLauderdale
## 1271 conventional 2015 MiamiFtLauderdale
## 1272 conventional 2015 MiamiFtLauderdale
## 1273 conventional 2015 MiamiFtLauderdale
## 1274 conventional 2015 MiamiFtLauderdale
## 1275 conventional 2015 MiamiFtLauderdale
## 1276 conventional 2015 MiamiFtLauderdale
## 1277 conventional 2015 MiamiFtLauderdale
## 1278 conventional 2015 MiamiFtLauderdale
## 1279 conventional 2015 MiamiFtLauderdale
## 1280 conventional 2015 MiamiFtLauderdale
## 1281 conventional 2015 MiamiFtLauderdale
## 1282 conventional 2015 MiamiFtLauderdale
## 1283 conventional 2015 MiamiFtLauderdale
## 1284 conventional 2015 MiamiFtLauderdale
## 1285 conventional 2015 MiamiFtLauderdale
## 1286 conventional 2015 MiamiFtLauderdale
## 1287 conventional 2015 MiamiFtLauderdale
## 1288 conventional 2015 MiamiFtLauderdale
## 1289 conventional 2015 MiamiFtLauderdale
## 1290 conventional 2015 MiamiFtLauderdale
## 1291 conventional 2015 MiamiFtLauderdale
## 1292 conventional 2015 MiamiFtLauderdale
## 1293 conventional 2015 MiamiFtLauderdale
## 1294 conventional 2015 MiamiFtLauderdale
## 1295 conventional 2015 MiamiFtLauderdale
## 1296 conventional 2015 MiamiFtLauderdale
## 1297 conventional 2015 MiamiFtLauderdale
## 1298 conventional 2015 MiamiFtLauderdale
## 1299 conventional 2015 MiamiFtLauderdale
## 1300 conventional 2015 MiamiFtLauderdale
## 1301 conventional 2015 Midsouth
## 1302 conventional 2015 Midsouth
## 1303 conventional 2015 Midsouth
## 1304 conventional 2015 Midsouth
## 1305 conventional 2015 Midsouth
## 1306 conventional 2015 Midsouth
## 1307 conventional 2015 Midsouth
## 1308 conventional 2015 Midsouth
## 1309 conventional 2015 Midsouth
## 1310 conventional 2015 Midsouth
## 1311 conventional 2015 Midsouth
## 1312 conventional 2015 Midsouth
## 1313 conventional 2015 Midsouth
## 1314 conventional 2015 Midsouth
## 1315 conventional 2015 Midsouth
## 1316 conventional 2015 Midsouth
## 1317 conventional 2015 Midsouth
## 1318 conventional 2015 Midsouth
## 1319 conventional 2015 Midsouth
## 1320 conventional 2015 Midsouth
## 1321 conventional 2015 Midsouth
## 1322 conventional 2015 Midsouth
## 1323 conventional 2015 Midsouth
## 1324 conventional 2015 Midsouth
## 1325 conventional 2015 Midsouth
## 1326 conventional 2015 Midsouth
## 1327 conventional 2015 Midsouth
## 1328 conventional 2015 Midsouth
## 1329 conventional 2015 Midsouth
## 1330 conventional 2015 Midsouth
## 1331 conventional 2015 Midsouth
## 1332 conventional 2015 Midsouth
## 1333 conventional 2015 Midsouth
## 1334 conventional 2015 Midsouth
## 1335 conventional 2015 Midsouth
## 1336 conventional 2015 Midsouth
## 1337 conventional 2015 Midsouth
## 1338 conventional 2015 Midsouth
## 1339 conventional 2015 Midsouth
## 1340 conventional 2015 Midsouth
## 1341 conventional 2015 Midsouth
## 1342 conventional 2015 Midsouth
## 1343 conventional 2015 Midsouth
## 1344 conventional 2015 Midsouth
## 1345 conventional 2015 Midsouth
## 1346 conventional 2015 Midsouth
## 1347 conventional 2015 Midsouth
## 1348 conventional 2015 Midsouth
## 1349 conventional 2015 Midsouth
## 1350 conventional 2015 Midsouth
## 1351 conventional 2015 Midsouth
## 1352 conventional 2015 Midsouth
## 1353 conventional 2015 Nashville
## 1354 conventional 2015 Nashville
## 1355 conventional 2015 Nashville
## 1356 conventional 2015 Nashville
## 1357 conventional 2015 Nashville
## 1358 conventional 2015 Nashville
## 1359 conventional 2015 Nashville
## 1360 conventional 2015 Nashville
## 1361 conventional 2015 Nashville
## 1362 conventional 2015 Nashville
## 1363 conventional 2015 Nashville
## 1364 conventional 2015 Nashville
## 1365 conventional 2015 Nashville
## 1366 conventional 2015 Nashville
## 1367 conventional 2015 Nashville
## 1368 conventional 2015 Nashville
## 1369 conventional 2015 Nashville
## 1370 conventional 2015 Nashville
## 1371 conventional 2015 Nashville
## 1372 conventional 2015 Nashville
## 1373 conventional 2015 Nashville
## 1374 conventional 2015 Nashville
## 1375 conventional 2015 Nashville
## 1376 conventional 2015 Nashville
## 1377 conventional 2015 Nashville
## 1378 conventional 2015 Nashville
## 1379 conventional 2015 Nashville
## 1380 conventional 2015 Nashville
## 1381 conventional 2015 Nashville
## 1382 conventional 2015 Nashville
## 1383 conventional 2015 Nashville
## 1384 conventional 2015 Nashville
## 1385 conventional 2015 Nashville
## 1386 conventional 2015 Nashville
## 1387 conventional 2015 Nashville
## 1388 conventional 2015 Nashville
## 1389 conventional 2015 Nashville
## 1390 conventional 2015 Nashville
## 1391 conventional 2015 Nashville
## 1392 conventional 2015 Nashville
## 1393 conventional 2015 Nashville
## 1394 conventional 2015 Nashville
## 1395 conventional 2015 Nashville
## 1396 conventional 2015 Nashville
## 1397 conventional 2015 Nashville
## 1398 conventional 2015 Nashville
## 1399 conventional 2015 Nashville
## 1400 conventional 2015 Nashville
## 1401 conventional 2015 Nashville
## 1402 conventional 2015 Nashville
## 1403 conventional 2015 Nashville
## 1404 conventional 2015 Nashville
## 1405 conventional 2015 NewOrleansMobile
## 1406 conventional 2015 NewOrleansMobile
## 1407 conventional 2015 NewOrleansMobile
## 1408 conventional 2015 NewOrleansMobile
## 1409 conventional 2015 NewOrleansMobile
## 1410 conventional 2015 NewOrleansMobile
## 1411 conventional 2015 NewOrleansMobile
## 1412 conventional 2015 NewOrleansMobile
## 1413 conventional 2015 NewOrleansMobile
## 1414 conventional 2015 NewOrleansMobile
## 1415 conventional 2015 NewOrleansMobile
## 1416 conventional 2015 NewOrleansMobile
## 1417 conventional 2015 NewOrleansMobile
## 1418 conventional 2015 NewOrleansMobile
## 1419 conventional 2015 NewOrleansMobile
## 1420 conventional 2015 NewOrleansMobile
## 1421 conventional 2015 NewOrleansMobile
## 1422 conventional 2015 NewOrleansMobile
## 1423 conventional 2015 NewOrleansMobile
## 1424 conventional 2015 NewOrleansMobile
## 1425 conventional 2015 NewOrleansMobile
## 1426 conventional 2015 NewOrleansMobile
## 1427 conventional 2015 NewOrleansMobile
## 1428 conventional 2015 NewOrleansMobile
## 1429 conventional 2015 NewOrleansMobile
## 1430 conventional 2015 NewOrleansMobile
## 1431 conventional 2015 NewOrleansMobile
## 1432 conventional 2015 NewOrleansMobile
## 1433 conventional 2015 NewOrleansMobile
## 1434 conventional 2015 NewOrleansMobile
## 1435 conventional 2015 NewOrleansMobile
## 1436 conventional 2015 NewOrleansMobile
## 1437 conventional 2015 NewOrleansMobile
## 1438 conventional 2015 NewOrleansMobile
## 1439 conventional 2015 NewOrleansMobile
## 1440 conventional 2015 NewOrleansMobile
## 1441 conventional 2015 NewOrleansMobile
## 1442 conventional 2015 NewOrleansMobile
## 1443 conventional 2015 NewOrleansMobile
## 1444 conventional 2015 NewOrleansMobile
## 1445 conventional 2015 NewOrleansMobile
## 1446 conventional 2015 NewOrleansMobile
## 1447 conventional 2015 NewOrleansMobile
## 1448 conventional 2015 NewOrleansMobile
## 1449 conventional 2015 NewOrleansMobile
## 1450 conventional 2015 NewOrleansMobile
## 1451 conventional 2015 NewOrleansMobile
## 1452 conventional 2015 NewOrleansMobile
## 1453 conventional 2015 NewOrleansMobile
## 1454 conventional 2015 NewOrleansMobile
## 1455 conventional 2015 NewOrleansMobile
## 1456 conventional 2015 NewOrleansMobile
## 1457 conventional 2015 NewYork
## 1458 conventional 2015 NewYork
## 1459 conventional 2015 NewYork
## 1460 conventional 2015 NewYork
## 1461 conventional 2015 NewYork
## 1462 conventional 2015 NewYork
## 1463 conventional 2015 NewYork
## 1464 conventional 2015 NewYork
## 1465 conventional 2015 NewYork
## 1466 conventional 2015 NewYork
## 1467 conventional 2015 NewYork
## 1468 conventional 2015 NewYork
## 1469 conventional 2015 NewYork
## 1470 conventional 2015 NewYork
## 1471 conventional 2015 NewYork
## 1472 conventional 2015 NewYork
## 1473 conventional 2015 NewYork
## 1474 conventional 2015 NewYork
## 1475 conventional 2015 NewYork
## 1476 conventional 2015 NewYork
## 1477 conventional 2015 NewYork
## 1478 conventional 2015 NewYork
## 1479 conventional 2015 NewYork
## 1480 conventional 2015 NewYork
## 1481 conventional 2015 NewYork
## 1482 conventional 2015 NewYork
## 1483 conventional 2015 NewYork
## 1484 conventional 2015 NewYork
## 1485 conventional 2015 NewYork
## 1486 conventional 2015 NewYork
## 1487 conventional 2015 NewYork
## 1488 conventional 2015 NewYork
## 1489 conventional 2015 NewYork
## 1490 conventional 2015 NewYork
## 1491 conventional 2015 NewYork
## 1492 conventional 2015 NewYork
## 1493 conventional 2015 NewYork
## 1494 conventional 2015 NewYork
## 1495 conventional 2015 NewYork
## 1496 conventional 2015 NewYork
## 1497 conventional 2015 NewYork
## 1498 conventional 2015 NewYork
## 1499 conventional 2015 NewYork
## 1500 conventional 2015 NewYork
## 1501 conventional 2015 NewYork
## 1502 conventional 2015 NewYork
## 1503 conventional 2015 NewYork
## 1504 conventional 2015 NewYork
## 1505 conventional 2015 NewYork
## 1506 conventional 2015 NewYork
## 1507 conventional 2015 NewYork
## 1508 conventional 2015 NewYork
## 1509 conventional 2015 Northeast
## 1510 conventional 2015 Northeast
## 1511 conventional 2015 Northeast
## 1512 conventional 2015 Northeast
## 1513 conventional 2015 Northeast
## 1514 conventional 2015 Northeast
## 1515 conventional 2015 Northeast
## 1516 conventional 2015 Northeast
## 1517 conventional 2015 Northeast
## 1518 conventional 2015 Northeast
## 1519 conventional 2015 Northeast
## 1520 conventional 2015 Northeast
## 1521 conventional 2015 Northeast
## 1522 conventional 2015 Northeast
## 1523 conventional 2015 Northeast
## 1524 conventional 2015 Northeast
## 1525 conventional 2015 Northeast
## 1526 conventional 2015 Northeast
## 1527 conventional 2015 Northeast
## 1528 conventional 2015 Northeast
## 1529 conventional 2015 Northeast
## 1530 conventional 2015 Northeast
## 1531 conventional 2015 Northeast
## 1532 conventional 2015 Northeast
## 1533 conventional 2015 Northeast
## 1534 conventional 2015 Northeast
## 1535 conventional 2015 Northeast
## 1536 conventional 2015 Northeast
## 1537 conventional 2015 Northeast
## 1538 conventional 2015 Northeast
## 1539 conventional 2015 Northeast
## 1540 conventional 2015 Northeast
## 1541 conventional 2015 Northeast
## 1542 conventional 2015 Northeast
## 1543 conventional 2015 Northeast
## 1544 conventional 2015 Northeast
## 1545 conventional 2015 Northeast
## 1546 conventional 2015 Northeast
## 1547 conventional 2015 Northeast
## 1548 conventional 2015 Northeast
## 1549 conventional 2015 Northeast
## 1550 conventional 2015 Northeast
## 1551 conventional 2015 Northeast
## 1552 conventional 2015 Northeast
## 1553 conventional 2015 Northeast
## 1554 conventional 2015 Northeast
## 1555 conventional 2015 Northeast
## 1556 conventional 2015 Northeast
## 1557 conventional 2015 Northeast
## 1558 conventional 2015 Northeast
## 1559 conventional 2015 Northeast
## 1560 conventional 2015 Northeast
## 1561 conventional 2015 NorthernNewEngland
## 1562 conventional 2015 NorthernNewEngland
## 1563 conventional 2015 NorthernNewEngland
## 1564 conventional 2015 NorthernNewEngland
## 1565 conventional 2015 NorthernNewEngland
## 1566 conventional 2015 NorthernNewEngland
## 1567 conventional 2015 NorthernNewEngland
## 1568 conventional 2015 NorthernNewEngland
## 1569 conventional 2015 NorthernNewEngland
## 1570 conventional 2015 NorthernNewEngland
## 1571 conventional 2015 NorthernNewEngland
## 1572 conventional 2015 NorthernNewEngland
## 1573 conventional 2015 NorthernNewEngland
## 1574 conventional 2015 NorthernNewEngland
## 1575 conventional 2015 NorthernNewEngland
## 1576 conventional 2015 NorthernNewEngland
## 1577 conventional 2015 NorthernNewEngland
## 1578 conventional 2015 NorthernNewEngland
## 1579 conventional 2015 NorthernNewEngland
## 1580 conventional 2015 NorthernNewEngland
## 1581 conventional 2015 NorthernNewEngland
## 1582 conventional 2015 NorthernNewEngland
## 1583 conventional 2015 NorthernNewEngland
## 1584 conventional 2015 NorthernNewEngland
## 1585 conventional 2015 NorthernNewEngland
## 1586 conventional 2015 NorthernNewEngland
## 1587 conventional 2015 NorthernNewEngland
## 1588 conventional 2015 NorthernNewEngland
## 1589 conventional 2015 NorthernNewEngland
## 1590 conventional 2015 NorthernNewEngland
## 1591 conventional 2015 NorthernNewEngland
## 1592 conventional 2015 NorthernNewEngland
## 1593 conventional 2015 NorthernNewEngland
## 1594 conventional 2015 NorthernNewEngland
## 1595 conventional 2015 NorthernNewEngland
## 1596 conventional 2015 NorthernNewEngland
## 1597 conventional 2015 NorthernNewEngland
## 1598 conventional 2015 NorthernNewEngland
## 1599 conventional 2015 NorthernNewEngland
## 1600 conventional 2015 NorthernNewEngland
## 1601 conventional 2015 NorthernNewEngland
## 1602 conventional 2015 NorthernNewEngland
## 1603 conventional 2015 NorthernNewEngland
## 1604 conventional 2015 NorthernNewEngland
## 1605 conventional 2015 NorthernNewEngland
## 1606 conventional 2015 NorthernNewEngland
## 1607 conventional 2015 NorthernNewEngland
## 1608 conventional 2015 NorthernNewEngland
## 1609 conventional 2015 NorthernNewEngland
## 1610 conventional 2015 NorthernNewEngland
## 1611 conventional 2015 NorthernNewEngland
## 1612 conventional 2015 NorthernNewEngland
## 1613 conventional 2015 Orlando
## 1614 conventional 2015 Orlando
## 1615 conventional 2015 Orlando
## 1616 conventional 2015 Orlando
## 1617 conventional 2015 Orlando
## 1618 conventional 2015 Orlando
## 1619 conventional 2015 Orlando
## 1620 conventional 2015 Orlando
## 1621 conventional 2015 Orlando
## 1622 conventional 2015 Orlando
## 1623 conventional 2015 Orlando
## 1624 conventional 2015 Orlando
## 1625 conventional 2015 Orlando
## 1626 conventional 2015 Orlando
## 1627 conventional 2015 Orlando
## 1628 conventional 2015 Orlando
## 1629 conventional 2015 Orlando
## 1630 conventional 2015 Orlando
## 1631 conventional 2015 Orlando
## 1632 conventional 2015 Orlando
## 1633 conventional 2015 Orlando
## 1634 conventional 2015 Orlando
## 1635 conventional 2015 Orlando
## 1636 conventional 2015 Orlando
## 1637 conventional 2015 Orlando
## 1638 conventional 2015 Orlando
## 1639 conventional 2015 Orlando
## 1640 conventional 2015 Orlando
## 1641 conventional 2015 Orlando
## 1642 conventional 2015 Orlando
## 1643 conventional 2015 Orlando
## 1644 conventional 2015 Orlando
## 1645 conventional 2015 Orlando
## 1646 conventional 2015 Orlando
## 1647 conventional 2015 Orlando
## 1648 conventional 2015 Orlando
## 1649 conventional 2015 Orlando
## 1650 conventional 2015 Orlando
## 1651 conventional 2015 Orlando
## 1652 conventional 2015 Orlando
## 1653 conventional 2015 Orlando
## 1654 conventional 2015 Orlando
## 1655 conventional 2015 Orlando
## 1656 conventional 2015 Orlando
## 1657 conventional 2015 Orlando
## 1658 conventional 2015 Orlando
## 1659 conventional 2015 Orlando
## 1660 conventional 2015 Orlando
## 1661 conventional 2015 Orlando
## 1662 conventional 2015 Orlando
## 1663 conventional 2015 Orlando
## 1664 conventional 2015 Orlando
## 1665 conventional 2015 Philadelphia
## 1666 conventional 2015 Philadelphia
## 1667 conventional 2015 Philadelphia
## 1668 conventional 2015 Philadelphia
## 1669 conventional 2015 Philadelphia
## 1670 conventional 2015 Philadelphia
## 1671 conventional 2015 Philadelphia
## 1672 conventional 2015 Philadelphia
## 1673 conventional 2015 Philadelphia
## 1674 conventional 2015 Philadelphia
## 1675 conventional 2015 Philadelphia
## 1676 conventional 2015 Philadelphia
## 1677 conventional 2015 Philadelphia
## 1678 conventional 2015 Philadelphia
## 1679 conventional 2015 Philadelphia
## 1680 conventional 2015 Philadelphia
## 1681 conventional 2015 Philadelphia
## 1682 conventional 2015 Philadelphia
## 1683 conventional 2015 Philadelphia
## 1684 conventional 2015 Philadelphia
## 1685 conventional 2015 Philadelphia
## 1686 conventional 2015 Philadelphia
## 1687 conventional 2015 Philadelphia
## 1688 conventional 2015 Philadelphia
## 1689 conventional 2015 Philadelphia
## 1690 conventional 2015 Philadelphia
## 1691 conventional 2015 Philadelphia
## 1692 conventional 2015 Philadelphia
## 1693 conventional 2015 Philadelphia
## 1694 conventional 2015 Philadelphia
## 1695 conventional 2015 Philadelphia
## 1696 conventional 2015 Philadelphia
## 1697 conventional 2015 Philadelphia
## 1698 conventional 2015 Philadelphia
## 1699 conventional 2015 Philadelphia
## 1700 conventional 2015 Philadelphia
## 1701 conventional 2015 Philadelphia
## 1702 conventional 2015 Philadelphia
## 1703 conventional 2015 Philadelphia
## 1704 conventional 2015 Philadelphia
## 1705 conventional 2015 Philadelphia
## 1706 conventional 2015 Philadelphia
## 1707 conventional 2015 Philadelphia
## 1708 conventional 2015 Philadelphia
## 1709 conventional 2015 Philadelphia
## 1710 conventional 2015 Philadelphia
## 1711 conventional 2015 Philadelphia
## 1712 conventional 2015 Philadelphia
## 1713 conventional 2015 Philadelphia
## 1714 conventional 2015 Philadelphia
## 1715 conventional 2015 Philadelphia
## 1716 conventional 2015 Philadelphia
## 1717 conventional 2015 PhoenixTucson
## 1718 conventional 2015 PhoenixTucson
## 1719 conventional 2015 PhoenixTucson
## 1720 conventional 2015 PhoenixTucson
## 1721 conventional 2015 PhoenixTucson
## 1722 conventional 2015 PhoenixTucson
## 1723 conventional 2015 PhoenixTucson
## 1724 conventional 2015 PhoenixTucson
## 1725 conventional 2015 PhoenixTucson
## 1726 conventional 2015 PhoenixTucson
## 1727 conventional 2015 PhoenixTucson
## 1728 conventional 2015 PhoenixTucson
## 1729 conventional 2015 PhoenixTucson
## 1730 conventional 2015 PhoenixTucson
## 1731 conventional 2015 PhoenixTucson
## 1732 conventional 2015 PhoenixTucson
## 1733 conventional 2015 PhoenixTucson
## 1734 conventional 2015 PhoenixTucson
## 1735 conventional 2015 PhoenixTucson
## 1736 conventional 2015 PhoenixTucson
## 1737 conventional 2015 PhoenixTucson
## 1738 conventional 2015 PhoenixTucson
## 1739 conventional 2015 PhoenixTucson
## 1740 conventional 2015 PhoenixTucson
## 1741 conventional 2015 PhoenixTucson
## 1742 conventional 2015 PhoenixTucson
## 1743 conventional 2015 PhoenixTucson
## 1744 conventional 2015 PhoenixTucson
## 1745 conventional 2015 PhoenixTucson
## 1746 conventional 2015 PhoenixTucson
## 1747 conventional 2015 PhoenixTucson
## 1748 conventional 2015 PhoenixTucson
## 1749 conventional 2015 PhoenixTucson
## 1750 conventional 2015 PhoenixTucson
## 1751 conventional 2015 PhoenixTucson
## 1752 conventional 2015 PhoenixTucson
## 1753 conventional 2015 PhoenixTucson
## 1754 conventional 2015 PhoenixTucson
## 1755 conventional 2015 PhoenixTucson
## 1756 conventional 2015 PhoenixTucson
## 1757 conventional 2015 PhoenixTucson
## 1758 conventional 2015 PhoenixTucson
## 1759 conventional 2015 PhoenixTucson
## 1760 conventional 2015 PhoenixTucson
## 1761 conventional 2015 PhoenixTucson
## 1762 conventional 2015 PhoenixTucson
## 1763 conventional 2015 PhoenixTucson
## 1764 conventional 2015 PhoenixTucson
## 1765 conventional 2015 PhoenixTucson
## 1766 conventional 2015 PhoenixTucson
## 1767 conventional 2015 PhoenixTucson
## 1768 conventional 2015 PhoenixTucson
## 1769 conventional 2015 Pittsburgh
## 1770 conventional 2015 Pittsburgh
## 1771 conventional 2015 Pittsburgh
## 1772 conventional 2015 Pittsburgh
## 1773 conventional 2015 Pittsburgh
## 1774 conventional 2015 Pittsburgh
## 1775 conventional 2015 Pittsburgh
## 1776 conventional 2015 Pittsburgh
## 1777 conventional 2015 Pittsburgh
## 1778 conventional 2015 Pittsburgh
## 1779 conventional 2015 Pittsburgh
## 1780 conventional 2015 Pittsburgh
## 1781 conventional 2015 Pittsburgh
## 1782 conventional 2015 Pittsburgh
## 1783 conventional 2015 Pittsburgh
## 1784 conventional 2015 Pittsburgh
## 1785 conventional 2015 Pittsburgh
## 1786 conventional 2015 Pittsburgh
## 1787 conventional 2015 Pittsburgh
## 1788 conventional 2015 Pittsburgh
## 1789 conventional 2015 Pittsburgh
## 1790 conventional 2015 Pittsburgh
## 1791 conventional 2015 Pittsburgh
## 1792 conventional 2015 Pittsburgh
## 1793 conventional 2015 Pittsburgh
## 1794 conventional 2015 Pittsburgh
## 1795 conventional 2015 Pittsburgh
## 1796 conventional 2015 Pittsburgh
## 1797 conventional 2015 Pittsburgh
## 1798 conventional 2015 Pittsburgh
## 1799 conventional 2015 Pittsburgh
## 1800 conventional 2015 Pittsburgh
## 1801 conventional 2015 Pittsburgh
## 1802 conventional 2015 Pittsburgh
## 1803 conventional 2015 Pittsburgh
## 1804 conventional 2015 Pittsburgh
## 1805 conventional 2015 Pittsburgh
## 1806 conventional 2015 Pittsburgh
## 1807 conventional 2015 Pittsburgh
## 1808 conventional 2015 Pittsburgh
## 1809 conventional 2015 Pittsburgh
## 1810 conventional 2015 Pittsburgh
## 1811 conventional 2015 Pittsburgh
## 1812 conventional 2015 Pittsburgh
## 1813 conventional 2015 Pittsburgh
## 1814 conventional 2015 Pittsburgh
## 1815 conventional 2015 Pittsburgh
## 1816 conventional 2015 Pittsburgh
## 1817 conventional 2015 Pittsburgh
## 1818 conventional 2015 Pittsburgh
## 1819 conventional 2015 Pittsburgh
## 1820 conventional 2015 Pittsburgh
## 1821 conventional 2015 Plains
## 1822 conventional 2015 Plains
## 1823 conventional 2015 Plains
## 1824 conventional 2015 Plains
## 1825 conventional 2015 Plains
## 1826 conventional 2015 Plains
## 1827 conventional 2015 Plains
## 1828 conventional 2015 Plains
## 1829 conventional 2015 Plains
## 1830 conventional 2015 Plains
## 1831 conventional 2015 Plains
## 1832 conventional 2015 Plains
## 1833 conventional 2015 Plains
## 1834 conventional 2015 Plains
## 1835 conventional 2015 Plains
## 1836 conventional 2015 Plains
## 1837 conventional 2015 Plains
## 1838 conventional 2015 Plains
## 1839 conventional 2015 Plains
## 1840 conventional 2015 Plains
## 1841 conventional 2015 Plains
## 1842 conventional 2015 Plains
## 1843 conventional 2015 Plains
## 1844 conventional 2015 Plains
## 1845 conventional 2015 Plains
## 1846 conventional 2015 Plains
## 1847 conventional 2015 Plains
## 1848 conventional 2015 Plains
## 1849 conventional 2015 Plains
## 1850 conventional 2015 Plains
## 1851 conventional 2015 Plains
## 1852 conventional 2015 Plains
## 1853 conventional 2015 Plains
## 1854 conventional 2015 Plains
## 1855 conventional 2015 Plains
## 1856 conventional 2015 Plains
## 1857 conventional 2015 Plains
## 1858 conventional 2015 Plains
## 1859 conventional 2015 Plains
## 1860 conventional 2015 Plains
## 1861 conventional 2015 Plains
## 1862 conventional 2015 Plains
## 1863 conventional 2015 Plains
## 1864 conventional 2015 Plains
## 1865 conventional 2015 Plains
## 1866 conventional 2015 Plains
## 1867 conventional 2015 Plains
## 1868 conventional 2015 Plains
## 1869 conventional 2015 Plains
## 1870 conventional 2015 Plains
## 1871 conventional 2015 Plains
## 1872 conventional 2015 Plains
## 1873 conventional 2015 Portland
## 1874 conventional 2015 Portland
## 1875 conventional 2015 Portland
## 1876 conventional 2015 Portland
## 1877 conventional 2015 Portland
## 1878 conventional 2015 Portland
## 1879 conventional 2015 Portland
## 1880 conventional 2015 Portland
## 1881 conventional 2015 Portland
## 1882 conventional 2015 Portland
## 1883 conventional 2015 Portland
## 1884 conventional 2015 Portland
## 1885 conventional 2015 Portland
## 1886 conventional 2015 Portland
## 1887 conventional 2015 Portland
## 1888 conventional 2015 Portland
## 1889 conventional 2015 Portland
## 1890 conventional 2015 Portland
## 1891 conventional 2015 Portland
## 1892 conventional 2015 Portland
## 1893 conventional 2015 Portland
## 1894 conventional 2015 Portland
## 1895 conventional 2015 Portland
## 1896 conventional 2015 Portland
## 1897 conventional 2015 Portland
## 1898 conventional 2015 Portland
## 1899 conventional 2015 Portland
## 1900 conventional 2015 Portland
## 1901 conventional 2015 Portland
## 1902 conventional 2015 Portland
## 1903 conventional 2015 Portland
## 1904 conventional 2015 Portland
## 1905 conventional 2015 Portland
## 1906 conventional 2015 Portland
## 1907 conventional 2015 Portland
## 1908 conventional 2015 Portland
## 1909 conventional 2015 Portland
## 1910 conventional 2015 Portland
## 1911 conventional 2015 Portland
## 1912 conventional 2015 Portland
## 1913 conventional 2015 Portland
## 1914 conventional 2015 Portland
## 1915 conventional 2015 Portland
## 1916 conventional 2015 Portland
## 1917 conventional 2015 Portland
## 1918 conventional 2015 Portland
## 1919 conventional 2015 Portland
## 1920 conventional 2015 Portland
## 1921 conventional 2015 Portland
## 1922 conventional 2015 Portland
## 1923 conventional 2015 Portland
## 1924 conventional 2015 Portland
## 1925 conventional 2015 RaleighGreensboro
## 1926 conventional 2015 RaleighGreensboro
## 1927 conventional 2015 RaleighGreensboro
## 1928 conventional 2015 RaleighGreensboro
## 1929 conventional 2015 RaleighGreensboro
## 1930 conventional 2015 RaleighGreensboro
## 1931 conventional 2015 RaleighGreensboro
## 1932 conventional 2015 RaleighGreensboro
## 1933 conventional 2015 RaleighGreensboro
## 1934 conventional 2015 RaleighGreensboro
## 1935 conventional 2015 RaleighGreensboro
## 1936 conventional 2015 RaleighGreensboro
## 1937 conventional 2015 RaleighGreensboro
## 1938 conventional 2015 RaleighGreensboro
## 1939 conventional 2015 RaleighGreensboro
## 1940 conventional 2015 RaleighGreensboro
## 1941 conventional 2015 RaleighGreensboro
## 1942 conventional 2015 RaleighGreensboro
## 1943 conventional 2015 RaleighGreensboro
## 1944 conventional 2015 RaleighGreensboro
## 1945 conventional 2015 RaleighGreensboro
## 1946 conventional 2015 RaleighGreensboro
## 1947 conventional 2015 RaleighGreensboro
## 1948 conventional 2015 RaleighGreensboro
## 1949 conventional 2015 RaleighGreensboro
## 1950 conventional 2015 RaleighGreensboro
## 1951 conventional 2015 RaleighGreensboro
## 1952 conventional 2015 RaleighGreensboro
## 1953 conventional 2015 RaleighGreensboro
## 1954 conventional 2015 RaleighGreensboro
## 1955 conventional 2015 RaleighGreensboro
## 1956 conventional 2015 RaleighGreensboro
## 1957 conventional 2015 RaleighGreensboro
## 1958 conventional 2015 RaleighGreensboro
## 1959 conventional 2015 RaleighGreensboro
## 1960 conventional 2015 RaleighGreensboro
## 1961 conventional 2015 RaleighGreensboro
## 1962 conventional 2015 RaleighGreensboro
## 1963 conventional 2015 RaleighGreensboro
## 1964 conventional 2015 RaleighGreensboro
## 1965 conventional 2015 RaleighGreensboro
## 1966 conventional 2015 RaleighGreensboro
## 1967 conventional 2015 RaleighGreensboro
## 1968 conventional 2015 RaleighGreensboro
## 1969 conventional 2015 RaleighGreensboro
## 1970 conventional 2015 RaleighGreensboro
## 1971 conventional 2015 RaleighGreensboro
## 1972 conventional 2015 RaleighGreensboro
## 1973 conventional 2015 RaleighGreensboro
## 1974 conventional 2015 RaleighGreensboro
## 1975 conventional 2015 RaleighGreensboro
## 1976 conventional 2015 RaleighGreensboro
## 1977 conventional 2015 RichmondNorfolk
## 1978 conventional 2015 RichmondNorfolk
## 1979 conventional 2015 RichmondNorfolk
## 1980 conventional 2015 RichmondNorfolk
## 1981 conventional 2015 RichmondNorfolk
## 1982 conventional 2015 RichmondNorfolk
## 1983 conventional 2015 RichmondNorfolk
## 1984 conventional 2015 RichmondNorfolk
## 1985 conventional 2015 RichmondNorfolk
## 1986 conventional 2015 RichmondNorfolk
## 1987 conventional 2015 RichmondNorfolk
## 1988 conventional 2015 RichmondNorfolk
## 1989 conventional 2015 RichmondNorfolk
## 1990 conventional 2015 RichmondNorfolk
## 1991 conventional 2015 RichmondNorfolk
## 1992 conventional 2015 RichmondNorfolk
## 1993 conventional 2015 RichmondNorfolk
## 1994 conventional 2015 RichmondNorfolk
## 1995 conventional 2015 RichmondNorfolk
## 1996 conventional 2015 RichmondNorfolk
## 1997 conventional 2015 RichmondNorfolk
## 1998 conventional 2015 RichmondNorfolk
## 1999 conventional 2015 RichmondNorfolk
## 2000 conventional 2015 RichmondNorfolk
## 2001 conventional 2015 RichmondNorfolk
## 2002 conventional 2015 RichmondNorfolk
## 2003 conventional 2015 RichmondNorfolk
## 2004 conventional 2015 RichmondNorfolk
## 2005 conventional 2015 RichmondNorfolk
## 2006 conventional 2015 RichmondNorfolk
## 2007 conventional 2015 RichmondNorfolk
## 2008 conventional 2015 RichmondNorfolk
## 2009 conventional 2015 RichmondNorfolk
## 2010 conventional 2015 RichmondNorfolk
## 2011 conventional 2015 RichmondNorfolk
## 2012 conventional 2015 RichmondNorfolk
## 2013 conventional 2015 RichmondNorfolk
## 2014 conventional 2015 RichmondNorfolk
## 2015 conventional 2015 RichmondNorfolk
## 2016 conventional 2015 RichmondNorfolk
## 2017 conventional 2015 RichmondNorfolk
## 2018 conventional 2015 RichmondNorfolk
## 2019 conventional 2015 RichmondNorfolk
## 2020 conventional 2015 RichmondNorfolk
## 2021 conventional 2015 RichmondNorfolk
## 2022 conventional 2015 RichmondNorfolk
## 2023 conventional 2015 RichmondNorfolk
## 2024 conventional 2015 RichmondNorfolk
## 2025 conventional 2015 RichmondNorfolk
## 2026 conventional 2015 RichmondNorfolk
## 2027 conventional 2015 RichmondNorfolk
## 2028 conventional 2015 RichmondNorfolk
## 2029 conventional 2015 Roanoke
## 2030 conventional 2015 Roanoke
## 2031 conventional 2015 Roanoke
## 2032 conventional 2015 Roanoke
## 2033 conventional 2015 Roanoke
## 2034 conventional 2015 Roanoke
## 2035 conventional 2015 Roanoke
## 2036 conventional 2015 Roanoke
## 2037 conventional 2015 Roanoke
## 2038 conventional 2015 Roanoke
## 2039 conventional 2015 Roanoke
## 2040 conventional 2015 Roanoke
## 2041 conventional 2015 Roanoke
## 2042 conventional 2015 Roanoke
## 2043 conventional 2015 Roanoke
## 2044 conventional 2015 Roanoke
## 2045 conventional 2015 Roanoke
## 2046 conventional 2015 Roanoke
## 2047 conventional 2015 Roanoke
## 2048 conventional 2015 Roanoke
## 2049 conventional 2015 Roanoke
## 2050 conventional 2015 Roanoke
## 2051 conventional 2015 Roanoke
## 2052 conventional 2015 Roanoke
## 2053 conventional 2015 Roanoke
## 2054 conventional 2015 Roanoke
## 2055 conventional 2015 Roanoke
## 2056 conventional 2015 Roanoke
## 2057 conventional 2015 Roanoke
## 2058 conventional 2015 Roanoke
## 2059 conventional 2015 Roanoke
## 2060 conventional 2015 Roanoke
## 2061 conventional 2015 Roanoke
## 2062 conventional 2015 Roanoke
## 2063 conventional 2015 Roanoke
## 2064 conventional 2015 Roanoke
## 2065 conventional 2015 Roanoke
## 2066 conventional 2015 Roanoke
## 2067 conventional 2015 Roanoke
## 2068 conventional 2015 Roanoke
## 2069 conventional 2015 Roanoke
## 2070 conventional 2015 Roanoke
## 2071 conventional 2015 Roanoke
## 2072 conventional 2015 Roanoke
## 2073 conventional 2015 Roanoke
## 2074 conventional 2015 Roanoke
## 2075 conventional 2015 Roanoke
## 2076 conventional 2015 Roanoke
## 2077 conventional 2015 Roanoke
## 2078 conventional 2015 Roanoke
## 2079 conventional 2015 Roanoke
## 2080 conventional 2015 Roanoke
## 2081 conventional 2015 Sacramento
## 2082 conventional 2015 Sacramento
## 2083 conventional 2015 Sacramento
## 2084 conventional 2015 Sacramento
## 2085 conventional 2015 Sacramento
## 2086 conventional 2015 Sacramento
## 2087 conventional 2015 Sacramento
## 2088 conventional 2015 Sacramento
## 2089 conventional 2015 Sacramento
## 2090 conventional 2015 Sacramento
## 2091 conventional 2015 Sacramento
## 2092 conventional 2015 Sacramento
## 2093 conventional 2015 Sacramento
## 2094 conventional 2015 Sacramento
## 2095 conventional 2015 Sacramento
## 2096 conventional 2015 Sacramento
## 2097 conventional 2015 Sacramento
## 2098 conventional 2015 Sacramento
## 2099 conventional 2015 Sacramento
## 2100 conventional 2015 Sacramento
## 2101 conventional 2015 Sacramento
## 2102 conventional 2015 Sacramento
## 2103 conventional 2015 Sacramento
## 2104 conventional 2015 Sacramento
## 2105 conventional 2015 Sacramento
## 2106 conventional 2015 Sacramento
## 2107 conventional 2015 Sacramento
## 2108 conventional 2015 Sacramento
## 2109 conventional 2015 Sacramento
## 2110 conventional 2015 Sacramento
## 2111 conventional 2015 Sacramento
## 2112 conventional 2015 Sacramento
## 2113 conventional 2015 Sacramento
## 2114 conventional 2015 Sacramento
## 2115 conventional 2015 Sacramento
## 2116 conventional 2015 Sacramento
## 2117 conventional 2015 Sacramento
## 2118 conventional 2015 Sacramento
## 2119 conventional 2015 Sacramento
## 2120 conventional 2015 Sacramento
## 2121 conventional 2015 Sacramento
## 2122 conventional 2015 Sacramento
## 2123 conventional 2015 Sacramento
## 2124 conventional 2015 Sacramento
## 2125 conventional 2015 Sacramento
## 2126 conventional 2015 Sacramento
## 2127 conventional 2015 Sacramento
## 2128 conventional 2015 Sacramento
## 2129 conventional 2015 Sacramento
## 2130 conventional 2015 Sacramento
## 2131 conventional 2015 Sacramento
## 2132 conventional 2015 Sacramento
## 2133 conventional 2015 SanDiego
## 2134 conventional 2015 SanDiego
## 2135 conventional 2015 SanDiego
## 2136 conventional 2015 SanDiego
## 2137 conventional 2015 SanDiego
## 2138 conventional 2015 SanDiego
## 2139 conventional 2015 SanDiego
## 2140 conventional 2015 SanDiego
## 2141 conventional 2015 SanDiego
## 2142 conventional 2015 SanDiego
## 2143 conventional 2015 SanDiego
## 2144 conventional 2015 SanDiego
## 2145 conventional 2015 SanDiego
## 2146 conventional 2015 SanDiego
## 2147 conventional 2015 SanDiego
## 2148 conventional 2015 SanDiego
## 2149 conventional 2015 SanDiego
## 2150 conventional 2015 SanDiego
## 2151 conventional 2015 SanDiego
## 2152 conventional 2015 SanDiego
## 2153 conventional 2015 SanDiego
## 2154 conventional 2015 SanDiego
## 2155 conventional 2015 SanDiego
## 2156 conventional 2015 SanDiego
## 2157 conventional 2015 SanDiego
## 2158 conventional 2015 SanDiego
## 2159 conventional 2015 SanDiego
## 2160 conventional 2015 SanDiego
## 2161 conventional 2015 SanDiego
## 2162 conventional 2015 SanDiego
## 2163 conventional 2015 SanDiego
## 2164 conventional 2015 SanDiego
## 2165 conventional 2015 SanDiego
## 2166 conventional 2015 SanDiego
## 2167 conventional 2015 SanDiego
## 2168 conventional 2015 SanDiego
## 2169 conventional 2015 SanDiego
## 2170 conventional 2015 SanDiego
## 2171 conventional 2015 SanDiego
## 2172 conventional 2015 SanDiego
## 2173 conventional 2015 SanDiego
## 2174 conventional 2015 SanDiego
## 2175 conventional 2015 SanDiego
## 2176 conventional 2015 SanDiego
## 2177 conventional 2015 SanDiego
## 2178 conventional 2015 SanDiego
## 2179 conventional 2015 SanDiego
## 2180 conventional 2015 SanDiego
## 2181 conventional 2015 SanDiego
## 2182 conventional 2015 SanDiego
## 2183 conventional 2015 SanDiego
## 2184 conventional 2015 SanDiego
## 2185 conventional 2015 SanFrancisco
## 2186 conventional 2015 SanFrancisco
## 2187 conventional 2015 SanFrancisco
## 2188 conventional 2015 SanFrancisco
## 2189 conventional 2015 SanFrancisco
## 2190 conventional 2015 SanFrancisco
## 2191 conventional 2015 SanFrancisco
## 2192 conventional 2015 SanFrancisco
## 2193 conventional 2015 SanFrancisco
## 2194 conventional 2015 SanFrancisco
## 2195 conventional 2015 SanFrancisco
## 2196 conventional 2015 SanFrancisco
## 2197 conventional 2015 SanFrancisco
## 2198 conventional 2015 SanFrancisco
## 2199 conventional 2015 SanFrancisco
## 2200 conventional 2015 SanFrancisco
## 2201 conventional 2015 SanFrancisco
## 2202 conventional 2015 SanFrancisco
## 2203 conventional 2015 SanFrancisco
## 2204 conventional 2015 SanFrancisco
## 2205 conventional 2015 SanFrancisco
## 2206 conventional 2015 SanFrancisco
## 2207 conventional 2015 SanFrancisco
## 2208 conventional 2015 SanFrancisco
## 2209 conventional 2015 SanFrancisco
## 2210 conventional 2015 SanFrancisco
## 2211 conventional 2015 SanFrancisco
## 2212 conventional 2015 SanFrancisco
## 2213 conventional 2015 SanFrancisco
## 2214 conventional 2015 SanFrancisco
## 2215 conventional 2015 SanFrancisco
## 2216 conventional 2015 SanFrancisco
## 2217 conventional 2015 SanFrancisco
## 2218 conventional 2015 SanFrancisco
## 2219 conventional 2015 SanFrancisco
## 2220 conventional 2015 SanFrancisco
## 2221 conventional 2015 SanFrancisco
## 2222 conventional 2015 SanFrancisco
## 2223 conventional 2015 SanFrancisco
## 2224 conventional 2015 SanFrancisco
## 2225 conventional 2015 SanFrancisco
## 2226 conventional 2015 SanFrancisco
## 2227 conventional 2015 SanFrancisco
## 2228 conventional 2015 SanFrancisco
## 2229 conventional 2015 SanFrancisco
## 2230 conventional 2015 SanFrancisco
## 2231 conventional 2015 SanFrancisco
## 2232 conventional 2015 SanFrancisco
## 2233 conventional 2015 SanFrancisco
## 2234 conventional 2015 SanFrancisco
## 2235 conventional 2015 SanFrancisco
## 2236 conventional 2015 SanFrancisco
## 2237 conventional 2015 Seattle
## 2238 conventional 2015 Seattle
## 2239 conventional 2015 Seattle
## 2240 conventional 2015 Seattle
## 2241 conventional 2015 Seattle
## 2242 conventional 2015 Seattle
## 2243 conventional 2015 Seattle
## 2244 conventional 2015 Seattle
## 2245 conventional 2015 Seattle
## 2246 conventional 2015 Seattle
## 2247 conventional 2015 Seattle
## 2248 conventional 2015 Seattle
## 2249 conventional 2015 Seattle
## 2250 conventional 2015 Seattle
## 2251 conventional 2015 Seattle
## 2252 conventional 2015 Seattle
## 2253 conventional 2015 Seattle
## 2254 conventional 2015 Seattle
## 2255 conventional 2015 Seattle
## 2256 conventional 2015 Seattle
## 2257 conventional 2015 Seattle
## 2258 conventional 2015 Seattle
## 2259 conventional 2015 Seattle
## 2260 conventional 2015 Seattle
## 2261 conventional 2015 Seattle
## 2262 conventional 2015 Seattle
## 2263 conventional 2015 Seattle
## 2264 conventional 2015 Seattle
## 2265 conventional 2015 Seattle
## 2266 conventional 2015 Seattle
## 2267 conventional 2015 Seattle
## 2268 conventional 2015 Seattle
## 2269 conventional 2015 Seattle
## 2270 conventional 2015 Seattle
## 2271 conventional 2015 Seattle
## 2272 conventional 2015 Seattle
## 2273 conventional 2015 Seattle
## 2274 conventional 2015 Seattle
## 2275 conventional 2015 Seattle
## 2276 conventional 2015 Seattle
## 2277 conventional 2015 Seattle
## 2278 conventional 2015 Seattle
## 2279 conventional 2015 Seattle
## 2280 conventional 2015 Seattle
## 2281 conventional 2015 Seattle
## 2282 conventional 2015 Seattle
## 2283 conventional 2015 Seattle
## 2284 conventional 2015 Seattle
## 2285 conventional 2015 Seattle
## 2286 conventional 2015 Seattle
## 2287 conventional 2015 Seattle
## 2288 conventional 2015 Seattle
## 2289 conventional 2015 SouthCarolina
## 2290 conventional 2015 SouthCarolina
## 2291 conventional 2015 SouthCarolina
## 2292 conventional 2015 SouthCarolina
## 2293 conventional 2015 SouthCarolina
## 2294 conventional 2015 SouthCarolina
## 2295 conventional 2015 SouthCarolina
## 2296 conventional 2015 SouthCarolina
## 2297 conventional 2015 SouthCarolina
## 2298 conventional 2015 SouthCarolina
## 2299 conventional 2015 SouthCarolina
## 2300 conventional 2015 SouthCarolina
## 2301 conventional 2015 SouthCarolina
## 2302 conventional 2015 SouthCarolina
## 2303 conventional 2015 SouthCarolina
## 2304 conventional 2015 SouthCarolina
## 2305 conventional 2015 SouthCarolina
## 2306 conventional 2015 SouthCarolina
## 2307 conventional 2015 SouthCarolina
## 2308 conventional 2015 SouthCarolina
## 2309 conventional 2015 SouthCarolina
## 2310 conventional 2015 SouthCarolina
## 2311 conventional 2015 SouthCarolina
## 2312 conventional 2015 SouthCarolina
## 2313 conventional 2015 SouthCarolina
## 2314 conventional 2015 SouthCarolina
## 2315 conventional 2015 SouthCarolina
## 2316 conventional 2015 SouthCarolina
## 2317 conventional 2015 SouthCarolina
## 2318 conventional 2015 SouthCarolina
## 2319 conventional 2015 SouthCarolina
## 2320 conventional 2015 SouthCarolina
## 2321 conventional 2015 SouthCarolina
## 2322 conventional 2015 SouthCarolina
## 2323 conventional 2015 SouthCarolina
## 2324 conventional 2015 SouthCarolina
## 2325 conventional 2015 SouthCarolina
## 2326 conventional 2015 SouthCarolina
## 2327 conventional 2015 SouthCarolina
## 2328 conventional 2015 SouthCarolina
## 2329 conventional 2015 SouthCarolina
## 2330 conventional 2015 SouthCarolina
## 2331 conventional 2015 SouthCarolina
## 2332 conventional 2015 SouthCarolina
## 2333 conventional 2015 SouthCarolina
## 2334 conventional 2015 SouthCarolina
## 2335 conventional 2015 SouthCarolina
## 2336 conventional 2015 SouthCarolina
## 2337 conventional 2015 SouthCarolina
## 2338 conventional 2015 SouthCarolina
## 2339 conventional 2015 SouthCarolina
## 2340 conventional 2015 SouthCarolina
## 2341 conventional 2015 SouthCentral
## 2342 conventional 2015 SouthCentral
## 2343 conventional 2015 SouthCentral
## 2344 conventional 2015 SouthCentral
## 2345 conventional 2015 SouthCentral
## 2346 conventional 2015 SouthCentral
## 2347 conventional 2015 SouthCentral
## 2348 conventional 2015 SouthCentral
## 2349 conventional 2015 SouthCentral
## 2350 conventional 2015 SouthCentral
## 2351 conventional 2015 SouthCentral
## 2352 conventional 2015 SouthCentral
## 2353 conventional 2015 SouthCentral
## 2354 conventional 2015 SouthCentral
## 2355 conventional 2015 SouthCentral
## 2356 conventional 2015 SouthCentral
## 2357 conventional 2015 SouthCentral
## 2358 conventional 2015 SouthCentral
## 2359 conventional 2015 SouthCentral
## 2360 conventional 2015 SouthCentral
## 2361 conventional 2015 SouthCentral
## 2362 conventional 2015 SouthCentral
## 2363 conventional 2015 SouthCentral
## 2364 conventional 2015 SouthCentral
## 2365 conventional 2015 SouthCentral
## 2366 conventional 2015 SouthCentral
## 2367 conventional 2015 SouthCentral
## 2368 conventional 2015 SouthCentral
## 2369 conventional 2015 SouthCentral
## 2370 conventional 2015 SouthCentral
## 2371 conventional 2015 SouthCentral
## 2372 conventional 2015 SouthCentral
## 2373 conventional 2015 SouthCentral
## 2374 conventional 2015 SouthCentral
## 2375 conventional 2015 SouthCentral
## 2376 conventional 2015 SouthCentral
## 2377 conventional 2015 SouthCentral
## 2378 conventional 2015 SouthCentral
## 2379 conventional 2015 SouthCentral
## 2380 conventional 2015 SouthCentral
## 2381 conventional 2015 SouthCentral
## 2382 conventional 2015 SouthCentral
## 2383 conventional 2015 SouthCentral
## 2384 conventional 2015 SouthCentral
## 2385 conventional 2015 SouthCentral
## 2386 conventional 2015 SouthCentral
## 2387 conventional 2015 SouthCentral
## 2388 conventional 2015 SouthCentral
## 2389 conventional 2015 SouthCentral
## 2390 conventional 2015 SouthCentral
## 2391 conventional 2015 SouthCentral
## 2392 conventional 2015 SouthCentral
## 2393 conventional 2015 Southeast
## 2394 conventional 2015 Southeast
## 2395 conventional 2015 Southeast
## 2396 conventional 2015 Southeast
## 2397 conventional 2015 Southeast
## 2398 conventional 2015 Southeast
## 2399 conventional 2015 Southeast
## 2400 conventional 2015 Southeast
## 2401 conventional 2015 Southeast
## 2402 conventional 2015 Southeast
## 2403 conventional 2015 Southeast
## 2404 conventional 2015 Southeast
## 2405 conventional 2015 Southeast
## 2406 conventional 2015 Southeast
## 2407 conventional 2015 Southeast
## 2408 conventional 2015 Southeast
## 2409 conventional 2015 Southeast
## 2410 conventional 2015 Southeast
## 2411 conventional 2015 Southeast
## 2412 conventional 2015 Southeast
## 2413 conventional 2015 Southeast
## 2414 conventional 2015 Southeast
## 2415 conventional 2015 Southeast
## 2416 conventional 2015 Southeast
## 2417 conventional 2015 Southeast
## 2418 conventional 2015 Southeast
## 2419 conventional 2015 Southeast
## 2420 conventional 2015 Southeast
## 2421 conventional 2015 Southeast
## 2422 conventional 2015 Southeast
## 2423 conventional 2015 Southeast
## 2424 conventional 2015 Southeast
## 2425 conventional 2015 Southeast
## 2426 conventional 2015 Southeast
## 2427 conventional 2015 Southeast
## 2428 conventional 2015 Southeast
## 2429 conventional 2015 Southeast
## 2430 conventional 2015 Southeast
## 2431 conventional 2015 Southeast
## 2432 conventional 2015 Southeast
## 2433 conventional 2015 Southeast
## 2434 conventional 2015 Southeast
## 2435 conventional 2015 Southeast
## 2436 conventional 2015 Southeast
## 2437 conventional 2015 Southeast
## 2438 conventional 2015 Southeast
## 2439 conventional 2015 Southeast
## 2440 conventional 2015 Southeast
## 2441 conventional 2015 Southeast
## 2442 conventional 2015 Southeast
## 2443 conventional 2015 Southeast
## 2444 conventional 2015 Southeast
## 2445 conventional 2015 Spokane
## 2446 conventional 2015 Spokane
## 2447 conventional 2015 Spokane
## 2448 conventional 2015 Spokane
## 2449 conventional 2015 Spokane
## 2450 conventional 2015 Spokane
## 2451 conventional 2015 Spokane
## 2452 conventional 2015 Spokane
## 2453 conventional 2015 Spokane
## 2454 conventional 2015 Spokane
## 2455 conventional 2015 Spokane
## 2456 conventional 2015 Spokane
## 2457 conventional 2015 Spokane
## 2458 conventional 2015 Spokane
## 2459 conventional 2015 Spokane
## 2460 conventional 2015 Spokane
## 2461 conventional 2015 Spokane
## 2462 conventional 2015 Spokane
## 2463 conventional 2015 Spokane
## 2464 conventional 2015 Spokane
## 2465 conventional 2015 Spokane
## 2466 conventional 2015 Spokane
## 2467 conventional 2015 Spokane
## 2468 conventional 2015 Spokane
## 2469 conventional 2015 Spokane
## 2470 conventional 2015 Spokane
## 2471 conventional 2015 Spokane
## 2472 conventional 2015 Spokane
## 2473 conventional 2015 Spokane
## 2474 conventional 2015 Spokane
## 2475 conventional 2015 Spokane
## 2476 conventional 2015 Spokane
## 2477 conventional 2015 Spokane
## 2478 conventional 2015 Spokane
## 2479 conventional 2015 Spokane
## 2480 conventional 2015 Spokane
## 2481 conventional 2015 Spokane
## 2482 conventional 2015 Spokane
## 2483 conventional 2015 Spokane
## 2484 conventional 2015 Spokane
## 2485 conventional 2015 Spokane
## 2486 conventional 2015 Spokane
## 2487 conventional 2015 Spokane
## 2488 conventional 2015 Spokane
## 2489 conventional 2015 Spokane
## 2490 conventional 2015 Spokane
## 2491 conventional 2015 Spokane
## 2492 conventional 2015 Spokane
## 2493 conventional 2015 Spokane
## 2494 conventional 2015 Spokane
## 2495 conventional 2015 Spokane
## 2496 conventional 2015 Spokane
## 2497 conventional 2015 StLouis
## 2498 conventional 2015 StLouis
## 2499 conventional 2015 StLouis
## 2500 conventional 2015 StLouis
## 2501 conventional 2015 StLouis
## 2502 conventional 2015 StLouis
## 2503 conventional 2015 StLouis
## 2504 conventional 2015 StLouis
## 2505 conventional 2015 StLouis
## 2506 conventional 2015 StLouis
## 2507 conventional 2015 StLouis
## 2508 conventional 2015 StLouis
## 2509 conventional 2015 StLouis
## 2510 conventional 2015 StLouis
## 2511 conventional 2015 StLouis
## 2512 conventional 2015 StLouis
## 2513 conventional 2015 StLouis
## 2514 conventional 2015 StLouis
## 2515 conventional 2015 StLouis
## 2516 conventional 2015 StLouis
## 2517 conventional 2015 StLouis
## 2518 conventional 2015 StLouis
## 2519 conventional 2015 StLouis
## 2520 conventional 2015 StLouis
## 2521 conventional 2015 StLouis
## 2522 conventional 2015 StLouis
## 2523 conventional 2015 StLouis
## 2524 conventional 2015 StLouis
## 2525 conventional 2015 StLouis
## 2526 conventional 2015 StLouis
## 2527 conventional 2015 StLouis
## 2528 conventional 2015 StLouis
## 2529 conventional 2015 StLouis
## 2530 conventional 2015 StLouis
## 2531 conventional 2015 StLouis
## 2532 conventional 2015 StLouis
## 2533 conventional 2015 StLouis
## 2534 conventional 2015 StLouis
## 2535 conventional 2015 StLouis
## 2536 conventional 2015 StLouis
## 2537 conventional 2015 StLouis
## 2538 conventional 2015 StLouis
## 2539 conventional 2015 StLouis
## 2540 conventional 2015 StLouis
## 2541 conventional 2015 StLouis
## 2542 conventional 2015 StLouis
## 2543 conventional 2015 StLouis
## 2544 conventional 2015 StLouis
## 2545 conventional 2015 StLouis
## 2546 conventional 2015 StLouis
## 2547 conventional 2015 StLouis
## 2548 conventional 2015 StLouis
## 2549 conventional 2015 Syracuse
## 2550 conventional 2015 Syracuse
## 2551 conventional 2015 Syracuse
## 2552 conventional 2015 Syracuse
## 2553 conventional 2015 Syracuse
## 2554 conventional 2015 Syracuse
## 2555 conventional 2015 Syracuse
## 2556 conventional 2015 Syracuse
## 2557 conventional 2015 Syracuse
## 2558 conventional 2015 Syracuse
## 2559 conventional 2015 Syracuse
## 2560 conventional 2015 Syracuse
## 2561 conventional 2015 Syracuse
## 2562 conventional 2015 Syracuse
## 2563 conventional 2015 Syracuse
## 2564 conventional 2015 Syracuse
## 2565 conventional 2015 Syracuse
## 2566 conventional 2015 Syracuse
## 2567 conventional 2015 Syracuse
## 2568 conventional 2015 Syracuse
## 2569 conventional 2015 Syracuse
## 2570 conventional 2015 Syracuse
## 2571 conventional 2015 Syracuse
## 2572 conventional 2015 Syracuse
## 2573 conventional 2015 Syracuse
## 2574 conventional 2015 Syracuse
## 2575 conventional 2015 Syracuse
## 2576 conventional 2015 Syracuse
## 2577 conventional 2015 Syracuse
## 2578 conventional 2015 Syracuse
## 2579 conventional 2015 Syracuse
## 2580 conventional 2015 Syracuse
## 2581 conventional 2015 Syracuse
## 2582 conventional 2015 Syracuse
## 2583 conventional 2015 Syracuse
## 2584 conventional 2015 Syracuse
## 2585 conventional 2015 Syracuse
## 2586 conventional 2015 Syracuse
## 2587 conventional 2015 Syracuse
## 2588 conventional 2015 Syracuse
## 2589 conventional 2015 Syracuse
## 2590 conventional 2015 Syracuse
## 2591 conventional 2015 Syracuse
## 2592 conventional 2015 Syracuse
## 2593 conventional 2015 Syracuse
## 2594 conventional 2015 Syracuse
## 2595 conventional 2015 Syracuse
## 2596 conventional 2015 Syracuse
## 2597 conventional 2015 Syracuse
## 2598 conventional 2015 Syracuse
## 2599 conventional 2015 Syracuse
## 2600 conventional 2015 Syracuse
## 2601 conventional 2015 Tampa
## 2602 conventional 2015 Tampa
## 2603 conventional 2015 Tampa
## 2604 conventional 2015 Tampa
## 2605 conventional 2015 Tampa
## 2606 conventional 2015 Tampa
## 2607 conventional 2015 Tampa
## 2608 conventional 2015 Tampa
## 2609 conventional 2015 Tampa
## 2610 conventional 2015 Tampa
## 2611 conventional 2015 Tampa
## 2612 conventional 2015 Tampa
## 2613 conventional 2015 Tampa
## 2614 conventional 2015 Tampa
## 2615 conventional 2015 Tampa
## 2616 conventional 2015 Tampa
## 2617 conventional 2015 Tampa
## 2618 conventional 2015 Tampa
## 2619 conventional 2015 Tampa
## 2620 conventional 2015 Tampa
## 2621 conventional 2015 Tampa
## 2622 conventional 2015 Tampa
## 2623 conventional 2015 Tampa
## 2624 conventional 2015 Tampa
## 2625 conventional 2015 Tampa
## 2626 conventional 2015 Tampa
## 2627 conventional 2015 Tampa
## 2628 conventional 2015 Tampa
## 2629 conventional 2015 Tampa
## 2630 conventional 2015 Tampa
## 2631 conventional 2015 Tampa
## 2632 conventional 2015 Tampa
## 2633 conventional 2015 Tampa
## 2634 conventional 2015 Tampa
## 2635 conventional 2015 Tampa
## 2636 conventional 2015 Tampa
## 2637 conventional 2015 Tampa
## 2638 conventional 2015 Tampa
## 2639 conventional 2015 Tampa
## 2640 conventional 2015 Tampa
## 2641 conventional 2015 Tampa
## 2642 conventional 2015 Tampa
## 2643 conventional 2015 Tampa
## 2644 conventional 2015 Tampa
## 2645 conventional 2015 Tampa
## 2646 conventional 2015 Tampa
## 2647 conventional 2015 Tampa
## 2648 conventional 2015 Tampa
## 2649 conventional 2015 Tampa
## 2650 conventional 2015 Tampa
## 2651 conventional 2015 Tampa
## 2652 conventional 2015 Tampa
## 2653 conventional 2015 TotalUS
## 2654 conventional 2015 TotalUS
## 2655 conventional 2015 TotalUS
## 2656 conventional 2015 TotalUS
## 2657 conventional 2015 TotalUS
## 2658 conventional 2015 TotalUS
## 2659 conventional 2015 TotalUS
## 2660 conventional 2015 TotalUS
## 2661 conventional 2015 TotalUS
## 2662 conventional 2015 TotalUS
## 2663 conventional 2015 TotalUS
## 2664 conventional 2015 TotalUS
## 2665 conventional 2015 TotalUS
## 2666 conventional 2015 TotalUS
## 2667 conventional 2015 TotalUS
## 2668 conventional 2015 TotalUS
## 2669 conventional 2015 TotalUS
## 2670 conventional 2015 TotalUS
## 2671 conventional 2015 TotalUS
## 2672 conventional 2015 TotalUS
## 2673 conventional 2015 TotalUS
## 2674 conventional 2015 TotalUS
## 2675 conventional 2015 TotalUS
## 2676 conventional 2015 TotalUS
## 2677 conventional 2015 TotalUS
## 2678 conventional 2015 TotalUS
## 2679 conventional 2015 TotalUS
## 2680 conventional 2015 TotalUS
## 2681 conventional 2015 TotalUS
## 2682 conventional 2015 TotalUS
## 2683 conventional 2015 TotalUS
## 2684 conventional 2015 TotalUS
## 2685 conventional 2015 TotalUS
## 2686 conventional 2015 TotalUS
## 2687 conventional 2015 TotalUS
## 2688 conventional 2015 TotalUS
## 2689 conventional 2015 TotalUS
## 2690 conventional 2015 TotalUS
## 2691 conventional 2015 TotalUS
## 2692 conventional 2015 TotalUS
## 2693 conventional 2015 TotalUS
## 2694 conventional 2015 TotalUS
## 2695 conventional 2015 TotalUS
## 2696 conventional 2015 TotalUS
## 2697 conventional 2015 TotalUS
## 2698 conventional 2015 TotalUS
## 2699 conventional 2015 TotalUS
## 2700 conventional 2015 TotalUS
## 2701 conventional 2015 TotalUS
## 2702 conventional 2015 TotalUS
## 2703 conventional 2015 TotalUS
## 2704 conventional 2015 TotalUS
## 2705 conventional 2015 West
## 2706 conventional 2015 West
## 2707 conventional 2015 West
## 2708 conventional 2015 West
## 2709 conventional 2015 West
## 2710 conventional 2015 West
## 2711 conventional 2015 West
## 2712 conventional 2015 West
## 2713 conventional 2015 West
## 2714 conventional 2015 West
## 2715 conventional 2015 West
## 2716 conventional 2015 West
## 2717 conventional 2015 West
## 2718 conventional 2015 West
## 2719 conventional 2015 West
## 2720 conventional 2015 West
## 2721 conventional 2015 West
## 2722 conventional 2015 West
## 2723 conventional 2015 West
## 2724 conventional 2015 West
## 2725 conventional 2015 West
## 2726 conventional 2015 West
## 2727 conventional 2015 West
## 2728 conventional 2015 West
## 2729 conventional 2015 West
## 2730 conventional 2015 West
## 2731 conventional 2015 West
## 2732 conventional 2015 West
## 2733 conventional 2015 West
## 2734 conventional 2015 West
## 2735 conventional 2015 West
## 2736 conventional 2015 West
## 2737 conventional 2015 West
## 2738 conventional 2015 West
## 2739 conventional 2015 West
## 2740 conventional 2015 West
## 2741 conventional 2015 West
## 2742 conventional 2015 West
## 2743 conventional 2015 West
## 2744 conventional 2015 West
## 2745 conventional 2015 West
## 2746 conventional 2015 West
## 2747 conventional 2015 West
## 2748 conventional 2015 West
## 2749 conventional 2015 West
## 2750 conventional 2015 West
## 2751 conventional 2015 West
## 2752 conventional 2015 West
## 2753 conventional 2015 West
## 2754 conventional 2015 West
## 2755 conventional 2015 West
## 2756 conventional 2015 West
## 2757 conventional 2015 WestTexNewMexico
## 2758 conventional 2015 WestTexNewMexico
## 2759 conventional 2015 WestTexNewMexico
## 2760 conventional 2015 WestTexNewMexico
## 2761 conventional 2015 WestTexNewMexico
## 2762 conventional 2015 WestTexNewMexico
## 2763 conventional 2015 WestTexNewMexico
## 2764 conventional 2015 WestTexNewMexico
## 2765 conventional 2015 WestTexNewMexico
## 2766 conventional 2015 WestTexNewMexico
## 2767 conventional 2015 WestTexNewMexico
## 2768 conventional 2015 WestTexNewMexico
## 2769 conventional 2015 WestTexNewMexico
## 2770 conventional 2015 WestTexNewMexico
## 2771 conventional 2015 WestTexNewMexico
## 2772 conventional 2015 WestTexNewMexico
## 2773 conventional 2015 WestTexNewMexico
## 2774 conventional 2015 WestTexNewMexico
## 2775 conventional 2015 WestTexNewMexico
## 2776 conventional 2015 WestTexNewMexico
## 2777 conventional 2015 WestTexNewMexico
## 2778 conventional 2015 WestTexNewMexico
## 2779 conventional 2015 WestTexNewMexico
## 2780 conventional 2015 WestTexNewMexico
## 2781 conventional 2015 WestTexNewMexico
## 2782 conventional 2015 WestTexNewMexico
## 2783 conventional 2015 WestTexNewMexico
## 2784 conventional 2015 WestTexNewMexico
## 2785 conventional 2015 WestTexNewMexico
## 2786 conventional 2015 WestTexNewMexico
## 2787 conventional 2015 WestTexNewMexico
## 2788 conventional 2015 WestTexNewMexico
## 2789 conventional 2015 WestTexNewMexico
## 2790 conventional 2015 WestTexNewMexico
## 2791 conventional 2015 WestTexNewMexico
## 2792 conventional 2015 WestTexNewMexico
## 2793 conventional 2015 WestTexNewMexico
## 2794 conventional 2015 WestTexNewMexico
## 2795 conventional 2015 WestTexNewMexico
## 2796 conventional 2015 WestTexNewMexico
## 2797 conventional 2015 WestTexNewMexico
## 2798 conventional 2015 WestTexNewMexico
## 2799 conventional 2015 WestTexNewMexico
## 2800 conventional 2015 WestTexNewMexico
## 2801 conventional 2015 WestTexNewMexico
## 2802 conventional 2015 WestTexNewMexico
## 2803 conventional 2015 WestTexNewMexico
## 2804 conventional 2015 WestTexNewMexico
## 2805 conventional 2015 WestTexNewMexico
## 2806 conventional 2015 WestTexNewMexico
## 2807 conventional 2015 WestTexNewMexico
## 2808 conventional 2015 WestTexNewMexico
## 2809 conventional 2016 Albany
## 2810 conventional 2016 Albany
## 2811 conventional 2016 Albany
## 2812 conventional 2016 Albany
## 2813 conventional 2016 Albany
## 2814 conventional 2016 Albany
## 2815 conventional 2016 Albany
## 2816 conventional 2016 Albany
## 2817 conventional 2016 Albany
## 2818 conventional 2016 Albany
## 2819 conventional 2016 Albany
## 2820 conventional 2016 Albany
## 2821 conventional 2016 Albany
## 2822 conventional 2016 Albany
## 2823 conventional 2016 Albany
## 2824 conventional 2016 Albany
## 2825 conventional 2016 Albany
## 2826 conventional 2016 Albany
## 2827 conventional 2016 Albany
## 2828 conventional 2016 Albany
## 2829 conventional 2016 Albany
## 2830 conventional 2016 Albany
## 2831 conventional 2016 Albany
## 2832 conventional 2016 Albany
## 2833 conventional 2016 Albany
## 2834 conventional 2016 Albany
## 2835 conventional 2016 Albany
## 2836 conventional 2016 Albany
## 2837 conventional 2016 Albany
## 2838 conventional 2016 Albany
## 2839 conventional 2016 Albany
## 2840 conventional 2016 Albany
## 2841 conventional 2016 Albany
## 2842 conventional 2016 Albany
## 2843 conventional 2016 Albany
## 2844 conventional 2016 Albany
## 2845 conventional 2016 Albany
## 2846 conventional 2016 Albany
## 2847 conventional 2016 Albany
## 2848 conventional 2016 Albany
## 2849 conventional 2016 Albany
## 2850 conventional 2016 Albany
## 2851 conventional 2016 Albany
## 2852 conventional 2016 Albany
## 2853 conventional 2016 Albany
## 2854 conventional 2016 Albany
## 2855 conventional 2016 Albany
## 2856 conventional 2016 Albany
## 2857 conventional 2016 Albany
## 2858 conventional 2016 Albany
## 2859 conventional 2016 Albany
## 2860 conventional 2016 Albany
## 2861 conventional 2016 Atlanta
## 2862 conventional 2016 Atlanta
## 2863 conventional 2016 Atlanta
## 2864 conventional 2016 Atlanta
## 2865 conventional 2016 Atlanta
## 2866 conventional 2016 Atlanta
## 2867 conventional 2016 Atlanta
## 2868 conventional 2016 Atlanta
## 2869 conventional 2016 Atlanta
## 2870 conventional 2016 Atlanta
## 2871 conventional 2016 Atlanta
## 2872 conventional 2016 Atlanta
## 2873 conventional 2016 Atlanta
## 2874 conventional 2016 Atlanta
## 2875 conventional 2016 Atlanta
## 2876 conventional 2016 Atlanta
## 2877 conventional 2016 Atlanta
## 2878 conventional 2016 Atlanta
## 2879 conventional 2016 Atlanta
## 2880 conventional 2016 Atlanta
## 2881 conventional 2016 Atlanta
## 2882 conventional 2016 Atlanta
## 2883 conventional 2016 Atlanta
## 2884 conventional 2016 Atlanta
## 2885 conventional 2016 Atlanta
## 2886 conventional 2016 Atlanta
## 2887 conventional 2016 Atlanta
## 2888 conventional 2016 Atlanta
## 2889 conventional 2016 Atlanta
## 2890 conventional 2016 Atlanta
## 2891 conventional 2016 Atlanta
## 2892 conventional 2016 Atlanta
## 2893 conventional 2016 Atlanta
## 2894 conventional 2016 Atlanta
## 2895 conventional 2016 Atlanta
## 2896 conventional 2016 Atlanta
## 2897 conventional 2016 Atlanta
## 2898 conventional 2016 Atlanta
## 2899 conventional 2016 Atlanta
## 2900 conventional 2016 Atlanta
## 2901 conventional 2016 Atlanta
## 2902 conventional 2016 Atlanta
## 2903 conventional 2016 Atlanta
## 2904 conventional 2016 Atlanta
## 2905 conventional 2016 Atlanta
## 2906 conventional 2016 Atlanta
## 2907 conventional 2016 Atlanta
## 2908 conventional 2016 Atlanta
## 2909 conventional 2016 Atlanta
## 2910 conventional 2016 Atlanta
## 2911 conventional 2016 Atlanta
## 2912 conventional 2016 Atlanta
## 2913 conventional 2016 BaltimoreWashington
## 2914 conventional 2016 BaltimoreWashington
## 2915 conventional 2016 BaltimoreWashington
## 2916 conventional 2016 BaltimoreWashington
## 2917 conventional 2016 BaltimoreWashington
## 2918 conventional 2016 BaltimoreWashington
## 2919 conventional 2016 BaltimoreWashington
## 2920 conventional 2016 BaltimoreWashington
## 2921 conventional 2016 BaltimoreWashington
## 2922 conventional 2016 BaltimoreWashington
## 2923 conventional 2016 BaltimoreWashington
## 2924 conventional 2016 BaltimoreWashington
## 2925 conventional 2016 BaltimoreWashington
## 2926 conventional 2016 BaltimoreWashington
## 2927 conventional 2016 BaltimoreWashington
## 2928 conventional 2016 BaltimoreWashington
## 2929 conventional 2016 BaltimoreWashington
## 2930 conventional 2016 BaltimoreWashington
## 2931 conventional 2016 BaltimoreWashington
## 2932 conventional 2016 BaltimoreWashington
## 2933 conventional 2016 BaltimoreWashington
## 2934 conventional 2016 BaltimoreWashington
## 2935 conventional 2016 BaltimoreWashington
## 2936 conventional 2016 BaltimoreWashington
## 2937 conventional 2016 BaltimoreWashington
## 2938 conventional 2016 BaltimoreWashington
## 2939 conventional 2016 BaltimoreWashington
## 2940 conventional 2016 BaltimoreWashington
## 2941 conventional 2016 BaltimoreWashington
## 2942 conventional 2016 BaltimoreWashington
## 2943 conventional 2016 BaltimoreWashington
## 2944 conventional 2016 BaltimoreWashington
## 2945 conventional 2016 BaltimoreWashington
## 2946 conventional 2016 BaltimoreWashington
## 2947 conventional 2016 BaltimoreWashington
## 2948 conventional 2016 BaltimoreWashington
## 2949 conventional 2016 BaltimoreWashington
## 2950 conventional 2016 BaltimoreWashington
## 2951 conventional 2016 BaltimoreWashington
## 2952 conventional 2016 BaltimoreWashington
## 2953 conventional 2016 BaltimoreWashington
## 2954 conventional 2016 BaltimoreWashington
## 2955 conventional 2016 BaltimoreWashington
## 2956 conventional 2016 BaltimoreWashington
## 2957 conventional 2016 BaltimoreWashington
## 2958 conventional 2016 BaltimoreWashington
## 2959 conventional 2016 BaltimoreWashington
## 2960 conventional 2016 BaltimoreWashington
## 2961 conventional 2016 BaltimoreWashington
## 2962 conventional 2016 BaltimoreWashington
## 2963 conventional 2016 BaltimoreWashington
## 2964 conventional 2016 BaltimoreWashington
## 2965 conventional 2016 Boise
## 2966 conventional 2016 Boise
## 2967 conventional 2016 Boise
## 2968 conventional 2016 Boise
## 2969 conventional 2016 Boise
## 2970 conventional 2016 Boise
## 2971 conventional 2016 Boise
## 2972 conventional 2016 Boise
## 2973 conventional 2016 Boise
## 2974 conventional 2016 Boise
## 2975 conventional 2016 Boise
## 2976 conventional 2016 Boise
## 2977 conventional 2016 Boise
## 2978 conventional 2016 Boise
## 2979 conventional 2016 Boise
## 2980 conventional 2016 Boise
## 2981 conventional 2016 Boise
## 2982 conventional 2016 Boise
## 2983 conventional 2016 Boise
## 2984 conventional 2016 Boise
## 2985 conventional 2016 Boise
## 2986 conventional 2016 Boise
## 2987 conventional 2016 Boise
## 2988 conventional 2016 Boise
## 2989 conventional 2016 Boise
## 2990 conventional 2016 Boise
## 2991 conventional 2016 Boise
## 2992 conventional 2016 Boise
## 2993 conventional 2016 Boise
## 2994 conventional 2016 Boise
## 2995 conventional 2016 Boise
## 2996 conventional 2016 Boise
## 2997 conventional 2016 Boise
## 2998 conventional 2016 Boise
## 2999 conventional 2016 Boise
## 3000 conventional 2016 Boise
## 3001 conventional 2016 Boise
## 3002 conventional 2016 Boise
## 3003 conventional 2016 Boise
## 3004 conventional 2016 Boise
## 3005 conventional 2016 Boise
## 3006 conventional 2016 Boise
## 3007 conventional 2016 Boise
## 3008 conventional 2016 Boise
## 3009 conventional 2016 Boise
## 3010 conventional 2016 Boise
## 3011 conventional 2016 Boise
## 3012 conventional 2016 Boise
## 3013 conventional 2016 Boise
## 3014 conventional 2016 Boise
## 3015 conventional 2016 Boise
## 3016 conventional 2016 Boise
## 3017 conventional 2016 Boston
## 3018 conventional 2016 Boston
## 3019 conventional 2016 Boston
## 3020 conventional 2016 Boston
## 3021 conventional 2016 Boston
## 3022 conventional 2016 Boston
## 3023 conventional 2016 Boston
## 3024 conventional 2016 Boston
## 3025 conventional 2016 Boston
## 3026 conventional 2016 Boston
## 3027 conventional 2016 Boston
## 3028 conventional 2016 Boston
## 3029 conventional 2016 Boston
## 3030 conventional 2016 Boston
## 3031 conventional 2016 Boston
## 3032 conventional 2016 Boston
## 3033 conventional 2016 Boston
## 3034 conventional 2016 Boston
## 3035 conventional 2016 Boston
## 3036 conventional 2016 Boston
## 3037 conventional 2016 Boston
## 3038 conventional 2016 Boston
## 3039 conventional 2016 Boston
## 3040 conventional 2016 Boston
## 3041 conventional 2016 Boston
## 3042 conventional 2016 Boston
## 3043 conventional 2016 Boston
## 3044 conventional 2016 Boston
## 3045 conventional 2016 Boston
## 3046 conventional 2016 Boston
## 3047 conventional 2016 Boston
## 3048 conventional 2016 Boston
## 3049 conventional 2016 Boston
## 3050 conventional 2016 Boston
## 3051 conventional 2016 Boston
## 3052 conventional 2016 Boston
## 3053 conventional 2016 Boston
## 3054 conventional 2016 Boston
## 3055 conventional 2016 Boston
## 3056 conventional 2016 Boston
## 3057 conventional 2016 Boston
## 3058 conventional 2016 Boston
## 3059 conventional 2016 Boston
## 3060 conventional 2016 Boston
## 3061 conventional 2016 Boston
## 3062 conventional 2016 Boston
## 3063 conventional 2016 Boston
## 3064 conventional 2016 Boston
## 3065 conventional 2016 Boston
## 3066 conventional 2016 Boston
## 3067 conventional 2016 Boston
## 3068 conventional 2016 Boston
## 3069 conventional 2016 BuffaloRochester
## 3070 conventional 2016 BuffaloRochester
## 3071 conventional 2016 BuffaloRochester
## 3072 conventional 2016 BuffaloRochester
## 3073 conventional 2016 BuffaloRochester
## 3074 conventional 2016 BuffaloRochester
## 3075 conventional 2016 BuffaloRochester
## 3076 conventional 2016 BuffaloRochester
## 3077 conventional 2016 BuffaloRochester
## 3078 conventional 2016 BuffaloRochester
## 3079 conventional 2016 BuffaloRochester
## 3080 conventional 2016 BuffaloRochester
## 3081 conventional 2016 BuffaloRochester
## 3082 conventional 2016 BuffaloRochester
## 3083 conventional 2016 BuffaloRochester
## 3084 conventional 2016 BuffaloRochester
## 3085 conventional 2016 BuffaloRochester
## 3086 conventional 2016 BuffaloRochester
## 3087 conventional 2016 BuffaloRochester
## 3088 conventional 2016 BuffaloRochester
## 3089 conventional 2016 BuffaloRochester
## 3090 conventional 2016 BuffaloRochester
## 3091 conventional 2016 BuffaloRochester
## 3092 conventional 2016 BuffaloRochester
## 3093 conventional 2016 BuffaloRochester
## 3094 conventional 2016 BuffaloRochester
## 3095 conventional 2016 BuffaloRochester
## 3096 conventional 2016 BuffaloRochester
## 3097 conventional 2016 BuffaloRochester
## 3098 conventional 2016 BuffaloRochester
## 3099 conventional 2016 BuffaloRochester
## 3100 conventional 2016 BuffaloRochester
## 3101 conventional 2016 BuffaloRochester
## 3102 conventional 2016 BuffaloRochester
## 3103 conventional 2016 BuffaloRochester
## 3104 conventional 2016 BuffaloRochester
## 3105 conventional 2016 BuffaloRochester
## 3106 conventional 2016 BuffaloRochester
## 3107 conventional 2016 BuffaloRochester
## 3108 conventional 2016 BuffaloRochester
## 3109 conventional 2016 BuffaloRochester
## 3110 conventional 2016 BuffaloRochester
## 3111 conventional 2016 BuffaloRochester
## 3112 conventional 2016 BuffaloRochester
## 3113 conventional 2016 BuffaloRochester
## 3114 conventional 2016 BuffaloRochester
## 3115 conventional 2016 BuffaloRochester
## 3116 conventional 2016 BuffaloRochester
## 3117 conventional 2016 BuffaloRochester
## 3118 conventional 2016 BuffaloRochester
## 3119 conventional 2016 BuffaloRochester
## 3120 conventional 2016 BuffaloRochester
## 3121 conventional 2016 California
## 3122 conventional 2016 California
## 3123 conventional 2016 California
## 3124 conventional 2016 California
## 3125 conventional 2016 California
## 3126 conventional 2016 California
## 3127 conventional 2016 California
## 3128 conventional 2016 California
## 3129 conventional 2016 California
## 3130 conventional 2016 California
## 3131 conventional 2016 California
## 3132 conventional 2016 California
## 3133 conventional 2016 California
## 3134 conventional 2016 California
## 3135 conventional 2016 California
## 3136 conventional 2016 California
## 3137 conventional 2016 California
## 3138 conventional 2016 California
## 3139 conventional 2016 California
## 3140 conventional 2016 California
## 3141 conventional 2016 California
## 3142 conventional 2016 California
## 3143 conventional 2016 California
## 3144 conventional 2016 California
## 3145 conventional 2016 California
## 3146 conventional 2016 California
## 3147 conventional 2016 California
## 3148 conventional 2016 California
## 3149 conventional 2016 California
## 3150 conventional 2016 California
## 3151 conventional 2016 California
## 3152 conventional 2016 California
## 3153 conventional 2016 California
## 3154 conventional 2016 California
## 3155 conventional 2016 California
## 3156 conventional 2016 California
## 3157 conventional 2016 California
## 3158 conventional 2016 California
## 3159 conventional 2016 California
## 3160 conventional 2016 California
## 3161 conventional 2016 California
## 3162 conventional 2016 California
## 3163 conventional 2016 California
## 3164 conventional 2016 California
## 3165 conventional 2016 California
## 3166 conventional 2016 California
## 3167 conventional 2016 California
## 3168 conventional 2016 California
## 3169 conventional 2016 California
## 3170 conventional 2016 California
## 3171 conventional 2016 California
## 3172 conventional 2016 California
## 3173 conventional 2016 Charlotte
## 3174 conventional 2016 Charlotte
## 3175 conventional 2016 Charlotte
## 3176 conventional 2016 Charlotte
## 3177 conventional 2016 Charlotte
## 3178 conventional 2016 Charlotte
## 3179 conventional 2016 Charlotte
## 3180 conventional 2016 Charlotte
## 3181 conventional 2016 Charlotte
## 3182 conventional 2016 Charlotte
## 3183 conventional 2016 Charlotte
## 3184 conventional 2016 Charlotte
## 3185 conventional 2016 Charlotte
## 3186 conventional 2016 Charlotte
## 3187 conventional 2016 Charlotte
## 3188 conventional 2016 Charlotte
## 3189 conventional 2016 Charlotte
## 3190 conventional 2016 Charlotte
## 3191 conventional 2016 Charlotte
## 3192 conventional 2016 Charlotte
## 3193 conventional 2016 Charlotte
## 3194 conventional 2016 Charlotte
## 3195 conventional 2016 Charlotte
## 3196 conventional 2016 Charlotte
## 3197 conventional 2016 Charlotte
## 3198 conventional 2016 Charlotte
## 3199 conventional 2016 Charlotte
## 3200 conventional 2016 Charlotte
## 3201 conventional 2016 Charlotte
## 3202 conventional 2016 Charlotte
## 3203 conventional 2016 Charlotte
## 3204 conventional 2016 Charlotte
## 3205 conventional 2016 Charlotte
## 3206 conventional 2016 Charlotte
## 3207 conventional 2016 Charlotte
## 3208 conventional 2016 Charlotte
## 3209 conventional 2016 Charlotte
## 3210 conventional 2016 Charlotte
## 3211 conventional 2016 Charlotte
## 3212 conventional 2016 Charlotte
## 3213 conventional 2016 Charlotte
## 3214 conventional 2016 Charlotte
## 3215 conventional 2016 Charlotte
## 3216 conventional 2016 Charlotte
## 3217 conventional 2016 Charlotte
## 3218 conventional 2016 Charlotte
## 3219 conventional 2016 Charlotte
## 3220 conventional 2016 Charlotte
## 3221 conventional 2016 Charlotte
## 3222 conventional 2016 Charlotte
## 3223 conventional 2016 Charlotte
## 3224 conventional 2016 Charlotte
## 3225 conventional 2016 Chicago
## 3226 conventional 2016 Chicago
## 3227 conventional 2016 Chicago
## 3228 conventional 2016 Chicago
## 3229 conventional 2016 Chicago
## 3230 conventional 2016 Chicago
## 3231 conventional 2016 Chicago
## 3232 conventional 2016 Chicago
## 3233 conventional 2016 Chicago
## 3234 conventional 2016 Chicago
## 3235 conventional 2016 Chicago
## 3236 conventional 2016 Chicago
## 3237 conventional 2016 Chicago
## 3238 conventional 2016 Chicago
## 3239 conventional 2016 Chicago
## 3240 conventional 2016 Chicago
## 3241 conventional 2016 Chicago
## 3242 conventional 2016 Chicago
## 3243 conventional 2016 Chicago
## 3244 conventional 2016 Chicago
## 3245 conventional 2016 Chicago
## 3246 conventional 2016 Chicago
## 3247 conventional 2016 Chicago
## 3248 conventional 2016 Chicago
## 3249 conventional 2016 Chicago
## 3250 conventional 2016 Chicago
## 3251 conventional 2016 Chicago
## 3252 conventional 2016 Chicago
## 3253 conventional 2016 Chicago
## 3254 conventional 2016 Chicago
## 3255 conventional 2016 Chicago
## 3256 conventional 2016 Chicago
## 3257 conventional 2016 Chicago
## 3258 conventional 2016 Chicago
## 3259 conventional 2016 Chicago
## 3260 conventional 2016 Chicago
## 3261 conventional 2016 Chicago
## 3262 conventional 2016 Chicago
## 3263 conventional 2016 Chicago
## 3264 conventional 2016 Chicago
## 3265 conventional 2016 Chicago
## 3266 conventional 2016 Chicago
## 3267 conventional 2016 Chicago
## 3268 conventional 2016 Chicago
## 3269 conventional 2016 Chicago
## 3270 conventional 2016 Chicago
## 3271 conventional 2016 Chicago
## 3272 conventional 2016 Chicago
## 3273 conventional 2016 Chicago
## 3274 conventional 2016 Chicago
## 3275 conventional 2016 Chicago
## 3276 conventional 2016 Chicago
## 3277 conventional 2016 CincinnatiDayton
## 3278 conventional 2016 CincinnatiDayton
## 3279 conventional 2016 CincinnatiDayton
## 3280 conventional 2016 CincinnatiDayton
## 3281 conventional 2016 CincinnatiDayton
## 3282 conventional 2016 CincinnatiDayton
## 3283 conventional 2016 CincinnatiDayton
## 3284 conventional 2016 CincinnatiDayton
## 3285 conventional 2016 CincinnatiDayton
## 3286 conventional 2016 CincinnatiDayton
## 3287 conventional 2016 CincinnatiDayton
## 3288 conventional 2016 CincinnatiDayton
## 3289 conventional 2016 CincinnatiDayton
## 3290 conventional 2016 CincinnatiDayton
## 3291 conventional 2016 CincinnatiDayton
## 3292 conventional 2016 CincinnatiDayton
## 3293 conventional 2016 CincinnatiDayton
## 3294 conventional 2016 CincinnatiDayton
## 3295 conventional 2016 CincinnatiDayton
## 3296 conventional 2016 CincinnatiDayton
## 3297 conventional 2016 CincinnatiDayton
## 3298 conventional 2016 CincinnatiDayton
## 3299 conventional 2016 CincinnatiDayton
## 3300 conventional 2016 CincinnatiDayton
## 3301 conventional 2016 CincinnatiDayton
## 3302 conventional 2016 CincinnatiDayton
## 3303 conventional 2016 CincinnatiDayton
## 3304 conventional 2016 CincinnatiDayton
## 3305 conventional 2016 CincinnatiDayton
## 3306 conventional 2016 CincinnatiDayton
## 3307 conventional 2016 CincinnatiDayton
## 3308 conventional 2016 CincinnatiDayton
## 3309 conventional 2016 CincinnatiDayton
## 3310 conventional 2016 CincinnatiDayton
## 3311 conventional 2016 CincinnatiDayton
## 3312 conventional 2016 CincinnatiDayton
## 3313 conventional 2016 CincinnatiDayton
## 3314 conventional 2016 CincinnatiDayton
## 3315 conventional 2016 CincinnatiDayton
## 3316 conventional 2016 CincinnatiDayton
## 3317 conventional 2016 CincinnatiDayton
## 3318 conventional 2016 CincinnatiDayton
## 3319 conventional 2016 CincinnatiDayton
## 3320 conventional 2016 CincinnatiDayton
## 3321 conventional 2016 CincinnatiDayton
## 3322 conventional 2016 CincinnatiDayton
## 3323 conventional 2016 CincinnatiDayton
## 3324 conventional 2016 CincinnatiDayton
## 3325 conventional 2016 CincinnatiDayton
## 3326 conventional 2016 CincinnatiDayton
## 3327 conventional 2016 CincinnatiDayton
## 3328 conventional 2016 CincinnatiDayton
## 3329 conventional 2016 Columbus
## 3330 conventional 2016 Columbus
## 3331 conventional 2016 Columbus
## 3332 conventional 2016 Columbus
## 3333 conventional 2016 Columbus
## 3334 conventional 2016 Columbus
## 3335 conventional 2016 Columbus
## 3336 conventional 2016 Columbus
## 3337 conventional 2016 Columbus
## 3338 conventional 2016 Columbus
## 3339 conventional 2016 Columbus
## 3340 conventional 2016 Columbus
## 3341 conventional 2016 Columbus
## 3342 conventional 2016 Columbus
## 3343 conventional 2016 Columbus
## 3344 conventional 2016 Columbus
## 3345 conventional 2016 Columbus
## 3346 conventional 2016 Columbus
## 3347 conventional 2016 Columbus
## 3348 conventional 2016 Columbus
## 3349 conventional 2016 Columbus
## 3350 conventional 2016 Columbus
## 3351 conventional 2016 Columbus
## 3352 conventional 2016 Columbus
## 3353 conventional 2016 Columbus
## 3354 conventional 2016 Columbus
## 3355 conventional 2016 Columbus
## 3356 conventional 2016 Columbus
## 3357 conventional 2016 Columbus
## 3358 conventional 2016 Columbus
## 3359 conventional 2016 Columbus
## 3360 conventional 2016 Columbus
## 3361 conventional 2016 Columbus
## 3362 conventional 2016 Columbus
## 3363 conventional 2016 Columbus
## 3364 conventional 2016 Columbus
## 3365 conventional 2016 Columbus
## 3366 conventional 2016 Columbus
## 3367 conventional 2016 Columbus
## 3368 conventional 2016 Columbus
## 3369 conventional 2016 Columbus
## 3370 conventional 2016 Columbus
## 3371 conventional 2016 Columbus
## 3372 conventional 2016 Columbus
## 3373 conventional 2016 Columbus
## 3374 conventional 2016 Columbus
## 3375 conventional 2016 Columbus
## 3376 conventional 2016 Columbus
## 3377 conventional 2016 Columbus
## 3378 conventional 2016 Columbus
## 3379 conventional 2016 Columbus
## 3380 conventional 2016 Columbus
## 3381 conventional 2016 DallasFtWorth
## 3382 conventional 2016 DallasFtWorth
## 3383 conventional 2016 DallasFtWorth
## 3384 conventional 2016 DallasFtWorth
## 3385 conventional 2016 DallasFtWorth
## 3386 conventional 2016 DallasFtWorth
## 3387 conventional 2016 DallasFtWorth
## 3388 conventional 2016 DallasFtWorth
## 3389 conventional 2016 DallasFtWorth
## 3390 conventional 2016 DallasFtWorth
## 3391 conventional 2016 DallasFtWorth
## 3392 conventional 2016 DallasFtWorth
## 3393 conventional 2016 DallasFtWorth
## 3394 conventional 2016 DallasFtWorth
## 3395 conventional 2016 DallasFtWorth
## 3396 conventional 2016 DallasFtWorth
## 3397 conventional 2016 DallasFtWorth
## 3398 conventional 2016 DallasFtWorth
## 3399 conventional 2016 DallasFtWorth
## 3400 conventional 2016 DallasFtWorth
## 3401 conventional 2016 DallasFtWorth
## 3402 conventional 2016 DallasFtWorth
## 3403 conventional 2016 DallasFtWorth
## 3404 conventional 2016 DallasFtWorth
## 3405 conventional 2016 DallasFtWorth
## 3406 conventional 2016 DallasFtWorth
## 3407 conventional 2016 DallasFtWorth
## 3408 conventional 2016 DallasFtWorth
## 3409 conventional 2016 DallasFtWorth
## 3410 conventional 2016 DallasFtWorth
## 3411 conventional 2016 DallasFtWorth
## 3412 conventional 2016 DallasFtWorth
## 3413 conventional 2016 DallasFtWorth
## 3414 conventional 2016 DallasFtWorth
## 3415 conventional 2016 DallasFtWorth
## 3416 conventional 2016 DallasFtWorth
## 3417 conventional 2016 DallasFtWorth
## 3418 conventional 2016 DallasFtWorth
## 3419 conventional 2016 DallasFtWorth
## 3420 conventional 2016 DallasFtWorth
## 3421 conventional 2016 DallasFtWorth
## 3422 conventional 2016 DallasFtWorth
## 3423 conventional 2016 DallasFtWorth
## 3424 conventional 2016 DallasFtWorth
## 3425 conventional 2016 DallasFtWorth
## 3426 conventional 2016 DallasFtWorth
## 3427 conventional 2016 DallasFtWorth
## 3428 conventional 2016 DallasFtWorth
## 3429 conventional 2016 DallasFtWorth
## 3430 conventional 2016 DallasFtWorth
## 3431 conventional 2016 DallasFtWorth
## 3432 conventional 2016 DallasFtWorth
## 3433 conventional 2016 Denver
## 3434 conventional 2016 Denver
## 3435 conventional 2016 Denver
## 3436 conventional 2016 Denver
## 3437 conventional 2016 Denver
## 3438 conventional 2016 Denver
## 3439 conventional 2016 Denver
## 3440 conventional 2016 Denver
## 3441 conventional 2016 Denver
## 3442 conventional 2016 Denver
## 3443 conventional 2016 Denver
## 3444 conventional 2016 Denver
## 3445 conventional 2016 Denver
## 3446 conventional 2016 Denver
## 3447 conventional 2016 Denver
## 3448 conventional 2016 Denver
## 3449 conventional 2016 Denver
## 3450 conventional 2016 Denver
## 3451 conventional 2016 Denver
## 3452 conventional 2016 Denver
## 3453 conventional 2016 Denver
## 3454 conventional 2016 Denver
## 3455 conventional 2016 Denver
## 3456 conventional 2016 Denver
## 3457 conventional 2016 Denver
## 3458 conventional 2016 Denver
## 3459 conventional 2016 Denver
## 3460 conventional 2016 Denver
## 3461 conventional 2016 Denver
## 3462 conventional 2016 Denver
## 3463 conventional 2016 Denver
## 3464 conventional 2016 Denver
## 3465 conventional 2016 Denver
## 3466 conventional 2016 Denver
## 3467 conventional 2016 Denver
## 3468 conventional 2016 Denver
## 3469 conventional 2016 Denver
## 3470 conventional 2016 Denver
## 3471 conventional 2016 Denver
## 3472 conventional 2016 Denver
## 3473 conventional 2016 Denver
## 3474 conventional 2016 Denver
## 3475 conventional 2016 Denver
## 3476 conventional 2016 Denver
## 3477 conventional 2016 Denver
## 3478 conventional 2016 Denver
## 3479 conventional 2016 Denver
## 3480 conventional 2016 Denver
## 3481 conventional 2016 Denver
## 3482 conventional 2016 Denver
## 3483 conventional 2016 Denver
## 3484 conventional 2016 Denver
## 3485 conventional 2016 Detroit
## 3486 conventional 2016 Detroit
## 3487 conventional 2016 Detroit
## 3488 conventional 2016 Detroit
## 3489 conventional 2016 Detroit
## 3490 conventional 2016 Detroit
## 3491 conventional 2016 Detroit
## 3492 conventional 2016 Detroit
## 3493 conventional 2016 Detroit
## 3494 conventional 2016 Detroit
## 3495 conventional 2016 Detroit
## 3496 conventional 2016 Detroit
## 3497 conventional 2016 Detroit
## 3498 conventional 2016 Detroit
## 3499 conventional 2016 Detroit
## 3500 conventional 2016 Detroit
## 3501 conventional 2016 Detroit
## 3502 conventional 2016 Detroit
## 3503 conventional 2016 Detroit
## 3504 conventional 2016 Detroit
## 3505 conventional 2016 Detroit
## 3506 conventional 2016 Detroit
## 3507 conventional 2016 Detroit
## 3508 conventional 2016 Detroit
## 3509 conventional 2016 Detroit
## 3510 conventional 2016 Detroit
## 3511 conventional 2016 Detroit
## 3512 conventional 2016 Detroit
## 3513 conventional 2016 Detroit
## 3514 conventional 2016 Detroit
## 3515 conventional 2016 Detroit
## 3516 conventional 2016 Detroit
## 3517 conventional 2016 Detroit
## 3518 conventional 2016 Detroit
## 3519 conventional 2016 Detroit
## 3520 conventional 2016 Detroit
## 3521 conventional 2016 Detroit
## 3522 conventional 2016 Detroit
## 3523 conventional 2016 Detroit
## 3524 conventional 2016 Detroit
## 3525 conventional 2016 Detroit
## 3526 conventional 2016 Detroit
## 3527 conventional 2016 Detroit
## 3528 conventional 2016 Detroit
## 3529 conventional 2016 Detroit
## 3530 conventional 2016 Detroit
## 3531 conventional 2016 Detroit
## 3532 conventional 2016 Detroit
## 3533 conventional 2016 Detroit
## 3534 conventional 2016 Detroit
## 3535 conventional 2016 Detroit
## 3536 conventional 2016 Detroit
## 3537 conventional 2016 GrandRapids
## 3538 conventional 2016 GrandRapids
## 3539 conventional 2016 GrandRapids
## 3540 conventional 2016 GrandRapids
## 3541 conventional 2016 GrandRapids
## 3542 conventional 2016 GrandRapids
## 3543 conventional 2016 GrandRapids
## 3544 conventional 2016 GrandRapids
## 3545 conventional 2016 GrandRapids
## 3546 conventional 2016 GrandRapids
## 3547 conventional 2016 GrandRapids
## 3548 conventional 2016 GrandRapids
## 3549 conventional 2016 GrandRapids
## 3550 conventional 2016 GrandRapids
## 3551 conventional 2016 GrandRapids
## 3552 conventional 2016 GrandRapids
## 3553 conventional 2016 GrandRapids
## 3554 conventional 2016 GrandRapids
## 3555 conventional 2016 GrandRapids
## 3556 conventional 2016 GrandRapids
## 3557 conventional 2016 GrandRapids
## 3558 conventional 2016 GrandRapids
## 3559 conventional 2016 GrandRapids
## 3560 conventional 2016 GrandRapids
## 3561 conventional 2016 GrandRapids
## 3562 conventional 2016 GrandRapids
## 3563 conventional 2016 GrandRapids
## 3564 conventional 2016 GrandRapids
## 3565 conventional 2016 GrandRapids
## 3566 conventional 2016 GrandRapids
## 3567 conventional 2016 GrandRapids
## 3568 conventional 2016 GrandRapids
## 3569 conventional 2016 GrandRapids
## 3570 conventional 2016 GrandRapids
## 3571 conventional 2016 GrandRapids
## 3572 conventional 2016 GrandRapids
## 3573 conventional 2016 GrandRapids
## 3574 conventional 2016 GrandRapids
## 3575 conventional 2016 GrandRapids
## 3576 conventional 2016 GrandRapids
## 3577 conventional 2016 GrandRapids
## 3578 conventional 2016 GrandRapids
## 3579 conventional 2016 GrandRapids
## 3580 conventional 2016 GrandRapids
## 3581 conventional 2016 GrandRapids
## 3582 conventional 2016 GrandRapids
## 3583 conventional 2016 GrandRapids
## 3584 conventional 2016 GrandRapids
## 3585 conventional 2016 GrandRapids
## 3586 conventional 2016 GrandRapids
## 3587 conventional 2016 GrandRapids
## 3588 conventional 2016 GrandRapids
## 3589 conventional 2016 GreatLakes
## 3590 conventional 2016 GreatLakes
## 3591 conventional 2016 GreatLakes
## 3592 conventional 2016 GreatLakes
## 3593 conventional 2016 GreatLakes
## 3594 conventional 2016 GreatLakes
## 3595 conventional 2016 GreatLakes
## 3596 conventional 2016 GreatLakes
## 3597 conventional 2016 GreatLakes
## 3598 conventional 2016 GreatLakes
## 3599 conventional 2016 GreatLakes
## 3600 conventional 2016 GreatLakes
## 3601 conventional 2016 GreatLakes
## 3602 conventional 2016 GreatLakes
## 3603 conventional 2016 GreatLakes
## 3604 conventional 2016 GreatLakes
## 3605 conventional 2016 GreatLakes
## 3606 conventional 2016 GreatLakes
## 3607 conventional 2016 GreatLakes
## 3608 conventional 2016 GreatLakes
## 3609 conventional 2016 GreatLakes
## 3610 conventional 2016 GreatLakes
## 3611 conventional 2016 GreatLakes
## 3612 conventional 2016 GreatLakes
## 3613 conventional 2016 GreatLakes
## 3614 conventional 2016 GreatLakes
## 3615 conventional 2016 GreatLakes
## 3616 conventional 2016 GreatLakes
## 3617 conventional 2016 GreatLakes
## 3618 conventional 2016 GreatLakes
## 3619 conventional 2016 GreatLakes
## 3620 conventional 2016 GreatLakes
## 3621 conventional 2016 GreatLakes
## 3622 conventional 2016 GreatLakes
## 3623 conventional 2016 GreatLakes
## 3624 conventional 2016 GreatLakes
## 3625 conventional 2016 GreatLakes
## 3626 conventional 2016 GreatLakes
## 3627 conventional 2016 GreatLakes
## 3628 conventional 2016 GreatLakes
## 3629 conventional 2016 GreatLakes
## 3630 conventional 2016 GreatLakes
## 3631 conventional 2016 GreatLakes
## 3632 conventional 2016 GreatLakes
## 3633 conventional 2016 GreatLakes
## 3634 conventional 2016 GreatLakes
## 3635 conventional 2016 GreatLakes
## 3636 conventional 2016 GreatLakes
## 3637 conventional 2016 GreatLakes
## 3638 conventional 2016 GreatLakes
## 3639 conventional 2016 GreatLakes
## 3640 conventional 2016 GreatLakes
## 3641 conventional 2016 HarrisburgScranton
## 3642 conventional 2016 HarrisburgScranton
## 3643 conventional 2016 HarrisburgScranton
## 3644 conventional 2016 HarrisburgScranton
## 3645 conventional 2016 HarrisburgScranton
## 3646 conventional 2016 HarrisburgScranton
## 3647 conventional 2016 HarrisburgScranton
## 3648 conventional 2016 HarrisburgScranton
## 3649 conventional 2016 HarrisburgScranton
## 3650 conventional 2016 HarrisburgScranton
## 3651 conventional 2016 HarrisburgScranton
## 3652 conventional 2016 HarrisburgScranton
## 3653 conventional 2016 HarrisburgScranton
## 3654 conventional 2016 HarrisburgScranton
## 3655 conventional 2016 HarrisburgScranton
## 3656 conventional 2016 HarrisburgScranton
## 3657 conventional 2016 HarrisburgScranton
## 3658 conventional 2016 HarrisburgScranton
## 3659 conventional 2016 HarrisburgScranton
## 3660 conventional 2016 HarrisburgScranton
## 3661 conventional 2016 HarrisburgScranton
## 3662 conventional 2016 HarrisburgScranton
## 3663 conventional 2016 HarrisburgScranton
## 3664 conventional 2016 HarrisburgScranton
## 3665 conventional 2016 HarrisburgScranton
## 3666 conventional 2016 HarrisburgScranton
## 3667 conventional 2016 HarrisburgScranton
## 3668 conventional 2016 HarrisburgScranton
## 3669 conventional 2016 HarrisburgScranton
## 3670 conventional 2016 HarrisburgScranton
## 3671 conventional 2016 HarrisburgScranton
## 3672 conventional 2016 HarrisburgScranton
## 3673 conventional 2016 HarrisburgScranton
## 3674 conventional 2016 HarrisburgScranton
## 3675 conventional 2016 HarrisburgScranton
## 3676 conventional 2016 HarrisburgScranton
## 3677 conventional 2016 HarrisburgScranton
## 3678 conventional 2016 HarrisburgScranton
## 3679 conventional 2016 HarrisburgScranton
## 3680 conventional 2016 HarrisburgScranton
## 3681 conventional 2016 HarrisburgScranton
## 3682 conventional 2016 HarrisburgScranton
## 3683 conventional 2016 HarrisburgScranton
## 3684 conventional 2016 HarrisburgScranton
## 3685 conventional 2016 HarrisburgScranton
## 3686 conventional 2016 HarrisburgScranton
## 3687 conventional 2016 HarrisburgScranton
## 3688 conventional 2016 HarrisburgScranton
## 3689 conventional 2016 HarrisburgScranton
## 3690 conventional 2016 HarrisburgScranton
## 3691 conventional 2016 HarrisburgScranton
## 3692 conventional 2016 HarrisburgScranton
## 3693 conventional 2016 HartfordSpringfield
## 3694 conventional 2016 HartfordSpringfield
## 3695 conventional 2016 HartfordSpringfield
## 3696 conventional 2016 HartfordSpringfield
## 3697 conventional 2016 HartfordSpringfield
## 3698 conventional 2016 HartfordSpringfield
## 3699 conventional 2016 HartfordSpringfield
## 3700 conventional 2016 HartfordSpringfield
## 3701 conventional 2016 HartfordSpringfield
## 3702 conventional 2016 HartfordSpringfield
## 3703 conventional 2016 HartfordSpringfield
## 3704 conventional 2016 HartfordSpringfield
## 3705 conventional 2016 HartfordSpringfield
## 3706 conventional 2016 HartfordSpringfield
## 3707 conventional 2016 HartfordSpringfield
## 3708 conventional 2016 HartfordSpringfield
## 3709 conventional 2016 HartfordSpringfield
## 3710 conventional 2016 HartfordSpringfield
## 3711 conventional 2016 HartfordSpringfield
## 3712 conventional 2016 HartfordSpringfield
## 3713 conventional 2016 HartfordSpringfield
## 3714 conventional 2016 HartfordSpringfield
## 3715 conventional 2016 HartfordSpringfield
## 3716 conventional 2016 HartfordSpringfield
## 3717 conventional 2016 HartfordSpringfield
## 3718 conventional 2016 HartfordSpringfield
## 3719 conventional 2016 HartfordSpringfield
## 3720 conventional 2016 HartfordSpringfield
## 3721 conventional 2016 HartfordSpringfield
## 3722 conventional 2016 HartfordSpringfield
## 3723 conventional 2016 HartfordSpringfield
## 3724 conventional 2016 HartfordSpringfield
## 3725 conventional 2016 HartfordSpringfield
## 3726 conventional 2016 HartfordSpringfield
## 3727 conventional 2016 HartfordSpringfield
## 3728 conventional 2016 HartfordSpringfield
## 3729 conventional 2016 HartfordSpringfield
## 3730 conventional 2016 HartfordSpringfield
## 3731 conventional 2016 HartfordSpringfield
## 3732 conventional 2016 HartfordSpringfield
## 3733 conventional 2016 HartfordSpringfield
## 3734 conventional 2016 HartfordSpringfield
## 3735 conventional 2016 HartfordSpringfield
## 3736 conventional 2016 HartfordSpringfield
## 3737 conventional 2016 HartfordSpringfield
## 3738 conventional 2016 HartfordSpringfield
## 3739 conventional 2016 HartfordSpringfield
## 3740 conventional 2016 HartfordSpringfield
## 3741 conventional 2016 HartfordSpringfield
## 3742 conventional 2016 HartfordSpringfield
## 3743 conventional 2016 HartfordSpringfield
## 3744 conventional 2016 HartfordSpringfield
## 3745 conventional 2016 Houston
## 3746 conventional 2016 Houston
## 3747 conventional 2016 Houston
## 3748 conventional 2016 Houston
## 3749 conventional 2016 Houston
## 3750 conventional 2016 Houston
## 3751 conventional 2016 Houston
## 3752 conventional 2016 Houston
## 3753 conventional 2016 Houston
## 3754 conventional 2016 Houston
## 3755 conventional 2016 Houston
## 3756 conventional 2016 Houston
## 3757 conventional 2016 Houston
## 3758 conventional 2016 Houston
## 3759 conventional 2016 Houston
## 3760 conventional 2016 Houston
## 3761 conventional 2016 Houston
## 3762 conventional 2016 Houston
## 3763 conventional 2016 Houston
## 3764 conventional 2016 Houston
## 3765 conventional 2016 Houston
## 3766 conventional 2016 Houston
## 3767 conventional 2016 Houston
## 3768 conventional 2016 Houston
## 3769 conventional 2016 Houston
## 3770 conventional 2016 Houston
## 3771 conventional 2016 Houston
## 3772 conventional 2016 Houston
## 3773 conventional 2016 Houston
## 3774 conventional 2016 Houston
## 3775 conventional 2016 Houston
## 3776 conventional 2016 Houston
## 3777 conventional 2016 Houston
## 3778 conventional 2016 Houston
## 3779 conventional 2016 Houston
## 3780 conventional 2016 Houston
## 3781 conventional 2016 Houston
## 3782 conventional 2016 Houston
## 3783 conventional 2016 Houston
## 3784 conventional 2016 Houston
## 3785 conventional 2016 Houston
## 3786 conventional 2016 Houston
## 3787 conventional 2016 Houston
## 3788 conventional 2016 Houston
## 3789 conventional 2016 Houston
## 3790 conventional 2016 Houston
## 3791 conventional 2016 Houston
## 3792 conventional 2016 Houston
## 3793 conventional 2016 Houston
## 3794 conventional 2016 Houston
## 3795 conventional 2016 Houston
## 3796 conventional 2016 Houston
## 3797 conventional 2016 Indianapolis
## 3798 conventional 2016 Indianapolis
## 3799 conventional 2016 Indianapolis
## 3800 conventional 2016 Indianapolis
## 3801 conventional 2016 Indianapolis
## 3802 conventional 2016 Indianapolis
## 3803 conventional 2016 Indianapolis
## 3804 conventional 2016 Indianapolis
## 3805 conventional 2016 Indianapolis
## 3806 conventional 2016 Indianapolis
## 3807 conventional 2016 Indianapolis
## 3808 conventional 2016 Indianapolis
## 3809 conventional 2016 Indianapolis
## 3810 conventional 2016 Indianapolis
## 3811 conventional 2016 Indianapolis
## 3812 conventional 2016 Indianapolis
## 3813 conventional 2016 Indianapolis
## 3814 conventional 2016 Indianapolis
## 3815 conventional 2016 Indianapolis
## 3816 conventional 2016 Indianapolis
## 3817 conventional 2016 Indianapolis
## 3818 conventional 2016 Indianapolis
## 3819 conventional 2016 Indianapolis
## 3820 conventional 2016 Indianapolis
## 3821 conventional 2016 Indianapolis
## 3822 conventional 2016 Indianapolis
## 3823 conventional 2016 Indianapolis
## 3824 conventional 2016 Indianapolis
## 3825 conventional 2016 Indianapolis
## 3826 conventional 2016 Indianapolis
## 3827 conventional 2016 Indianapolis
## 3828 conventional 2016 Indianapolis
## 3829 conventional 2016 Indianapolis
## 3830 conventional 2016 Indianapolis
## 3831 conventional 2016 Indianapolis
## 3832 conventional 2016 Indianapolis
## 3833 conventional 2016 Indianapolis
## 3834 conventional 2016 Indianapolis
## 3835 conventional 2016 Indianapolis
## 3836 conventional 2016 Indianapolis
## 3837 conventional 2016 Indianapolis
## 3838 conventional 2016 Indianapolis
## 3839 conventional 2016 Indianapolis
## 3840 conventional 2016 Indianapolis
## 3841 conventional 2016 Indianapolis
## 3842 conventional 2016 Indianapolis
## 3843 conventional 2016 Indianapolis
## 3844 conventional 2016 Indianapolis
## 3845 conventional 2016 Indianapolis
## 3846 conventional 2016 Indianapolis
## 3847 conventional 2016 Indianapolis
## 3848 conventional 2016 Indianapolis
## 3849 conventional 2016 Jacksonville
## 3850 conventional 2016 Jacksonville
## 3851 conventional 2016 Jacksonville
## 3852 conventional 2016 Jacksonville
## 3853 conventional 2016 Jacksonville
## 3854 conventional 2016 Jacksonville
## 3855 conventional 2016 Jacksonville
## 3856 conventional 2016 Jacksonville
## 3857 conventional 2016 Jacksonville
## 3858 conventional 2016 Jacksonville
## 3859 conventional 2016 Jacksonville
## 3860 conventional 2016 Jacksonville
## 3861 conventional 2016 Jacksonville
## 3862 conventional 2016 Jacksonville
## 3863 conventional 2016 Jacksonville
## 3864 conventional 2016 Jacksonville
## 3865 conventional 2016 Jacksonville
## 3866 conventional 2016 Jacksonville
## 3867 conventional 2016 Jacksonville
## 3868 conventional 2016 Jacksonville
## 3869 conventional 2016 Jacksonville
## 3870 conventional 2016 Jacksonville
## 3871 conventional 2016 Jacksonville
## 3872 conventional 2016 Jacksonville
## 3873 conventional 2016 Jacksonville
## 3874 conventional 2016 Jacksonville
## 3875 conventional 2016 Jacksonville
## 3876 conventional 2016 Jacksonville
## 3877 conventional 2016 Jacksonville
## 3878 conventional 2016 Jacksonville
## 3879 conventional 2016 Jacksonville
## 3880 conventional 2016 Jacksonville
## 3881 conventional 2016 Jacksonville
## 3882 conventional 2016 Jacksonville
## 3883 conventional 2016 Jacksonville
## 3884 conventional 2016 Jacksonville
## 3885 conventional 2016 Jacksonville
## 3886 conventional 2016 Jacksonville
## 3887 conventional 2016 Jacksonville
## 3888 conventional 2016 Jacksonville
## 3889 conventional 2016 Jacksonville
## 3890 conventional 2016 Jacksonville
## 3891 conventional 2016 Jacksonville
## 3892 conventional 2016 Jacksonville
## 3893 conventional 2016 Jacksonville
## 3894 conventional 2016 Jacksonville
## 3895 conventional 2016 Jacksonville
## 3896 conventional 2016 Jacksonville
## 3897 conventional 2016 Jacksonville
## 3898 conventional 2016 Jacksonville
## 3899 conventional 2016 Jacksonville
## 3900 conventional 2016 Jacksonville
## 3901 conventional 2016 LasVegas
## 3902 conventional 2016 LasVegas
## 3903 conventional 2016 LasVegas
## 3904 conventional 2016 LasVegas
## 3905 conventional 2016 LasVegas
## 3906 conventional 2016 LasVegas
## 3907 conventional 2016 LasVegas
## 3908 conventional 2016 LasVegas
## 3909 conventional 2016 LasVegas
## 3910 conventional 2016 LasVegas
## 3911 conventional 2016 LasVegas
## 3912 conventional 2016 LasVegas
## 3913 conventional 2016 LasVegas
## 3914 conventional 2016 LasVegas
## 3915 conventional 2016 LasVegas
## 3916 conventional 2016 LasVegas
## 3917 conventional 2016 LasVegas
## 3918 conventional 2016 LasVegas
## 3919 conventional 2016 LasVegas
## 3920 conventional 2016 LasVegas
## 3921 conventional 2016 LasVegas
## 3922 conventional 2016 LasVegas
## 3923 conventional 2016 LasVegas
## 3924 conventional 2016 LasVegas
## 3925 conventional 2016 LasVegas
## 3926 conventional 2016 LasVegas
## 3927 conventional 2016 LasVegas
## 3928 conventional 2016 LasVegas
## 3929 conventional 2016 LasVegas
## 3930 conventional 2016 LasVegas
## 3931 conventional 2016 LasVegas
## 3932 conventional 2016 LasVegas
## 3933 conventional 2016 LasVegas
## 3934 conventional 2016 LasVegas
## 3935 conventional 2016 LasVegas
## 3936 conventional 2016 LasVegas
## 3937 conventional 2016 LasVegas
## 3938 conventional 2016 LasVegas
## 3939 conventional 2016 LasVegas
## 3940 conventional 2016 LasVegas
## 3941 conventional 2016 LasVegas
## 3942 conventional 2016 LasVegas
## 3943 conventional 2016 LasVegas
## 3944 conventional 2016 LasVegas
## 3945 conventional 2016 LasVegas
## 3946 conventional 2016 LasVegas
## 3947 conventional 2016 LasVegas
## 3948 conventional 2016 LasVegas
## 3949 conventional 2016 LasVegas
## 3950 conventional 2016 LasVegas
## 3951 conventional 2016 LasVegas
## 3952 conventional 2016 LasVegas
## 3953 conventional 2016 LosAngeles
## 3954 conventional 2016 LosAngeles
## 3955 conventional 2016 LosAngeles
## 3956 conventional 2016 LosAngeles
## 3957 conventional 2016 LosAngeles
## 3958 conventional 2016 LosAngeles
## 3959 conventional 2016 LosAngeles
## 3960 conventional 2016 LosAngeles
## 3961 conventional 2016 LosAngeles
## 3962 conventional 2016 LosAngeles
## 3963 conventional 2016 LosAngeles
## 3964 conventional 2016 LosAngeles
## 3965 conventional 2016 LosAngeles
## 3966 conventional 2016 LosAngeles
## 3967 conventional 2016 LosAngeles
## 3968 conventional 2016 LosAngeles
## 3969 conventional 2016 LosAngeles
## 3970 conventional 2016 LosAngeles
## 3971 conventional 2016 LosAngeles
## 3972 conventional 2016 LosAngeles
## 3973 conventional 2016 LosAngeles
## 3974 conventional 2016 LosAngeles
## 3975 conventional 2016 LosAngeles
## 3976 conventional 2016 LosAngeles
## 3977 conventional 2016 LosAngeles
## 3978 conventional 2016 LosAngeles
## 3979 conventional 2016 LosAngeles
## 3980 conventional 2016 LosAngeles
## 3981 conventional 2016 LosAngeles
## 3982 conventional 2016 LosAngeles
## 3983 conventional 2016 LosAngeles
## 3984 conventional 2016 LosAngeles
## 3985 conventional 2016 LosAngeles
## 3986 conventional 2016 LosAngeles
## 3987 conventional 2016 LosAngeles
## 3988 conventional 2016 LosAngeles
## 3989 conventional 2016 LosAngeles
## 3990 conventional 2016 LosAngeles
## 3991 conventional 2016 LosAngeles
## 3992 conventional 2016 LosAngeles
## 3993 conventional 2016 LosAngeles
## 3994 conventional 2016 LosAngeles
## 3995 conventional 2016 LosAngeles
## 3996 conventional 2016 LosAngeles
## 3997 conventional 2016 LosAngeles
## 3998 conventional 2016 LosAngeles
## 3999 conventional 2016 LosAngeles
## 4000 conventional 2016 LosAngeles
## 4001 conventional 2016 LosAngeles
## 4002 conventional 2016 LosAngeles
## 4003 conventional 2016 LosAngeles
## 4004 conventional 2016 LosAngeles
## 4005 conventional 2016 Louisville
## 4006 conventional 2016 Louisville
## 4007 conventional 2016 Louisville
## 4008 conventional 2016 Louisville
## 4009 conventional 2016 Louisville
## 4010 conventional 2016 Louisville
## 4011 conventional 2016 Louisville
## 4012 conventional 2016 Louisville
## 4013 conventional 2016 Louisville
## 4014 conventional 2016 Louisville
## 4015 conventional 2016 Louisville
## 4016 conventional 2016 Louisville
## 4017 conventional 2016 Louisville
## 4018 conventional 2016 Louisville
## 4019 conventional 2016 Louisville
## 4020 conventional 2016 Louisville
## 4021 conventional 2016 Louisville
## 4022 conventional 2016 Louisville
## 4023 conventional 2016 Louisville
## 4024 conventional 2016 Louisville
## 4025 conventional 2016 Louisville
## 4026 conventional 2016 Louisville
## 4027 conventional 2016 Louisville
## 4028 conventional 2016 Louisville
## 4029 conventional 2016 Louisville
## 4030 conventional 2016 Louisville
## 4031 conventional 2016 Louisville
## 4032 conventional 2016 Louisville
## 4033 conventional 2016 Louisville
## 4034 conventional 2016 Louisville
## 4035 conventional 2016 Louisville
## 4036 conventional 2016 Louisville
## 4037 conventional 2016 Louisville
## 4038 conventional 2016 Louisville
## 4039 conventional 2016 Louisville
## 4040 conventional 2016 Louisville
## 4041 conventional 2016 Louisville
## 4042 conventional 2016 Louisville
## 4043 conventional 2016 Louisville
## 4044 conventional 2016 Louisville
## 4045 conventional 2016 Louisville
## 4046 conventional 2016 Louisville
## 4047 conventional 2016 Louisville
## 4048 conventional 2016 Louisville
## 4049 conventional 2016 Louisville
## 4050 conventional 2016 Louisville
## 4051 conventional 2016 Louisville
## 4052 conventional 2016 Louisville
## 4053 conventional 2016 Louisville
## 4054 conventional 2016 Louisville
## 4055 conventional 2016 Louisville
## 4056 conventional 2016 Louisville
## 4057 conventional 2016 MiamiFtLauderdale
## 4058 conventional 2016 MiamiFtLauderdale
## 4059 conventional 2016 MiamiFtLauderdale
## 4060 conventional 2016 MiamiFtLauderdale
## 4061 conventional 2016 MiamiFtLauderdale
## 4062 conventional 2016 MiamiFtLauderdale
## 4063 conventional 2016 MiamiFtLauderdale
## 4064 conventional 2016 MiamiFtLauderdale
## 4065 conventional 2016 MiamiFtLauderdale
## 4066 conventional 2016 MiamiFtLauderdale
## 4067 conventional 2016 MiamiFtLauderdale
## 4068 conventional 2016 MiamiFtLauderdale
## 4069 conventional 2016 MiamiFtLauderdale
## 4070 conventional 2016 MiamiFtLauderdale
## 4071 conventional 2016 MiamiFtLauderdale
## 4072 conventional 2016 MiamiFtLauderdale
## 4073 conventional 2016 MiamiFtLauderdale
## 4074 conventional 2016 MiamiFtLauderdale
## 4075 conventional 2016 MiamiFtLauderdale
## 4076 conventional 2016 MiamiFtLauderdale
## 4077 conventional 2016 MiamiFtLauderdale
## 4078 conventional 2016 MiamiFtLauderdale
## 4079 conventional 2016 MiamiFtLauderdale
## 4080 conventional 2016 MiamiFtLauderdale
## 4081 conventional 2016 MiamiFtLauderdale
## 4082 conventional 2016 MiamiFtLauderdale
## 4083 conventional 2016 MiamiFtLauderdale
## 4084 conventional 2016 MiamiFtLauderdale
## 4085 conventional 2016 MiamiFtLauderdale
## 4086 conventional 2016 MiamiFtLauderdale
## 4087 conventional 2016 MiamiFtLauderdale
## 4088 conventional 2016 MiamiFtLauderdale
## 4089 conventional 2016 MiamiFtLauderdale
## 4090 conventional 2016 MiamiFtLauderdale
## 4091 conventional 2016 MiamiFtLauderdale
## 4092 conventional 2016 MiamiFtLauderdale
## 4093 conventional 2016 MiamiFtLauderdale
## 4094 conventional 2016 MiamiFtLauderdale
## 4095 conventional 2016 MiamiFtLauderdale
## 4096 conventional 2016 MiamiFtLauderdale
## 4097 conventional 2016 MiamiFtLauderdale
## 4098 conventional 2016 MiamiFtLauderdale
## 4099 conventional 2016 MiamiFtLauderdale
## 4100 conventional 2016 MiamiFtLauderdale
## 4101 conventional 2016 MiamiFtLauderdale
## 4102 conventional 2016 MiamiFtLauderdale
## 4103 conventional 2016 MiamiFtLauderdale
## 4104 conventional 2016 MiamiFtLauderdale
## 4105 conventional 2016 MiamiFtLauderdale
## 4106 conventional 2016 MiamiFtLauderdale
## 4107 conventional 2016 MiamiFtLauderdale
## 4108 conventional 2016 MiamiFtLauderdale
## 4109 conventional 2016 Midsouth
## 4110 conventional 2016 Midsouth
## 4111 conventional 2016 Midsouth
## 4112 conventional 2016 Midsouth
## 4113 conventional 2016 Midsouth
## 4114 conventional 2016 Midsouth
## 4115 conventional 2016 Midsouth
## 4116 conventional 2016 Midsouth
## 4117 conventional 2016 Midsouth
## 4118 conventional 2016 Midsouth
## 4119 conventional 2016 Midsouth
## 4120 conventional 2016 Midsouth
## 4121 conventional 2016 Midsouth
## 4122 conventional 2016 Midsouth
## 4123 conventional 2016 Midsouth
## 4124 conventional 2016 Midsouth
## 4125 conventional 2016 Midsouth
## 4126 conventional 2016 Midsouth
## 4127 conventional 2016 Midsouth
## 4128 conventional 2016 Midsouth
## 4129 conventional 2016 Midsouth
## 4130 conventional 2016 Midsouth
## 4131 conventional 2016 Midsouth
## 4132 conventional 2016 Midsouth
## 4133 conventional 2016 Midsouth
## 4134 conventional 2016 Midsouth
## 4135 conventional 2016 Midsouth
## 4136 conventional 2016 Midsouth
## 4137 conventional 2016 Midsouth
## 4138 conventional 2016 Midsouth
## 4139 conventional 2016 Midsouth
## 4140 conventional 2016 Midsouth
## 4141 conventional 2016 Midsouth
## 4142 conventional 2016 Midsouth
## 4143 conventional 2016 Midsouth
## 4144 conventional 2016 Midsouth
## 4145 conventional 2016 Midsouth
## 4146 conventional 2016 Midsouth
## 4147 conventional 2016 Midsouth
## 4148 conventional 2016 Midsouth
## 4149 conventional 2016 Midsouth
## 4150 conventional 2016 Midsouth
## 4151 conventional 2016 Midsouth
## 4152 conventional 2016 Midsouth
## 4153 conventional 2016 Midsouth
## 4154 conventional 2016 Midsouth
## 4155 conventional 2016 Midsouth
## 4156 conventional 2016 Midsouth
## 4157 conventional 2016 Midsouth
## 4158 conventional 2016 Midsouth
## 4159 conventional 2016 Midsouth
## 4160 conventional 2016 Midsouth
## 4161 conventional 2016 Nashville
## 4162 conventional 2016 Nashville
## 4163 conventional 2016 Nashville
## 4164 conventional 2016 Nashville
## 4165 conventional 2016 Nashville
## 4166 conventional 2016 Nashville
## 4167 conventional 2016 Nashville
## 4168 conventional 2016 Nashville
## 4169 conventional 2016 Nashville
## 4170 conventional 2016 Nashville
## 4171 conventional 2016 Nashville
## 4172 conventional 2016 Nashville
## 4173 conventional 2016 Nashville
## 4174 conventional 2016 Nashville
## 4175 conventional 2016 Nashville
## 4176 conventional 2016 Nashville
## 4177 conventional 2016 Nashville
## 4178 conventional 2016 Nashville
## 4179 conventional 2016 Nashville
## 4180 conventional 2016 Nashville
## 4181 conventional 2016 Nashville
## 4182 conventional 2016 Nashville
## 4183 conventional 2016 Nashville
## 4184 conventional 2016 Nashville
## 4185 conventional 2016 Nashville
## 4186 conventional 2016 Nashville
## 4187 conventional 2016 Nashville
## 4188 conventional 2016 Nashville
## 4189 conventional 2016 Nashville
## 4190 conventional 2016 Nashville
## 4191 conventional 2016 Nashville
## 4192 conventional 2016 Nashville
## 4193 conventional 2016 Nashville
## 4194 conventional 2016 Nashville
## 4195 conventional 2016 Nashville
## 4196 conventional 2016 Nashville
## 4197 conventional 2016 Nashville
## 4198 conventional 2016 Nashville
## 4199 conventional 2016 Nashville
## 4200 conventional 2016 Nashville
## 4201 conventional 2016 Nashville
## 4202 conventional 2016 Nashville
## 4203 conventional 2016 Nashville
## 4204 conventional 2016 Nashville
## 4205 conventional 2016 Nashville
## 4206 conventional 2016 Nashville
## 4207 conventional 2016 Nashville
## 4208 conventional 2016 Nashville
## 4209 conventional 2016 Nashville
## 4210 conventional 2016 Nashville
## 4211 conventional 2016 Nashville
## 4212 conventional 2016 Nashville
## 4213 conventional 2016 NewOrleansMobile
## 4214 conventional 2016 NewOrleansMobile
## 4215 conventional 2016 NewOrleansMobile
## 4216 conventional 2016 NewOrleansMobile
## 4217 conventional 2016 NewOrleansMobile
## 4218 conventional 2016 NewOrleansMobile
## 4219 conventional 2016 NewOrleansMobile
## 4220 conventional 2016 NewOrleansMobile
## 4221 conventional 2016 NewOrleansMobile
## 4222 conventional 2016 NewOrleansMobile
## 4223 conventional 2016 NewOrleansMobile
## 4224 conventional 2016 NewOrleansMobile
## 4225 conventional 2016 NewOrleansMobile
## 4226 conventional 2016 NewOrleansMobile
## 4227 conventional 2016 NewOrleansMobile
## 4228 conventional 2016 NewOrleansMobile
## 4229 conventional 2016 NewOrleansMobile
## 4230 conventional 2016 NewOrleansMobile
## 4231 conventional 2016 NewOrleansMobile
## 4232 conventional 2016 NewOrleansMobile
## 4233 conventional 2016 NewOrleansMobile
## 4234 conventional 2016 NewOrleansMobile
## 4235 conventional 2016 NewOrleansMobile
## 4236 conventional 2016 NewOrleansMobile
## 4237 conventional 2016 NewOrleansMobile
## 4238 conventional 2016 NewOrleansMobile
## 4239 conventional 2016 NewOrleansMobile
## 4240 conventional 2016 NewOrleansMobile
## 4241 conventional 2016 NewOrleansMobile
## 4242 conventional 2016 NewOrleansMobile
## 4243 conventional 2016 NewOrleansMobile
## 4244 conventional 2016 NewOrleansMobile
## 4245 conventional 2016 NewOrleansMobile
## 4246 conventional 2016 NewOrleansMobile
## 4247 conventional 2016 NewOrleansMobile
## 4248 conventional 2016 NewOrleansMobile
## 4249 conventional 2016 NewOrleansMobile
## 4250 conventional 2016 NewOrleansMobile
## 4251 conventional 2016 NewOrleansMobile
## 4252 conventional 2016 NewOrleansMobile
## 4253 conventional 2016 NewOrleansMobile
## 4254 conventional 2016 NewOrleansMobile
## 4255 conventional 2016 NewOrleansMobile
## 4256 conventional 2016 NewOrleansMobile
## 4257 conventional 2016 NewOrleansMobile
## 4258 conventional 2016 NewOrleansMobile
## 4259 conventional 2016 NewOrleansMobile
## 4260 conventional 2016 NewOrleansMobile
## 4261 conventional 2016 NewOrleansMobile
## 4262 conventional 2016 NewOrleansMobile
## 4263 conventional 2016 NewOrleansMobile
## 4264 conventional 2016 NewOrleansMobile
## 4265 conventional 2016 NewYork
## 4266 conventional 2016 NewYork
## 4267 conventional 2016 NewYork
## 4268 conventional 2016 NewYork
## 4269 conventional 2016 NewYork
## 4270 conventional 2016 NewYork
## 4271 conventional 2016 NewYork
## 4272 conventional 2016 NewYork
## 4273 conventional 2016 NewYork
## 4274 conventional 2016 NewYork
## 4275 conventional 2016 NewYork
## 4276 conventional 2016 NewYork
## 4277 conventional 2016 NewYork
## 4278 conventional 2016 NewYork
## 4279 conventional 2016 NewYork
## 4280 conventional 2016 NewYork
## 4281 conventional 2016 NewYork
## 4282 conventional 2016 NewYork
## 4283 conventional 2016 NewYork
## 4284 conventional 2016 NewYork
## 4285 conventional 2016 NewYork
## 4286 conventional 2016 NewYork
## 4287 conventional 2016 NewYork
## 4288 conventional 2016 NewYork
## 4289 conventional 2016 NewYork
## 4290 conventional 2016 NewYork
## 4291 conventional 2016 NewYork
## 4292 conventional 2016 NewYork
## 4293 conventional 2016 NewYork
## 4294 conventional 2016 NewYork
## 4295 conventional 2016 NewYork
## 4296 conventional 2016 NewYork
## 4297 conventional 2016 NewYork
## 4298 conventional 2016 NewYork
## 4299 conventional 2016 NewYork
## 4300 conventional 2016 NewYork
## 4301 conventional 2016 NewYork
## 4302 conventional 2016 NewYork
## 4303 conventional 2016 NewYork
## 4304 conventional 2016 NewYork
## 4305 conventional 2016 NewYork
## 4306 conventional 2016 NewYork
## 4307 conventional 2016 NewYork
## 4308 conventional 2016 NewYork
## 4309 conventional 2016 NewYork
## 4310 conventional 2016 NewYork
## 4311 conventional 2016 NewYork
## 4312 conventional 2016 NewYork
## 4313 conventional 2016 NewYork
## 4314 conventional 2016 NewYork
## 4315 conventional 2016 NewYork
## 4316 conventional 2016 NewYork
## 4317 conventional 2016 Northeast
## 4318 conventional 2016 Northeast
## 4319 conventional 2016 Northeast
## 4320 conventional 2016 Northeast
## 4321 conventional 2016 Northeast
## 4322 conventional 2016 Northeast
## 4323 conventional 2016 Northeast
## 4324 conventional 2016 Northeast
## 4325 conventional 2016 Northeast
## 4326 conventional 2016 Northeast
## 4327 conventional 2016 Northeast
## 4328 conventional 2016 Northeast
## 4329 conventional 2016 Northeast
## 4330 conventional 2016 Northeast
## 4331 conventional 2016 Northeast
## 4332 conventional 2016 Northeast
## 4333 conventional 2016 Northeast
## 4334 conventional 2016 Northeast
## 4335 conventional 2016 Northeast
## 4336 conventional 2016 Northeast
## 4337 conventional 2016 Northeast
## 4338 conventional 2016 Northeast
## 4339 conventional 2016 Northeast
## 4340 conventional 2016 Northeast
## 4341 conventional 2016 Northeast
## 4342 conventional 2016 Northeast
## 4343 conventional 2016 Northeast
## 4344 conventional 2016 Northeast
## 4345 conventional 2016 Northeast
## 4346 conventional 2016 Northeast
## 4347 conventional 2016 Northeast
## 4348 conventional 2016 Northeast
## 4349 conventional 2016 Northeast
## 4350 conventional 2016 Northeast
## 4351 conventional 2016 Northeast
## 4352 conventional 2016 Northeast
## 4353 conventional 2016 Northeast
## 4354 conventional 2016 Northeast
## 4355 conventional 2016 Northeast
## 4356 conventional 2016 Northeast
## 4357 conventional 2016 Northeast
## 4358 conventional 2016 Northeast
## 4359 conventional 2016 Northeast
## 4360 conventional 2016 Northeast
## 4361 conventional 2016 Northeast
## 4362 conventional 2016 Northeast
## 4363 conventional 2016 Northeast
## 4364 conventional 2016 Northeast
## 4365 conventional 2016 Northeast
## 4366 conventional 2016 Northeast
## 4367 conventional 2016 Northeast
## 4368 conventional 2016 Northeast
## 4369 conventional 2016 NorthernNewEngland
## 4370 conventional 2016 NorthernNewEngland
## 4371 conventional 2016 NorthernNewEngland
## 4372 conventional 2016 NorthernNewEngland
## 4373 conventional 2016 NorthernNewEngland
## 4374 conventional 2016 NorthernNewEngland
## 4375 conventional 2016 NorthernNewEngland
## 4376 conventional 2016 NorthernNewEngland
## 4377 conventional 2016 NorthernNewEngland
## 4378 conventional 2016 NorthernNewEngland
## 4379 conventional 2016 NorthernNewEngland
## 4380 conventional 2016 NorthernNewEngland
## 4381 conventional 2016 NorthernNewEngland
## 4382 conventional 2016 NorthernNewEngland
## 4383 conventional 2016 NorthernNewEngland
## 4384 conventional 2016 NorthernNewEngland
## 4385 conventional 2016 NorthernNewEngland
## 4386 conventional 2016 NorthernNewEngland
## 4387 conventional 2016 NorthernNewEngland
## 4388 conventional 2016 NorthernNewEngland
## 4389 conventional 2016 NorthernNewEngland
## 4390 conventional 2016 NorthernNewEngland
## 4391 conventional 2016 NorthernNewEngland
## 4392 conventional 2016 NorthernNewEngland
## 4393 conventional 2016 NorthernNewEngland
## 4394 conventional 2016 NorthernNewEngland
## 4395 conventional 2016 NorthernNewEngland
## 4396 conventional 2016 NorthernNewEngland
## 4397 conventional 2016 NorthernNewEngland
## 4398 conventional 2016 NorthernNewEngland
## 4399 conventional 2016 NorthernNewEngland
## 4400 conventional 2016 NorthernNewEngland
## 4401 conventional 2016 NorthernNewEngland
## 4402 conventional 2016 NorthernNewEngland
## 4403 conventional 2016 NorthernNewEngland
## 4404 conventional 2016 NorthernNewEngland
## 4405 conventional 2016 NorthernNewEngland
## 4406 conventional 2016 NorthernNewEngland
## 4407 conventional 2016 NorthernNewEngland
## 4408 conventional 2016 NorthernNewEngland
## 4409 conventional 2016 NorthernNewEngland
## 4410 conventional 2016 NorthernNewEngland
## 4411 conventional 2016 NorthernNewEngland
## 4412 conventional 2016 NorthernNewEngland
## 4413 conventional 2016 NorthernNewEngland
## 4414 conventional 2016 NorthernNewEngland
## 4415 conventional 2016 NorthernNewEngland
## 4416 conventional 2016 NorthernNewEngland
## 4417 conventional 2016 NorthernNewEngland
## 4418 conventional 2016 NorthernNewEngland
## 4419 conventional 2016 NorthernNewEngland
## 4420 conventional 2016 NorthernNewEngland
## 4421 conventional 2016 Orlando
## 4422 conventional 2016 Orlando
## 4423 conventional 2016 Orlando
## 4424 conventional 2016 Orlando
## 4425 conventional 2016 Orlando
## 4426 conventional 2016 Orlando
## 4427 conventional 2016 Orlando
## 4428 conventional 2016 Orlando
## 4429 conventional 2016 Orlando
## 4430 conventional 2016 Orlando
## 4431 conventional 2016 Orlando
## 4432 conventional 2016 Orlando
## 4433 conventional 2016 Orlando
## 4434 conventional 2016 Orlando
## 4435 conventional 2016 Orlando
## 4436 conventional 2016 Orlando
## 4437 conventional 2016 Orlando
## 4438 conventional 2016 Orlando
## 4439 conventional 2016 Orlando
## 4440 conventional 2016 Orlando
## 4441 conventional 2016 Orlando
## 4442 conventional 2016 Orlando
## 4443 conventional 2016 Orlando
## 4444 conventional 2016 Orlando
## 4445 conventional 2016 Orlando
## 4446 conventional 2016 Orlando
## 4447 conventional 2016 Orlando
## 4448 conventional 2016 Orlando
## 4449 conventional 2016 Orlando
## 4450 conventional 2016 Orlando
## 4451 conventional 2016 Orlando
## 4452 conventional 2016 Orlando
## 4453 conventional 2016 Orlando
## 4454 conventional 2016 Orlando
## 4455 conventional 2016 Orlando
## 4456 conventional 2016 Orlando
## 4457 conventional 2016 Orlando
## 4458 conventional 2016 Orlando
## 4459 conventional 2016 Orlando
## 4460 conventional 2016 Orlando
## 4461 conventional 2016 Orlando
## 4462 conventional 2016 Orlando
## 4463 conventional 2016 Orlando
## 4464 conventional 2016 Orlando
## 4465 conventional 2016 Orlando
## 4466 conventional 2016 Orlando
## 4467 conventional 2016 Orlando
## 4468 conventional 2016 Orlando
## 4469 conventional 2016 Orlando
## 4470 conventional 2016 Orlando
## 4471 conventional 2016 Orlando
## 4472 conventional 2016 Orlando
## 4473 conventional 2016 Philadelphia
## 4474 conventional 2016 Philadelphia
## 4475 conventional 2016 Philadelphia
## 4476 conventional 2016 Philadelphia
## 4477 conventional 2016 Philadelphia
## 4478 conventional 2016 Philadelphia
## 4479 conventional 2016 Philadelphia
## 4480 conventional 2016 Philadelphia
## 4481 conventional 2016 Philadelphia
## 4482 conventional 2016 Philadelphia
## 4483 conventional 2016 Philadelphia
## 4484 conventional 2016 Philadelphia
## 4485 conventional 2016 Philadelphia
## 4486 conventional 2016 Philadelphia
## 4487 conventional 2016 Philadelphia
## 4488 conventional 2016 Philadelphia
## 4489 conventional 2016 Philadelphia
## 4490 conventional 2016 Philadelphia
## 4491 conventional 2016 Philadelphia
## 4492 conventional 2016 Philadelphia
## 4493 conventional 2016 Philadelphia
## 4494 conventional 2016 Philadelphia
## 4495 conventional 2016 Philadelphia
## 4496 conventional 2016 Philadelphia
## 4497 conventional 2016 Philadelphia
## 4498 conventional 2016 Philadelphia
## 4499 conventional 2016 Philadelphia
## 4500 conventional 2016 Philadelphia
## 4501 conventional 2016 Philadelphia
## 4502 conventional 2016 Philadelphia
## 4503 conventional 2016 Philadelphia
## 4504 conventional 2016 Philadelphia
## 4505 conventional 2016 Philadelphia
## 4506 conventional 2016 Philadelphia
## 4507 conventional 2016 Philadelphia
## 4508 conventional 2016 Philadelphia
## 4509 conventional 2016 Philadelphia
## 4510 conventional 2016 Philadelphia
## 4511 conventional 2016 Philadelphia
## 4512 conventional 2016 Philadelphia
## 4513 conventional 2016 Philadelphia
## 4514 conventional 2016 Philadelphia
## 4515 conventional 2016 Philadelphia
## 4516 conventional 2016 Philadelphia
## 4517 conventional 2016 Philadelphia
## 4518 conventional 2016 Philadelphia
## 4519 conventional 2016 Philadelphia
## 4520 conventional 2016 Philadelphia
## 4521 conventional 2016 Philadelphia
## 4522 conventional 2016 Philadelphia
## 4523 conventional 2016 Philadelphia
## 4524 conventional 2016 Philadelphia
## 4525 conventional 2016 PhoenixTucson
## 4526 conventional 2016 PhoenixTucson
## 4527 conventional 2016 PhoenixTucson
## 4528 conventional 2016 PhoenixTucson
## 4529 conventional 2016 PhoenixTucson
## 4530 conventional 2016 PhoenixTucson
## 4531 conventional 2016 PhoenixTucson
## 4532 conventional 2016 PhoenixTucson
## 4533 conventional 2016 PhoenixTucson
## 4534 conventional 2016 PhoenixTucson
## 4535 conventional 2016 PhoenixTucson
## 4536 conventional 2016 PhoenixTucson
## 4537 conventional 2016 PhoenixTucson
## 4538 conventional 2016 PhoenixTucson
## 4539 conventional 2016 PhoenixTucson
## 4540 conventional 2016 PhoenixTucson
## 4541 conventional 2016 PhoenixTucson
## 4542 conventional 2016 PhoenixTucson
## 4543 conventional 2016 PhoenixTucson
## 4544 conventional 2016 PhoenixTucson
## 4545 conventional 2016 PhoenixTucson
## 4546 conventional 2016 PhoenixTucson
## 4547 conventional 2016 PhoenixTucson
## 4548 conventional 2016 PhoenixTucson
## 4549 conventional 2016 PhoenixTucson
## 4550 conventional 2016 PhoenixTucson
## 4551 conventional 2016 PhoenixTucson
## 4552 conventional 2016 PhoenixTucson
## 4553 conventional 2016 PhoenixTucson
## 4554 conventional 2016 PhoenixTucson
## 4555 conventional 2016 PhoenixTucson
## 4556 conventional 2016 PhoenixTucson
## 4557 conventional 2016 PhoenixTucson
## 4558 conventional 2016 PhoenixTucson
## 4559 conventional 2016 PhoenixTucson
## 4560 conventional 2016 PhoenixTucson
## 4561 conventional 2016 PhoenixTucson
## 4562 conventional 2016 PhoenixTucson
## 4563 conventional 2016 PhoenixTucson
## 4564 conventional 2016 PhoenixTucson
## 4565 conventional 2016 PhoenixTucson
## 4566 conventional 2016 PhoenixTucson
## 4567 conventional 2016 PhoenixTucson
## 4568 conventional 2016 PhoenixTucson
## 4569 conventional 2016 PhoenixTucson
## 4570 conventional 2016 PhoenixTucson
## 4571 conventional 2016 PhoenixTucson
## 4572 conventional 2016 PhoenixTucson
## 4573 conventional 2016 PhoenixTucson
## 4574 conventional 2016 PhoenixTucson
## 4575 conventional 2016 PhoenixTucson
## 4576 conventional 2016 PhoenixTucson
## 4577 conventional 2016 Pittsburgh
## 4578 conventional 2016 Pittsburgh
## 4579 conventional 2016 Pittsburgh
## 4580 conventional 2016 Pittsburgh
## 4581 conventional 2016 Pittsburgh
## 4582 conventional 2016 Pittsburgh
## 4583 conventional 2016 Pittsburgh
## 4584 conventional 2016 Pittsburgh
## 4585 conventional 2016 Pittsburgh
## 4586 conventional 2016 Pittsburgh
## 4587 conventional 2016 Pittsburgh
## 4588 conventional 2016 Pittsburgh
## 4589 conventional 2016 Pittsburgh
## 4590 conventional 2016 Pittsburgh
## 4591 conventional 2016 Pittsburgh
## 4592 conventional 2016 Pittsburgh
## 4593 conventional 2016 Pittsburgh
## 4594 conventional 2016 Pittsburgh
## 4595 conventional 2016 Pittsburgh
## 4596 conventional 2016 Pittsburgh
## 4597 conventional 2016 Pittsburgh
## 4598 conventional 2016 Pittsburgh
## 4599 conventional 2016 Pittsburgh
## 4600 conventional 2016 Pittsburgh
## 4601 conventional 2016 Pittsburgh
## 4602 conventional 2016 Pittsburgh
## 4603 conventional 2016 Pittsburgh
## 4604 conventional 2016 Pittsburgh
## 4605 conventional 2016 Pittsburgh
## 4606 conventional 2016 Pittsburgh
## 4607 conventional 2016 Pittsburgh
## 4608 conventional 2016 Pittsburgh
## 4609 conventional 2016 Pittsburgh
## 4610 conventional 2016 Pittsburgh
## 4611 conventional 2016 Pittsburgh
## 4612 conventional 2016 Pittsburgh
## 4613 conventional 2016 Pittsburgh
## 4614 conventional 2016 Pittsburgh
## 4615 conventional 2016 Pittsburgh
## 4616 conventional 2016 Pittsburgh
## 4617 conventional 2016 Pittsburgh
## 4618 conventional 2016 Pittsburgh
## 4619 conventional 2016 Pittsburgh
## 4620 conventional 2016 Pittsburgh
## 4621 conventional 2016 Pittsburgh
## 4622 conventional 2016 Pittsburgh
## 4623 conventional 2016 Pittsburgh
## 4624 conventional 2016 Pittsburgh
## 4625 conventional 2016 Pittsburgh
## 4626 conventional 2016 Pittsburgh
## 4627 conventional 2016 Pittsburgh
## 4628 conventional 2016 Pittsburgh
## 4629 conventional 2016 Plains
## 4630 conventional 2016 Plains
## 4631 conventional 2016 Plains
## 4632 conventional 2016 Plains
## 4633 conventional 2016 Plains
## 4634 conventional 2016 Plains
## 4635 conventional 2016 Plains
## 4636 conventional 2016 Plains
## 4637 conventional 2016 Plains
## 4638 conventional 2016 Plains
## 4639 conventional 2016 Plains
## 4640 conventional 2016 Plains
## 4641 conventional 2016 Plains
## 4642 conventional 2016 Plains
## 4643 conventional 2016 Plains
## 4644 conventional 2016 Plains
## 4645 conventional 2016 Plains
## 4646 conventional 2016 Plains
## 4647 conventional 2016 Plains
## 4648 conventional 2016 Plains
## 4649 conventional 2016 Plains
## 4650 conventional 2016 Plains
## 4651 conventional 2016 Plains
## 4652 conventional 2016 Plains
## 4653 conventional 2016 Plains
## 4654 conventional 2016 Plains
## 4655 conventional 2016 Plains
## 4656 conventional 2016 Plains
## 4657 conventional 2016 Plains
## 4658 conventional 2016 Plains
## 4659 conventional 2016 Plains
## 4660 conventional 2016 Plains
## 4661 conventional 2016 Plains
## 4662 conventional 2016 Plains
## 4663 conventional 2016 Plains
## 4664 conventional 2016 Plains
## 4665 conventional 2016 Plains
## 4666 conventional 2016 Plains
## 4667 conventional 2016 Plains
## 4668 conventional 2016 Plains
## 4669 conventional 2016 Plains
## 4670 conventional 2016 Plains
## 4671 conventional 2016 Plains
## 4672 conventional 2016 Plains
## 4673 conventional 2016 Plains
## 4674 conventional 2016 Plains
## 4675 conventional 2016 Plains
## 4676 conventional 2016 Plains
## 4677 conventional 2016 Plains
## 4678 conventional 2016 Plains
## 4679 conventional 2016 Plains
## 4680 conventional 2016 Plains
## 4681 conventional 2016 Portland
## 4682 conventional 2016 Portland
## 4683 conventional 2016 Portland
## 4684 conventional 2016 Portland
## 4685 conventional 2016 Portland
## 4686 conventional 2016 Portland
## 4687 conventional 2016 Portland
## 4688 conventional 2016 Portland
## 4689 conventional 2016 Portland
## 4690 conventional 2016 Portland
## 4691 conventional 2016 Portland
## 4692 conventional 2016 Portland
## 4693 conventional 2016 Portland
## 4694 conventional 2016 Portland
## 4695 conventional 2016 Portland
## 4696 conventional 2016 Portland
## 4697 conventional 2016 Portland
## 4698 conventional 2016 Portland
## 4699 conventional 2016 Portland
## 4700 conventional 2016 Portland
## 4701 conventional 2016 Portland
## 4702 conventional 2016 Portland
## 4703 conventional 2016 Portland
## 4704 conventional 2016 Portland
## 4705 conventional 2016 Portland
## 4706 conventional 2016 Portland
## 4707 conventional 2016 Portland
## 4708 conventional 2016 Portland
## 4709 conventional 2016 Portland
## 4710 conventional 2016 Portland
## 4711 conventional 2016 Portland
## 4712 conventional 2016 Portland
## 4713 conventional 2016 Portland
## 4714 conventional 2016 Portland
## 4715 conventional 2016 Portland
## 4716 conventional 2016 Portland
## 4717 conventional 2016 Portland
## 4718 conventional 2016 Portland
## 4719 conventional 2016 Portland
## 4720 conventional 2016 Portland
## 4721 conventional 2016 Portland
## 4722 conventional 2016 Portland
## 4723 conventional 2016 Portland
## 4724 conventional 2016 Portland
## 4725 conventional 2016 Portland
## 4726 conventional 2016 Portland
## 4727 conventional 2016 Portland
## 4728 conventional 2016 Portland
## 4729 conventional 2016 Portland
## 4730 conventional 2016 Portland
## 4731 conventional 2016 Portland
## 4732 conventional 2016 Portland
## 4733 conventional 2016 RaleighGreensboro
## 4734 conventional 2016 RaleighGreensboro
## 4735 conventional 2016 RaleighGreensboro
## 4736 conventional 2016 RaleighGreensboro
## 4737 conventional 2016 RaleighGreensboro
## 4738 conventional 2016 RaleighGreensboro
## 4739 conventional 2016 RaleighGreensboro
## 4740 conventional 2016 RaleighGreensboro
## 4741 conventional 2016 RaleighGreensboro
## 4742 conventional 2016 RaleighGreensboro
## 4743 conventional 2016 RaleighGreensboro
## 4744 conventional 2016 RaleighGreensboro
## 4745 conventional 2016 RaleighGreensboro
## 4746 conventional 2016 RaleighGreensboro
## 4747 conventional 2016 RaleighGreensboro
## 4748 conventional 2016 RaleighGreensboro
## 4749 conventional 2016 RaleighGreensboro
## 4750 conventional 2016 RaleighGreensboro
## 4751 conventional 2016 RaleighGreensboro
## 4752 conventional 2016 RaleighGreensboro
## 4753 conventional 2016 RaleighGreensboro
## 4754 conventional 2016 RaleighGreensboro
## 4755 conventional 2016 RaleighGreensboro
## 4756 conventional 2016 RaleighGreensboro
## 4757 conventional 2016 RaleighGreensboro
## 4758 conventional 2016 RaleighGreensboro
## 4759 conventional 2016 RaleighGreensboro
## 4760 conventional 2016 RaleighGreensboro
## 4761 conventional 2016 RaleighGreensboro
## 4762 conventional 2016 RaleighGreensboro
## 4763 conventional 2016 RaleighGreensboro
## 4764 conventional 2016 RaleighGreensboro
## 4765 conventional 2016 RaleighGreensboro
## 4766 conventional 2016 RaleighGreensboro
## 4767 conventional 2016 RaleighGreensboro
## 4768 conventional 2016 RaleighGreensboro
## 4769 conventional 2016 RaleighGreensboro
## 4770 conventional 2016 RaleighGreensboro
## 4771 conventional 2016 RaleighGreensboro
## 4772 conventional 2016 RaleighGreensboro
## 4773 conventional 2016 RaleighGreensboro
## 4774 conventional 2016 RaleighGreensboro
## 4775 conventional 2016 RaleighGreensboro
## 4776 conventional 2016 RaleighGreensboro
## 4777 conventional 2016 RaleighGreensboro
## 4778 conventional 2016 RaleighGreensboro
## 4779 conventional 2016 RaleighGreensboro
## 4780 conventional 2016 RaleighGreensboro
## 4781 conventional 2016 RaleighGreensboro
## 4782 conventional 2016 RaleighGreensboro
## 4783 conventional 2016 RaleighGreensboro
## 4784 conventional 2016 RaleighGreensboro
## 4785 conventional 2016 RichmondNorfolk
## 4786 conventional 2016 RichmondNorfolk
## 4787 conventional 2016 RichmondNorfolk
## 4788 conventional 2016 RichmondNorfolk
## 4789 conventional 2016 RichmondNorfolk
## 4790 conventional 2016 RichmondNorfolk
## 4791 conventional 2016 RichmondNorfolk
## 4792 conventional 2016 RichmondNorfolk
## 4793 conventional 2016 RichmondNorfolk
## 4794 conventional 2016 RichmondNorfolk
## 4795 conventional 2016 RichmondNorfolk
## 4796 conventional 2016 RichmondNorfolk
## 4797 conventional 2016 RichmondNorfolk
## 4798 conventional 2016 RichmondNorfolk
## 4799 conventional 2016 RichmondNorfolk
## 4800 conventional 2016 RichmondNorfolk
## 4801 conventional 2016 RichmondNorfolk
## 4802 conventional 2016 RichmondNorfolk
## 4803 conventional 2016 RichmondNorfolk
## 4804 conventional 2016 RichmondNorfolk
## 4805 conventional 2016 RichmondNorfolk
## 4806 conventional 2016 RichmondNorfolk
## 4807 conventional 2016 RichmondNorfolk
## 4808 conventional 2016 RichmondNorfolk
## 4809 conventional 2016 RichmondNorfolk
## 4810 conventional 2016 RichmondNorfolk
## 4811 conventional 2016 RichmondNorfolk
## 4812 conventional 2016 RichmondNorfolk
## 4813 conventional 2016 RichmondNorfolk
## 4814 conventional 2016 RichmondNorfolk
## 4815 conventional 2016 RichmondNorfolk
## 4816 conventional 2016 RichmondNorfolk
## 4817 conventional 2016 RichmondNorfolk
## 4818 conventional 2016 RichmondNorfolk
## 4819 conventional 2016 RichmondNorfolk
## 4820 conventional 2016 RichmondNorfolk
## 4821 conventional 2016 RichmondNorfolk
## 4822 conventional 2016 RichmondNorfolk
## 4823 conventional 2016 RichmondNorfolk
## 4824 conventional 2016 RichmondNorfolk
## 4825 conventional 2016 RichmondNorfolk
## 4826 conventional 2016 RichmondNorfolk
## 4827 conventional 2016 RichmondNorfolk
## 4828 conventional 2016 RichmondNorfolk
## 4829 conventional 2016 RichmondNorfolk
## 4830 conventional 2016 RichmondNorfolk
## 4831 conventional 2016 RichmondNorfolk
## 4832 conventional 2016 RichmondNorfolk
## 4833 conventional 2016 RichmondNorfolk
## 4834 conventional 2016 RichmondNorfolk
## 4835 conventional 2016 RichmondNorfolk
## 4836 conventional 2016 RichmondNorfolk
## 4837 conventional 2016 Roanoke
## 4838 conventional 2016 Roanoke
## 4839 conventional 2016 Roanoke
## 4840 conventional 2016 Roanoke
## 4841 conventional 2016 Roanoke
## 4842 conventional 2016 Roanoke
## 4843 conventional 2016 Roanoke
## 4844 conventional 2016 Roanoke
## 4845 conventional 2016 Roanoke
## 4846 conventional 2016 Roanoke
## 4847 conventional 2016 Roanoke
## 4848 conventional 2016 Roanoke
## 4849 conventional 2016 Roanoke
## 4850 conventional 2016 Roanoke
## 4851 conventional 2016 Roanoke
## 4852 conventional 2016 Roanoke
## 4853 conventional 2016 Roanoke
## 4854 conventional 2016 Roanoke
## 4855 conventional 2016 Roanoke
## 4856 conventional 2016 Roanoke
## 4857 conventional 2016 Roanoke
## 4858 conventional 2016 Roanoke
## 4859 conventional 2016 Roanoke
## 4860 conventional 2016 Roanoke
## 4861 conventional 2016 Roanoke
## 4862 conventional 2016 Roanoke
## 4863 conventional 2016 Roanoke
## 4864 conventional 2016 Roanoke
## 4865 conventional 2016 Roanoke
## 4866 conventional 2016 Roanoke
## 4867 conventional 2016 Roanoke
## 4868 conventional 2016 Roanoke
## 4869 conventional 2016 Roanoke
## 4870 conventional 2016 Roanoke
## 4871 conventional 2016 Roanoke
## 4872 conventional 2016 Roanoke
## 4873 conventional 2016 Roanoke
## 4874 conventional 2016 Roanoke
## 4875 conventional 2016 Roanoke
## 4876 conventional 2016 Roanoke
## 4877 conventional 2016 Roanoke
## 4878 conventional 2016 Roanoke
## 4879 conventional 2016 Roanoke
## 4880 conventional 2016 Roanoke
## 4881 conventional 2016 Roanoke
## 4882 conventional 2016 Roanoke
## 4883 conventional 2016 Roanoke
## 4884 conventional 2016 Roanoke
## 4885 conventional 2016 Roanoke
## 4886 conventional 2016 Roanoke
## 4887 conventional 2016 Roanoke
## 4888 conventional 2016 Roanoke
## 4889 conventional 2016 Sacramento
## 4890 conventional 2016 Sacramento
## 4891 conventional 2016 Sacramento
## 4892 conventional 2016 Sacramento
## 4893 conventional 2016 Sacramento
## 4894 conventional 2016 Sacramento
## 4895 conventional 2016 Sacramento
## 4896 conventional 2016 Sacramento
## 4897 conventional 2016 Sacramento
## 4898 conventional 2016 Sacramento
## 4899 conventional 2016 Sacramento
## 4900 conventional 2016 Sacramento
## 4901 conventional 2016 Sacramento
## 4902 conventional 2016 Sacramento
## 4903 conventional 2016 Sacramento
## 4904 conventional 2016 Sacramento
## 4905 conventional 2016 Sacramento
## 4906 conventional 2016 Sacramento
## 4907 conventional 2016 Sacramento
## 4908 conventional 2016 Sacramento
## 4909 conventional 2016 Sacramento
## 4910 conventional 2016 Sacramento
## 4911 conventional 2016 Sacramento
## 4912 conventional 2016 Sacramento
## 4913 conventional 2016 Sacramento
## 4914 conventional 2016 Sacramento
## 4915 conventional 2016 Sacramento
## 4916 conventional 2016 Sacramento
## 4917 conventional 2016 Sacramento
## 4918 conventional 2016 Sacramento
## 4919 conventional 2016 Sacramento
## 4920 conventional 2016 Sacramento
## 4921 conventional 2016 Sacramento
## 4922 conventional 2016 Sacramento
## 4923 conventional 2016 Sacramento
## 4924 conventional 2016 Sacramento
## 4925 conventional 2016 Sacramento
## 4926 conventional 2016 Sacramento
## 4927 conventional 2016 Sacramento
## 4928 conventional 2016 Sacramento
## 4929 conventional 2016 Sacramento
## 4930 conventional 2016 Sacramento
## 4931 conventional 2016 Sacramento
## 4932 conventional 2016 Sacramento
## 4933 conventional 2016 Sacramento
## 4934 conventional 2016 Sacramento
## 4935 conventional 2016 Sacramento
## 4936 conventional 2016 Sacramento
## 4937 conventional 2016 Sacramento
## 4938 conventional 2016 Sacramento
## 4939 conventional 2016 Sacramento
## 4940 conventional 2016 Sacramento
## 4941 conventional 2016 SanDiego
## 4942 conventional 2016 SanDiego
## 4943 conventional 2016 SanDiego
## 4944 conventional 2016 SanDiego
## 4945 conventional 2016 SanDiego
## 4946 conventional 2016 SanDiego
## 4947 conventional 2016 SanDiego
## 4948 conventional 2016 SanDiego
## 4949 conventional 2016 SanDiego
## 4950 conventional 2016 SanDiego
## 4951 conventional 2016 SanDiego
## 4952 conventional 2016 SanDiego
## 4953 conventional 2016 SanDiego
## 4954 conventional 2016 SanDiego
## 4955 conventional 2016 SanDiego
## 4956 conventional 2016 SanDiego
## 4957 conventional 2016 SanDiego
## 4958 conventional 2016 SanDiego
## 4959 conventional 2016 SanDiego
## 4960 conventional 2016 SanDiego
## 4961 conventional 2016 SanDiego
## 4962 conventional 2016 SanDiego
## 4963 conventional 2016 SanDiego
## 4964 conventional 2016 SanDiego
## 4965 conventional 2016 SanDiego
## 4966 conventional 2016 SanDiego
## 4967 conventional 2016 SanDiego
## 4968 conventional 2016 SanDiego
## 4969 conventional 2016 SanDiego
## 4970 conventional 2016 SanDiego
## 4971 conventional 2016 SanDiego
## 4972 conventional 2016 SanDiego
## 4973 conventional 2016 SanDiego
## 4974 conventional 2016 SanDiego
## 4975 conventional 2016 SanDiego
## 4976 conventional 2016 SanDiego
## 4977 conventional 2016 SanDiego
## 4978 conventional 2016 SanDiego
## 4979 conventional 2016 SanDiego
## 4980 conventional 2016 SanDiego
## 4981 conventional 2016 SanDiego
## 4982 conventional 2016 SanDiego
## 4983 conventional 2016 SanDiego
## 4984 conventional 2016 SanDiego
## 4985 conventional 2016 SanDiego
## 4986 conventional 2016 SanDiego
## 4987 conventional 2016 SanDiego
## 4988 conventional 2016 SanDiego
## 4989 conventional 2016 SanDiego
## 4990 conventional 2016 SanDiego
## 4991 conventional 2016 SanDiego
## 4992 conventional 2016 SanDiego
## 4993 conventional 2016 SanFrancisco
## 4994 conventional 2016 SanFrancisco
## 4995 conventional 2016 SanFrancisco
## 4996 conventional 2016 SanFrancisco
## 4997 conventional 2016 SanFrancisco
## 4998 conventional 2016 SanFrancisco
## 4999 conventional 2016 SanFrancisco
## 5000 conventional 2016 SanFrancisco
## 5001 conventional 2016 SanFrancisco
## 5002 conventional 2016 SanFrancisco
## 5003 conventional 2016 SanFrancisco
## 5004 conventional 2016 SanFrancisco
## 5005 conventional 2016 SanFrancisco
## 5006 conventional 2016 SanFrancisco
## 5007 conventional 2016 SanFrancisco
## 5008 conventional 2016 SanFrancisco
## 5009 conventional 2016 SanFrancisco
## 5010 conventional 2016 SanFrancisco
## 5011 conventional 2016 SanFrancisco
## 5012 conventional 2016 SanFrancisco
## 5013 conventional 2016 SanFrancisco
## 5014 conventional 2016 SanFrancisco
## 5015 conventional 2016 SanFrancisco
## 5016 conventional 2016 SanFrancisco
## 5017 conventional 2016 SanFrancisco
## 5018 conventional 2016 SanFrancisco
## 5019 conventional 2016 SanFrancisco
## 5020 conventional 2016 SanFrancisco
## 5021 conventional 2016 SanFrancisco
## 5022 conventional 2016 SanFrancisco
## 5023 conventional 2016 SanFrancisco
## 5024 conventional 2016 SanFrancisco
## 5025 conventional 2016 SanFrancisco
## 5026 conventional 2016 SanFrancisco
## 5027 conventional 2016 SanFrancisco
## 5028 conventional 2016 SanFrancisco
## 5029 conventional 2016 SanFrancisco
## 5030 conventional 2016 SanFrancisco
## 5031 conventional 2016 SanFrancisco
## 5032 conventional 2016 SanFrancisco
## 5033 conventional 2016 SanFrancisco
## 5034 conventional 2016 SanFrancisco
## 5035 conventional 2016 SanFrancisco
## 5036 conventional 2016 SanFrancisco
## 5037 conventional 2016 SanFrancisco
## 5038 conventional 2016 SanFrancisco
## 5039 conventional 2016 SanFrancisco
## 5040 conventional 2016 SanFrancisco
## 5041 conventional 2016 SanFrancisco
## 5042 conventional 2016 SanFrancisco
## 5043 conventional 2016 SanFrancisco
## 5044 conventional 2016 SanFrancisco
## 5045 conventional 2016 Seattle
## 5046 conventional 2016 Seattle
## 5047 conventional 2016 Seattle
## 5048 conventional 2016 Seattle
## 5049 conventional 2016 Seattle
## 5050 conventional 2016 Seattle
## 5051 conventional 2016 Seattle
## 5052 conventional 2016 Seattle
## 5053 conventional 2016 Seattle
## 5054 conventional 2016 Seattle
## 5055 conventional 2016 Seattle
## 5056 conventional 2016 Seattle
## 5057 conventional 2016 Seattle
## 5058 conventional 2016 Seattle
## 5059 conventional 2016 Seattle
## 5060 conventional 2016 Seattle
## 5061 conventional 2016 Seattle
## 5062 conventional 2016 Seattle
## 5063 conventional 2016 Seattle
## 5064 conventional 2016 Seattle
## 5065 conventional 2016 Seattle
## 5066 conventional 2016 Seattle
## 5067 conventional 2016 Seattle
## 5068 conventional 2016 Seattle
## 5069 conventional 2016 Seattle
## 5070 conventional 2016 Seattle
## 5071 conventional 2016 Seattle
## 5072 conventional 2016 Seattle
## 5073 conventional 2016 Seattle
## 5074 conventional 2016 Seattle
## 5075 conventional 2016 Seattle
## 5076 conventional 2016 Seattle
## 5077 conventional 2016 Seattle
## 5078 conventional 2016 Seattle
## 5079 conventional 2016 Seattle
## 5080 conventional 2016 Seattle
## 5081 conventional 2016 Seattle
## 5082 conventional 2016 Seattle
## 5083 conventional 2016 Seattle
## 5084 conventional 2016 Seattle
## 5085 conventional 2016 Seattle
## 5086 conventional 2016 Seattle
## 5087 conventional 2016 Seattle
## 5088 conventional 2016 Seattle
## 5089 conventional 2016 Seattle
## 5090 conventional 2016 Seattle
## 5091 conventional 2016 Seattle
## 5092 conventional 2016 Seattle
## 5093 conventional 2016 Seattle
## 5094 conventional 2016 Seattle
## 5095 conventional 2016 Seattle
## 5096 conventional 2016 Seattle
## 5097 conventional 2016 SouthCarolina
## 5098 conventional 2016 SouthCarolina
## 5099 conventional 2016 SouthCarolina
## 5100 conventional 2016 SouthCarolina
## 5101 conventional 2016 SouthCarolina
## 5102 conventional 2016 SouthCarolina
## 5103 conventional 2016 SouthCarolina
## 5104 conventional 2016 SouthCarolina
## 5105 conventional 2016 SouthCarolina
## 5106 conventional 2016 SouthCarolina
## 5107 conventional 2016 SouthCarolina
## 5108 conventional 2016 SouthCarolina
## 5109 conventional 2016 SouthCarolina
## 5110 conventional 2016 SouthCarolina
## 5111 conventional 2016 SouthCarolina
## 5112 conventional 2016 SouthCarolina
## 5113 conventional 2016 SouthCarolina
## 5114 conventional 2016 SouthCarolina
## 5115 conventional 2016 SouthCarolina
## 5116 conventional 2016 SouthCarolina
## 5117 conventional 2016 SouthCarolina
## 5118 conventional 2016 SouthCarolina
## 5119 conventional 2016 SouthCarolina
## 5120 conventional 2016 SouthCarolina
## 5121 conventional 2016 SouthCarolina
## 5122 conventional 2016 SouthCarolina
## 5123 conventional 2016 SouthCarolina
## 5124 conventional 2016 SouthCarolina
## 5125 conventional 2016 SouthCarolina
## 5126 conventional 2016 SouthCarolina
## 5127 conventional 2016 SouthCarolina
## 5128 conventional 2016 SouthCarolina
## 5129 conventional 2016 SouthCarolina
## 5130 conventional 2016 SouthCarolina
## 5131 conventional 2016 SouthCarolina
## 5132 conventional 2016 SouthCarolina
## 5133 conventional 2016 SouthCarolina
## 5134 conventional 2016 SouthCarolina
## 5135 conventional 2016 SouthCarolina
## 5136 conventional 2016 SouthCarolina
## 5137 conventional 2016 SouthCarolina
## 5138 conventional 2016 SouthCarolina
## 5139 conventional 2016 SouthCarolina
## 5140 conventional 2016 SouthCarolina
## 5141 conventional 2016 SouthCarolina
## 5142 conventional 2016 SouthCarolina
## 5143 conventional 2016 SouthCarolina
## 5144 conventional 2016 SouthCarolina
## 5145 conventional 2016 SouthCarolina
## 5146 conventional 2016 SouthCarolina
## 5147 conventional 2016 SouthCarolina
## 5148 conventional 2016 SouthCarolina
## 5149 conventional 2016 SouthCentral
## 5150 conventional 2016 SouthCentral
## 5151 conventional 2016 SouthCentral
## 5152 conventional 2016 SouthCentral
## 5153 conventional 2016 SouthCentral
## 5154 conventional 2016 SouthCentral
## 5155 conventional 2016 SouthCentral
## 5156 conventional 2016 SouthCentral
## 5157 conventional 2016 SouthCentral
## 5158 conventional 2016 SouthCentral
## 5159 conventional 2016 SouthCentral
## 5160 conventional 2016 SouthCentral
## 5161 conventional 2016 SouthCentral
## 5162 conventional 2016 SouthCentral
## 5163 conventional 2016 SouthCentral
## 5164 conventional 2016 SouthCentral
## 5165 conventional 2016 SouthCentral
## 5166 conventional 2016 SouthCentral
## 5167 conventional 2016 SouthCentral
## 5168 conventional 2016 SouthCentral
## 5169 conventional 2016 SouthCentral
## 5170 conventional 2016 SouthCentral
## 5171 conventional 2016 SouthCentral
## 5172 conventional 2016 SouthCentral
## 5173 conventional 2016 SouthCentral
## 5174 conventional 2016 SouthCentral
## 5175 conventional 2016 SouthCentral
## 5176 conventional 2016 SouthCentral
## 5177 conventional 2016 SouthCentral
## 5178 conventional 2016 SouthCentral
## 5179 conventional 2016 SouthCentral
## 5180 conventional 2016 SouthCentral
## 5181 conventional 2016 SouthCentral
## 5182 conventional 2016 SouthCentral
## 5183 conventional 2016 SouthCentral
## 5184 conventional 2016 SouthCentral
## 5185 conventional 2016 SouthCentral
## 5186 conventional 2016 SouthCentral
## 5187 conventional 2016 SouthCentral
## 5188 conventional 2016 SouthCentral
## 5189 conventional 2016 SouthCentral
## 5190 conventional 2016 SouthCentral
## 5191 conventional 2016 SouthCentral
## 5192 conventional 2016 SouthCentral
## 5193 conventional 2016 SouthCentral
## 5194 conventional 2016 SouthCentral
## 5195 conventional 2016 SouthCentral
## 5196 conventional 2016 SouthCentral
## 5197 conventional 2016 SouthCentral
## 5198 conventional 2016 SouthCentral
## 5199 conventional 2016 SouthCentral
## 5200 conventional 2016 SouthCentral
## 5201 conventional 2016 Southeast
## 5202 conventional 2016 Southeast
## 5203 conventional 2016 Southeast
## 5204 conventional 2016 Southeast
## 5205 conventional 2016 Southeast
## 5206 conventional 2016 Southeast
## 5207 conventional 2016 Southeast
## 5208 conventional 2016 Southeast
## 5209 conventional 2016 Southeast
## 5210 conventional 2016 Southeast
## 5211 conventional 2016 Southeast
## 5212 conventional 2016 Southeast
## 5213 conventional 2016 Southeast
## 5214 conventional 2016 Southeast
## 5215 conventional 2016 Southeast
## 5216 conventional 2016 Southeast
## 5217 conventional 2016 Southeast
## 5218 conventional 2016 Southeast
## 5219 conventional 2016 Southeast
## 5220 conventional 2016 Southeast
## 5221 conventional 2016 Southeast
## 5222 conventional 2016 Southeast
## 5223 conventional 2016 Southeast
## 5224 conventional 2016 Southeast
## 5225 conventional 2016 Southeast
## 5226 conventional 2016 Southeast
## 5227 conventional 2016 Southeast
## 5228 conventional 2016 Southeast
## 5229 conventional 2016 Southeast
## 5230 conventional 2016 Southeast
## 5231 conventional 2016 Southeast
## 5232 conventional 2016 Southeast
## 5233 conventional 2016 Southeast
## 5234 conventional 2016 Southeast
## 5235 conventional 2016 Southeast
## 5236 conventional 2016 Southeast
## 5237 conventional 2016 Southeast
## 5238 conventional 2016 Southeast
## 5239 conventional 2016 Southeast
## 5240 conventional 2016 Southeast
## 5241 conventional 2016 Southeast
## 5242 conventional 2016 Southeast
## 5243 conventional 2016 Southeast
## 5244 conventional 2016 Southeast
## 5245 conventional 2016 Southeast
## 5246 conventional 2016 Southeast
## 5247 conventional 2016 Southeast
## 5248 conventional 2016 Southeast
## 5249 conventional 2016 Southeast
## 5250 conventional 2016 Southeast
## 5251 conventional 2016 Southeast
## 5252 conventional 2016 Southeast
## 5253 conventional 2016 Spokane
## 5254 conventional 2016 Spokane
## 5255 conventional 2016 Spokane
## 5256 conventional 2016 Spokane
## 5257 conventional 2016 Spokane
## 5258 conventional 2016 Spokane
## 5259 conventional 2016 Spokane
## 5260 conventional 2016 Spokane
## 5261 conventional 2016 Spokane
## 5262 conventional 2016 Spokane
## 5263 conventional 2016 Spokane
## 5264 conventional 2016 Spokane
## 5265 conventional 2016 Spokane
## 5266 conventional 2016 Spokane
## 5267 conventional 2016 Spokane
## 5268 conventional 2016 Spokane
## 5269 conventional 2016 Spokane
## 5270 conventional 2016 Spokane
## 5271 conventional 2016 Spokane
## 5272 conventional 2016 Spokane
## 5273 conventional 2016 Spokane
## 5274 conventional 2016 Spokane
## 5275 conventional 2016 Spokane
## 5276 conventional 2016 Spokane
## 5277 conventional 2016 Spokane
## 5278 conventional 2016 Spokane
## 5279 conventional 2016 Spokane
## 5280 conventional 2016 Spokane
## 5281 conventional 2016 Spokane
## 5282 conventional 2016 Spokane
## 5283 conventional 2016 Spokane
## 5284 conventional 2016 Spokane
## 5285 conventional 2016 Spokane
## 5286 conventional 2016 Spokane
## 5287 conventional 2016 Spokane
## 5288 conventional 2016 Spokane
## 5289 conventional 2016 Spokane
## 5290 conventional 2016 Spokane
## 5291 conventional 2016 Spokane
## 5292 conventional 2016 Spokane
## 5293 conventional 2016 Spokane
## 5294 conventional 2016 Spokane
## 5295 conventional 2016 Spokane
## 5296 conventional 2016 Spokane
## 5297 conventional 2016 Spokane
## 5298 conventional 2016 Spokane
## 5299 conventional 2016 Spokane
## 5300 conventional 2016 Spokane
## 5301 conventional 2016 Spokane
## 5302 conventional 2016 Spokane
## 5303 conventional 2016 Spokane
## 5304 conventional 2016 Spokane
## 5305 conventional 2016 StLouis
## 5306 conventional 2016 StLouis
## 5307 conventional 2016 StLouis
## 5308 conventional 2016 StLouis
## 5309 conventional 2016 StLouis
## 5310 conventional 2016 StLouis
## 5311 conventional 2016 StLouis
## 5312 conventional 2016 StLouis
## 5313 conventional 2016 StLouis
## 5314 conventional 2016 StLouis
## 5315 conventional 2016 StLouis
## 5316 conventional 2016 StLouis
## 5317 conventional 2016 StLouis
## 5318 conventional 2016 StLouis
## 5319 conventional 2016 StLouis
## 5320 conventional 2016 StLouis
## 5321 conventional 2016 StLouis
## 5322 conventional 2016 StLouis
## 5323 conventional 2016 StLouis
## 5324 conventional 2016 StLouis
## 5325 conventional 2016 StLouis
## 5326 conventional 2016 StLouis
## 5327 conventional 2016 StLouis
## 5328 conventional 2016 StLouis
## 5329 conventional 2016 StLouis
## 5330 conventional 2016 StLouis
## 5331 conventional 2016 StLouis
## 5332 conventional 2016 StLouis
## 5333 conventional 2016 StLouis
## 5334 conventional 2016 StLouis
## 5335 conventional 2016 StLouis
## 5336 conventional 2016 StLouis
## 5337 conventional 2016 StLouis
## 5338 conventional 2016 StLouis
## 5339 conventional 2016 StLouis
## 5340 conventional 2016 StLouis
## 5341 conventional 2016 StLouis
## 5342 conventional 2016 StLouis
## 5343 conventional 2016 StLouis
## 5344 conventional 2016 StLouis
## 5345 conventional 2016 StLouis
## 5346 conventional 2016 StLouis
## 5347 conventional 2016 StLouis
## 5348 conventional 2016 StLouis
## 5349 conventional 2016 StLouis
## 5350 conventional 2016 StLouis
## 5351 conventional 2016 StLouis
## 5352 conventional 2016 StLouis
## 5353 conventional 2016 StLouis
## 5354 conventional 2016 StLouis
## 5355 conventional 2016 StLouis
## 5356 conventional 2016 StLouis
## 5357 conventional 2016 Syracuse
## 5358 conventional 2016 Syracuse
## 5359 conventional 2016 Syracuse
## 5360 conventional 2016 Syracuse
## 5361 conventional 2016 Syracuse
## 5362 conventional 2016 Syracuse
## 5363 conventional 2016 Syracuse
## 5364 conventional 2016 Syracuse
## 5365 conventional 2016 Syracuse
## 5366 conventional 2016 Syracuse
## 5367 conventional 2016 Syracuse
## 5368 conventional 2016 Syracuse
## 5369 conventional 2016 Syracuse
## 5370 conventional 2016 Syracuse
## 5371 conventional 2016 Syracuse
## 5372 conventional 2016 Syracuse
## 5373 conventional 2016 Syracuse
## 5374 conventional 2016 Syracuse
## 5375 conventional 2016 Syracuse
## 5376 conventional 2016 Syracuse
## 5377 conventional 2016 Syracuse
## 5378 conventional 2016 Syracuse
## 5379 conventional 2016 Syracuse
## 5380 conventional 2016 Syracuse
## 5381 conventional 2016 Syracuse
## 5382 conventional 2016 Syracuse
## 5383 conventional 2016 Syracuse
## 5384 conventional 2016 Syracuse
## 5385 conventional 2016 Syracuse
## 5386 conventional 2016 Syracuse
## 5387 conventional 2016 Syracuse
## 5388 conventional 2016 Syracuse
## 5389 conventional 2016 Syracuse
## 5390 conventional 2016 Syracuse
## 5391 conventional 2016 Syracuse
## 5392 conventional 2016 Syracuse
## 5393 conventional 2016 Syracuse
## 5394 conventional 2016 Syracuse
## 5395 conventional 2016 Syracuse
## 5396 conventional 2016 Syracuse
## 5397 conventional 2016 Syracuse
## 5398 conventional 2016 Syracuse
## 5399 conventional 2016 Syracuse
## 5400 conventional 2016 Syracuse
## 5401 conventional 2016 Syracuse
## 5402 conventional 2016 Syracuse
## 5403 conventional 2016 Syracuse
## 5404 conventional 2016 Syracuse
## 5405 conventional 2016 Syracuse
## 5406 conventional 2016 Syracuse
## 5407 conventional 2016 Syracuse
## 5408 conventional 2016 Syracuse
## 5409 conventional 2016 Tampa
## 5410 conventional 2016 Tampa
## 5411 conventional 2016 Tampa
## 5412 conventional 2016 Tampa
## 5413 conventional 2016 Tampa
## 5414 conventional 2016 Tampa
## 5415 conventional 2016 Tampa
## 5416 conventional 2016 Tampa
## 5417 conventional 2016 Tampa
## 5418 conventional 2016 Tampa
## 5419 conventional 2016 Tampa
## 5420 conventional 2016 Tampa
## 5421 conventional 2016 Tampa
## 5422 conventional 2016 Tampa
## 5423 conventional 2016 Tampa
## 5424 conventional 2016 Tampa
## 5425 conventional 2016 Tampa
## 5426 conventional 2016 Tampa
## 5427 conventional 2016 Tampa
## 5428 conventional 2016 Tampa
## 5429 conventional 2016 Tampa
## 5430 conventional 2016 Tampa
## 5431 conventional 2016 Tampa
## 5432 conventional 2016 Tampa
## 5433 conventional 2016 Tampa
## 5434 conventional 2016 Tampa
## 5435 conventional 2016 Tampa
## 5436 conventional 2016 Tampa
## 5437 conventional 2016 Tampa
## 5438 conventional 2016 Tampa
## 5439 conventional 2016 Tampa
## 5440 conventional 2016 Tampa
## 5441 conventional 2016 Tampa
## 5442 conventional 2016 Tampa
## 5443 conventional 2016 Tampa
## 5444 conventional 2016 Tampa
## 5445 conventional 2016 Tampa
## 5446 conventional 2016 Tampa
## 5447 conventional 2016 Tampa
## 5448 conventional 2016 Tampa
## 5449 conventional 2016 Tampa
## 5450 conventional 2016 Tampa
## 5451 conventional 2016 Tampa
## 5452 conventional 2016 Tampa
## 5453 conventional 2016 Tampa
## 5454 conventional 2016 Tampa
## 5455 conventional 2016 Tampa
## 5456 conventional 2016 Tampa
## 5457 conventional 2016 Tampa
## 5458 conventional 2016 Tampa
## 5459 conventional 2016 Tampa
## 5460 conventional 2016 Tampa
## 5461 conventional 2016 TotalUS
## 5462 conventional 2016 TotalUS
## 5463 conventional 2016 TotalUS
## 5464 conventional 2016 TotalUS
## 5465 conventional 2016 TotalUS
## 5466 conventional 2016 TotalUS
## 5467 conventional 2016 TotalUS
## 5468 conventional 2016 TotalUS
## 5469 conventional 2016 TotalUS
## 5470 conventional 2016 TotalUS
## 5471 conventional 2016 TotalUS
## 5472 conventional 2016 TotalUS
## 5473 conventional 2016 TotalUS
## 5474 conventional 2016 TotalUS
## 5475 conventional 2016 TotalUS
## 5476 conventional 2016 TotalUS
## 5477 conventional 2016 TotalUS
## 5478 conventional 2016 TotalUS
## 5479 conventional 2016 TotalUS
## 5480 conventional 2016 TotalUS
## 5481 conventional 2016 TotalUS
## 5482 conventional 2016 TotalUS
## 5483 conventional 2016 TotalUS
## 5484 conventional 2016 TotalUS
## 5485 conventional 2016 TotalUS
## 5486 conventional 2016 TotalUS
## 5487 conventional 2016 TotalUS
## 5488 conventional 2016 TotalUS
## 5489 conventional 2016 TotalUS
## 5490 conventional 2016 TotalUS
## 5491 conventional 2016 TotalUS
## 5492 conventional 2016 TotalUS
## 5493 conventional 2016 TotalUS
## 5494 conventional 2016 TotalUS
## 5495 conventional 2016 TotalUS
## 5496 conventional 2016 TotalUS
## 5497 conventional 2016 TotalUS
## 5498 conventional 2016 TotalUS
## 5499 conventional 2016 TotalUS
## 5500 conventional 2016 TotalUS
## 5501 conventional 2016 TotalUS
## 5502 conventional 2016 TotalUS
## 5503 conventional 2016 TotalUS
## 5504 conventional 2016 TotalUS
## 5505 conventional 2016 TotalUS
## 5506 conventional 2016 TotalUS
## 5507 conventional 2016 TotalUS
## 5508 conventional 2016 TotalUS
## 5509 conventional 2016 TotalUS
## 5510 conventional 2016 TotalUS
## 5511 conventional 2016 TotalUS
## 5512 conventional 2016 TotalUS
## 5513 conventional 2016 West
## 5514 conventional 2016 West
## 5515 conventional 2016 West
## 5516 conventional 2016 West
## 5517 conventional 2016 West
## 5518 conventional 2016 West
## 5519 conventional 2016 West
## 5520 conventional 2016 West
## 5521 conventional 2016 West
## 5522 conventional 2016 West
## 5523 conventional 2016 West
## 5524 conventional 2016 West
## 5525 conventional 2016 West
## 5526 conventional 2016 West
## 5527 conventional 2016 West
## 5528 conventional 2016 West
## 5529 conventional 2016 West
## 5530 conventional 2016 West
## 5531 conventional 2016 West
## 5532 conventional 2016 West
## 5533 conventional 2016 West
## 5534 conventional 2016 West
## 5535 conventional 2016 West
## 5536 conventional 2016 West
## 5537 conventional 2016 West
## 5538 conventional 2016 West
## 5539 conventional 2016 West
## 5540 conventional 2016 West
## 5541 conventional 2016 West
## 5542 conventional 2016 West
## 5543 conventional 2016 West
## 5544 conventional 2016 West
## 5545 conventional 2016 West
## 5546 conventional 2016 West
## 5547 conventional 2016 West
## 5548 conventional 2016 West
## 5549 conventional 2016 West
## 5550 conventional 2016 West
## 5551 conventional 2016 West
## 5552 conventional 2016 West
## 5553 conventional 2016 West
## 5554 conventional 2016 West
## 5555 conventional 2016 West
## 5556 conventional 2016 West
## 5557 conventional 2016 West
## 5558 conventional 2016 West
## 5559 conventional 2016 West
## 5560 conventional 2016 West
## 5561 conventional 2016 West
## 5562 conventional 2016 West
## 5563 conventional 2016 West
## 5564 conventional 2016 West
## 5565 conventional 2016 WestTexNewMexico
## 5566 conventional 2016 WestTexNewMexico
## 5567 conventional 2016 WestTexNewMexico
## 5568 conventional 2016 WestTexNewMexico
## 5569 conventional 2016 WestTexNewMexico
## 5570 conventional 2016 WestTexNewMexico
## 5571 conventional 2016 WestTexNewMexico
## 5572 conventional 2016 WestTexNewMexico
## 5573 conventional 2016 WestTexNewMexico
## 5574 conventional 2016 WestTexNewMexico
## 5575 conventional 2016 WestTexNewMexico
## 5576 conventional 2016 WestTexNewMexico
## 5577 conventional 2016 WestTexNewMexico
## 5578 conventional 2016 WestTexNewMexico
## 5579 conventional 2016 WestTexNewMexico
## 5580 conventional 2016 WestTexNewMexico
## 5581 conventional 2016 WestTexNewMexico
## 5582 conventional 2016 WestTexNewMexico
## 5583 conventional 2016 WestTexNewMexico
## 5584 conventional 2016 WestTexNewMexico
## 5585 conventional 2016 WestTexNewMexico
## 5586 conventional 2016 WestTexNewMexico
## 5587 conventional 2016 WestTexNewMexico
## 5588 conventional 2016 WestTexNewMexico
## 5589 conventional 2016 WestTexNewMexico
## 5590 conventional 2016 WestTexNewMexico
## 5591 conventional 2016 WestTexNewMexico
## 5592 conventional 2016 WestTexNewMexico
## 5593 conventional 2016 WestTexNewMexico
## 5594 conventional 2016 WestTexNewMexico
## 5595 conventional 2016 WestTexNewMexico
## 5596 conventional 2016 WestTexNewMexico
## 5597 conventional 2016 WestTexNewMexico
## 5598 conventional 2016 WestTexNewMexico
## 5599 conventional 2016 WestTexNewMexico
## 5600 conventional 2016 WestTexNewMexico
## 5601 conventional 2016 WestTexNewMexico
## 5602 conventional 2016 WestTexNewMexico
## 5603 conventional 2016 WestTexNewMexico
## 5604 conventional 2016 WestTexNewMexico
## 5605 conventional 2016 WestTexNewMexico
## 5606 conventional 2016 WestTexNewMexico
## 5607 conventional 2016 WestTexNewMexico
## 5608 conventional 2016 WestTexNewMexico
## 5609 conventional 2016 WestTexNewMexico
## 5610 conventional 2016 WestTexNewMexico
## 5611 conventional 2016 WestTexNewMexico
## 5612 conventional 2016 WestTexNewMexico
## 5613 conventional 2016 WestTexNewMexico
## 5614 conventional 2016 WestTexNewMexico
## 5615 conventional 2016 WestTexNewMexico
## 5616 conventional 2016 WestTexNewMexico
## 5617 conventional 2017 Albany
## 5618 conventional 2017 Albany
## 5619 conventional 2017 Albany
## 5620 conventional 2017 Albany
## 5621 conventional 2017 Albany
## 5622 conventional 2017 Albany
## 5623 conventional 2017 Albany
## 5624 conventional 2017 Albany
## 5625 conventional 2017 Albany
## 5626 conventional 2017 Albany
## 5627 conventional 2017 Albany
## 5628 conventional 2017 Albany
## 5629 conventional 2017 Albany
## 5630 conventional 2017 Albany
## 5631 conventional 2017 Albany
## 5632 conventional 2017 Albany
## 5633 conventional 2017 Albany
## 5634 conventional 2017 Albany
## 5635 conventional 2017 Albany
## 5636 conventional 2017 Albany
## 5637 conventional 2017 Albany
## 5638 conventional 2017 Albany
## 5639 conventional 2017 Albany
## 5640 conventional 2017 Albany
## 5641 conventional 2017 Albany
## 5642 conventional 2017 Albany
## 5643 conventional 2017 Albany
## 5644 conventional 2017 Albany
## 5645 conventional 2017 Albany
## 5646 conventional 2017 Albany
## 5647 conventional 2017 Albany
## 5648 conventional 2017 Albany
## 5649 conventional 2017 Albany
## 5650 conventional 2017 Albany
## 5651 conventional 2017 Albany
## 5652 conventional 2017 Albany
## 5653 conventional 2017 Albany
## 5654 conventional 2017 Albany
## 5655 conventional 2017 Albany
## 5656 conventional 2017 Albany
## 5657 conventional 2017 Albany
## 5658 conventional 2017 Albany
## 5659 conventional 2017 Albany
## 5660 conventional 2017 Albany
## 5661 conventional 2017 Albany
## 5662 conventional 2017 Albany
## 5663 conventional 2017 Albany
## 5664 conventional 2017 Albany
## 5665 conventional 2017 Albany
## 5666 conventional 2017 Albany
## 5667 conventional 2017 Albany
## 5668 conventional 2017 Albany
## 5669 conventional 2017 Albany
## 5670 conventional 2017 Atlanta
## 5671 conventional 2017 Atlanta
## 5672 conventional 2017 Atlanta
## 5673 conventional 2017 Atlanta
## 5674 conventional 2017 Atlanta
## 5675 conventional 2017 Atlanta
## 5676 conventional 2017 Atlanta
## 5677 conventional 2017 Atlanta
## 5678 conventional 2017 Atlanta
## 5679 conventional 2017 Atlanta
## 5680 conventional 2017 Atlanta
## 5681 conventional 2017 Atlanta
## 5682 conventional 2017 Atlanta
## 5683 conventional 2017 Atlanta
## 5684 conventional 2017 Atlanta
## 5685 conventional 2017 Atlanta
## 5686 conventional 2017 Atlanta
## 5687 conventional 2017 Atlanta
## 5688 conventional 2017 Atlanta
## 5689 conventional 2017 Atlanta
## 5690 conventional 2017 Atlanta
## 5691 conventional 2017 Atlanta
## 5692 conventional 2017 Atlanta
## 5693 conventional 2017 Atlanta
## 5694 conventional 2017 Atlanta
## 5695 conventional 2017 Atlanta
## 5696 conventional 2017 Atlanta
## 5697 conventional 2017 Atlanta
## 5698 conventional 2017 Atlanta
## 5699 conventional 2017 Atlanta
## 5700 conventional 2017 Atlanta
## 5701 conventional 2017 Atlanta
## 5702 conventional 2017 Atlanta
## 5703 conventional 2017 Atlanta
## 5704 conventional 2017 Atlanta
## 5705 conventional 2017 Atlanta
## 5706 conventional 2017 Atlanta
## 5707 conventional 2017 Atlanta
## 5708 conventional 2017 Atlanta
## 5709 conventional 2017 Atlanta
## 5710 conventional 2017 Atlanta
## 5711 conventional 2017 Atlanta
## 5712 conventional 2017 Atlanta
## 5713 conventional 2017 Atlanta
## 5714 conventional 2017 Atlanta
## 5715 conventional 2017 Atlanta
## 5716 conventional 2017 Atlanta
## 5717 conventional 2017 Atlanta
## 5718 conventional 2017 Atlanta
## 5719 conventional 2017 Atlanta
## 5720 conventional 2017 Atlanta
## 5721 conventional 2017 Atlanta
## 5722 conventional 2017 Atlanta
## 5723 conventional 2017 BaltimoreWashington
## 5724 conventional 2017 BaltimoreWashington
## 5725 conventional 2017 BaltimoreWashington
## 5726 conventional 2017 BaltimoreWashington
## 5727 conventional 2017 BaltimoreWashington
## 5728 conventional 2017 BaltimoreWashington
## 5729 conventional 2017 BaltimoreWashington
## 5730 conventional 2017 BaltimoreWashington
## 5731 conventional 2017 BaltimoreWashington
## 5732 conventional 2017 BaltimoreWashington
## 5733 conventional 2017 BaltimoreWashington
## 5734 conventional 2017 BaltimoreWashington
## 5735 conventional 2017 BaltimoreWashington
## 5736 conventional 2017 BaltimoreWashington
## 5737 conventional 2017 BaltimoreWashington
## 5738 conventional 2017 BaltimoreWashington
## 5739 conventional 2017 BaltimoreWashington
## 5740 conventional 2017 BaltimoreWashington
## 5741 conventional 2017 BaltimoreWashington
## 5742 conventional 2017 BaltimoreWashington
## 5743 conventional 2017 BaltimoreWashington
## 5744 conventional 2017 BaltimoreWashington
## 5745 conventional 2017 BaltimoreWashington
## 5746 conventional 2017 BaltimoreWashington
## 5747 conventional 2017 BaltimoreWashington
## 5748 conventional 2017 BaltimoreWashington
## 5749 conventional 2017 BaltimoreWashington
## 5750 conventional 2017 BaltimoreWashington
## 5751 conventional 2017 BaltimoreWashington
## 5752 conventional 2017 BaltimoreWashington
## 5753 conventional 2017 BaltimoreWashington
## 5754 conventional 2017 BaltimoreWashington
## 5755 conventional 2017 BaltimoreWashington
## 5756 conventional 2017 BaltimoreWashington
## 5757 conventional 2017 BaltimoreWashington
## 5758 conventional 2017 BaltimoreWashington
## 5759 conventional 2017 BaltimoreWashington
## 5760 conventional 2017 BaltimoreWashington
## 5761 conventional 2017 BaltimoreWashington
## 5762 conventional 2017 BaltimoreWashington
## 5763 conventional 2017 BaltimoreWashington
## 5764 conventional 2017 BaltimoreWashington
## 5765 conventional 2017 BaltimoreWashington
## 5766 conventional 2017 BaltimoreWashington
## 5767 conventional 2017 BaltimoreWashington
## 5768 conventional 2017 BaltimoreWashington
## 5769 conventional 2017 BaltimoreWashington
## 5770 conventional 2017 BaltimoreWashington
## 5771 conventional 2017 BaltimoreWashington
## 5772 conventional 2017 BaltimoreWashington
## 5773 conventional 2017 BaltimoreWashington
## 5774 conventional 2017 BaltimoreWashington
## 5775 conventional 2017 BaltimoreWashington
## 5776 conventional 2017 Boise
## 5777 conventional 2017 Boise
## 5778 conventional 2017 Boise
## 5779 conventional 2017 Boise
## 5780 conventional 2017 Boise
## 5781 conventional 2017 Boise
## 5782 conventional 2017 Boise
## 5783 conventional 2017 Boise
## 5784 conventional 2017 Boise
## 5785 conventional 2017 Boise
## 5786 conventional 2017 Boise
## 5787 conventional 2017 Boise
## 5788 conventional 2017 Boise
## 5789 conventional 2017 Boise
## 5790 conventional 2017 Boise
## 5791 conventional 2017 Boise
## 5792 conventional 2017 Boise
## 5793 conventional 2017 Boise
## 5794 conventional 2017 Boise
## 5795 conventional 2017 Boise
## 5796 conventional 2017 Boise
## 5797 conventional 2017 Boise
## 5798 conventional 2017 Boise
## 5799 conventional 2017 Boise
## 5800 conventional 2017 Boise
## 5801 conventional 2017 Boise
## 5802 conventional 2017 Boise
## 5803 conventional 2017 Boise
## 5804 conventional 2017 Boise
## 5805 conventional 2017 Boise
## 5806 conventional 2017 Boise
## 5807 conventional 2017 Boise
## 5808 conventional 2017 Boise
## 5809 conventional 2017 Boise
## 5810 conventional 2017 Boise
## 5811 conventional 2017 Boise
## 5812 conventional 2017 Boise
## 5813 conventional 2017 Boise
## 5814 conventional 2017 Boise
## 5815 conventional 2017 Boise
## 5816 conventional 2017 Boise
## 5817 conventional 2017 Boise
## 5818 conventional 2017 Boise
## 5819 conventional 2017 Boise
## 5820 conventional 2017 Boise
## 5821 conventional 2017 Boise
## 5822 conventional 2017 Boise
## 5823 conventional 2017 Boise
## 5824 conventional 2017 Boise
## 5825 conventional 2017 Boise
## 5826 conventional 2017 Boise
## 5827 conventional 2017 Boise
## 5828 conventional 2017 Boise
## 5829 conventional 2017 Boston
## 5830 conventional 2017 Boston
## 5831 conventional 2017 Boston
## 5832 conventional 2017 Boston
## 5833 conventional 2017 Boston
## 5834 conventional 2017 Boston
## 5835 conventional 2017 Boston
## 5836 conventional 2017 Boston
## 5837 conventional 2017 Boston
## 5838 conventional 2017 Boston
## 5839 conventional 2017 Boston
## 5840 conventional 2017 Boston
## 5841 conventional 2017 Boston
## 5842 conventional 2017 Boston
## 5843 conventional 2017 Boston
## 5844 conventional 2017 Boston
## 5845 conventional 2017 Boston
## 5846 conventional 2017 Boston
## 5847 conventional 2017 Boston
## 5848 conventional 2017 Boston
## 5849 conventional 2017 Boston
## 5850 conventional 2017 Boston
## 5851 conventional 2017 Boston
## 5852 conventional 2017 Boston
## 5853 conventional 2017 Boston
## 5854 conventional 2017 Boston
## 5855 conventional 2017 Boston
## 5856 conventional 2017 Boston
## 5857 conventional 2017 Boston
## 5858 conventional 2017 Boston
## 5859 conventional 2017 Boston
## 5860 conventional 2017 Boston
## 5861 conventional 2017 Boston
## 5862 conventional 2017 Boston
## 5863 conventional 2017 Boston
## 5864 conventional 2017 Boston
## 5865 conventional 2017 Boston
## 5866 conventional 2017 Boston
## 5867 conventional 2017 Boston
## 5868 conventional 2017 Boston
## 5869 conventional 2017 Boston
## 5870 conventional 2017 Boston
## 5871 conventional 2017 Boston
## 5872 conventional 2017 Boston
## 5873 conventional 2017 Boston
## 5874 conventional 2017 Boston
## 5875 conventional 2017 Boston
## 5876 conventional 2017 Boston
## 5877 conventional 2017 Boston
## 5878 conventional 2017 Boston
## 5879 conventional 2017 Boston
## 5880 conventional 2017 Boston
## 5881 conventional 2017 Boston
## 5882 conventional 2017 BuffaloRochester
## 5883 conventional 2017 BuffaloRochester
## 5884 conventional 2017 BuffaloRochester
## 5885 conventional 2017 BuffaloRochester
## 5886 conventional 2017 BuffaloRochester
## 5887 conventional 2017 BuffaloRochester
## 5888 conventional 2017 BuffaloRochester
## 5889 conventional 2017 BuffaloRochester
## 5890 conventional 2017 BuffaloRochester
## 5891 conventional 2017 BuffaloRochester
## 5892 conventional 2017 BuffaloRochester
## 5893 conventional 2017 BuffaloRochester
## 5894 conventional 2017 BuffaloRochester
## 5895 conventional 2017 BuffaloRochester
## 5896 conventional 2017 BuffaloRochester
## 5897 conventional 2017 BuffaloRochester
## 5898 conventional 2017 BuffaloRochester
## 5899 conventional 2017 BuffaloRochester
## 5900 conventional 2017 BuffaloRochester
## 5901 conventional 2017 BuffaloRochester
## 5902 conventional 2017 BuffaloRochester
## 5903 conventional 2017 BuffaloRochester
## 5904 conventional 2017 BuffaloRochester
## 5905 conventional 2017 BuffaloRochester
## 5906 conventional 2017 BuffaloRochester
## 5907 conventional 2017 BuffaloRochester
## 5908 conventional 2017 BuffaloRochester
## 5909 conventional 2017 BuffaloRochester
## 5910 conventional 2017 BuffaloRochester
## 5911 conventional 2017 BuffaloRochester
## 5912 conventional 2017 BuffaloRochester
## 5913 conventional 2017 BuffaloRochester
## 5914 conventional 2017 BuffaloRochester
## 5915 conventional 2017 BuffaloRochester
## 5916 conventional 2017 BuffaloRochester
## 5917 conventional 2017 BuffaloRochester
## 5918 conventional 2017 BuffaloRochester
## 5919 conventional 2017 BuffaloRochester
## 5920 conventional 2017 BuffaloRochester
## 5921 conventional 2017 BuffaloRochester
## 5922 conventional 2017 BuffaloRochester
## 5923 conventional 2017 BuffaloRochester
## 5924 conventional 2017 BuffaloRochester
## 5925 conventional 2017 BuffaloRochester
## 5926 conventional 2017 BuffaloRochester
## 5927 conventional 2017 BuffaloRochester
## 5928 conventional 2017 BuffaloRochester
## 5929 conventional 2017 BuffaloRochester
## 5930 conventional 2017 BuffaloRochester
## 5931 conventional 2017 BuffaloRochester
## 5932 conventional 2017 BuffaloRochester
## 5933 conventional 2017 BuffaloRochester
## 5934 conventional 2017 BuffaloRochester
## 5935 conventional 2017 California
## 5936 conventional 2017 California
## 5937 conventional 2017 California
## 5938 conventional 2017 California
## 5939 conventional 2017 California
## 5940 conventional 2017 California
## 5941 conventional 2017 California
## 5942 conventional 2017 California
## 5943 conventional 2017 California
## 5944 conventional 2017 California
## 5945 conventional 2017 California
## 5946 conventional 2017 California
## 5947 conventional 2017 California
## 5948 conventional 2017 California
## 5949 conventional 2017 California
## 5950 conventional 2017 California
## 5951 conventional 2017 California
## 5952 conventional 2017 California
## 5953 conventional 2017 California
## 5954 conventional 2017 California
## 5955 conventional 2017 California
## 5956 conventional 2017 California
## 5957 conventional 2017 California
## 5958 conventional 2017 California
## 5959 conventional 2017 California
## 5960 conventional 2017 California
## 5961 conventional 2017 California
## 5962 conventional 2017 California
## 5963 conventional 2017 California
## 5964 conventional 2017 California
## 5965 conventional 2017 California
## 5966 conventional 2017 California
## 5967 conventional 2017 California
## 5968 conventional 2017 California
## 5969 conventional 2017 California
## 5970 conventional 2017 California
## 5971 conventional 2017 California
## 5972 conventional 2017 California
## 5973 conventional 2017 California
## 5974 conventional 2017 California
## 5975 conventional 2017 California
## 5976 conventional 2017 California
## 5977 conventional 2017 California
## 5978 conventional 2017 California
## 5979 conventional 2017 California
## 5980 conventional 2017 California
## 5981 conventional 2017 California
## 5982 conventional 2017 California
## 5983 conventional 2017 California
## 5984 conventional 2017 California
## 5985 conventional 2017 California
## 5986 conventional 2017 California
## 5987 conventional 2017 California
## 5988 conventional 2017 Charlotte
## 5989 conventional 2017 Charlotte
## 5990 conventional 2017 Charlotte
## 5991 conventional 2017 Charlotte
## 5992 conventional 2017 Charlotte
## 5993 conventional 2017 Charlotte
## 5994 conventional 2017 Charlotte
## 5995 conventional 2017 Charlotte
## 5996 conventional 2017 Charlotte
## 5997 conventional 2017 Charlotte
## 5998 conventional 2017 Charlotte
## 5999 conventional 2017 Charlotte
## 6000 conventional 2017 Charlotte
## 6001 conventional 2017 Charlotte
## 6002 conventional 2017 Charlotte
## 6003 conventional 2017 Charlotte
## 6004 conventional 2017 Charlotte
## 6005 conventional 2017 Charlotte
## 6006 conventional 2017 Charlotte
## 6007 conventional 2017 Charlotte
## 6008 conventional 2017 Charlotte
## 6009 conventional 2017 Charlotte
## 6010 conventional 2017 Charlotte
## 6011 conventional 2017 Charlotte
## 6012 conventional 2017 Charlotte
## 6013 conventional 2017 Charlotte
## 6014 conventional 2017 Charlotte
## 6015 conventional 2017 Charlotte
## 6016 conventional 2017 Charlotte
## 6017 conventional 2017 Charlotte
## 6018 conventional 2017 Charlotte
## 6019 conventional 2017 Charlotte
## 6020 conventional 2017 Charlotte
## 6021 conventional 2017 Charlotte
## 6022 conventional 2017 Charlotte
## 6023 conventional 2017 Charlotte
## 6024 conventional 2017 Charlotte
## 6025 conventional 2017 Charlotte
## 6026 conventional 2017 Charlotte
## 6027 conventional 2017 Charlotte
## 6028 conventional 2017 Charlotte
## 6029 conventional 2017 Charlotte
## 6030 conventional 2017 Charlotte
## 6031 conventional 2017 Charlotte
## 6032 conventional 2017 Charlotte
## 6033 conventional 2017 Charlotte
## 6034 conventional 2017 Charlotte
## 6035 conventional 2017 Charlotte
## 6036 conventional 2017 Charlotte
## 6037 conventional 2017 Charlotte
## 6038 conventional 2017 Charlotte
## 6039 conventional 2017 Charlotte
## 6040 conventional 2017 Charlotte
## 6041 conventional 2017 Chicago
## 6042 conventional 2017 Chicago
## 6043 conventional 2017 Chicago
## 6044 conventional 2017 Chicago
## 6045 conventional 2017 Chicago
## 6046 conventional 2017 Chicago
## 6047 conventional 2017 Chicago
## 6048 conventional 2017 Chicago
## 6049 conventional 2017 Chicago
## 6050 conventional 2017 Chicago
## 6051 conventional 2017 Chicago
## 6052 conventional 2017 Chicago
## 6053 conventional 2017 Chicago
## 6054 conventional 2017 Chicago
## 6055 conventional 2017 Chicago
## 6056 conventional 2017 Chicago
## 6057 conventional 2017 Chicago
## 6058 conventional 2017 Chicago
## 6059 conventional 2017 Chicago
## 6060 conventional 2017 Chicago
## 6061 conventional 2017 Chicago
## 6062 conventional 2017 Chicago
## 6063 conventional 2017 Chicago
## 6064 conventional 2017 Chicago
## 6065 conventional 2017 Chicago
## 6066 conventional 2017 Chicago
## 6067 conventional 2017 Chicago
## 6068 conventional 2017 Chicago
## 6069 conventional 2017 Chicago
## 6070 conventional 2017 Chicago
## 6071 conventional 2017 Chicago
## 6072 conventional 2017 Chicago
## 6073 conventional 2017 Chicago
## 6074 conventional 2017 Chicago
## 6075 conventional 2017 Chicago
## 6076 conventional 2017 Chicago
## 6077 conventional 2017 Chicago
## 6078 conventional 2017 Chicago
## 6079 conventional 2017 Chicago
## 6080 conventional 2017 Chicago
## 6081 conventional 2017 Chicago
## 6082 conventional 2017 Chicago
## 6083 conventional 2017 Chicago
## 6084 conventional 2017 Chicago
## 6085 conventional 2017 Chicago
## 6086 conventional 2017 Chicago
## 6087 conventional 2017 Chicago
## 6088 conventional 2017 Chicago
## 6089 conventional 2017 Chicago
## 6090 conventional 2017 Chicago
## 6091 conventional 2017 Chicago
## 6092 conventional 2017 Chicago
## 6093 conventional 2017 Chicago
## 6094 conventional 2017 CincinnatiDayton
## 6095 conventional 2017 CincinnatiDayton
## 6096 conventional 2017 CincinnatiDayton
## 6097 conventional 2017 CincinnatiDayton
## 6098 conventional 2017 CincinnatiDayton
## 6099 conventional 2017 CincinnatiDayton
## 6100 conventional 2017 CincinnatiDayton
## 6101 conventional 2017 CincinnatiDayton
## 6102 conventional 2017 CincinnatiDayton
## 6103 conventional 2017 CincinnatiDayton
## 6104 conventional 2017 CincinnatiDayton
## 6105 conventional 2017 CincinnatiDayton
## 6106 conventional 2017 CincinnatiDayton
## 6107 conventional 2017 CincinnatiDayton
## 6108 conventional 2017 CincinnatiDayton
## 6109 conventional 2017 CincinnatiDayton
## 6110 conventional 2017 CincinnatiDayton
## 6111 conventional 2017 CincinnatiDayton
## 6112 conventional 2017 CincinnatiDayton
## 6113 conventional 2017 CincinnatiDayton
## 6114 conventional 2017 CincinnatiDayton
## 6115 conventional 2017 CincinnatiDayton
## 6116 conventional 2017 CincinnatiDayton
## 6117 conventional 2017 CincinnatiDayton
## 6118 conventional 2017 CincinnatiDayton
## 6119 conventional 2017 CincinnatiDayton
## 6120 conventional 2017 CincinnatiDayton
## 6121 conventional 2017 CincinnatiDayton
## 6122 conventional 2017 CincinnatiDayton
## 6123 conventional 2017 CincinnatiDayton
## 6124 conventional 2017 CincinnatiDayton
## 6125 conventional 2017 CincinnatiDayton
## 6126 conventional 2017 CincinnatiDayton
## 6127 conventional 2017 CincinnatiDayton
## 6128 conventional 2017 CincinnatiDayton
## 6129 conventional 2017 CincinnatiDayton
## 6130 conventional 2017 CincinnatiDayton
## 6131 conventional 2017 CincinnatiDayton
## 6132 conventional 2017 CincinnatiDayton
## 6133 conventional 2017 CincinnatiDayton
## 6134 conventional 2017 CincinnatiDayton
## 6135 conventional 2017 CincinnatiDayton
## 6136 conventional 2017 CincinnatiDayton
## 6137 conventional 2017 CincinnatiDayton
## 6138 conventional 2017 CincinnatiDayton
## 6139 conventional 2017 CincinnatiDayton
## 6140 conventional 2017 CincinnatiDayton
## 6141 conventional 2017 CincinnatiDayton
## 6142 conventional 2017 CincinnatiDayton
## 6143 conventional 2017 CincinnatiDayton
## 6144 conventional 2017 CincinnatiDayton
## 6145 conventional 2017 CincinnatiDayton
## 6146 conventional 2017 CincinnatiDayton
## 6147 conventional 2017 Columbus
## 6148 conventional 2017 Columbus
## 6149 conventional 2017 Columbus
## 6150 conventional 2017 Columbus
## 6151 conventional 2017 Columbus
## 6152 conventional 2017 Columbus
## 6153 conventional 2017 Columbus
## 6154 conventional 2017 Columbus
## 6155 conventional 2017 Columbus
## 6156 conventional 2017 Columbus
## 6157 conventional 2017 Columbus
## 6158 conventional 2017 Columbus
## 6159 conventional 2017 Columbus
## 6160 conventional 2017 Columbus
## 6161 conventional 2017 Columbus
## 6162 conventional 2017 Columbus
## 6163 conventional 2017 Columbus
## 6164 conventional 2017 Columbus
## 6165 conventional 2017 Columbus
## 6166 conventional 2017 Columbus
## 6167 conventional 2017 Columbus
## 6168 conventional 2017 Columbus
## 6169 conventional 2017 Columbus
## 6170 conventional 2017 Columbus
## 6171 conventional 2017 Columbus
## 6172 conventional 2017 Columbus
## 6173 conventional 2017 Columbus
## 6174 conventional 2017 Columbus
## 6175 conventional 2017 Columbus
## 6176 conventional 2017 Columbus
## 6177 conventional 2017 Columbus
## 6178 conventional 2017 Columbus
## 6179 conventional 2017 Columbus
## 6180 conventional 2017 Columbus
## 6181 conventional 2017 Columbus
## 6182 conventional 2017 Columbus
## 6183 conventional 2017 Columbus
## 6184 conventional 2017 Columbus
## 6185 conventional 2017 Columbus
## 6186 conventional 2017 Columbus
## 6187 conventional 2017 Columbus
## 6188 conventional 2017 Columbus
## 6189 conventional 2017 Columbus
## 6190 conventional 2017 Columbus
## 6191 conventional 2017 Columbus
## 6192 conventional 2017 Columbus
## 6193 conventional 2017 Columbus
## 6194 conventional 2017 Columbus
## 6195 conventional 2017 Columbus
## 6196 conventional 2017 Columbus
## 6197 conventional 2017 Columbus
## 6198 conventional 2017 Columbus
## 6199 conventional 2017 Columbus
## 6200 conventional 2017 DallasFtWorth
## 6201 conventional 2017 DallasFtWorth
## 6202 conventional 2017 DallasFtWorth
## 6203 conventional 2017 DallasFtWorth
## 6204 conventional 2017 DallasFtWorth
## 6205 conventional 2017 DallasFtWorth
## 6206 conventional 2017 DallasFtWorth
## 6207 conventional 2017 DallasFtWorth
## 6208 conventional 2017 DallasFtWorth
## 6209 conventional 2017 DallasFtWorth
## 6210 conventional 2017 DallasFtWorth
## 6211 conventional 2017 DallasFtWorth
## 6212 conventional 2017 DallasFtWorth
## 6213 conventional 2017 DallasFtWorth
## 6214 conventional 2017 DallasFtWorth
## 6215 conventional 2017 DallasFtWorth
## 6216 conventional 2017 DallasFtWorth
## 6217 conventional 2017 DallasFtWorth
## 6218 conventional 2017 DallasFtWorth
## 6219 conventional 2017 DallasFtWorth
## 6220 conventional 2017 DallasFtWorth
## 6221 conventional 2017 DallasFtWorth
## 6222 conventional 2017 DallasFtWorth
## 6223 conventional 2017 DallasFtWorth
## 6224 conventional 2017 DallasFtWorth
## 6225 conventional 2017 DallasFtWorth
## 6226 conventional 2017 DallasFtWorth
## 6227 conventional 2017 DallasFtWorth
## 6228 conventional 2017 DallasFtWorth
## 6229 conventional 2017 DallasFtWorth
## 6230 conventional 2017 DallasFtWorth
## 6231 conventional 2017 DallasFtWorth
## 6232 conventional 2017 DallasFtWorth
## 6233 conventional 2017 DallasFtWorth
## 6234 conventional 2017 DallasFtWorth
## 6235 conventional 2017 DallasFtWorth
## 6236 conventional 2017 DallasFtWorth
## 6237 conventional 2017 DallasFtWorth
## 6238 conventional 2017 DallasFtWorth
## 6239 conventional 2017 DallasFtWorth
## 6240 conventional 2017 DallasFtWorth
## 6241 conventional 2017 DallasFtWorth
## 6242 conventional 2017 DallasFtWorth
## 6243 conventional 2017 DallasFtWorth
## 6244 conventional 2017 DallasFtWorth
## 6245 conventional 2017 DallasFtWorth
## 6246 conventional 2017 DallasFtWorth
## 6247 conventional 2017 DallasFtWorth
## 6248 conventional 2017 DallasFtWorth
## 6249 conventional 2017 DallasFtWorth
## 6250 conventional 2017 DallasFtWorth
## 6251 conventional 2017 DallasFtWorth
## 6252 conventional 2017 DallasFtWorth
## 6253 conventional 2017 Denver
## 6254 conventional 2017 Denver
## 6255 conventional 2017 Denver
## 6256 conventional 2017 Denver
## 6257 conventional 2017 Denver
## 6258 conventional 2017 Denver
## 6259 conventional 2017 Denver
## 6260 conventional 2017 Denver
## 6261 conventional 2017 Denver
## 6262 conventional 2017 Denver
## 6263 conventional 2017 Denver
## 6264 conventional 2017 Denver
## 6265 conventional 2017 Denver
## 6266 conventional 2017 Denver
## 6267 conventional 2017 Denver
## 6268 conventional 2017 Denver
## 6269 conventional 2017 Denver
## 6270 conventional 2017 Denver
## 6271 conventional 2017 Denver
## 6272 conventional 2017 Denver
## 6273 conventional 2017 Denver
## 6274 conventional 2017 Denver
## 6275 conventional 2017 Denver
## 6276 conventional 2017 Denver
## 6277 conventional 2017 Denver
## 6278 conventional 2017 Denver
## 6279 conventional 2017 Denver
## 6280 conventional 2017 Denver
## 6281 conventional 2017 Denver
## 6282 conventional 2017 Denver
## 6283 conventional 2017 Denver
## 6284 conventional 2017 Denver
## 6285 conventional 2017 Denver
## 6286 conventional 2017 Denver
## 6287 conventional 2017 Denver
## 6288 conventional 2017 Denver
## 6289 conventional 2017 Denver
## 6290 conventional 2017 Denver
## 6291 conventional 2017 Denver
## 6292 conventional 2017 Denver
## 6293 conventional 2017 Denver
## 6294 conventional 2017 Denver
## 6295 conventional 2017 Denver
## 6296 conventional 2017 Denver
## 6297 conventional 2017 Denver
## 6298 conventional 2017 Denver
## 6299 conventional 2017 Denver
## 6300 conventional 2017 Denver
## 6301 conventional 2017 Denver
## 6302 conventional 2017 Denver
## 6303 conventional 2017 Denver
## 6304 conventional 2017 Denver
## 6305 conventional 2017 Denver
## 6306 conventional 2017 Detroit
## 6307 conventional 2017 Detroit
## 6308 conventional 2017 Detroit
## 6309 conventional 2017 Detroit
## 6310 conventional 2017 Detroit
## 6311 conventional 2017 Detroit
## 6312 conventional 2017 Detroit
## 6313 conventional 2017 Detroit
## 6314 conventional 2017 Detroit
## 6315 conventional 2017 Detroit
## 6316 conventional 2017 Detroit
## 6317 conventional 2017 Detroit
## 6318 conventional 2017 Detroit
## 6319 conventional 2017 Detroit
## 6320 conventional 2017 Detroit
## 6321 conventional 2017 Detroit
## 6322 conventional 2017 Detroit
## 6323 conventional 2017 Detroit
## 6324 conventional 2017 Detroit
## 6325 conventional 2017 Detroit
## 6326 conventional 2017 Detroit
## 6327 conventional 2017 Detroit
## 6328 conventional 2017 Detroit
## 6329 conventional 2017 Detroit
## 6330 conventional 2017 Detroit
## 6331 conventional 2017 Detroit
## 6332 conventional 2017 Detroit
## 6333 conventional 2017 Detroit
## 6334 conventional 2017 Detroit
## 6335 conventional 2017 Detroit
## 6336 conventional 2017 Detroit
## 6337 conventional 2017 Detroit
## 6338 conventional 2017 Detroit
## 6339 conventional 2017 Detroit
## 6340 conventional 2017 Detroit
## 6341 conventional 2017 Detroit
## 6342 conventional 2017 Detroit
## 6343 conventional 2017 Detroit
## 6344 conventional 2017 Detroit
## 6345 conventional 2017 Detroit
## 6346 conventional 2017 Detroit
## 6347 conventional 2017 Detroit
## 6348 conventional 2017 Detroit
## 6349 conventional 2017 Detroit
## 6350 conventional 2017 Detroit
## 6351 conventional 2017 Detroit
## 6352 conventional 2017 Detroit
## 6353 conventional 2017 Detroit
## 6354 conventional 2017 Detroit
## 6355 conventional 2017 Detroit
## 6356 conventional 2017 Detroit
## 6357 conventional 2017 Detroit
## 6358 conventional 2017 Detroit
## 6359 conventional 2017 GrandRapids
## 6360 conventional 2017 GrandRapids
## 6361 conventional 2017 GrandRapids
## 6362 conventional 2017 GrandRapids
## 6363 conventional 2017 GrandRapids
## 6364 conventional 2017 GrandRapids
## 6365 conventional 2017 GrandRapids
## 6366 conventional 2017 GrandRapids
## 6367 conventional 2017 GrandRapids
## 6368 conventional 2017 GrandRapids
## 6369 conventional 2017 GrandRapids
## 6370 conventional 2017 GrandRapids
## 6371 conventional 2017 GrandRapids
## 6372 conventional 2017 GrandRapids
## 6373 conventional 2017 GrandRapids
## 6374 conventional 2017 GrandRapids
## 6375 conventional 2017 GrandRapids
## 6376 conventional 2017 GrandRapids
## 6377 conventional 2017 GrandRapids
## 6378 conventional 2017 GrandRapids
## 6379 conventional 2017 GrandRapids
## 6380 conventional 2017 GrandRapids
## 6381 conventional 2017 GrandRapids
## 6382 conventional 2017 GrandRapids
## 6383 conventional 2017 GrandRapids
## 6384 conventional 2017 GrandRapids
## 6385 conventional 2017 GrandRapids
## 6386 conventional 2017 GrandRapids
## 6387 conventional 2017 GrandRapids
## 6388 conventional 2017 GrandRapids
## 6389 conventional 2017 GrandRapids
## 6390 conventional 2017 GrandRapids
## 6391 conventional 2017 GrandRapids
## 6392 conventional 2017 GrandRapids
## 6393 conventional 2017 GrandRapids
## 6394 conventional 2017 GrandRapids
## 6395 conventional 2017 GrandRapids
## 6396 conventional 2017 GrandRapids
## 6397 conventional 2017 GrandRapids
## 6398 conventional 2017 GrandRapids
## 6399 conventional 2017 GrandRapids
## 6400 conventional 2017 GrandRapids
## 6401 conventional 2017 GrandRapids
## 6402 conventional 2017 GrandRapids
## 6403 conventional 2017 GrandRapids
## 6404 conventional 2017 GrandRapids
## 6405 conventional 2017 GrandRapids
## 6406 conventional 2017 GrandRapids
## 6407 conventional 2017 GrandRapids
## 6408 conventional 2017 GrandRapids
## 6409 conventional 2017 GrandRapids
## 6410 conventional 2017 GrandRapids
## 6411 conventional 2017 GrandRapids
## 6412 conventional 2017 GreatLakes
## 6413 conventional 2017 GreatLakes
## 6414 conventional 2017 GreatLakes
## 6415 conventional 2017 GreatLakes
## 6416 conventional 2017 GreatLakes
## 6417 conventional 2017 GreatLakes
## 6418 conventional 2017 GreatLakes
## 6419 conventional 2017 GreatLakes
## 6420 conventional 2017 GreatLakes
## 6421 conventional 2017 GreatLakes
## 6422 conventional 2017 GreatLakes
## 6423 conventional 2017 GreatLakes
## 6424 conventional 2017 GreatLakes
## 6425 conventional 2017 GreatLakes
## 6426 conventional 2017 GreatLakes
## 6427 conventional 2017 GreatLakes
## 6428 conventional 2017 GreatLakes
## 6429 conventional 2017 GreatLakes
## 6430 conventional 2017 GreatLakes
## 6431 conventional 2017 GreatLakes
## 6432 conventional 2017 GreatLakes
## 6433 conventional 2017 GreatLakes
## 6434 conventional 2017 GreatLakes
## 6435 conventional 2017 GreatLakes
## 6436 conventional 2017 GreatLakes
## 6437 conventional 2017 GreatLakes
## 6438 conventional 2017 GreatLakes
## 6439 conventional 2017 GreatLakes
## 6440 conventional 2017 GreatLakes
## 6441 conventional 2017 GreatLakes
## 6442 conventional 2017 GreatLakes
## 6443 conventional 2017 GreatLakes
## 6444 conventional 2017 GreatLakes
## 6445 conventional 2017 GreatLakes
## 6446 conventional 2017 GreatLakes
## 6447 conventional 2017 GreatLakes
## 6448 conventional 2017 GreatLakes
## 6449 conventional 2017 GreatLakes
## 6450 conventional 2017 GreatLakes
## 6451 conventional 2017 GreatLakes
## 6452 conventional 2017 GreatLakes
## 6453 conventional 2017 GreatLakes
## 6454 conventional 2017 GreatLakes
## 6455 conventional 2017 GreatLakes
## 6456 conventional 2017 GreatLakes
## 6457 conventional 2017 GreatLakes
## 6458 conventional 2017 GreatLakes
## 6459 conventional 2017 GreatLakes
## 6460 conventional 2017 GreatLakes
## 6461 conventional 2017 GreatLakes
## 6462 conventional 2017 GreatLakes
## 6463 conventional 2017 GreatLakes
## 6464 conventional 2017 GreatLakes
## 6465 conventional 2017 HarrisburgScranton
## 6466 conventional 2017 HarrisburgScranton
## 6467 conventional 2017 HarrisburgScranton
## 6468 conventional 2017 HarrisburgScranton
## 6469 conventional 2017 HarrisburgScranton
## 6470 conventional 2017 HarrisburgScranton
## 6471 conventional 2017 HarrisburgScranton
## 6472 conventional 2017 HarrisburgScranton
## 6473 conventional 2017 HarrisburgScranton
## 6474 conventional 2017 HarrisburgScranton
## 6475 conventional 2017 HarrisburgScranton
## 6476 conventional 2017 HarrisburgScranton
## 6477 conventional 2017 HarrisburgScranton
## 6478 conventional 2017 HarrisburgScranton
## 6479 conventional 2017 HarrisburgScranton
## 6480 conventional 2017 HarrisburgScranton
## 6481 conventional 2017 HarrisburgScranton
## 6482 conventional 2017 HarrisburgScranton
## 6483 conventional 2017 HarrisburgScranton
## 6484 conventional 2017 HarrisburgScranton
## 6485 conventional 2017 HarrisburgScranton
## 6486 conventional 2017 HarrisburgScranton
## 6487 conventional 2017 HarrisburgScranton
## 6488 conventional 2017 HarrisburgScranton
## 6489 conventional 2017 HarrisburgScranton
## 6490 conventional 2017 HarrisburgScranton
## 6491 conventional 2017 HarrisburgScranton
## 6492 conventional 2017 HarrisburgScranton
## 6493 conventional 2017 HarrisburgScranton
## 6494 conventional 2017 HarrisburgScranton
## 6495 conventional 2017 HarrisburgScranton
## 6496 conventional 2017 HarrisburgScranton
## 6497 conventional 2017 HarrisburgScranton
## 6498 conventional 2017 HarrisburgScranton
## 6499 conventional 2017 HarrisburgScranton
## 6500 conventional 2017 HarrisburgScranton
## 6501 conventional 2017 HarrisburgScranton
## 6502 conventional 2017 HarrisburgScranton
## 6503 conventional 2017 HarrisburgScranton
## 6504 conventional 2017 HarrisburgScranton
## 6505 conventional 2017 HarrisburgScranton
## 6506 conventional 2017 HarrisburgScranton
## 6507 conventional 2017 HarrisburgScranton
## 6508 conventional 2017 HarrisburgScranton
## 6509 conventional 2017 HarrisburgScranton
## 6510 conventional 2017 HarrisburgScranton
## 6511 conventional 2017 HarrisburgScranton
## 6512 conventional 2017 HarrisburgScranton
## 6513 conventional 2017 HarrisburgScranton
## 6514 conventional 2017 HarrisburgScranton
## 6515 conventional 2017 HarrisburgScranton
## 6516 conventional 2017 HarrisburgScranton
## 6517 conventional 2017 HarrisburgScranton
## 6518 conventional 2017 HartfordSpringfield
## 6519 conventional 2017 HartfordSpringfield
## 6520 conventional 2017 HartfordSpringfield
## 6521 conventional 2017 HartfordSpringfield
## 6522 conventional 2017 HartfordSpringfield
## 6523 conventional 2017 HartfordSpringfield
## 6524 conventional 2017 HartfordSpringfield
## 6525 conventional 2017 HartfordSpringfield
## 6526 conventional 2017 HartfordSpringfield
## 6527 conventional 2017 HartfordSpringfield
## 6528 conventional 2017 HartfordSpringfield
## 6529 conventional 2017 HartfordSpringfield
## 6530 conventional 2017 HartfordSpringfield
## 6531 conventional 2017 HartfordSpringfield
## 6532 conventional 2017 HartfordSpringfield
## 6533 conventional 2017 HartfordSpringfield
## 6534 conventional 2017 HartfordSpringfield
## 6535 conventional 2017 HartfordSpringfield
## 6536 conventional 2017 HartfordSpringfield
## 6537 conventional 2017 HartfordSpringfield
## 6538 conventional 2017 HartfordSpringfield
## 6539 conventional 2017 HartfordSpringfield
## 6540 conventional 2017 HartfordSpringfield
## 6541 conventional 2017 HartfordSpringfield
## 6542 conventional 2017 HartfordSpringfield
## 6543 conventional 2017 HartfordSpringfield
## 6544 conventional 2017 HartfordSpringfield
## 6545 conventional 2017 HartfordSpringfield
## 6546 conventional 2017 HartfordSpringfield
## 6547 conventional 2017 HartfordSpringfield
## 6548 conventional 2017 HartfordSpringfield
## 6549 conventional 2017 HartfordSpringfield
## 6550 conventional 2017 HartfordSpringfield
## 6551 conventional 2017 HartfordSpringfield
## 6552 conventional 2017 HartfordSpringfield
## 6553 conventional 2017 HartfordSpringfield
## 6554 conventional 2017 HartfordSpringfield
## 6555 conventional 2017 HartfordSpringfield
## 6556 conventional 2017 HartfordSpringfield
## 6557 conventional 2017 HartfordSpringfield
## 6558 conventional 2017 HartfordSpringfield
## 6559 conventional 2017 HartfordSpringfield
## 6560 conventional 2017 HartfordSpringfield
## 6561 conventional 2017 HartfordSpringfield
## 6562 conventional 2017 HartfordSpringfield
## 6563 conventional 2017 HartfordSpringfield
## 6564 conventional 2017 HartfordSpringfield
## 6565 conventional 2017 HartfordSpringfield
## 6566 conventional 2017 HartfordSpringfield
## 6567 conventional 2017 HartfordSpringfield
## 6568 conventional 2017 HartfordSpringfield
## 6569 conventional 2017 HartfordSpringfield
## 6570 conventional 2017 HartfordSpringfield
## 6571 conventional 2017 Houston
## 6572 conventional 2017 Houston
## 6573 conventional 2017 Houston
## 6574 conventional 2017 Houston
## 6575 conventional 2017 Houston
## 6576 conventional 2017 Houston
## 6577 conventional 2017 Houston
## 6578 conventional 2017 Houston
## 6579 conventional 2017 Houston
## 6580 conventional 2017 Houston
## 6581 conventional 2017 Houston
## 6582 conventional 2017 Houston
## 6583 conventional 2017 Houston
## 6584 conventional 2017 Houston
## 6585 conventional 2017 Houston
## 6586 conventional 2017 Houston
## 6587 conventional 2017 Houston
## 6588 conventional 2017 Houston
## 6589 conventional 2017 Houston
## 6590 conventional 2017 Houston
## 6591 conventional 2017 Houston
## 6592 conventional 2017 Houston
## 6593 conventional 2017 Houston
## 6594 conventional 2017 Houston
## 6595 conventional 2017 Houston
## 6596 conventional 2017 Houston
## 6597 conventional 2017 Houston
## 6598 conventional 2017 Houston
## 6599 conventional 2017 Houston
## 6600 conventional 2017 Houston
## 6601 conventional 2017 Houston
## 6602 conventional 2017 Houston
## 6603 conventional 2017 Houston
## 6604 conventional 2017 Houston
## 6605 conventional 2017 Houston
## 6606 conventional 2017 Houston
## 6607 conventional 2017 Houston
## 6608 conventional 2017 Houston
## 6609 conventional 2017 Houston
## 6610 conventional 2017 Houston
## 6611 conventional 2017 Houston
## 6612 conventional 2017 Houston
## 6613 conventional 2017 Houston
## 6614 conventional 2017 Houston
## 6615 conventional 2017 Houston
## 6616 conventional 2017 Houston
## 6617 conventional 2017 Houston
## 6618 conventional 2017 Houston
## 6619 conventional 2017 Houston
## 6620 conventional 2017 Houston
## 6621 conventional 2017 Houston
## 6622 conventional 2017 Houston
## 6623 conventional 2017 Houston
## 6624 conventional 2017 Indianapolis
## 6625 conventional 2017 Indianapolis
## 6626 conventional 2017 Indianapolis
## 6627 conventional 2017 Indianapolis
## 6628 conventional 2017 Indianapolis
## 6629 conventional 2017 Indianapolis
## 6630 conventional 2017 Indianapolis
## 6631 conventional 2017 Indianapolis
## 6632 conventional 2017 Indianapolis
## 6633 conventional 2017 Indianapolis
## 6634 conventional 2017 Indianapolis
## 6635 conventional 2017 Indianapolis
## 6636 conventional 2017 Indianapolis
## 6637 conventional 2017 Indianapolis
## 6638 conventional 2017 Indianapolis
## 6639 conventional 2017 Indianapolis
## 6640 conventional 2017 Indianapolis
## 6641 conventional 2017 Indianapolis
## 6642 conventional 2017 Indianapolis
## 6643 conventional 2017 Indianapolis
## 6644 conventional 2017 Indianapolis
## 6645 conventional 2017 Indianapolis
## 6646 conventional 2017 Indianapolis
## 6647 conventional 2017 Indianapolis
## 6648 conventional 2017 Indianapolis
## 6649 conventional 2017 Indianapolis
## 6650 conventional 2017 Indianapolis
## 6651 conventional 2017 Indianapolis
## 6652 conventional 2017 Indianapolis
## 6653 conventional 2017 Indianapolis
## 6654 conventional 2017 Indianapolis
## 6655 conventional 2017 Indianapolis
## 6656 conventional 2017 Indianapolis
## 6657 conventional 2017 Indianapolis
## 6658 conventional 2017 Indianapolis
## 6659 conventional 2017 Indianapolis
## 6660 conventional 2017 Indianapolis
## 6661 conventional 2017 Indianapolis
## 6662 conventional 2017 Indianapolis
## 6663 conventional 2017 Indianapolis
## 6664 conventional 2017 Indianapolis
## 6665 conventional 2017 Indianapolis
## 6666 conventional 2017 Indianapolis
## 6667 conventional 2017 Indianapolis
## 6668 conventional 2017 Indianapolis
## 6669 conventional 2017 Indianapolis
## 6670 conventional 2017 Indianapolis
## 6671 conventional 2017 Indianapolis
## 6672 conventional 2017 Indianapolis
## 6673 conventional 2017 Indianapolis
## 6674 conventional 2017 Indianapolis
## 6675 conventional 2017 Indianapolis
## 6676 conventional 2017 Indianapolis
## 6677 conventional 2017 Jacksonville
## 6678 conventional 2017 Jacksonville
## 6679 conventional 2017 Jacksonville
## 6680 conventional 2017 Jacksonville
## 6681 conventional 2017 Jacksonville
## 6682 conventional 2017 Jacksonville
## 6683 conventional 2017 Jacksonville
## 6684 conventional 2017 Jacksonville
## 6685 conventional 2017 Jacksonville
## 6686 conventional 2017 Jacksonville
## 6687 conventional 2017 Jacksonville
## 6688 conventional 2017 Jacksonville
## 6689 conventional 2017 Jacksonville
## 6690 conventional 2017 Jacksonville
## 6691 conventional 2017 Jacksonville
## 6692 conventional 2017 Jacksonville
## 6693 conventional 2017 Jacksonville
## 6694 conventional 2017 Jacksonville
## 6695 conventional 2017 Jacksonville
## 6696 conventional 2017 Jacksonville
## 6697 conventional 2017 Jacksonville
## 6698 conventional 2017 Jacksonville
## 6699 conventional 2017 Jacksonville
## 6700 conventional 2017 Jacksonville
## 6701 conventional 2017 Jacksonville
## 6702 conventional 2017 Jacksonville
## 6703 conventional 2017 Jacksonville
## 6704 conventional 2017 Jacksonville
## 6705 conventional 2017 Jacksonville
## 6706 conventional 2017 Jacksonville
## 6707 conventional 2017 Jacksonville
## 6708 conventional 2017 Jacksonville
## 6709 conventional 2017 Jacksonville
## 6710 conventional 2017 Jacksonville
## 6711 conventional 2017 Jacksonville
## 6712 conventional 2017 Jacksonville
## 6713 conventional 2017 Jacksonville
## 6714 conventional 2017 Jacksonville
## 6715 conventional 2017 Jacksonville
## 6716 conventional 2017 Jacksonville
## 6717 conventional 2017 Jacksonville
## 6718 conventional 2017 Jacksonville
## 6719 conventional 2017 Jacksonville
## 6720 conventional 2017 Jacksonville
## 6721 conventional 2017 Jacksonville
## 6722 conventional 2017 Jacksonville
## 6723 conventional 2017 Jacksonville
## 6724 conventional 2017 Jacksonville
## 6725 conventional 2017 Jacksonville
## 6726 conventional 2017 Jacksonville
## 6727 conventional 2017 Jacksonville
## 6728 conventional 2017 Jacksonville
## 6729 conventional 2017 Jacksonville
## 6730 conventional 2017 LasVegas
## 6731 conventional 2017 LasVegas
## 6732 conventional 2017 LasVegas
## 6733 conventional 2017 LasVegas
## 6734 conventional 2017 LasVegas
## 6735 conventional 2017 LasVegas
## 6736 conventional 2017 LasVegas
## 6737 conventional 2017 LasVegas
## 6738 conventional 2017 LasVegas
## 6739 conventional 2017 LasVegas
## 6740 conventional 2017 LasVegas
## 6741 conventional 2017 LasVegas
## 6742 conventional 2017 LasVegas
## 6743 conventional 2017 LasVegas
## 6744 conventional 2017 LasVegas
## 6745 conventional 2017 LasVegas
## 6746 conventional 2017 LasVegas
## 6747 conventional 2017 LasVegas
## 6748 conventional 2017 LasVegas
## 6749 conventional 2017 LasVegas
## 6750 conventional 2017 LasVegas
## 6751 conventional 2017 LasVegas
## 6752 conventional 2017 LasVegas
## 6753 conventional 2017 LasVegas
## 6754 conventional 2017 LasVegas
## 6755 conventional 2017 LasVegas
## 6756 conventional 2017 LasVegas
## 6757 conventional 2017 LasVegas
## 6758 conventional 2017 LasVegas
## 6759 conventional 2017 LasVegas
## 6760 conventional 2017 LasVegas
## 6761 conventional 2017 LasVegas
## 6762 conventional 2017 LasVegas
## 6763 conventional 2017 LasVegas
## 6764 conventional 2017 LasVegas
## 6765 conventional 2017 LasVegas
## 6766 conventional 2017 LasVegas
## 6767 conventional 2017 LasVegas
## 6768 conventional 2017 LasVegas
## 6769 conventional 2017 LasVegas
## 6770 conventional 2017 LasVegas
## 6771 conventional 2017 LasVegas
## 6772 conventional 2017 LasVegas
## 6773 conventional 2017 LasVegas
## 6774 conventional 2017 LasVegas
## 6775 conventional 2017 LasVegas
## 6776 conventional 2017 LasVegas
## 6777 conventional 2017 LasVegas
## 6778 conventional 2017 LasVegas
## 6779 conventional 2017 LasVegas
## 6780 conventional 2017 LasVegas
## 6781 conventional 2017 LasVegas
## 6782 conventional 2017 LasVegas
## 6783 conventional 2017 LosAngeles
## 6784 conventional 2017 LosAngeles
## 6785 conventional 2017 LosAngeles
## 6786 conventional 2017 LosAngeles
## 6787 conventional 2017 LosAngeles
## 6788 conventional 2017 LosAngeles
## 6789 conventional 2017 LosAngeles
## 6790 conventional 2017 LosAngeles
## 6791 conventional 2017 LosAngeles
## 6792 conventional 2017 LosAngeles
## 6793 conventional 2017 LosAngeles
## 6794 conventional 2017 LosAngeles
## 6795 conventional 2017 LosAngeles
## 6796 conventional 2017 LosAngeles
## 6797 conventional 2017 LosAngeles
## 6798 conventional 2017 LosAngeles
## 6799 conventional 2017 LosAngeles
## 6800 conventional 2017 LosAngeles
## 6801 conventional 2017 LosAngeles
## 6802 conventional 2017 LosAngeles
## 6803 conventional 2017 LosAngeles
## 6804 conventional 2017 LosAngeles
## 6805 conventional 2017 LosAngeles
## 6806 conventional 2017 LosAngeles
## 6807 conventional 2017 LosAngeles
## 6808 conventional 2017 LosAngeles
## 6809 conventional 2017 LosAngeles
## 6810 conventional 2017 LosAngeles
## 6811 conventional 2017 LosAngeles
## 6812 conventional 2017 LosAngeles
## 6813 conventional 2017 LosAngeles
## 6814 conventional 2017 LosAngeles
## 6815 conventional 2017 LosAngeles
## 6816 conventional 2017 LosAngeles
## 6817 conventional 2017 LosAngeles
## 6818 conventional 2017 LosAngeles
## 6819 conventional 2017 LosAngeles
## 6820 conventional 2017 LosAngeles
## 6821 conventional 2017 LosAngeles
## 6822 conventional 2017 LosAngeles
## 6823 conventional 2017 LosAngeles
## 6824 conventional 2017 LosAngeles
## 6825 conventional 2017 LosAngeles
## 6826 conventional 2017 LosAngeles
## 6827 conventional 2017 LosAngeles
## 6828 conventional 2017 LosAngeles
## 6829 conventional 2017 LosAngeles
## 6830 conventional 2017 LosAngeles
## 6831 conventional 2017 LosAngeles
## 6832 conventional 2017 LosAngeles
## 6833 conventional 2017 LosAngeles
## 6834 conventional 2017 LosAngeles
## 6835 conventional 2017 LosAngeles
## 6836 conventional 2017 Louisville
## 6837 conventional 2017 Louisville
## 6838 conventional 2017 Louisville
## 6839 conventional 2017 Louisville
## 6840 conventional 2017 Louisville
## 6841 conventional 2017 Louisville
## 6842 conventional 2017 Louisville
## 6843 conventional 2017 Louisville
## 6844 conventional 2017 Louisville
## 6845 conventional 2017 Louisville
## 6846 conventional 2017 Louisville
## 6847 conventional 2017 Louisville
## 6848 conventional 2017 Louisville
## 6849 conventional 2017 Louisville
## 6850 conventional 2017 Louisville
## 6851 conventional 2017 Louisville
## 6852 conventional 2017 Louisville
## 6853 conventional 2017 Louisville
## 6854 conventional 2017 Louisville
## 6855 conventional 2017 Louisville
## 6856 conventional 2017 Louisville
## 6857 conventional 2017 Louisville
## 6858 conventional 2017 Louisville
## 6859 conventional 2017 Louisville
## 6860 conventional 2017 Louisville
## 6861 conventional 2017 Louisville
## 6862 conventional 2017 Louisville
## 6863 conventional 2017 Louisville
## 6864 conventional 2017 Louisville
## 6865 conventional 2017 Louisville
## 6866 conventional 2017 Louisville
## 6867 conventional 2017 Louisville
## 6868 conventional 2017 Louisville
## 6869 conventional 2017 Louisville
## 6870 conventional 2017 Louisville
## 6871 conventional 2017 Louisville
## 6872 conventional 2017 Louisville
## 6873 conventional 2017 Louisville
## 6874 conventional 2017 Louisville
## 6875 conventional 2017 Louisville
## 6876 conventional 2017 Louisville
## 6877 conventional 2017 Louisville
## 6878 conventional 2017 Louisville
## 6879 conventional 2017 Louisville
## 6880 conventional 2017 Louisville
## 6881 conventional 2017 Louisville
## 6882 conventional 2017 Louisville
## 6883 conventional 2017 Louisville
## 6884 conventional 2017 Louisville
## 6885 conventional 2017 Louisville
## 6886 conventional 2017 Louisville
## 6887 conventional 2017 Louisville
## 6888 conventional 2017 Louisville
## 6889 conventional 2017 MiamiFtLauderdale
## 6890 conventional 2017 MiamiFtLauderdale
## 6891 conventional 2017 MiamiFtLauderdale
## 6892 conventional 2017 MiamiFtLauderdale
## 6893 conventional 2017 MiamiFtLauderdale
## 6894 conventional 2017 MiamiFtLauderdale
## 6895 conventional 2017 MiamiFtLauderdale
## 6896 conventional 2017 MiamiFtLauderdale
## 6897 conventional 2017 MiamiFtLauderdale
## 6898 conventional 2017 MiamiFtLauderdale
## 6899 conventional 2017 MiamiFtLauderdale
## 6900 conventional 2017 MiamiFtLauderdale
## 6901 conventional 2017 MiamiFtLauderdale
## 6902 conventional 2017 MiamiFtLauderdale
## 6903 conventional 2017 MiamiFtLauderdale
## 6904 conventional 2017 MiamiFtLauderdale
## 6905 conventional 2017 MiamiFtLauderdale
## 6906 conventional 2017 MiamiFtLauderdale
## 6907 conventional 2017 MiamiFtLauderdale
## 6908 conventional 2017 MiamiFtLauderdale
## 6909 conventional 2017 MiamiFtLauderdale
## 6910 conventional 2017 MiamiFtLauderdale
## 6911 conventional 2017 MiamiFtLauderdale
## 6912 conventional 2017 MiamiFtLauderdale
## 6913 conventional 2017 MiamiFtLauderdale
## 6914 conventional 2017 MiamiFtLauderdale
## 6915 conventional 2017 MiamiFtLauderdale
## 6916 conventional 2017 MiamiFtLauderdale
## 6917 conventional 2017 MiamiFtLauderdale
## 6918 conventional 2017 MiamiFtLauderdale
## 6919 conventional 2017 MiamiFtLauderdale
## 6920 conventional 2017 MiamiFtLauderdale
## 6921 conventional 2017 MiamiFtLauderdale
## 6922 conventional 2017 MiamiFtLauderdale
## 6923 conventional 2017 MiamiFtLauderdale
## 6924 conventional 2017 MiamiFtLauderdale
## 6925 conventional 2017 MiamiFtLauderdale
## 6926 conventional 2017 MiamiFtLauderdale
## 6927 conventional 2017 MiamiFtLauderdale
## 6928 conventional 2017 MiamiFtLauderdale
## 6929 conventional 2017 MiamiFtLauderdale
## 6930 conventional 2017 MiamiFtLauderdale
## 6931 conventional 2017 MiamiFtLauderdale
## 6932 conventional 2017 MiamiFtLauderdale
## 6933 conventional 2017 MiamiFtLauderdale
## 6934 conventional 2017 MiamiFtLauderdale
## 6935 conventional 2017 MiamiFtLauderdale
## 6936 conventional 2017 MiamiFtLauderdale
## 6937 conventional 2017 MiamiFtLauderdale
## 6938 conventional 2017 MiamiFtLauderdale
## 6939 conventional 2017 MiamiFtLauderdale
## 6940 conventional 2017 MiamiFtLauderdale
## 6941 conventional 2017 MiamiFtLauderdale
## 6942 conventional 2017 Midsouth
## 6943 conventional 2017 Midsouth
## 6944 conventional 2017 Midsouth
## 6945 conventional 2017 Midsouth
## 6946 conventional 2017 Midsouth
## 6947 conventional 2017 Midsouth
## 6948 conventional 2017 Midsouth
## 6949 conventional 2017 Midsouth
## 6950 conventional 2017 Midsouth
## 6951 conventional 2017 Midsouth
## 6952 conventional 2017 Midsouth
## 6953 conventional 2017 Midsouth
## 6954 conventional 2017 Midsouth
## 6955 conventional 2017 Midsouth
## 6956 conventional 2017 Midsouth
## 6957 conventional 2017 Midsouth
## 6958 conventional 2017 Midsouth
## 6959 conventional 2017 Midsouth
## 6960 conventional 2017 Midsouth
## 6961 conventional 2017 Midsouth
## 6962 conventional 2017 Midsouth
## 6963 conventional 2017 Midsouth
## 6964 conventional 2017 Midsouth
## 6965 conventional 2017 Midsouth
## 6966 conventional 2017 Midsouth
## 6967 conventional 2017 Midsouth
## 6968 conventional 2017 Midsouth
## 6969 conventional 2017 Midsouth
## 6970 conventional 2017 Midsouth
## 6971 conventional 2017 Midsouth
## 6972 conventional 2017 Midsouth
## 6973 conventional 2017 Midsouth
## 6974 conventional 2017 Midsouth
## 6975 conventional 2017 Midsouth
## 6976 conventional 2017 Midsouth
## 6977 conventional 2017 Midsouth
## 6978 conventional 2017 Midsouth
## 6979 conventional 2017 Midsouth
## 6980 conventional 2017 Midsouth
## 6981 conventional 2017 Midsouth
## 6982 conventional 2017 Midsouth
## 6983 conventional 2017 Midsouth
## 6984 conventional 2017 Midsouth
## 6985 conventional 2017 Midsouth
## 6986 conventional 2017 Midsouth
## 6987 conventional 2017 Midsouth
## 6988 conventional 2017 Midsouth
## 6989 conventional 2017 Midsouth
## 6990 conventional 2017 Midsouth
## 6991 conventional 2017 Midsouth
## 6992 conventional 2017 Midsouth
## 6993 conventional 2017 Midsouth
## 6994 conventional 2017 Midsouth
## 6995 conventional 2017 Nashville
## 6996 conventional 2017 Nashville
## 6997 conventional 2017 Nashville
## 6998 conventional 2017 Nashville
## 6999 conventional 2017 Nashville
## 7000 conventional 2017 Nashville
## 7001 conventional 2017 Nashville
## 7002 conventional 2017 Nashville
## 7003 conventional 2017 Nashville
## 7004 conventional 2017 Nashville
## 7005 conventional 2017 Nashville
## 7006 conventional 2017 Nashville
## 7007 conventional 2017 Nashville
## 7008 conventional 2017 Nashville
## 7009 conventional 2017 Nashville
## 7010 conventional 2017 Nashville
## 7011 conventional 2017 Nashville
## 7012 conventional 2017 Nashville
## 7013 conventional 2017 Nashville
## 7014 conventional 2017 Nashville
## 7015 conventional 2017 Nashville
## 7016 conventional 2017 Nashville
## 7017 conventional 2017 Nashville
## 7018 conventional 2017 Nashville
## 7019 conventional 2017 Nashville
## 7020 conventional 2017 Nashville
## 7021 conventional 2017 Nashville
## 7022 conventional 2017 Nashville
## 7023 conventional 2017 Nashville
## 7024 conventional 2017 Nashville
## 7025 conventional 2017 Nashville
## 7026 conventional 2017 Nashville
## 7027 conventional 2017 Nashville
## 7028 conventional 2017 Nashville
## 7029 conventional 2017 Nashville
## 7030 conventional 2017 Nashville
## 7031 conventional 2017 Nashville
## 7032 conventional 2017 Nashville
## 7033 conventional 2017 Nashville
## 7034 conventional 2017 Nashville
## 7035 conventional 2017 Nashville
## 7036 conventional 2017 Nashville
## 7037 conventional 2017 Nashville
## 7038 conventional 2017 Nashville
## 7039 conventional 2017 Nashville
## 7040 conventional 2017 Nashville
## 7041 conventional 2017 Nashville
## 7042 conventional 2017 Nashville
## 7043 conventional 2017 Nashville
## 7044 conventional 2017 Nashville
## 7045 conventional 2017 Nashville
## 7046 conventional 2017 Nashville
## 7047 conventional 2017 Nashville
## 7048 conventional 2017 NewOrleansMobile
## 7049 conventional 2017 NewOrleansMobile
## 7050 conventional 2017 NewOrleansMobile
## 7051 conventional 2017 NewOrleansMobile
## 7052 conventional 2017 NewOrleansMobile
## 7053 conventional 2017 NewOrleansMobile
## 7054 conventional 2017 NewOrleansMobile
## 7055 conventional 2017 NewOrleansMobile
## 7056 conventional 2017 NewOrleansMobile
## 7057 conventional 2017 NewOrleansMobile
## 7058 conventional 2017 NewOrleansMobile
## 7059 conventional 2017 NewOrleansMobile
## 7060 conventional 2017 NewOrleansMobile
## 7061 conventional 2017 NewOrleansMobile
## 7062 conventional 2017 NewOrleansMobile
## 7063 conventional 2017 NewOrleansMobile
## 7064 conventional 2017 NewOrleansMobile
## 7065 conventional 2017 NewOrleansMobile
## 7066 conventional 2017 NewOrleansMobile
## 7067 conventional 2017 NewOrleansMobile
## 7068 conventional 2017 NewOrleansMobile
## 7069 conventional 2017 NewOrleansMobile
## 7070 conventional 2017 NewOrleansMobile
## 7071 conventional 2017 NewOrleansMobile
## 7072 conventional 2017 NewOrleansMobile
## 7073 conventional 2017 NewOrleansMobile
## 7074 conventional 2017 NewOrleansMobile
## 7075 conventional 2017 NewOrleansMobile
## 7076 conventional 2017 NewOrleansMobile
## 7077 conventional 2017 NewOrleansMobile
## 7078 conventional 2017 NewOrleansMobile
## 7079 conventional 2017 NewOrleansMobile
## 7080 conventional 2017 NewOrleansMobile
## 7081 conventional 2017 NewOrleansMobile
## 7082 conventional 2017 NewOrleansMobile
## 7083 conventional 2017 NewOrleansMobile
## 7084 conventional 2017 NewOrleansMobile
## 7085 conventional 2017 NewOrleansMobile
## 7086 conventional 2017 NewOrleansMobile
## 7087 conventional 2017 NewOrleansMobile
## 7088 conventional 2017 NewOrleansMobile
## 7089 conventional 2017 NewOrleansMobile
## 7090 conventional 2017 NewOrleansMobile
## 7091 conventional 2017 NewOrleansMobile
## 7092 conventional 2017 NewOrleansMobile
## 7093 conventional 2017 NewOrleansMobile
## 7094 conventional 2017 NewOrleansMobile
## 7095 conventional 2017 NewOrleansMobile
## 7096 conventional 2017 NewOrleansMobile
## 7097 conventional 2017 NewOrleansMobile
## 7098 conventional 2017 NewOrleansMobile
## 7099 conventional 2017 NewOrleansMobile
## 7100 conventional 2017 NewOrleansMobile
## 7101 conventional 2017 NewYork
## 7102 conventional 2017 NewYork
## 7103 conventional 2017 NewYork
## 7104 conventional 2017 NewYork
## 7105 conventional 2017 NewYork
## 7106 conventional 2017 NewYork
## 7107 conventional 2017 NewYork
## 7108 conventional 2017 NewYork
## 7109 conventional 2017 NewYork
## 7110 conventional 2017 NewYork
## 7111 conventional 2017 NewYork
## 7112 conventional 2017 NewYork
## 7113 conventional 2017 NewYork
## 7114 conventional 2017 NewYork
## 7115 conventional 2017 NewYork
## 7116 conventional 2017 NewYork
## 7117 conventional 2017 NewYork
## 7118 conventional 2017 NewYork
## 7119 conventional 2017 NewYork
## 7120 conventional 2017 NewYork
## 7121 conventional 2017 NewYork
## 7122 conventional 2017 NewYork
## 7123 conventional 2017 NewYork
## 7124 conventional 2017 NewYork
## 7125 conventional 2017 NewYork
## 7126 conventional 2017 NewYork
## 7127 conventional 2017 NewYork
## 7128 conventional 2017 NewYork
## 7129 conventional 2017 NewYork
## 7130 conventional 2017 NewYork
## 7131 conventional 2017 NewYork
## 7132 conventional 2017 NewYork
## 7133 conventional 2017 NewYork
## 7134 conventional 2017 NewYork
## 7135 conventional 2017 NewYork
## 7136 conventional 2017 NewYork
## 7137 conventional 2017 NewYork
## 7138 conventional 2017 NewYork
## 7139 conventional 2017 NewYork
## 7140 conventional 2017 NewYork
## 7141 conventional 2017 NewYork
## 7142 conventional 2017 NewYork
## [ reached getOption("max.print") -- omitted 11107 rows ]
new.data <- my.data[my.data$region == "Albany", c("Date","Total.Volume","AveragePrice","X4046","X4225","X4770","region")]
new.data
## Date Total.Volume AveragePrice X4046 X4225 X4770
## 1 2015-12-27 64236.62 1.33 1036.74 54454.85 48.16
## 2 2015-12-20 54876.98 1.35 674.28 44638.81 58.33
## 3 2015-12-13 118220.22 0.93 794.70 109149.67 130.50
## 4 2015-12-06 78992.15 1.08 1132.00 71976.41 72.58
## 5 2015-11-29 51039.60 1.28 941.48 43838.39 75.78
## 6 2015-11-22 55979.78 1.26 1184.27 48067.99 43.61
## 7 2015-11-15 83453.76 0.99 1368.92 73672.72 93.26
## 8 2015-11-08 109428.33 0.98 703.75 101815.36 80.00
## 9 2015-11-01 99811.42 1.02 1022.15 87315.57 85.34
## 10 2015-10-25 74338.76 1.07 842.40 64757.44 113.00
## 11 2015-10-18 84843.44 1.12 924.86 75595.85 117.07
## 12 2015-10-11 64489.17 1.28 1582.03 52677.92 105.32
## 13 2015-10-04 61007.10 1.31 2268.32 49880.67 101.36
## 14 2015-09-27 106803.39 0.99 1204.88 99409.21 154.84
## 15 2015-09-20 69759.01 1.33 1028.03 59313.12 150.50
## 16 2015-09-13 76111.27 1.28 985.73 65696.86 142.00
## 17 2015-09-06 99172.96 1.11 879.45 90062.62 240.79
## 18 2015-08-30 105693.84 1.07 689.01 94362.67 335.43
## 19 2015-08-23 79992.09 1.34 733.16 67933.79 444.78
## 20 2015-08-16 80043.78 1.33 539.65 68666.01 394.90
## 21 2015-08-09 111140.93 1.12 584.63 100961.46 368.95
## 22 2015-08-02 75133.10 1.45 509.94 62035.06 741.08
## 23 2015-07-26 106757.10 1.11 648.75 91949.05 966.61
## 24 2015-07-19 96617.00 1.26 1042.10 82049.40 2238.02
## 25 2015-07-12 124055.31 1.05 672.25 94693.52 4257.64
## 26 2015-07-05 109252.12 1.35 869.45 72600.55 5883.16
## 27 2015-06-28 89534.81 1.37 664.23 57545.79 4662.71
## 28 2015-06-21 104849.39 1.27 804.01 76688.55 5481.18
## 29 2015-06-14 89631.30 1.32 850.58 55400.94 4377.19
## 30 2015-06-07 122743.06 1.07 656.71 99220.82 90.32
## 31 2015-05-31 95123.62 1.23 922.37 70469.69 50.55
## 32 2015-05-24 101470.91 1.19 680.27 71376.81 58.70
## 33 2015-05-17 109857.47 1.43 1150.55 81955.16 94.32
## 34 2015-05-10 120427.91 1.26 1420.43 102000.52 185.66
## 35 2015-05-03 59197.67 1.20 919.87 45490.05 217.24
## 36 2015-04-26 49585.46 1.22 875.65 35841.75 89.62
## 37 2015-04-19 49064.73 1.19 774.15 33941.51 47.15
## 38 2015-04-12 48364.29 1.13 864.27 30374.15 21.50
## 39 2015-04-05 47362.13 1.16 961.77 35577.66 93.76
## 40 2015-03-29 67799.08 1.02 1402.28 58623.22 89.50
## 41 2015-03-22 46346.85 1.12 2141.83 34313.56 141.80
## 42 2015-03-15 43045.79 1.11 2128.26 30447.17 99.67
## 43 2015-03-08 40507.36 1.07 795.68 30370.64 159.05
## 44 2015-03-01 55595.74 0.99 629.46 45633.34 181.49
## 45 2015-02-22 45675.05 1.07 1088.38 35056.13 151.00
## 46 2015-02-15 41567.62 1.06 986.66 30045.51 222.42
## 47 2015-02-08 51253.97 0.99 1357.37 39111.81 163.25
## 48 2015-02-01 70873.60 0.99 1353.90 60017.20 179.32
## 49 2015-01-25 45147.50 1.06 941.38 33196.16 164.14
## 50 2015-01-18 44511.28 1.17 914.14 31540.32 135.77
## 51 2015-01-11 41195.08 1.24 1002.85 31640.34 127.12
## 52 2015-01-04 40873.28 1.22 2819.50 28287.42 49.90
## 2809 2016-12-25 73341.73 1.52 3202.39 58280.33 426.92
## 2810 2016-12-18 68938.53 1.53 3345.36 55949.79 138.72
## 2811 2016-12-11 71777.85 1.49 2323.39 56545.79 86.65
## 2812 2016-12-04 113031.96 1.48 6530.78 99746.05 50.84
## 2813 2016-11-27 58171.89 1.52 2793.99 47106.18 18.14
## 2814 2016-11-20 70089.51 1.56 3675.63 56898.54 11.00
## 2815 2016-11-13 63608.01 1.62 3523.63 49837.68 34.00
## 2816 2016-11-06 57178.20 1.63 3212.04 43024.32 36.40
## 2817 2016-10-30 58375.10 1.46 3187.14 45898.52 54.31
## 2818 2016-10-23 92080.35 1.19 4222.93 77537.36 46.00
## 2819 2016-10-16 69060.90 1.40 4027.42 54186.55 53.77
## 2820 2016-10-09 101087.84 1.13 3641.46 87174.41 102.15
## 2821 2016-10-02 75480.26 1.51 4109.22 57515.76 84.08
## 2822 2016-09-25 96853.15 1.62 7658.55 79425.81 43.25
## 2823 2016-09-18 79513.63 1.39 6624.37 63384.56 37.48
## 2824 2016-09-11 81473.15 1.37 6258.88 63511.85 42.26
## 2825 2016-09-04 95456.26 1.44 14741.13 64966.75 88.11
## 2826 2016-08-28 145323.22 1.18 34912.97 94928.79 53.85
## 2827 2016-08-21 94882.79 1.43 14520.36 63416.88 28.03
## 2828 2016-08-14 110528.09 1.20 24000.62 72970.23 26.76
## 2829 2016-08-07 99683.11 1.48 14670.87 69054.28 10.90
## 2830 2016-07-31 125586.57 1.61 9293.65 96915.41 25.46
## 2831 2016-07-24 98321.14 1.46 11580.64 65195.63 13.73
## 2832 2016-07-17 89228.02 1.31 9273.69 64260.69 80.07
## 2833 2016-07-10 131630.13 1.11 20970.24 96581.82 46.49
## 2834 2016-07-03 115907.61 1.42 8373.77 82122.04 146.83
## 2835 2016-06-26 133086.66 1.50 7923.01 106656.84 37.42
## 2836 2016-06-19 112817.51 1.42 6766.63 85374.27 30.07
## 2837 2016-06-12 111394.50 1.38 7531.24 83771.34 81.25
## 2838 2016-06-05 115857.12 1.47 4288.46 92055.75 53.98
## 2839 2016-05-29 127812.25 1.49 2580.77 104876.94 103.64
## 2840 2016-05-22 98863.64 1.34 929.07 74678.36 59.07
## 2841 2016-05-15 96924.19 1.36 901.65 75847.91 82.97
## 2842 2016-05-08 120194.49 1.27 1041.95 96137.78 84.80
## 2843 2016-05-01 173781.78 1.03 884.01 163570.47 37.84
## 2844 2016-04-24 102490.20 1.18 954.60 87571.23 43.15
## 2845 2016-04-17 86433.63 1.22 898.63 70042.60 25.00
## 2846 2016-04-10 70253.30 1.46 972.15 56128.98 38.00
## 2847 2016-04-03 81694.23 0.85 676.27 70459.66 31.20
## 2848 2016-03-27 92529.27 1.49 808.50 78146.18 36.73
## 2849 2016-03-20 110401.88 1.32 764.97 97082.40 70.15
## 2850 2016-03-13 108264.90 1.18 847.64 96117.13 60.99
## 2851 2016-03-06 90633.66 1.27 972.34 74693.31 56.26
## 2852 2016-02-28 87822.43 1.26 805.41 72159.95 63.13
## 2853 2016-02-21 99817.47 1.28 869.16 84484.99 24.98
## 2854 2016-02-14 98008.16 1.13 1640.86 77133.01 12.00
## 2855 2016-02-07 169614.01 1.07 2031.67 157271.87 109.88
## 2856 2016-01-31 102038.32 1.16 1386.24 79881.67 69.46
## 2857 2016-01-24 96089.13 1.22 545.37 70802.56 68.41
## 2858 2016-01-17 119972.41 1.26 1202.52 100613.46 51.22
## 2859 2016-01-10 79121.77 1.28 848.19 66696.97 109.08
## 2860 2016-01-03 149038.15 1.03 939.71 139735.90 132.35
## 5617 2017-12-31 113514.42 1.47 2622.70 101135.53 20.25
## 5618 2017-12-24 77039.09 1.45 2811.71 58592.23 19.06
## 5619 2017-12-17 70677.56 1.43 2578.95 50811.52 79.18
## 5620 2017-12-10 92325.53 1.29 3220.05 75147.56 104.36
## 5621 2017-12-03 139970.00 1.39 3772.00 126551.00 136.00
## 5622 2017-11-26 62977.00 1.50 2413.00 49076.00 62.00
## 5623 2017-11-19 97273.00 1.65 2695.00 80596.00 43.00
## 5624 2017-11-12 113586.00 1.26 4509.00 96748.00 213.00
## 5625 2017-11-05 71076.94 1.62 2483.36 55509.31 33.88
## 5626 2017-10-29 69432.23 1.67 2959.76 57585.49 57.94
## 5627 2017-10-22 69704.09 1.56 3758.80 57340.30 35.48
## 5628 2017-10-15 73574.89 1.65 3383.35 63355.37 62.45
## 5629 2017-10-08 55368.61 1.78 3679.82 45843.75 42.63
## 5630 2017-10-01 71205.11 1.69 4411.02 57416.25 77.85
## 5631 2017-09-24 68539.64 1.64 2508.62 56023.16 74.82
## 5632 2017-09-17 80109.29 1.41 3986.20 66934.64 33.59
## 5633 2017-09-10 99645.88 1.78 3368.35 87155.11 136.96
## 5634 2017-09-03 74297.64 1.76 4738.38 59299.03 121.57
## 5635 2017-08-27 75471.56 1.61 2156.20 59831.83 71.46
## 5636 2017-08-20 74620.33 1.61 1553.71 59028.13 130.14
## 5637 2017-08-13 133070.41 1.52 1947.26 118605.14 186.67
## 5638 2017-08-06 92938.17 1.53 2456.91 76509.07 336.06
## 5639 2017-07-30 83599.96 1.61 1915.81 73287.66 321.62
## 5640 2017-07-23 84416.61 1.49 1905.52 72533.28 940.58
## 5641 2017-07-16 102461.61 1.39 2468.78 86707.66 2546.08
## 5642 2017-07-09 101331.41 1.52 2899.46 81929.02 494.51
## 5643 2017-07-02 98282.07 1.56 2808.47 79968.24 741.19
## 5644 2017-06-25 89303.04 1.53 2224.67 74282.58 129.85
## 5645 2017-06-18 97079.34 1.58 2454.01 82154.43 723.07
## 5646 2017-06-11 91949.26 1.65 1989.84 76736.87 364.68
## 5647 2017-06-04 84842.97 1.70 1923.04 72573.09 100.07
## 5648 2017-05-28 121869.11 1.80 2345.65 106690.16 105.74
## 5649 2017-05-21 100256.85 1.38 2307.02 86817.51 334.01
## 5650 2017-05-14 96750.67 1.77 2804.86 80469.48 196.39
## 5651 2017-05-07 127193.26 1.47 2473.53 87791.87 121.07
## 5652 2017-04-30 124926.39 1.13 2573.11 99451.52 81.89
## 5653 2017-04-23 89327.10 1.34 4437.50 61512.84 84.45
## 5654 2017-04-16 90487.05 1.62 4362.98 71957.73 161.28
## 5655 2017-04-09 105436.11 1.54 3708.13 87775.86 44.28
## 5656 2017-04-02 92621.11 1.62 4530.80 68015.37 97.26
## 5657 2017-03-26 122951.65 1.16 3184.29 100854.22 70.17
## 5658 2017-03-19 92774.61 1.60 2332.96 72033.15 140.57
## 5659 2017-03-12 95713.29 1.54 2046.80 67162.63 89.32
## 5660 2017-03-05 107354.25 1.18 3123.26 90784.49 57.86
## 5661 2017-02-26 88371.09 1.40 3190.28 73959.76 71.20
## 5662 2017-02-19 95475.07 1.67 2702.57 81691.54 125.48
## 5663 2017-02-12 97215.94 1.42 3808.43 81070.44 175.60
## 5664 2017-02-05 183549.08 1.49 5666.60 165530.03 2119.02
## 5665 2017-01-29 95424.59 1.31 3844.62 78315.15 484.56
## 5666 2017-01-22 128679.24 1.59 4119.94 111173.08 2191.71
## 5667 2017-01-15 88526.26 1.55 3327.65 71956.77 607.03
## 5668 2017-01-08 91728.18 1.55 3355.47 75641.23 56.91
## 5669 2017-01-01 129948.23 1.47 4845.77 117027.41 200.36
## 8479 2018-03-25 149396.50 1.57 16361.69 109045.03 65.45
## 8480 2018-03-18 105304.65 1.35 13234.86 61037.58 55.00
## 8481 2018-03-11 144648.75 1.12 15823.35 110950.68 70.00
## 8482 2018-03-04 139520.60 1.08 12002.12 105069.57 95.62
## 8483 2018-02-25 104278.89 1.28 10368.77 59723.32 48.00
## 8484 2018-02-18 85630.24 1.43 5499.73 61661.76 75.00
## 8485 2018-02-11 121804.36 1.45 8183.48 95548.47 61.00
## 8486 2018-02-04 216738.47 1.03 7625.65 195725.06 143.53
## 8487 2018-01-28 93625.03 1.57 3101.17 74627.23 55.59
## 8488 2018-01-21 135196.35 1.69 3133.37 116520.88 88.78
## 8489 2018-01-14 95246.38 1.42 2897.41 76570.67 44.00
## 8490 2018-01-07 98540.22 1.13 2940.63 76192.61 42.63
## 9127 2015-12-27 989.55 1.83 8.16 88.59 0.00
## 9128 2015-12-20 1163.03 1.89 30.24 172.14 0.00
## 9129 2015-12-13 995.96 1.85 10.44 178.70 0.00
## 9130 2015-12-06 1158.42 1.84 90.29 104.18 0.00
## 9131 2015-11-29 831.69 1.94 0.00 94.73 0.00
## 9132 2015-11-22 858.83 1.94 13.84 84.18 0.00
## 9133 2015-11-15 1208.54 1.89 20.71 238.16 0.00
## 9134 2015-11-08 1332.27 1.88 20.08 351.40 0.00
## 9135 2015-11-01 1021.68 1.88 11.47 137.58 0.00
## 9136 2015-10-25 1161.90 1.83 49.27 148.96 0.00
## 9137 2015-10-18 969.29 1.97 10.31 158.07 0.00
## 9138 2015-10-11 1170.01 1.90 28.65 88.25 0.00
## 9139 2015-10-04 1145.88 1.98 5.74 165.26 0.00
## 9140 2015-09-27 814.13 1.98 13.79 140.23 0.00
## 9141 2015-09-20 774.20 1.98 42.63 228.13 0.00
## 9142 2015-09-13 902.50 1.99 13.86 105.13 0.00
## 9143 2015-09-06 1168.86 1.86 30.13 96.18 0.00
## 9144 2015-08-30 1239.16 1.88 17.27 65.08 0.00
## 9145 2015-08-23 1275.64 1.87 24.45 97.82 0.00
## 9146 2015-08-16 1467.23 2.00 24.56 168.41 0.00
## 9147 2015-08-09 1421.47 1.88 79.82 106.81 0.00
## 9148 2015-08-02 1223.94 2.00 17.66 103.62 0.00
## 9149 2015-07-26 1449.04 2.01 99.16 165.27 0.00
## 9150 2015-07-19 1076.23 2.08 50.86 112.36 0.00
## 9151 2015-07-12 1175.34 2.01 34.27 92.17 0.00
## 9152 2015-07-05 1573.19 2.04 50.69 183.90 0.00
## 9153 2015-06-28 1200.61 2.02 22.35 124.70 0.00
## 9154 2015-06-21 1053.73 2.09 17.59 107.87 0.00
## 9155 2015-06-14 1542.45 2.03 79.45 211.46 0.00
## 9156 2015-06-07 1547.03 1.93 25.60 125.66 0.00
## 9157 2015-05-31 1752.14 1.90 82.30 105.49 0.00
## 9158 2015-05-24 1628.65 1.93 24.09 183.55 0.00
## 9159 2015-05-17 1881.08 1.87 19.51 213.43 0.00
## 9160 2015-05-10 2117.48 1.98 46.80 523.90 0.00
## 9161 2015-05-03 1798.99 2.03 57.93 130.62 0.00
## 9162 2015-04-26 929.61 1.90 27.01 30.53 0.00
## 9163 2015-04-19 1516.24 1.96 18.01 102.45 0.00
## 9164 2015-04-12 1634.59 1.76 51.75 93.38 0.00
## 9165 2015-04-05 1526.10 1.93 15.75 202.52 0.00
## 9166 2015-03-29 1082.44 1.93 24.75 173.26 0.00
## 9167 2015-03-22 1375.02 1.86 40.57 326.78 0.00
## 9168 2015-03-15 1473.56 1.79 19.18 164.73 0.00
## 9169 2015-03-08 1626.32 1.79 49.73 331.14 0.00
## 9170 2015-03-01 1663.35 1.76 32.82 105.25 0.00
## 9171 2015-02-22 1152.33 1.82 11.34 31.76 0.00
## 9172 2015-02-15 1182.30 1.81 22.74 83.02 0.00
## 9173 2015-02-08 1770.87 1.59 27.36 152.74 0.00
## 9174 2015-02-01 1228.51 1.83 33.12 99.36 0.00
## 9175 2015-01-25 1115.89 1.89 14.87 148.72 0.00
## 9176 2015-01-18 1118.47 1.93 8.02 178.78 0.00
## 9177 2015-01-11 1182.56 1.77 39.00 305.12 0.00
## 9178 2015-01-04 1373.95 1.79 57.42 153.88 0.00
## 11934 2016-12-25 1714.92 1.93 77.50 250.13 0.00
## 11935 2016-12-18 1472.84 1.86 111.34 198.07 0.00
## 11936 2016-12-11 1886.63 1.90 42.26 156.72 0.00
## 11937 2016-12-04 1364.73 1.97 100.01 99.17 0.00
## 11938 2016-11-27 1646.78 1.97 50.76 177.08 0.00
## 11939 2016-11-20 1862.70 1.93 122.63 197.39 0.00
## 11940 2016-11-13 2084.37 2.00 75.80 191.07 0.00
## 11941 2016-11-06 2674.00 1.93 60.08 194.11 0.00
## 11942 2016-10-30 1326.80 1.96 57.66 93.41 0.00
## 11943 2016-10-23 1913.99 1.86 37.83 80.72 0.00
## 11944 2016-10-16 1939.89 1.75 71.50 111.86 0.00
## 11945 2016-10-09 2179.44 1.75 77.27 155.69 0.00
## 11946 2016-10-02 2492.82 1.73 51.93 139.63 0.00
## 11947 2016-09-25 2019.71 1.68 33.22 190.77 0.00
## 11948 2016-09-18 2137.53 1.69 47.35 194.65 0.00
## 11949 2016-09-11 3501.41 1.68 128.94 227.69 0.00
## 11950 2016-09-04 2194.77 1.73 52.26 181.76 0.00
## 11951 2016-08-28 1922.46 1.66 17.35 200.92 0.00
## 11952 2016-08-21 1926.01 1.67 19.93 233.25 0.00
## 11953 2016-08-14 1609.03 1.72 29.39 252.78 0.00
## 11954 2016-08-07 1545.79 1.67 54.24 206.36 0.00
## 11955 2016-07-31 1553.42 1.43 29.56 204.54 0.00
## 11956 2016-07-24 1811.44 1.42 23.66 175.08 0.00
## 11957 2016-07-17 2399.74 1.57 16.56 201.12 0.00
## 11958 2016-07-10 2173.20 1.58 31.76 113.57 0.00
## 11959 2016-07-03 3529.44 1.43 11.65 261.39 0.00
## 11960 2016-06-26 1922.75 1.53 0.00 162.87 0.00
## 11961 2016-06-19 974.27 1.45 10.60 149.57 0.00
## 11962 2016-06-12 887.29 1.43 4.66 150.28 0.00
## 11963 2016-06-05 1007.03 1.47 2.33 203.69 0.00
## 11964 2016-05-29 1117.44 1.49 5.82 218.73 0.00
## 11965 2016-05-22 1193.06 1.55 26.72 346.19 0.00
## 11966 2016-05-15 1259.86 1.59 17.40 367.82 0.00
## 11967 2016-05-08 2103.64 1.83 0.00 536.20 0.00
## 11968 2016-05-01 1604.00 1.78 5.86 240.42 0.00
## 11969 2016-04-24 2328.82 1.77 19.94 430.39 0.00
## 11970 2016-04-17 2058.73 1.82 0.00 374.18 0.00
## 11971 2016-04-10 2161.66 1.62 7.04 161.85 0.00
## 11972 2016-04-03 1903.46 1.56 36.34 193.40 0.00
## 11973 2016-03-27 1705.39 1.65 14.07 98.52 0.00
## 11974 2016-03-20 1733.01 1.76 14.09 258.37 0.00
## 11975 2016-03-13 1822.67 1.79 25.87 303.42 0.00
## 11976 2016-03-06 1704.24 1.92 65.94 401.53 0.00
## 11977 2016-02-28 1485.73 1.79 9.43 143.74 0.00
## 11978 2016-02-21 1282.87 1.79 23.61 213.64 0.00
## 11979 2016-02-14 1247.80 1.81 50.84 263.65 0.00
## 11980 2016-02-07 1252.86 1.81 33.15 254.56 0.00
## 11981 2016-01-31 1305.94 1.79 34.38 186.13 0.00
## 11982 2016-01-24 1506.87 1.83 23.39 294.70 0.00
## 11983 2016-01-17 1496.73 1.67 66.63 430.17 0.00
## 11984 2016-01-10 1676.05 1.83 35.03 329.33 0.00
## 11985 2016-01-03 1145.50 1.75 7.00 187.90 0.00
## 14742 2017-12-31 3463.85 1.46 18.12 198.16 0.00
## 14743 2017-12-24 3694.13 1.58 31.68 327.39 0.00
## 14744 2017-12-17 3513.77 1.43 37.46 209.30 0.00
## 14745 2017-12-10 3779.98 1.45 18.04 262.14 0.00
## 14746 2017-12-03 3577.04 1.44 118.55 306.55 0.00
## 14747 2017-11-26 2841.29 1.57 27.75 182.15 0.00
## 14748 2017-11-19 2506.38 1.75 0.00 252.98 0.00
## 14749 2017-11-12 2664.62 1.71 0.00 245.71 0.00
## 14750 2017-11-05 3425.86 1.50 3.56 64.14 0.00
## 14751 2017-10-29 5583.79 1.38 12.99 180.62 0.00
## 14752 2017-10-22 4337.67 1.49 3.52 268.83 0.00
## 14753 2017-10-15 4522.84 1.47 18.71 237.43 0.00
## 14754 2017-10-08 5229.43 1.40 23.15 341.52 0.00
## 14755 2017-10-01 3423.95 1.59 31.20 150.24 0.00
## 14756 2017-09-24 3627.18 1.42 56.82 95.31 0.00
## 14757 2017-09-17 3431.20 1.55 30.32 215.10 0.00
## 14758 2017-09-10 3139.84 1.78 45.50 196.27 0.00
## 14759 2017-09-03 2022.00 2.00 112.42 254.49 0.00
## 14760 2017-08-27 2525.28 1.91 44.15 210.54 0.00
## 14761 2017-08-20 2584.08 1.86 61.21 143.82 0.00
## 14762 2017-08-13 2259.92 1.90 42.86 207.29 0.00
## 14763 2017-08-06 2576.49 1.98 39.31 331.89 0.00
## 14764 2017-07-30 2503.82 1.67 55.26 92.99 0.00
## 14765 2017-07-23 4233.61 1.42 93.39 93.39 0.00
## 14766 2017-07-16 2889.03 1.87 155.10 274.95 0.00
## 14767 2017-07-09 1883.10 2.00 38.06 187.90 0.00
## 14768 2017-07-02 2268.86 2.03 59.41 278.04 0.00
## 14769 2017-06-25 2898.81 2.13 142.46 295.60 0.00
## 14770 2017-06-18 3185.10 2.03 366.52 266.88 0.00
## 14771 2017-06-11 2719.24 2.04 21.33 248.87 0.00
## 14772 2017-06-04 3771.39 1.63 54.47 352.85 0.00
## 14773 2017-05-28 3365.45 1.87 11.93 344.88 0.00
## 14774 2017-05-21 3184.37 1.84 20.33 385.05 0.00
## 14775 2017-05-14 4270.28 1.57 44.12 450.74 0.00
## 14776 2017-05-07 2897.23 1.79 89.53 315.14 0.00
## 14777 2017-04-30 3046.63 1.74 388.81 280.28 0.00
## 14778 2017-04-23 2087.60 1.92 110.25 182.56 0.00
## 14779 2017-04-16 2886.48 1.85 265.82 203.84 0.00
## 14780 2017-04-09 2209.82 1.92 159.65 189.67 0.00
## 14781 2017-04-02 3492.87 1.86 885.46 362.37 0.00
## 14782 2017-03-26 2250.22 2.02 166.49 263.32 0.00
## 14783 2017-03-19 2763.38 1.87 503.14 175.98 0.00
## 14784 2017-03-12 2001.95 1.97 123.51 206.64 0.00
## 14785 2017-03-05 2228.14 1.84 241.00 208.79 0.00
## 14786 2017-02-26 2185.96 1.71 508.31 240.10 0.00
## 14787 2017-02-19 2523.56 1.67 1049.50 141.41 0.00
## 14788 2017-02-12 1806.40 1.78 119.52 170.57 0.00
## 14789 2017-02-05 1753.35 1.72 26.75 223.33 0.00
## 14790 2017-01-29 1795.81 1.86 32.53 123.14 0.00
## 14791 2017-01-22 1897.07 1.82 78.83 128.24 0.00
## 14792 2017-01-15 1982.65 1.84 82.30 328.02 0.00
## 14793 2017-01-08 2229.52 1.94 63.46 478.31 0.00
## 14794 2017-01-01 1376.70 1.87 71.65 192.63 0.00
## 17602 2018-03-25 2321.82 1.71 42.95 272.41 0.00
## 17603 2018-03-18 3154.45 1.66 275.89 297.96 0.00
## 17604 2018-03-11 2570.52 1.68 131.67 229.56 0.00
## 17605 2018-03-04 3851.30 1.48 311.55 296.77 0.00
## 17606 2018-02-25 5356.63 1.56 816.56 532.59 0.00
## 17607 2018-02-18 7566.17 1.43 4314.30 251.85 0.00
## 17608 2018-02-11 3817.93 1.43 59.18 289.85 0.00
## 17609 2018-02-04 4124.96 1.52 118.38 420.36 0.00
## 17610 2018-01-28 6987.56 1.32 433.66 374.96 0.00
## 17611 2018-01-21 3346.54 1.54 14.67 253.01 0.00
## 17612 2018-01-14 4140.95 1.47 7.30 301.87 0.00
## 17613 2018-01-07 4816.90 1.54 43.51 412.17 0.00
## region
## 1 Albany
## 2 Albany
## 3 Albany
## 4 Albany
## 5 Albany
## 6 Albany
## 7 Albany
## 8 Albany
## 9 Albany
## 10 Albany
## 11 Albany
## 12 Albany
## 13 Albany
## 14 Albany
## 15 Albany
## 16 Albany
## 17 Albany
## 18 Albany
## 19 Albany
## 20 Albany
## 21 Albany
## 22 Albany
## 23 Albany
## 24 Albany
## 25 Albany
## 26 Albany
## 27 Albany
## 28 Albany
## 29 Albany
## 30 Albany
## 31 Albany
## 32 Albany
## 33 Albany
## 34 Albany
## 35 Albany
## 36 Albany
## 37 Albany
## 38 Albany
## 39 Albany
## 40 Albany
## 41 Albany
## 42 Albany
## 43 Albany
## 44 Albany
## 45 Albany
## 46 Albany
## 47 Albany
## 48 Albany
## 49 Albany
## 50 Albany
## 51 Albany
## 52 Albany
## 2809 Albany
## 2810 Albany
## 2811 Albany
## 2812 Albany
## 2813 Albany
## 2814 Albany
## 2815 Albany
## 2816 Albany
## 2817 Albany
## 2818 Albany
## 2819 Albany
## 2820 Albany
## 2821 Albany
## 2822 Albany
## 2823 Albany
## 2824 Albany
## 2825 Albany
## 2826 Albany
## 2827 Albany
## 2828 Albany
## 2829 Albany
## 2830 Albany
## 2831 Albany
## 2832 Albany
## 2833 Albany
## 2834 Albany
## 2835 Albany
## 2836 Albany
## 2837 Albany
## 2838 Albany
## 2839 Albany
## 2840 Albany
## 2841 Albany
## 2842 Albany
## 2843 Albany
## 2844 Albany
## 2845 Albany
## 2846 Albany
## 2847 Albany
## 2848 Albany
## 2849 Albany
## 2850 Albany
## 2851 Albany
## 2852 Albany
## 2853 Albany
## 2854 Albany
## 2855 Albany
## 2856 Albany
## 2857 Albany
## 2858 Albany
## 2859 Albany
## 2860 Albany
## 5617 Albany
## 5618 Albany
## 5619 Albany
## 5620 Albany
## 5621 Albany
## 5622 Albany
## 5623 Albany
## 5624 Albany
## 5625 Albany
## 5626 Albany
## 5627 Albany
## 5628 Albany
## 5629 Albany
## 5630 Albany
## 5631 Albany
## 5632 Albany
## 5633 Albany
## 5634 Albany
## 5635 Albany
## 5636 Albany
## 5637 Albany
## 5638 Albany
## 5639 Albany
## 5640 Albany
## 5641 Albany
## 5642 Albany
## 5643 Albany
## 5644 Albany
## 5645 Albany
## 5646 Albany
## 5647 Albany
## 5648 Albany
## 5649 Albany
## 5650 Albany
## 5651 Albany
## 5652 Albany
## 5653 Albany
## 5654 Albany
## 5655 Albany
## 5656 Albany
## 5657 Albany
## 5658 Albany
## 5659 Albany
## 5660 Albany
## 5661 Albany
## 5662 Albany
## 5663 Albany
## 5664 Albany
## 5665 Albany
## 5666 Albany
## 5667 Albany
## 5668 Albany
## 5669 Albany
## 8479 Albany
## 8480 Albany
## 8481 Albany
## 8482 Albany
## 8483 Albany
## 8484 Albany
## 8485 Albany
## 8486 Albany
## 8487 Albany
## 8488 Albany
## 8489 Albany
## 8490 Albany
## 9127 Albany
## 9128 Albany
## 9129 Albany
## 9130 Albany
## 9131 Albany
## 9132 Albany
## 9133 Albany
## 9134 Albany
## 9135 Albany
## 9136 Albany
## 9137 Albany
## 9138 Albany
## 9139 Albany
## 9140 Albany
## 9141 Albany
## 9142 Albany
## 9143 Albany
## 9144 Albany
## 9145 Albany
## 9146 Albany
## 9147 Albany
## 9148 Albany
## 9149 Albany
## 9150 Albany
## 9151 Albany
## 9152 Albany
## 9153 Albany
## 9154 Albany
## 9155 Albany
## 9156 Albany
## 9157 Albany
## 9158 Albany
## 9159 Albany
## 9160 Albany
## 9161 Albany
## 9162 Albany
## 9163 Albany
## 9164 Albany
## 9165 Albany
## 9166 Albany
## 9167 Albany
## 9168 Albany
## 9169 Albany
## 9170 Albany
## 9171 Albany
## 9172 Albany
## 9173 Albany
## 9174 Albany
## 9175 Albany
## 9176 Albany
## 9177 Albany
## 9178 Albany
## 11934 Albany
## 11935 Albany
## 11936 Albany
## 11937 Albany
## 11938 Albany
## 11939 Albany
## 11940 Albany
## 11941 Albany
## 11942 Albany
## 11943 Albany
## 11944 Albany
## 11945 Albany
## 11946 Albany
## 11947 Albany
## 11948 Albany
## 11949 Albany
## 11950 Albany
## 11951 Albany
## 11952 Albany
## 11953 Albany
## 11954 Albany
## 11955 Albany
## 11956 Albany
## 11957 Albany
## 11958 Albany
## 11959 Albany
## 11960 Albany
## 11961 Albany
## 11962 Albany
## 11963 Albany
## 11964 Albany
## 11965 Albany
## 11966 Albany
## 11967 Albany
## 11968 Albany
## 11969 Albany
## 11970 Albany
## 11971 Albany
## 11972 Albany
## 11973 Albany
## 11974 Albany
## 11975 Albany
## 11976 Albany
## 11977 Albany
## 11978 Albany
## 11979 Albany
## 11980 Albany
## 11981 Albany
## 11982 Albany
## 11983 Albany
## 11984 Albany
## 11985 Albany
## 14742 Albany
## 14743 Albany
## 14744 Albany
## 14745 Albany
## 14746 Albany
## 14747 Albany
## 14748 Albany
## 14749 Albany
## 14750 Albany
## 14751 Albany
## 14752 Albany
## 14753 Albany
## 14754 Albany
## 14755 Albany
## 14756 Albany
## 14757 Albany
## 14758 Albany
## 14759 Albany
## 14760 Albany
## 14761 Albany
## 14762 Albany
## 14763 Albany
## 14764 Albany
## 14765 Albany
## 14766 Albany
## 14767 Albany
## 14768 Albany
## 14769 Albany
## 14770 Albany
## 14771 Albany
## 14772 Albany
## 14773 Albany
## 14774 Albany
## 14775 Albany
## 14776 Albany
## 14777 Albany
## 14778 Albany
## 14779 Albany
## 14780 Albany
## 14781 Albany
## 14782 Albany
## 14783 Albany
## 14784 Albany
## 14785 Albany
## 14786 Albany
## 14787 Albany
## 14788 Albany
## 14789 Albany
## 14790 Albany
## 14791 Albany
## 14792 Albany
## 14793 Albany
## 14794 Albany
## 17602 Albany
## 17603 Albany
## 17604 Albany
## 17605 Albany
## 17606 Albany
## 17607 Albany
## 17608 Albany
## 17609 Albany
## 17610 Albany
## 17611 Albany
## 17612 Albany
## 17613 Albany
new.data$Date <- as.Date(new.data$Date)
new.data <- new.data[new.data$Total.Volume >5000,]
ggplot(new.data, aes(Date,Total.Volume))+geom_point(na.rm=TRUE,color="blue",size=3, pch=18) + labs(title="牛油果總產量與時間關係圖(in Albany)")

library(lubridate)
library(ggplot2)
library(readr)
my.data <- read.csv("avocado1.csv")
my.data
## X Date AveragePrice Total.Volume X4046 X4225
## 1 0 2015-12-27 1.33 64236.62 1036.74 54454.85
## 2 1 2015-12-20 1.35 54876.98 674.28 44638.81
## 3 2 2015-12-13 0.93 118220.22 794.70 109149.67
## 4 3 2015-12-06 1.08 78992.15 1132.00 71976.41
## 5 4 2015-11-29 1.28 51039.60 941.48 43838.39
## 6 5 2015-11-22 1.26 55979.78 1184.27 48067.99
## 7 6 2015-11-15 0.99 83453.76 1368.92 73672.72
## 8 7 2015-11-08 0.98 109428.33 703.75 101815.36
## 9 8 2015-11-01 1.02 99811.42 1022.15 87315.57
## 10 9 2015-10-25 1.07 74338.76 842.40 64757.44
## 11 10 2015-10-18 1.12 84843.44 924.86 75595.85
## 12 11 2015-10-11 1.28 64489.17 1582.03 52677.92
## 13 12 2015-10-04 1.31 61007.10 2268.32 49880.67
## 14 13 2015-09-27 0.99 106803.39 1204.88 99409.21
## 15 14 2015-09-20 1.33 69759.01 1028.03 59313.12
## 16 15 2015-09-13 1.28 76111.27 985.73 65696.86
## 17 16 2015-09-06 1.11 99172.96 879.45 90062.62
## 18 17 2015-08-30 1.07 105693.84 689.01 94362.67
## 19 18 2015-08-23 1.34 79992.09 733.16 67933.79
## 20 19 2015-08-16 1.33 80043.78 539.65 68666.01
## 21 20 2015-08-09 1.12 111140.93 584.63 100961.46
## 22 21 2015-08-02 1.45 75133.10 509.94 62035.06
## 23 22 2015-07-26 1.11 106757.10 648.75 91949.05
## 24 23 2015-07-19 1.26 96617.00 1042.10 82049.40
## 25 24 2015-07-12 1.05 124055.31 672.25 94693.52
## 26 25 2015-07-05 1.35 109252.12 869.45 72600.55
## 27 26 2015-06-28 1.37 89534.81 664.23 57545.79
## 28 27 2015-06-21 1.27 104849.39 804.01 76688.55
## 29 28 2015-06-14 1.32 89631.30 850.58 55400.94
## 30 29 2015-06-07 1.07 122743.06 656.71 99220.82
## 31 30 2015-05-31 1.23 95123.62 922.37 70469.69
## 32 31 2015-05-24 1.19 101470.91 680.27 71376.81
## 33 32 2015-05-17 1.43 109857.47 1150.55 81955.16
## 34 33 2015-05-10 1.26 120427.91 1420.43 102000.52
## 35 34 2015-05-03 1.20 59197.67 919.87 45490.05
## 36 35 2015-04-26 1.22 49585.46 875.65 35841.75
## 37 36 2015-04-19 1.19 49064.73 774.15 33941.51
## 38 37 2015-04-12 1.13 48364.29 864.27 30374.15
## 39 38 2015-04-05 1.16 47362.13 961.77 35577.66
## 40 39 2015-03-29 1.02 67799.08 1402.28 58623.22
## 41 40 2015-03-22 1.12 46346.85 2141.83 34313.56
## 42 41 2015-03-15 1.11 43045.79 2128.26 30447.17
## 43 42 2015-03-08 1.07 40507.36 795.68 30370.64
## 44 43 2015-03-01 0.99 55595.74 629.46 45633.34
## 45 44 2015-02-22 1.07 45675.05 1088.38 35056.13
## 46 45 2015-02-15 1.06 41567.62 986.66 30045.51
## 47 46 2015-02-08 0.99 51253.97 1357.37 39111.81
## 48 47 2015-02-01 0.99 70873.60 1353.90 60017.20
## 49 48 2015-01-25 1.06 45147.50 941.38 33196.16
## 50 49 2015-01-18 1.17 44511.28 914.14 31540.32
## 51 50 2015-01-11 1.24 41195.08 1002.85 31640.34
## 52 51 2015-01-04 1.22 40873.28 2819.50 28287.42
## 53 0 2015-12-27 0.99 386100.49 292097.36 27350.92
## 54 1 2015-12-20 1.08 331377.53 251774.15 20702.45
## 55 2 2015-12-13 0.96 417772.47 324932.28 31019.08
## 56 3 2015-12-06 1.07 357636.82 283024.01 23740.85
## 57 4 2015-11-29 0.99 333280.79 250288.65 28889.63
## 58 5 2015-11-22 1.00 356414.57 269799.03 29732.30
## 59 6 2015-11-15 1.13 339860.68 263915.78 28442.45
## 60 7 2015-11-08 1.12 334041.60 250441.38 34483.33
## 61 8 2015-11-01 0.99 419088.74 290457.50 62980.07
## 62 9 2015-10-25 1.09 358478.08 236814.29 64607.97
## 63 10 2015-10-18 1.09 349072.48 228710.28 59731.79
## 64 11 2015-10-11 0.95 433874.46 255933.32 91047.32
## 65 12 2015-10-04 0.96 418682.26 265797.09 92780.33
## 66 13 2015-09-27 1.07 370321.17 262107.44 61870.63
## 67 14 2015-09-20 0.93 516432.60 346118.51 82762.72
## 68 15 2015-09-13 1.07 417232.18 278048.26 62485.97
## 69 16 2015-09-06 0.97 472136.53 303113.24 73675.85
## 70 17 2015-08-30 1.15 382972.72 275818.27 44839.12
## 71 18 2015-08-23 1.12 379054.29 274462.42 46223.69
## 72 19 2015-08-16 1.09 465213.81 362579.51 41992.44
## 73 20 2015-08-09 1.01 503791.72 385027.71 47040.07
## 74 21 2015-08-02 1.15 405898.44 306587.86 41906.78
## 75 22 2015-07-26 1.08 437377.75 335372.02 44087.07
## 76 23 2015-07-19 0.97 557212.99 446100.17 47838.42
## 77 24 2015-07-12 1.14 407204.88 310080.33 37953.24
## 78 25 2015-07-05 1.01 562462.33 436377.91 54675.38
## 79 26 2015-06-28 1.13 435210.71 331353.43 37698.53
## 80 27 2015-06-21 0.99 554763.76 449311.47 30231.78
## 81 28 2015-06-14 1.10 465804.78 386370.50 17701.12
## 82 29 2015-06-07 0.99 551009.05 455565.92 22414.17
## 83 30 2015-05-31 1.10 454702.00 382900.99 19543.18
## 84 31 2015-05-24 0.96 623212.04 538126.94 27284.43
## 85 32 2015-05-17 1.11 451250.70 386400.89 18618.84
## 86 33 2015-05-10 1.10 480071.18 413452.96 18860.63
## 87 34 2015-05-03 1.00 634213.10 538403.48 28568.26
## 88 35 2015-04-26 1.12 448596.76 387676.81 18366.33
## 89 36 2015-04-19 1.12 430966.34 368709.65 18040.85
## 90 37 2015-04-12 0.99 451101.89 377578.48 22419.95
## 91 38 2015-04-05 1.04 383139.49 318473.47 19254.39
## 92 39 2015-03-29 1.11 365722.14 305028.89 16651.99
## 93 40 2015-03-22 1.00 479590.62 393591.03 23419.60
## 94 41 2015-03-15 1.12 399566.22 336172.08 16508.21
## 95 42 2015-03-08 1.10 420826.32 361559.22 15788.71
## 96 43 2015-03-01 0.99 512532.44 441544.00 21183.70
## 97 44 2015-02-22 1.10 431308.56 369316.29 18324.76
## 98 45 2015-02-15 1.06 427391.28 364446.77 17420.41
## 99 46 2015-02-08 1.03 433883.91 377256.38 17162.50
## 100 47 2015-02-01 0.96 636771.37 553198.56 31583.38
## 101 48 2015-01-25 1.10 449332.85 393408.17 18718.27
## 102 49 2015-01-18 1.11 431490.99 372236.92 18701.90
## 103 50 2015-01-11 1.11 397542.72 330411.24 18958.22
## 104 51 2015-01-04 1.00 435021.49 364302.39 23821.16
## 105 0 2015-12-27 1.17 596819.40 40450.49 394104.02
## 106 1 2015-12-20 1.11 642682.40 44741.37 434590.82
## 107 2 2015-12-13 1.15 619509.33 44400.26 399851.59
## 108 3 2015-12-06 1.04 649141.25 51129.29 453586.50
## 109 4 2015-11-29 1.16 545800.05 41028.15 379156.09
## 110 5 2015-11-22 1.12 572019.80 40867.80 386137.78
## 111 6 2015-11-15 1.04 718330.48 47109.75 503470.08
## 112 7 2015-11-08 1.05 830967.23 58579.27 576512.71
## 113 8 2015-11-01 1.12 742220.67 51860.07 473819.14
## 114 9 2015-10-25 1.19 656892.03 53766.25 397911.35
## 115 10 2015-10-18 0.99 1005603.78 59121.55 745385.26
## 116 11 2015-10-11 1.24 653560.14 34707.02 392008.60
## 117 12 2015-10-04 1.28 657444.04 35342.34 407609.95
## 118 13 2015-09-27 1.19 696281.81 34309.05 451061.03
## 119 14 2015-09-20 1.17 709268.62 39619.87 450283.01
## 120 15 2015-09-13 1.09 924993.61 55699.25 675524.33
## 121 16 2015-09-06 1.18 823623.36 63903.73 522568.44
## 122 17 2015-08-30 1.24 734721.29 48455.25 458207.46
## 123 18 2015-08-23 1.16 783935.36 59242.02 499100.39
## 124 19 2015-08-16 1.14 882754.72 86492.03 597184.73
## 125 20 2015-08-09 1.16 821523.45 56362.75 557363.94
## 126 21 2015-08-02 1.17 800603.23 53957.63 535167.10
## 127 22 2015-07-26 1.20 772926.12 52746.41 496508.65
## 128 23 2015-07-19 1.18 800194.34 52954.94 496206.47
## 129 24 2015-07-12 1.10 850931.58 58827.99 547537.41
## 130 25 2015-07-05 1.16 896298.77 66504.67 567640.70
## 131 26 2015-06-28 1.15 862261.64 65051.95 534535.21
## 132 27 2015-06-21 1.16 862840.73 58398.76 527866.50
## 133 28 2015-06-14 1.09 955046.82 64005.15 593499.63
## 134 29 2015-06-07 1.26 794310.29 62585.45 462951.05
## 135 30 2015-05-31 1.19 949177.06 67744.84 617813.87
## 136 31 2015-05-24 1.18 908661.83 63610.12 560740.03
## 137 32 2015-05-17 1.27 790853.86 63515.06 455166.65
## 138 33 2015-05-10 1.26 855205.82 79192.07 507104.15
## 139 34 2015-05-03 1.17 896972.05 73038.46 536709.99
## 140 35 2015-04-26 1.29 747841.09 58013.85 431532.87
## 141 36 2015-04-19 1.28 762862.62 67486.78 427623.27
## 142 37 2015-04-12 1.15 837629.62 70796.72 523170.13
## 143 38 2015-04-05 1.29 688065.45 53579.17 401279.47
## 144 39 2015-03-29 1.25 663677.32 58098.15 398050.87
## 145 40 2015-03-22 1.10 808897.21 65158.96 524971.24
## 146 41 2015-03-15 1.24 693698.13 53400.14 395837.01
## 147 42 2015-03-08 1.26 657745.90 55284.80 367670.93
## 148 43 2015-03-01 1.16 770115.24 59039.85 498872.67
## 149 44 2015-02-22 1.11 749845.79 50501.07 445970.56
## 150 45 2015-02-15 1.25 637319.34 49751.74 361677.37
## 151 46 2015-02-08 1.09 844931.21 71703.52 554857.41
## 152 47 2015-02-01 1.06 1007418.76 93166.54 666010.38
## 153 48 2015-01-25 1.20 692934.46 49696.14 386398.73
## 154 49 2015-01-18 1.23 657741.34 49947.16 393359.60
## 155 50 2015-01-11 1.17 670231.94 51460.64 420837.82
## 156 51 2015-01-04 1.08 788025.06 53987.31 552906.04
## 157 0 2015-12-27 0.97 62909.69 30482.25 2971.94
## 158 1 2015-12-20 1.03 57504.05 25628.22 2546.09
## 159 2 2015-12-13 0.99 58461.05 27148.61 2985.73
## 160 3 2015-12-06 0.71 95295.34 35590.98 12526.50
## 161 4 2015-11-29 1.06 49069.13 24189.98 2789.67
## 162 5 2015-11-22 1.09 52875.58 25408.86 3255.97
## 163 6 2015-11-15 1.01 68648.22 24424.72 12085.72
## 164 7 2015-11-08 1.11 55847.79 31910.27 4651.88
## 165 8 2015-11-01 1.14 53585.51 30434.99 4359.52
## 166 9 2015-10-25 1.11 59874.45 29521.58 10089.82
## 167 10 2015-10-18 1.16 54191.14 29614.23 9069.38
## 168 11 2015-10-11 0.94 80904.19 26114.19 33415.88
## 169 12 2015-10-04 1.12 59496.33 35154.43 10821.85
## 170 13 2015-09-27 0.99 64187.80 47007.35 5754.04
## 171 14 2015-09-20 1.03 73952.90 34826.90 21592.13
## 172 15 2015-09-13 1.08 64208.84 45738.83 4393.90
## 173 16 2015-09-06 1.16 64464.61 44134.65 5402.17
## 174 17 2015-08-30 1.19 60099.83 40926.77 5809.92
## 175 18 2015-08-23 1.05 70773.76 44059.22 14861.33
## 176 19 2015-08-16 1.12 64001.61 46189.28 5258.21
## 177 20 2015-08-09 1.10 61286.98 44739.54 5034.00
## 178 21 2015-08-02 1.07 67763.91 51151.27 5140.89
## 179 22 2015-07-26 1.07 67826.07 50978.38 4856.27
## 180 23 2015-07-19 1.09 63958.04 45921.60 5300.30
## 181 24 2015-07-12 1.05 74677.72 51828.75 5802.65
## 182 25 2015-07-05 1.15 85044.45 61949.73 8022.13
## 183 26 2015-06-28 1.04 75280.41 59111.33 6573.26
## 184 27 2015-06-21 1.06 81397.07 52790.21 15444.74
## 185 28 2015-06-14 0.99 87607.71 58791.25 17880.43
## 186 29 2015-06-07 1.12 80751.29 61245.49 7237.55
## 187 30 2015-05-31 0.97 76689.38 57373.57 7421.36
## 188 31 2015-05-24 1.03 83209.77 54825.95 14839.33
## 189 32 2015-05-17 0.96 77987.53 61319.66 7393.99
## 190 33 2015-05-10 1.06 95788.53 62505.30 15896.54
## 191 34 2015-05-03 1.00 85466.99 66880.12 7942.34
## 192 35 2015-04-26 0.96 88111.17 69544.59 7985.48
## 193 36 2015-04-19 0.99 89694.96 56843.62 21630.90
## 194 37 2015-04-12 1.19 66246.30 44469.15 8506.36
## 195 38 2015-04-05 1.09 76704.46 57339.81 9060.49
## 196 39 2015-03-29 0.98 74543.98 59532.94 7119.52
## 197 40 2015-03-22 1.17 61419.11 44227.33 6589.77
## 198 41 2015-03-15 1.00 65918.28 51472.29 7018.29
## 199 42 2015-03-08 1.14 65350.24 45879.84 7206.22
## 200 43 2015-03-01 1.06 75046.37 40578.00 23738.56
## 201 44 2015-02-22 0.99 76836.10 50872.00 16374.74
## 202 45 2015-02-15 1.14 61221.98 41547.87 7840.31
## 203 46 2015-02-08 1.07 69970.75 54229.34 9647.24
## 204 47 2015-02-01 0.91 113578.24 67496.30 36532.33
## 205 48 2015-01-25 1.03 66069.21 51922.06 7555.95
## 206 49 2015-01-18 1.08 62870.49 50354.95 6342.37
## 207 50 2015-01-11 1.18 57355.52 38112.34 10997.54
## 208 51 2015-01-04 1.01 80034.32 44562.12 24964.23
## 209 0 2015-12-27 1.13 450816.39 3886.27 346964.70
## 210 1 2015-12-20 1.07 489802.88 4912.37 390100.99
## 211 2 2015-12-13 1.01 549945.76 4641.02 455362.38
## 212 3 2015-12-06 1.02 488679.31 5126.32 407520.22
## 213 4 2015-11-29 1.19 350559.81 3609.25 272719.08
## 214 5 2015-11-22 1.07 466759.99 4457.62 383420.46
## 215 6 2015-11-15 1.05 513738.98 5310.32 420936.80
## 216 7 2015-11-08 1.04 641759.57 5304.09 542880.92
## 217 8 2015-11-01 1.06 553096.84 4886.14 449532.49
## 218 9 2015-10-25 1.02 534249.47 4005.39 430725.78
## 219 10 2015-10-18 0.94 725296.29 6409.86 627503.98
## 220 11 2015-10-11 1.14 485706.68 5145.86 378295.90
## 221 12 2015-10-04 1.07 536479.42 5804.31 427358.64
## 222 13 2015-09-27 1.07 553307.04 5210.84 463079.81
## 223 14 2015-09-20 1.15 498640.23 4376.74 398673.48
## 224 15 2015-09-13 1.03 655682.95 5422.29 560792.23
## 225 16 2015-09-06 1.11 577774.74 4237.44 477867.83
## 226 17 2015-08-30 1.13 526664.87 4177.03 438502.90
## 227 18 2015-08-23 1.07 589471.32 4744.11 488292.10
## 228 19 2015-08-16 1.15 565795.06 4460.85 464476.33
## 229 20 2015-08-09 1.07 690517.19 4173.23 590998.11
## 230 21 2015-08-02 1.17 571994.50 4442.20 468591.76
## 231 22 2015-07-26 1.28 500233.69 4299.27 393281.62
## 232 23 2015-07-19 1.18 597168.12 4720.08 477629.80
## 233 24 2015-07-12 1.14 634515.74 5332.07 471639.53
## 234 25 2015-07-05 1.27 582909.73 4743.46 418251.03
## 235 26 2015-06-28 1.25 560494.92 4688.28 403230.60
## 236 27 2015-06-21 1.24 543504.66 3582.45 404908.53
## 237 28 2015-06-14 1.08 684346.48 5104.19 521254.77
## 238 29 2015-06-07 1.25 562542.86 4034.11 421007.42
## 239 30 2015-05-31 1.26 565160.95 4128.35 418105.36
## 240 31 2015-05-24 1.14 633521.98 4601.66 490485.76
## 241 32 2015-05-17 1.26 534488.54 4285.68 380514.08
## 242 33 2015-05-10 1.14 625558.14 4601.50 476827.52
## 243 34 2015-05-03 1.17 552368.94 3828.64 429586.28
## 244 35 2015-04-26 1.28 465911.37 3915.30 352464.49
## 245 36 2015-04-19 1.15 504619.83 4013.71 384880.49
## 246 37 2015-04-12 1.26 408485.16 3575.89 294164.23
## 247 38 2015-04-05 1.27 449818.01 3657.54 330424.74
## 248 39 2015-03-29 1.19 453631.25 3619.31 339299.30
## 249 40 2015-03-22 1.18 453173.22 5956.18 344396.92
## 250 41 2015-03-15 1.25 417750.36 6085.75 308996.70
## 251 42 2015-03-08 1.17 408403.96 3425.53 290512.65
## 252 43 2015-03-01 1.11 485736.10 4106.42 383573.77
## 253 44 2015-02-22 1.23 355432.28 3232.68 251341.30
## 254 45 2015-02-15 1.20 399883.99 3794.97 281106.45
## 255 46 2015-02-08 1.04 609985.34 7653.19 495731.70
## 256 47 2015-02-01 1.22 490022.14 6082.88 373452.06
## 257 48 2015-01-25 1.17 409343.56 4730.77 288094.65
## 258 49 2015-01-18 1.23 401331.33 4383.76 287778.52
## 259 50 2015-01-11 1.10 437771.89 5548.11 320577.36
## 260 51 2015-01-04 1.02 491738.00 7193.87 396752.18
## 261 0 2015-12-27 1.35 96233.08 1367.81 39542.83
## 262 1 2015-12-20 1.37 90867.51 1164.92 38430.71
## 263 2 2015-12-13 1.35 98473.23 1421.12 40783.22
## 264 3 2015-12-06 1.23 108457.82 1737.71 58197.34
## 265 4 2015-11-29 1.39 79973.14 1514.69 35682.71
## 266 5 2015-11-22 1.40 90242.31 1711.77 38780.66
## 267 6 2015-11-15 1.36 99703.72 1803.78 41457.12
## 268 7 2015-11-08 1.30 111038.95 1288.83 49507.25
## 269 8 2015-11-01 1.23 118541.11 2181.17 61874.92
## 270 9 2015-10-25 1.36 99554.55 1545.57 36645.91
## 271 10 2015-10-18 1.29 106083.75 1536.35 40701.65
## 272 11 2015-10-11 1.30 109153.84 2170.49 50862.00
## 273 12 2015-10-04 1.33 98900.48 3020.03 38353.35
## 274 13 2015-09-27 1.31 90745.72 1908.16 60292.79
## 275 14 2015-09-20 1.54 60624.47 1445.25 39831.66
## 276 15 2015-09-13 1.59 73043.20 1572.71 48468.73
## 277 16 2015-09-06 1.56 76139.58 1471.69 49388.48
## 278 17 2015-08-30 1.38 83731.42 1406.11 61600.62
## 279 18 2015-08-23 1.49 68953.29 1287.09 43655.31
## 280 19 2015-08-16 1.50 69798.09 1230.78 45937.58
## 281 20 2015-08-09 1.47 81830.13 1139.74 56289.28
## 282 21 2015-08-02 1.47 78162.92 1447.81 44620.70
## 283 22 2015-07-26 1.39 91825.07 1679.28 45615.48
## 284 23 2015-07-19 1.36 128846.15 1165.75 54492.85
## 285 24 2015-07-12 1.45 127351.46 1119.38 47294.67
## 286 25 2015-07-05 1.47 140413.90 1503.10 56925.46
## 287 26 2015-06-28 1.36 137246.70 1235.69 51801.73
## 288 27 2015-06-21 1.50 108655.36 1254.83 47845.57
## 289 28 2015-06-14 1.34 149376.79 1183.90 48286.51
## 290 29 2015-06-07 1.38 130908.11 779.02 57999.61
## 291 30 2015-05-31 1.40 130841.08 1039.49 54249.06
## 292 31 2015-05-24 1.43 121942.61 1033.76 55018.95
## 293 32 2015-05-17 1.35 137050.23 932.52 61668.49
## 294 33 2015-05-10 1.33 170547.18 1321.83 73754.30
## 295 34 2015-05-03 1.42 136771.79 946.38 50266.22
## 296 35 2015-04-26 1.41 136964.30 1117.56 49556.91
## 297 36 2015-04-19 1.42 139612.52 1021.72 52954.82
## 298 37 2015-04-12 1.42 118172.53 884.02 45443.61
## 299 38 2015-04-05 1.44 124145.62 969.27 51023.86
## 300 39 2015-03-29 1.39 119890.65 1352.63 48430.03
## 301 40 2015-03-22 1.40 119902.96 3090.55 45420.06
## 302 41 2015-03-15 1.47 103413.11 3500.48 45688.61
## 303 42 2015-03-08 1.35 125724.96 1072.46 61973.56
## 304 43 2015-03-01 1.43 112363.86 1032.92 41685.04
## 305 44 2015-02-22 1.41 109546.92 1709.23 45393.96
## 306 45 2015-02-15 1.44 100207.14 1520.76 43271.55
## 307 46 2015-02-08 1.36 132760.10 1822.41 66261.92
## 308 47 2015-02-01 1.33 153920.35 2117.73 64770.55
## 309 48 2015-01-25 1.50 114052.94 1321.19 54007.48
## 310 49 2015-01-18 1.52 107040.29 1625.26 61859.85
## 311 50 2015-01-11 1.54 106221.32 1642.25 50985.20
## 312 51 2015-01-04 1.40 116253.44 3267.97 55693.04
## 313 0 2015-12-27 0.90 5040365.47 1833946.59 1760956.02
## 314 1 2015-12-20 0.94 4695737.21 1676601.43 1543280.76
## 315 2 2015-12-13 0.87 5259354.30 1806690.08 1627240.76
## 316 3 2015-12-06 0.78 5775536.27 1943065.50 2100246.17
## 317 4 2015-11-29 0.91 4575710.62 1461699.38 1810202.70
## 318 5 2015-11-22 0.92 4804278.16 1602215.57 1917124.52
## 319 6 2015-11-15 0.83 5755190.69 2243013.44 2164098.99
## 320 7 2015-11-08 0.98 5148983.51 2317858.81 1758964.54
## 321 8 2015-11-01 0.95 5830427.96 2369824.75 2596785.28
## 322 9 2015-10-25 1.12 4592461.81 1733791.31 2025016.15
## 323 10 2015-10-18 1.07 4999031.79 1847991.31 2286235.79
## 324 11 2015-10-11 1.08 5063309.38 1757211.58 2530023.18
## 325 12 2015-10-04 1.02 4943781.29 1461112.39 2788317.94
## 326 13 2015-09-27 1.04 5216784.63 1860050.39 2635028.38
## 327 14 2015-09-20 1.14 4759791.13 1702965.49 2230693.51
## 328 15 2015-09-13 1.13 5106508.12 1863270.81 2388023.33
## 329 16 2015-09-06 1.09 5806392.78 2859325.91 2077193.60
## 330 17 2015-08-30 1.08 5647385.15 3104607.82 1660274.32
## 331 18 2015-08-23 1.18 5193221.00 2626977.95 1798911.33
## 332 19 2015-08-16 1.11 5616434.08 3098708.55 1731349.00
## 333 20 2015-08-09 1.10 6232081.27 3260775.73 2196704.97
## 334 21 2015-08-02 1.16 5428238.87 2940145.82 1737845.94
## 335 22 2015-07-26 1.13 5557616.27 3112921.78 1636659.90
## 336 23 2015-07-19 1.18 5225200.52 2805887.74 1629871.75
## 337 24 2015-07-12 1.13 5451636.92 2747299.98 1923893.11
## 338 25 2015-07-05 1.12 6718011.83 3581149.88 2120303.06
## 339 26 2015-06-28 1.10 5641742.02 3163839.74 1610910.07
## 340 27 2015-06-21 1.07 5952597.29 3328631.93 1743509.25
## 341 28 2015-06-14 0.97 6741662.31 4075881.34 1771908.98
## 342 29 2015-06-07 0.98 6374842.90 3614314.44 1860329.30
## 343 30 2015-05-31 0.98 6236903.31 3620440.35 1826496.62
## 344 31 2015-05-24 1.10 5621713.64 2978396.74 1873205.91
## 345 32 2015-05-17 1.08 5289138.50 2923673.93 1649623.66
## 346 33 2015-05-10 0.93 6650357.96 4085858.78 1735132.32
## 347 34 2015-05-03 0.88 8567534.49 4340117.03 3403145.10
## 348 35 2015-04-26 1.15 4923565.04 2421009.67 1729486.77
## 349 36 2015-04-19 1.05 5871080.81 3024466.22 2070974.14
## 350 37 2015-04-12 1.06 5636644.51 2848184.00 1988818.23
## 351 38 2015-04-05 1.12 5467155.55 2754464.87 1886168.89
## 352 39 2015-03-29 1.10 5341821.67 2609532.63 1869271.31
## 353 40 2015-03-22 1.06 5571812.77 2348618.25 2314393.94
## 354 41 2015-03-15 1.06 5557163.11 2962520.41 1737353.95
## 355 42 2015-03-08 0.96 5990243.89 3484274.60 1649936.05
## 356 43 2015-03-01 0.84 6700134.25 3516551.29 2460932.41
## 357 44 2015-02-22 0.96 5951871.32 3210177.22 1933699.49
## 358 45 2015-02-15 0.96 5699944.93 3315163.60 1620462.13
## 359 46 2015-02-08 0.91 5871224.58 2908845.38 2200393.89
## 360 47 2015-02-01 0.85 9032180.67 4794142.14 3460743.80
## 361 48 2015-01-25 1.06 4929884.26 2380955.61 1827783.28
## 362 49 2015-01-18 1.02 5570915.26 2780859.66 2108450.36
## 363 50 2015-01-11 0.92 6024932.34 2889591.29 2485720.10
## 364 51 2015-01-04 0.93 5777334.90 2843648.26 2267755.26
## 365 0 2015-12-27 0.96 156698.24 33070.27 62956.24
## 366 1 2015-12-20 0.98 139917.89 29500.04 55520.58
## 367 2 2015-12-13 0.95 157146.19 31727.46 62544.19
## 368 3 2015-12-06 0.99 156114.08 34117.36 63074.74
## 369 4 2015-11-29 0.95 138858.86 31911.11 53470.54
## 370 5 2015-11-22 1.00 133618.33 30028.69 53644.97
## 371 6 2015-11-15 1.01 169281.16 28543.88 80244.55
## 372 7 2015-11-08 1.03 164322.04 30860.74 54456.01
## 373 8 2015-11-01 1.11 171793.87 33371.60 47079.68
## 374 9 2015-10-25 1.27 140920.61 23093.86 38356.83
## 375 10 2015-10-18 1.26 156565.98 22805.02 54518.85
## 376 11 2015-10-11 1.14 167396.56 22941.59 45669.33
## 377 12 2015-10-04 1.22 146737.74 23648.94 44671.10
## 378 13 2015-09-27 1.09 168780.22 24397.92 54210.03
## 379 14 2015-09-20 1.20 161443.98 25922.66 46906.06
## 380 15 2015-09-13 1.19 171077.53 30122.92 41616.87
## 381 16 2015-09-06 1.01 227728.43 35126.74 62187.49
## 382 17 2015-08-30 1.20 179026.88 33511.97 41700.97
## 383 18 2015-08-23 1.15 203298.37 32280.63 50475.57
## 384 19 2015-08-16 1.24 178525.52 32128.60 42068.10
## 385 20 2015-08-09 1.21 173059.32 29915.80 43782.95
## 386 21 2015-08-02 1.24 179321.90 30200.32 48686.77
## 387 22 2015-07-26 1.23 173896.82 30901.10 39607.94
## 388 23 2015-07-19 1.19 187575.03 33382.11 49072.16
## 389 24 2015-07-12 1.18 182856.82 23580.70 56317.45
## 390 25 2015-07-05 1.18 216118.90 30803.29 73470.29
## 391 26 2015-06-28 1.17 193654.01 23693.74 58162.31
## 392 27 2015-06-21 1.17 201173.10 30951.17 58913.49
## 393 28 2015-06-14 1.15 207093.88 31247.67 64828.77
## 394 29 2015-06-07 1.15 199980.30 43524.21 45226.73
## 395 30 2015-05-31 1.19 194630.86 45688.14 43259.91
## 396 31 2015-05-24 1.20 212527.72 43628.72 59207.62
## 397 32 2015-05-17 1.21 190799.99 44340.34 46424.29
## 398 33 2015-05-10 1.19 192767.09 47626.37 42863.80
## 399 34 2015-05-03 1.00 261492.20 50203.31 69446.61
## 400 35 2015-04-26 1.20 182141.55 39481.13 44796.90
## 401 36 2015-04-19 1.18 180944.22 38330.46 41954.32
## 402 37 2015-04-12 1.17 204005.24 48793.38 50390.01
## 403 38 2015-04-05 1.19 177919.28 43112.40 40448.49
## 404 39 2015-03-29 1.23 178788.49 34498.06 50741.07
## 405 40 2015-03-22 1.19 182876.15 41638.46 44726.81
## 406 41 2015-03-15 1.19 183944.05 39138.41 48595.62
## 407 42 2015-03-08 1.25 159386.69 29980.15 39244.64
## 408 43 2015-03-01 1.18 176146.34 45465.24 40006.65
## 409 44 2015-02-22 1.08 201741.43 44679.57 48498.63
## 410 45 2015-02-15 1.22 156798.51 28227.83 38591.73
## 411 46 2015-02-08 1.17 150139.38 31509.41 35566.91
## 412 47 2015-02-01 0.98 254009.70 52915.50 71209.89
## 413 48 2015-01-25 1.18 167270.13 37383.37 44000.75
## 414 49 2015-01-18 1.25 152671.15 26462.87 40475.81
## 415 50 2015-01-11 1.26 159942.68 31586.35 38118.77
## 416 51 2015-01-04 1.19 166006.29 29419.03 47220.75
## 417 0 2015-12-27 0.93 661137.13 42799.00 445218.79
## 418 1 2015-12-20 0.91 690669.34 35724.99 464574.15
## 419 2 2015-12-13 1.07 668601.50 40380.09 451470.42
## 420 3 2015-12-06 1.14 664020.49 53173.18 455048.11
## 421 4 2015-11-29 1.11 602481.22 42851.47 422479.32
## 422 5 2015-11-22 0.94 751897.89 34868.50 553545.31
## 423 6 2015-11-15 1.17 641881.96 31286.11 441753.60
## 424 7 2015-11-08 1.01 711146.61 44528.42 498562.41
## 425 8 2015-11-01 1.00 807041.46 69420.04 562214.56
## 426 9 2015-10-25 1.12 687650.27 59161.08 454352.60
## 427 10 2015-10-18 1.15 690302.58 25883.13 482992.35
## 428 11 2015-10-11 1.08 708914.17 16455.46 503813.92
## 429 12 2015-10-04 1.18 675172.63 14268.84 485262.12
## 430 13 2015-09-27 1.15 720501.55 16483.95 532028.74
## 431 14 2015-09-20 1.19 729117.42 16477.56 534644.45
## 432 15 2015-09-13 1.19 775671.49 17172.26 546965.49
## 433 16 2015-09-06 1.11 808677.78 17595.54 581941.46
## 434 17 2015-08-30 1.12 773773.53 17363.14 570147.23
## 435 18 2015-08-23 1.20 751850.01 17595.95 550359.51
## 436 19 2015-08-16 1.16 817690.89 19193.94 609692.45
## 437 20 2015-08-09 1.25 731125.01 18237.36 526303.06
## 438 21 2015-08-02 1.27 761027.42 21607.12 559825.17
## 439 22 2015-07-26 1.12 791332.34 26653.29 577460.34
## 440 23 2015-07-19 1.24 797060.27 20534.84 560871.56
## 441 24 2015-07-12 1.26 772151.20 22933.92 545739.34
## 442 25 2015-07-05 1.24 937317.45 28422.72 661207.19
## 443 26 2015-06-28 1.21 786250.22 27391.54 524476.99
## 444 27 2015-06-21 1.24 804902.52 34715.08 536926.08
## 445 28 2015-06-14 1.21 868197.41 55227.59 586037.06
## 446 29 2015-06-07 1.24 824216.23 51410.51 544663.98
## 447 30 2015-05-31 1.26 803571.87 50563.81 518850.04
## 448 31 2015-05-24 1.23 887105.04 57568.25 611797.34
## 449 32 2015-05-17 1.23 817870.17 54087.80 569043.02
## 450 33 2015-05-10 1.23 835938.63 55587.31 545784.15
## 451 34 2015-05-03 1.04 978376.13 64798.64 690167.81
## 452 35 2015-04-26 1.24 779868.01 46749.43 543002.30
## 453 36 2015-04-19 1.24 832529.06 52850.10 594214.84
## 454 37 2015-04-12 1.24 710718.98 45103.98 488323.33
## 455 38 2015-04-05 1.27 751812.42 38641.17 530946.92
## 456 39 2015-03-29 1.22 757271.96 25629.52 545317.99
## 457 40 2015-03-22 1.21 799946.53 29308.00 596341.85
## 458 41 2015-03-15 1.09 827010.39 30100.78 600833.10
## 459 42 2015-03-08 1.18 772997.09 27489.32 523118.00
## 460 43 2015-03-01 1.09 863391.73 24137.05 637043.16
## 461 44 2015-02-22 1.18 773078.09 39072.26 533387.47
## 462 45 2015-02-15 1.17 726401.24 29711.82 488591.60
## 463 46 2015-02-08 1.13 729325.61 28216.83 499138.28
## 464 47 2015-02-01 0.91 1133491.66 50783.91 824745.44
## 465 48 2015-01-25 1.22 745439.17 26117.56 488218.44
## 466 49 2015-01-18 1.14 797741.43 24917.77 533717.99
## 467 50 2015-01-11 1.15 802874.94 31239.94 558487.79
## 468 51 2015-01-04 1.11 783068.03 30270.26 550752.19
## 469 0 2015-12-27 0.87 162993.77 2633.37 100444.22
## 470 1 2015-12-20 0.85 175425.57 2732.05 108930.75
## 471 2 2015-12-13 0.79 207386.27 3802.60 123544.78
## 472 3 2015-12-06 0.83 207513.04 2914.81 129978.67
## 473 4 2015-11-29 0.88 141356.34 2399.32 94093.55
## 474 5 2015-11-22 0.89 174892.99 2565.81 115591.25
## 475 6 2015-11-15 0.88 193723.22 2680.00 129291.79
## 476 7 2015-11-08 0.87 239070.13 2979.02 156267.50
## 477 8 2015-11-01 0.93 254760.33 2998.18 166867.82
## 478 9 2015-10-25 1.01 203681.71 2264.65 132625.92
## 479 10 2015-10-18 0.98 186044.56 2297.30 131737.84
## 480 11 2015-10-11 0.91 213527.77 2251.48 146962.49
## 481 12 2015-10-04 0.93 235243.88 2132.57 157237.69
## 482 13 2015-09-27 1.08 202012.62 2220.62 138937.95
## 483 14 2015-09-20 1.05 210445.12 3127.80 139042.80
## 484 15 2015-09-13 1.05 216548.90 2195.13 139863.58
## 485 16 2015-09-06 1.02 232157.91 2462.55 154106.32
## 486 17 2015-08-30 1.01 234132.09 2623.58 153832.57
## 487 18 2015-08-23 1.05 208608.84 2750.77 141969.26
## 488 19 2015-08-16 1.01 234349.47 2472.69 146747.71
## 489 20 2015-08-09 1.08 214374.41 2357.57 144957.92
## 490 21 2015-08-02 1.09 206121.36 2443.41 142847.60
## 491 22 2015-07-26 1.03 216611.18 2474.11 139527.28
## 492 23 2015-07-19 1.06 223479.02 3726.35 146965.54
## 493 24 2015-07-12 1.03 218170.80 3503.25 148642.65
## 494 25 2015-07-05 1.03 250626.33 3238.38 165479.82
## 495 26 2015-06-28 1.01 225165.84 3691.48 144983.70
## 496 27 2015-06-21 1.02 243012.20 3795.30 158957.39
## 497 28 2015-06-14 1.05 229363.51 6856.14 145975.24
## 498 29 2015-06-07 1.07 234981.67 10630.01 146360.20
## 499 30 2015-05-31 1.06 222382.69 10459.41 143893.61
## 500 31 2015-05-24 1.10 222390.09 10258.51 152036.29
## 501 32 2015-05-17 1.04 234579.34 10239.98 150323.91
## 502 33 2015-05-10 1.06 259598.76 11982.39 172173.77
## 503 34 2015-05-03 1.08 238140.96 11468.92 162213.47
## 504 35 2015-04-26 1.06 214469.51 8217.17 138764.19
## 505 36 2015-04-19 1.02 226978.72 8229.40 144900.84
## 506 37 2015-04-12 1.02 188937.83 11176.67 120830.33
## 507 38 2015-04-05 1.06 196168.60 7516.57 135093.59
## 508 39 2015-03-29 0.95 198365.16 3014.53 122178.00
## 509 40 2015-03-22 0.98 212719.94 2968.26 137560.99
## 510 41 2015-03-15 0.94 196008.57 3550.62 131234.14
## 511 42 2015-03-08 0.87 219110.81 3470.71 147536.24
## 512 43 2015-03-01 0.89 226951.64 3610.46 157400.74
## 513 44 2015-02-22 0.93 183072.02 4431.56 134258.95
## 514 45 2015-02-15 0.94 169950.37 4399.26 122866.03
## 515 46 2015-02-08 0.93 186617.20 4246.12 140926.77
## 516 47 2015-02-01 0.86 300905.18 4665.89 224967.68
## 517 48 2015-01-25 0.93 213554.45 3617.45 162644.69
## 518 49 2015-01-18 0.93 175681.09 3333.29 128858.15
## 519 50 2015-01-11 0.92 201392.27 3612.86 153100.22
## 520 51 2015-01-04 0.88 228569.58 3274.30 168764.78
## 521 0 2015-12-27 0.99 107565.04 41808.54 27120.67
## 522 1 2015-12-20 1.03 117393.22 57557.75 23198.49
## 523 2 2015-12-13 1.03 124617.07 69742.59 21750.83
## 524 3 2015-12-06 0.99 137195.59 60376.23 33565.14
## 525 4 2015-11-29 1.03 97235.60 40352.94 22858.09
## 526 5 2015-11-22 1.04 115089.62 50334.80 25643.76
## 527 6 2015-11-15 0.99 117462.94 52474.75 26705.74
## 528 7 2015-11-08 0.95 152084.79 61494.68 35336.71
## 529 8 2015-11-01 0.99 135237.01 58162.23 31821.24
## 530 9 2015-10-25 1.04 119210.27 59745.47 23351.18
## 531 10 2015-10-18 0.98 137773.84 62590.79 33116.75
## 532 11 2015-10-11 0.90 145305.65 57480.41 39207.76
## 533 12 2015-10-04 0.93 134326.53 53606.35 38396.06
## 534 13 2015-09-27 1.02 137298.77 66587.59 33743.19
## 535 14 2015-09-20 1.00 165068.86 86031.90 31599.19
## 536 15 2015-09-13 1.02 169025.14 86159.05 31464.67
## 537 16 2015-09-06 1.04 144563.15 61052.61 40880.96
## 538 17 2015-08-30 1.03 147230.76 64531.04 32172.79
## 539 18 2015-08-23 1.08 130920.97 64597.94 29728.30
## 540 19 2015-08-16 1.03 155881.73 63291.37 36257.41
## 541 20 2015-08-09 1.00 167387.90 64121.12 52440.39
## 542 21 2015-08-02 1.05 148597.91 77973.44 30063.76
## 543 22 2015-07-26 1.02 159846.20 91758.41 25540.09
## 544 23 2015-07-19 1.05 159137.17 75080.98 33397.18
## 545 24 2015-07-12 1.04 143992.91 69964.42 32449.21
## 546 25 2015-07-05 0.98 173370.68 79063.50 39343.65
## 547 26 2015-06-28 0.94 159970.54 72752.84 38877.79
## 548 27 2015-06-21 0.99 164161.25 67311.23 40382.51
## 549 28 2015-06-14 1.01 171353.59 83138.56 33535.09
## 550 29 2015-06-07 1.03 187983.88 92110.97 33225.37
## 551 30 2015-05-31 1.10 143985.96 80729.03 21813.84
## 552 31 2015-05-24 1.01 171879.57 85510.90 37314.24
## 553 32 2015-05-17 1.00 180511.78 97341.26 38624.07
## 554 33 2015-05-10 1.10 162802.65 97879.64 27581.34
## 555 34 2015-05-03 0.99 176737.77 79998.58 53621.15
## 556 35 2015-04-26 1.02 161438.17 87214.58 28964.04
## 557 36 2015-04-19 1.00 172913.44 80303.92 40370.03
## 558 37 2015-04-12 1.07 129397.39 66513.95 28065.91
## 559 38 2015-04-05 1.09 126109.82 67298.39 30313.37
## 560 39 2015-03-29 0.96 139065.31 72473.25 25151.42
## 561 40 2015-03-22 0.94 182625.49 101143.03 40165.62
## 562 41 2015-03-15 1.01 149884.10 90582.35 27040.20
## 563 42 2015-03-08 0.95 141281.56 56323.87 37382.46
## 564 43 2015-03-01 1.03 136795.35 55610.59 36034.55
## 565 44 2015-02-22 1.09 114280.87 56131.64 26134.29
## 566 45 2015-02-15 1.05 106663.68 52221.93 20939.99
## 567 46 2015-02-08 0.96 128078.27 76792.99 23238.80
## 568 47 2015-02-01 0.87 216653.06 111171.46 59739.98
## 569 48 2015-01-25 1.08 116995.68 53201.66 32775.08
## 570 49 2015-01-18 1.02 116450.21 55532.76 26458.99
## 571 50 2015-01-11 0.97 125742.48 64726.71 34844.49
## 572 51 2015-01-04 0.89 158638.04 80298.77 51860.47
## 573 0 2015-12-27 0.80 1020390.64 494425.64 276556.76
## 574 1 2015-12-20 0.82 928051.16 439792.68 257532.45
## 575 2 2015-12-13 0.79 980891.18 476178.99 319789.56
## 576 3 2015-12-06 0.74 1054849.97 514160.41 412692.22
## 577 4 2015-11-29 0.80 839818.87 477944.48 244879.52
## 578 5 2015-11-22 0.78 885067.49 494872.79 264820.58
## 579 6 2015-11-15 0.71 1040439.71 642897.96 263132.27
## 580 7 2015-11-08 0.80 977717.36 563069.05 278244.62
## 581 8 2015-11-01 0.78 1114177.66 546040.25 376913.25
## 582 9 2015-10-25 0.86 1010394.81 557469.46 301143.50
## 583 10 2015-10-18 0.83 992983.76 570732.49 266044.08
## 584 11 2015-10-11 0.81 1100679.15 543166.98 349743.64
## 585 12 2015-10-04 0.82 1104602.14 491729.14 439095.32
## 586 13 2015-09-27 0.84 1063583.86 533088.33 390554.54
## 587 14 2015-09-20 0.77 1155212.67 606586.38 425539.41
## 588 15 2015-09-13 0.86 1212585.41 564967.74 494078.53
## 589 16 2015-09-06 0.84 1270739.69 626166.71 505568.94
## 590 17 2015-08-30 0.82 1101680.91 674670.89 309275.19
## 591 18 2015-08-23 0.85 1120172.03 679440.88 321325.08
## 592 19 2015-08-16 0.88 1122668.33 718594.72 287298.98
## 593 20 2015-08-09 0.85 1124259.51 674531.14 332173.47
## 594 21 2015-08-02 0.87 1067498.21 705846.27 253860.70
## 595 22 2015-07-26 0.80 1191310.92 661845.98 406523.56
## 596 23 2015-07-19 0.82 1186878.88 684455.16 364124.15
## 597 24 2015-07-12 0.82 1144448.23 713425.63 319277.99
## 598 25 2015-07-05 0.83 1320696.13 835215.79 334916.29
## 599 26 2015-06-28 0.77 1203553.98 760374.24 302577.78
## 600 27 2015-06-21 0.75 1283503.44 755351.26 375820.52
## 601 28 2015-06-14 0.65 1508750.45 1013252.58 353165.21
## 602 29 2015-06-07 0.73 1255575.78 788982.74 319283.75
## 603 30 2015-05-31 0.68 1377670.81 941838.33 315653.39
## 604 31 2015-05-24 0.81 1184131.34 775365.99 299938.43
## 605 32 2015-05-17 0.73 1219398.43 855871.73 261026.33
## 606 33 2015-05-10 0.75 1298826.19 817727.07 357330.30
## 607 34 2015-05-03 0.77 1282852.08 652304.49 509069.75
## 608 35 2015-04-26 0.81 1102639.51 717960.82 270228.19
## 609 36 2015-04-19 0.80 1137811.87 735235.09 284292.72
## 610 37 2015-04-12 0.72 1266899.55 871511.12 288420.79
## 611 38 2015-04-05 0.77 1324348.89 802917.65 387745.54
## 612 39 2015-03-29 0.79 1164808.22 645523.05 396361.00
## 613 40 2015-03-22 0.67 1333424.37 925527.04 297656.40
## 614 41 2015-03-15 0.72 1211158.55 726176.09 368421.28
## 615 42 2015-03-08 0.75 1218684.28 724775.83 371564.05
## 616 43 2015-03-01 0.82 1144032.03 665032.82 358628.24
## 617 44 2015-02-22 0.80 1116600.76 695493.39 305788.60
## 618 45 2015-02-15 0.77 1020856.87 625813.98 299799.46
## 619 46 2015-02-08 0.67 1207167.54 737968.75 376914.26
## 620 47 2015-02-01 0.68 1391089.32 786166.90 495262.11
## 621 48 2015-01-25 0.80 1008295.47 649344.32 271152.06
## 622 49 2015-01-18 0.76 1091677.29 627090.61 374230.89
## 623 50 2015-01-11 0.76 1128693.04 680572.11 348535.22
## 624 51 2015-01-04 0.74 1086363.97 612795.80 374420.68
## 625 0 2015-12-27 0.98 625475.10 93034.20 246747.13
## 626 1 2015-12-20 1.05 528944.54 113403.55 188263.20
## 627 2 2015-12-13 0.83 741702.50 96222.34 321764.32
## 628 3 2015-12-06 0.76 838225.19 111259.34 378124.28
## 629 4 2015-11-29 1.12 429109.64 85241.45 179982.42
## 630 5 2015-11-22 0.85 724865.72 100047.56 323796.50
## 631 6 2015-11-15 0.82 925618.09 98269.82 428998.81
## 632 7 2015-11-08 0.93 690633.88 113964.90 354454.62
## 633 8 2015-11-01 0.82 831994.43 140330.11 446007.80
## 634 9 2015-10-25 0.93 735206.51 106239.17 393920.63
## 635 10 2015-10-18 0.87 805437.95 117059.41 435491.56
## 636 11 2015-10-11 0.90 775976.51 108538.74 432102.05
## 637 12 2015-10-04 1.02 678935.84 101712.18 364774.25
## 638 13 2015-09-27 0.97 694871.74 119089.66 386987.12
## 639 14 2015-09-20 0.98 760083.16 85382.01 461272.50
## 640 15 2015-09-13 1.01 735436.91 115935.68 451936.38
## 641 16 2015-09-06 1.09 729046.74 138154.55 420365.75
## 642 17 2015-08-30 1.14 721703.83 119849.97 421032.49
## 643 18 2015-08-23 1.20 598195.03 135261.61 318115.81
## 644 19 2015-08-16 1.17 648148.15 157630.43 348863.51
## 645 20 2015-08-09 1.09 669377.04 131770.05 377129.38
## 646 21 2015-08-02 1.05 727916.83 153498.68 423519.88
## 647 22 2015-07-26 1.18 703672.69 138942.76 376355.19
## 648 23 2015-07-19 1.10 857872.86 119266.12 513055.10
## 649 24 2015-07-12 1.18 738933.68 123673.43 423853.38
## 650 25 2015-07-05 1.19 736913.15 146171.45 428389.18
## 651 26 2015-06-28 1.20 696697.65 162885.58 362226.14
## 652 27 2015-06-21 1.16 730826.79 184206.21 405469.62
## 653 28 2015-06-14 1.16 743005.75 194447.12 401133.25
## 654 29 2015-06-07 1.11 782886.63 167992.06 439309.16
## 655 30 2015-05-31 1.26 600377.94 127747.50 365471.20
## 656 31 2015-05-24 1.16 657593.22 198187.29 369924.19
## 657 32 2015-05-17 1.21 592588.01 156010.24 305200.86
## 658 33 2015-05-10 1.08 735145.02 148762.57 454026.16
## 659 34 2015-05-03 1.01 781496.40 182975.49 485743.46
## 660 35 2015-04-26 1.19 620827.49 160372.05 381779.34
## 661 36 2015-04-19 1.08 797021.22 129744.18 544167.43
## 662 37 2015-04-12 1.05 858680.51 176304.23 574793.28
## 663 38 2015-04-05 1.19 645727.95 156966.84 396449.92
## 664 39 2015-03-29 1.11 627546.30 160679.31 371990.15
## 665 40 2015-03-22 1.15 603112.11 131881.99 380284.50
## 666 41 2015-03-15 1.03 662131.80 160422.27 403060.76
## 667 42 2015-03-08 1.03 719792.51 118578.11 491584.39
## 668 43 2015-03-01 1.03 670820.50 101528.39 487873.51
## 669 44 2015-02-22 1.00 899302.80 153410.25 584093.63
## 670 45 2015-02-15 1.12 629074.28 116907.81 404107.32
## 671 46 2015-02-08 0.95 766576.39 153584.14 466313.49
## 672 47 2015-02-01 0.93 990211.57 217715.85 608156.34
## 673 48 2015-01-25 1.02 695658.81 140914.23 422434.82
## 674 49 2015-01-18 0.99 808194.41 151976.70 500683.50
## 675 50 2015-01-11 1.09 666579.35 110974.25 427723.20
## 676 51 2015-01-04 0.99 668086.00 117454.09 429518.41
## 677 0 2015-12-27 1.08 255499.70 83097.26 50545.78
## 678 1 2015-12-20 1.10 250436.24 110507.50 42663.06
## 679 2 2015-12-13 1.05 275587.85 132206.07 38088.87
## 680 3 2015-12-06 0.98 339797.19 92957.56 78805.63
## 681 4 2015-11-29 1.11 228427.08 84236.03 38244.11
## 682 5 2015-11-22 1.09 270529.34 95526.76 55945.23
## 683 6 2015-11-15 1.10 248933.35 88132.72 35472.80
## 684 7 2015-11-08 1.03 343645.67 103367.05 72647.24
## 685 8 2015-11-01 1.04 340746.59 112432.15 67252.29
## 686 9 2015-10-25 1.17 251336.74 84318.99 49927.69
## 687 10 2015-10-18 0.97 358143.26 117479.44 97788.02
## 688 11 2015-10-11 0.99 362400.65 110374.23 105188.14
## 689 12 2015-10-04 1.10 286400.89 81617.68 60336.35
## 690 13 2015-09-27 1.17 257472.31 88573.56 43702.48
## 691 14 2015-09-20 1.00 373545.23 129945.11 71335.62
## 692 15 2015-09-13 1.03 401472.63 151274.05 73572.68
## 693 16 2015-09-06 1.09 336982.39 143927.73 51351.12
## 694 17 2015-08-30 0.96 422762.90 177827.49 75478.01
## 695 18 2015-08-23 1.11 267968.50 114208.75 36663.35
## 696 19 2015-08-16 0.97 400251.59 113822.13 86783.96
## 697 20 2015-08-09 1.07 341289.98 136799.68 56896.42
## 698 21 2015-08-02 1.04 364735.69 157018.49 58592.28
## 699 22 2015-07-26 0.99 326233.80 119084.73 38501.17
## 700 23 2015-07-19 1.04 370830.93 125844.19 66223.96
## 701 24 2015-07-12 1.02 310049.50 127995.39 36569.66
## 702 25 2015-07-05 1.06 373691.57 140339.02 62718.27
## 703 26 2015-06-28 1.00 329753.61 135230.94 30175.61
## 704 27 2015-06-21 0.97 424580.52 133405.45 87075.84
## 705 28 2015-06-14 1.04 372413.50 136802.87 58418.17
## 706 29 2015-06-07 0.97 447813.52 153214.87 87106.49
## 707 30 2015-05-31 1.09 324400.67 162243.06 28903.88
## 708 31 2015-05-24 1.03 373245.43 193348.39 34774.04
## 709 32 2015-05-17 0.95 495155.82 214237.95 98513.10
## 710 33 2015-05-10 1.11 360917.96 177872.77 42422.72
## 711 34 2015-05-03 1.06 374659.88 161288.26 71919.54
## 712 35 2015-04-26 1.01 361243.20 133322.95 61051.45
## 713 36 2015-04-19 0.96 468643.05 140434.29 139016.06
## 714 37 2015-04-12 1.02 271182.01 96441.78 24663.50
## 715 38 2015-04-05 1.11 295385.41 113210.53 62859.83
## 716 39 2015-03-29 0.97 304048.16 120782.43 28182.89
## 717 40 2015-03-22 0.97 455372.43 138397.72 109057.90
## 718 41 2015-03-15 1.13 254974.87 107980.24 31613.46
## 719 42 2015-03-08 1.01 278695.29 97420.10 29942.92
## 720 43 2015-03-01 0.97 397899.56 97605.68 101935.17
## 721 44 2015-02-22 1.15 250888.80 99207.09 34703.33
## 722 45 2015-02-15 1.16 255597.63 100594.59 31170.09
## 723 46 2015-02-08 1.11 268195.87 129910.26 35996.84
## 724 47 2015-02-01 0.92 539750.77 205775.28 136119.82
## 725 48 2015-01-25 1.19 277325.29 110113.35 47558.40
## 726 49 2015-01-18 1.10 291788.43 113616.86 45446.17
## 727 50 2015-01-11 1.08 332165.05 108378.69 90104.73
## 728 51 2015-01-04 1.01 369694.27 121634.27 117865.11
## 729 0 2015-12-27 1.13 147713.85 2992.62 101109.84
## 730 1 2015-12-20 1.13 126262.26 2630.11 85259.91
## 731 2 2015-12-13 1.24 117645.69 3809.88 69582.68
## 732 3 2015-12-06 0.93 217174.66 4026.57 165454.45
## 733 4 2015-11-29 1.12 120552.43 3726.77 82760.11
## 734 5 2015-11-22 1.11 140981.22 3734.97 94794.75
## 735 6 2015-11-15 1.20 129448.75 3490.77 74695.44
## 736 7 2015-11-08 0.93 198257.69 3970.87 149876.75
## 737 8 2015-11-01 0.91 205592.10 3731.64 147281.28
## 738 9 2015-10-25 1.14 134921.44 3899.73 86434.90
## 739 10 2015-10-18 0.94 184806.99 3821.47 118521.96
## 740 11 2015-10-11 0.97 198769.54 3638.99 106363.84
## 741 12 2015-10-04 0.99 160322.48 3241.70 102316.58
## 742 13 2015-09-27 1.15 137849.61 2977.77 87274.97
## 743 14 2015-09-20 0.88 244696.01 3612.73 177686.12
## 744 15 2015-09-13 0.95 219380.93 4113.50 143018.46
## 745 16 2015-09-06 1.09 170309.30 3673.53 111964.57
## 746 17 2015-08-30 0.91 226898.73 3931.20 152332.20
## 747 18 2015-08-23 1.28 128681.94 4847.16 72826.86
## 748 19 2015-08-16 0.89 268902.14 5134.58 177609.75
## 749 20 2015-08-09 1.08 186733.16 4807.41 120579.39
## 750 21 2015-08-02 1.05 184067.49 4122.95 109853.88
## 751 22 2015-07-26 1.12 153868.79 3192.59 66065.84
## 752 23 2015-07-19 1.05 215736.47 2680.70 122122.69
## 753 24 2015-07-12 1.19 153112.84 4663.59 66045.81
## 754 25 2015-07-05 1.16 202842.97 2709.26 109357.57
## 755 26 2015-06-28 1.10 155972.38 3089.50 55014.27
## 756 27 2015-06-21 0.96 265555.66 2552.14 167585.16
## 757 28 2015-06-14 1.07 197387.76 4446.10 116392.81
## 758 29 2015-06-07 1.14 212599.11 6926.42 134230.11
## 759 30 2015-05-31 1.31 167907.51 7097.00 90411.80
## 760 31 2015-05-24 1.30 158917.21 7888.33 74169.01
## 761 32 2015-05-17 0.97 277502.12 5515.43 202939.01
## 762 33 2015-05-10 1.36 159642.82 7383.85 84947.73
## 763 34 2015-05-03 1.06 238550.81 6301.92 176717.87
## 764 35 2015-04-26 1.09 189609.49 4480.46 105590.91
## 765 36 2015-04-19 0.93 310672.40 5547.29 217323.81
## 766 37 2015-04-12 1.13 147494.24 5875.73 66804.31
## 767 38 2015-04-05 1.22 157721.54 4487.21 92044.84
## 768 39 2015-03-29 1.11 149631.24 1977.68 63600.68
## 769 40 2015-03-22 0.91 311876.75 1930.32 231211.70
## 770 41 2015-03-15 1.35 123895.07 1621.03 69452.53
## 771 42 2015-03-08 1.08 146835.60 1783.51 68592.44
## 772 43 2015-03-01 0.95 263987.21 1355.20 182093.72
## 773 44 2015-02-22 1.31 129295.86 1593.40 69934.93
## 774 45 2015-02-15 1.21 136761.35 1659.05 67025.59
## 775 46 2015-02-08 1.24 132621.01 1155.67 74113.50
## 776 47 2015-02-01 0.94 309471.69 1621.68 240215.65
## 777 48 2015-01-25 1.19 144301.73 1112.09 78092.72
## 778 49 2015-01-18 1.07 150201.39 970.13 78433.37
## 779 50 2015-01-11 1.03 185135.41 972.96 127984.25
## 780 51 2015-01-04 0.95 258979.63 1097.00 189348.60
## 781 0 2015-12-27 1.01 2580602.96 336673.70 1411808.83
## 782 1 2015-12-20 1.01 2504745.45 383701.76 1337404.03
## 783 2 2015-12-13 1.03 2608448.06 463349.67 1342449.84
## 784 3 2015-12-06 1.00 2981347.20 401676.14 1680591.43
## 785 4 2015-11-29 1.07 2198408.92 318661.40 1199426.12
## 786 5 2015-11-22 1.03 2601821.63 347803.29 1471865.16
## 787 6 2015-11-15 1.09 2494044.41 342002.87 1322818.28
## 788 7 2015-11-08 0.98 3184946.53 410061.00 1794703.20
## 789 8 2015-11-01 1.00 3229124.75 436343.74 1825512.93
## 790 9 2015-10-25 1.10 2671535.94 383559.81 1460066.36
## 791 10 2015-10-18 1.03 2981549.94 396690.54 1695841.56
## 792 11 2015-10-11 1.02 3004133.39 355508.86 1652244.40
## 793 12 2015-10-04 1.05 2814678.93 296032.66 1632488.05
## 794 13 2015-09-27 1.10 2770074.76 343271.52 1605775.14
## 795 14 2015-09-20 1.02 3336245.24 460475.95 1887110.85
## 796 15 2015-09-13 1.03 3532480.92 492741.15 1958150.00
## 797 16 2015-09-06 1.07 3272555.01 432770.76 1876392.91
## 798 17 2015-08-30 1.04 3388803.79 478858.03 1877733.21
## 799 18 2015-08-23 1.14 2849127.29 404182.26 1596909.93
## 800 19 2015-08-16 1.03 3653376.07 414756.68 2087149.52
## 801 20 2015-08-09 1.12 3230139.65 420919.70 1839862.82
## 802 21 2015-08-02 1.14 3162447.64 490577.01 1722754.95
## 803 22 2015-07-26 1.10 3135698.38 475306.73 1616355.00
## 804 23 2015-07-19 1.12 3436864.41 449090.82 1843047.36
## 805 24 2015-07-12 1.14 3077237.12 456044.50 1617124.36
## 806 25 2015-07-05 1.13 3774004.27 502233.05 2055125.98
## 807 26 2015-06-28 1.07 3336314.35 476721.82 1631460.30
## 808 27 2015-06-21 1.08 3720458.83 487936.68 1958437.10
## 809 28 2015-06-14 1.12 3511185.14 604782.48 1744519.06
## 810 29 2015-06-07 1.13 3602112.79 689242.14 1723625.04
## 811 30 2015-05-31 1.20 3151714.00 667193.97 1478975.82
## 812 31 2015-05-24 1.15 3574050.61 758183.50 1764210.85
## 813 32 2015-05-17 1.09 3753201.03 787079.55 1939235.30
## 814 33 2015-05-10 1.15 3501344.46 766730.70 1723310.79
## 815 34 2015-05-03 1.05 3901054.42 719493.66 2200706.49
## 816 35 2015-04-26 1.14 3234024.32 609506.22 1580854.41
## 817 36 2015-04-19 1.06 3857605.11 615564.03 2140254.41
## 818 37 2015-04-12 1.11 2895992.90 548501.37 1403326.56
## 819 38 2015-04-05 1.18 2938918.81 504487.79 1595354.39
## 820 39 2015-03-29 1.09 2971443.88 456518.93 1472879.42
## 821 40 2015-03-22 1.04 3746598.18 543151.72 2146436.50
## 822 41 2015-03-15 1.10 2948199.23 475449.58 1626922.95
## 823 42 2015-03-08 1.04 3134752.64 380674.20 1675102.29
## 824 43 2015-03-01 1.02 3566752.43 353818.94 2135517.89
## 825 44 2015-02-22 1.16 2730224.03 391400.93 1482033.31
## 826 45 2015-02-15 1.15 2610004.41 390973.21 1331420.43
## 827 46 2015-02-08 1.07 2856456.35 515789.01 1541252.99
## 828 47 2015-02-01 0.91 4874124.41 768874.35 2948564.71
## 829 48 2015-01-25 1.13 2928692.32 390289.67 1649082.75
## 830 49 2015-01-18 1.08 3006207.02 401683.43 1650327.26
## 831 50 2015-01-11 1.10 3067638.32 416900.30 1818618.04
## 832 51 2015-01-04 1.02 3382800.12 467259.47 2059657.71
## 833 0 2015-12-27 1.16 173645.55 22694.58 98629.20
## 834 1 2015-12-20 1.11 180186.23 24111.34 100758.01
## 835 2 2015-12-13 1.14 187058.65 27053.78 107144.99
## 836 3 2015-12-06 1.10 171195.76 25260.16 99013.86
## 837 4 2015-11-29 1.17 146103.34 23707.06 82015.89
## 838 5 2015-11-22 1.16 162429.43 26601.95 85742.43
## 839 6 2015-11-15 1.09 189916.88 25483.85 113515.58
## 840 7 2015-11-08 1.09 214993.36 27837.88 137670.52
## 841 8 2015-11-01 1.13 219970.37 28916.15 140625.82
## 842 9 2015-10-25 1.11 183276.68 27595.50 101618.92
## 843 10 2015-10-18 0.93 264223.22 27640.26 186372.86
## 844 11 2015-10-11 1.05 225079.92 32042.53 137367.20
## 845 12 2015-10-04 1.16 188436.91 32554.49 95392.40
## 846 13 2015-09-27 1.15 192478.26 30410.27 108385.85
## 847 14 2015-09-20 1.17 188314.24 31925.36 101200.97
## 848 15 2015-09-13 1.07 254744.58 33047.61 170884.40
## 849 16 2015-09-06 1.19 225494.59 37453.63 128772.37
## 850 17 2015-08-30 1.18 219908.82 34595.95 125106.29
## 851 18 2015-08-23 1.10 222637.15 37213.90 128402.42
## 852 19 2015-08-16 1.09 247813.45 37089.49 161018.66
## 853 20 2015-08-09 1.07 247575.06 40320.20 149595.95
## 854 21 2015-08-02 1.10 242281.36 40387.93 143352.05
## 855 22 2015-07-26 1.17 225227.57 39346.13 123455.52
## 856 23 2015-07-19 1.19 229650.57 42405.80 119272.94
## 857 24 2015-07-12 1.17 233638.96 42200.05 119798.85
## 858 25 2015-07-05 1.19 275844.88 49829.42 142250.13
## 859 26 2015-06-28 1.20 243537.29 42688.00 124701.97
## 860 27 2015-06-21 1.19 255431.85 44179.19 128614.97
## 861 28 2015-06-14 1.13 277578.88 42766.16 140403.76
## 862 29 2015-06-07 1.21 265638.42 40587.95 138950.26
## 863 30 2015-05-31 1.22 260058.34 42572.44 125281.89
## 864 31 2015-05-24 1.21 270097.92 43499.81 132429.70
## 865 32 2015-05-17 1.19 252843.56 44842.47 120942.94
## 866 33 2015-05-10 1.19 299147.73 53021.23 158314.43
## 867 34 2015-05-03 1.17 255913.63 46183.27 130134.66
## 868 35 2015-04-26 1.21 234322.13 45102.26 118533.62
## 869 36 2015-04-19 1.17 237429.16 45693.41 112023.17
## 870 37 2015-04-12 1.18 201544.53 35513.59 101051.47
## 871 38 2015-04-05 1.21 216376.66 35705.85 112157.42
## 872 39 2015-03-29 1.14 197282.25 31891.81 102587.16
## 873 40 2015-03-22 1.08 219149.75 28701.47 129731.50
## 874 41 2015-03-15 1.20 190760.30 31225.82 84433.44
## 875 42 2015-03-08 1.15 192277.92 38517.23 75750.79
## 876 43 2015-03-01 1.07 230913.14 28899.98 134019.55
## 877 44 2015-02-22 1.20 191040.19 32241.22 83702.91
## 878 45 2015-02-15 1.22 187671.77 28592.73 85311.10
## 879 46 2015-02-08 1.02 239756.62 35933.38 126557.74
## 880 47 2015-02-01 1.06 283137.88 42732.12 168621.69
## 881 48 2015-01-25 1.17 206074.14 33193.27 89075.29
## 882 49 2015-01-18 1.24 182604.68 30928.18 85410.46
## 883 50 2015-01-11 1.26 178735.25 34535.57 78778.96
## 884 51 2015-01-04 1.05 203939.14 32679.84 121020.54
## 885 0 2015-12-27 1.27 243556.57 4427.27 194438.24
## 886 1 2015-12-20 1.18 264155.74 4806.75 212205.34
## 887 2 2015-12-13 1.24 238558.16 4439.86 186550.43
## 888 3 2015-12-06 1.19 239945.42 4269.91 199395.25
## 889 4 2015-11-29 1.32 213631.54 3572.70 172790.41
## 890 5 2015-11-22 1.27 212091.14 3720.08 176358.45
## 891 6 2015-11-15 1.12 275217.97 4680.06 228183.77
## 892 7 2015-11-08 1.16 309186.06 5048.20 260745.71
## 893 8 2015-11-01 1.16 326067.03 4471.30 271817.93
## 894 9 2015-10-25 1.20 234361.36 3444.57 183080.97
## 895 10 2015-10-18 0.93 407866.27 4980.03 357183.34
## 896 11 2015-10-11 1.38 264227.78 4555.33 206738.06
## 897 12 2015-10-04 1.30 262638.61 5369.78 205512.49
## 898 13 2015-09-27 1.29 247141.63 3978.86 196807.93
## 899 14 2015-09-20 1.25 241532.74 3716.84 179938.31
## 900 15 2015-09-13 1.11 341176.21 4326.64 283221.20
## 901 16 2015-09-06 1.27 281256.19 3976.35 221997.70
## 902 17 2015-08-30 1.26 292827.27 3882.25 241162.58
## 903 18 2015-08-23 1.14 298493.22 4337.08 248478.66
## 904 19 2015-08-16 1.12 351074.46 4402.25 292976.90
## 905 20 2015-08-09 1.12 354490.75 4619.78 292318.39
## 906 21 2015-08-02 1.16 323449.77 4543.97 268797.64
## 907 22 2015-07-26 1.30 266049.58 3579.93 205203.65
## 908 23 2015-07-19 1.32 258239.10 3759.04 189919.51
## 909 24 2015-07-12 1.06 389782.20 4947.35 299937.47
## 910 25 2015-07-05 1.25 339064.22 4847.80 250696.56
## 911 26 2015-06-28 1.27 304624.07 4253.95 226699.55
## 912 27 2015-06-21 1.25 341628.84 4030.52 258200.71
## 913 28 2015-06-14 1.15 338036.94 4926.58 253423.88
## 914 29 2015-06-07 1.29 353474.52 4435.64 281285.58
## 915 30 2015-05-31 1.33 319502.82 4974.69 237651.14
## 916 31 2015-05-24 1.34 314930.61 4532.15 229800.24
## 917 32 2015-05-17 1.20 358753.17 4623.90 281567.10
## 918 33 2015-05-10 1.25 370924.13 5262.94 288462.56
## 919 34 2015-05-03 1.25 329589.03 4005.44 255378.50
## 920 35 2015-04-26 1.36 277178.42 4159.50 206008.87
## 921 36 2015-04-19 1.35 271198.73 3625.55 196720.42
## 922 37 2015-04-12 1.25 251083.39 3432.34 182584.86
## 923 38 2015-04-05 1.33 246967.21 4021.27 183801.36
## 924 39 2015-03-29 1.22 241495.12 3980.50 184277.87
## 925 40 2015-03-22 1.11 292821.36 5900.60 230143.88
## 926 41 2015-03-15 1.40 225761.68 6740.23 150490.66
## 927 42 2015-03-08 1.43 210375.08 3253.02 125712.73
## 928 43 2015-03-01 1.12 314917.55 4547.97 250129.65
## 929 44 2015-02-22 1.38 220210.32 3632.57 142741.20
## 930 45 2015-02-15 1.39 223170.31 3681.09 138690.77
## 931 46 2015-02-08 1.09 364571.57 6791.17 289098.22
## 932 47 2015-02-01 1.32 297969.31 4803.72 216923.02
## 933 48 2015-01-25 1.35 241174.11 4305.86 150044.76
## 934 49 2015-01-18 1.39 229216.05 3347.41 160683.80
## 935 50 2015-01-11 1.38 232640.15 4365.27 143001.84
## 936 51 2015-01-04 1.06 332208.14 6387.60 267593.62
## 937 0 2015-12-27 0.78 944506.54 389773.22 288003.62
## 938 1 2015-12-20 0.75 922355.67 382444.22 278067.11
## 939 2 2015-12-13 0.73 998752.95 412187.80 386865.21
## 940 3 2015-12-06 0.74 989676.85 368528.91 490805.00
## 941 4 2015-11-29 0.79 783225.98 391616.95 289533.68
## 942 5 2015-11-22 0.73 913002.96 402191.51 391110.76
## 943 6 2015-11-15 0.72 998801.78 530464.33 332541.11
## 944 7 2015-11-08 0.75 983909.85 427828.16 411365.91
## 945 8 2015-11-01 0.77 1007805.74 395945.00 365506.02
## 946 9 2015-10-25 0.88 933623.58 437329.85 313129.29
## 947 10 2015-10-18 0.90 847813.12 436132.20 242842.91
## 948 11 2015-10-11 0.79 1036269.51 410949.18 385629.69
## 949 12 2015-10-04 0.82 1019283.99 411727.49 435388.05
## 950 13 2015-09-27 0.86 968988.09 383218.43 458982.90
## 951 14 2015-09-20 0.83 967228.05 417701.88 445473.03
## 952 15 2015-09-13 0.89 1095790.27 421533.83 540499.39
## 953 16 2015-09-06 0.89 1090493.39 460377.08 495487.54
## 954 17 2015-08-30 0.88 926124.93 559048.70 260761.33
## 955 18 2015-08-23 0.89 933166.17 509472.17 321616.50
## 956 19 2015-08-16 0.92 968899.09 565965.79 297434.65
## 957 20 2015-08-09 0.92 935149.69 474778.09 356592.63
## 958 21 2015-08-02 0.90 948126.90 568694.81 281941.22
## 959 22 2015-07-26 0.79 1086740.19 522819.52 443177.18
## 960 23 2015-07-19 0.78 1093424.59 517797.01 424786.53
## 961 24 2015-07-12 0.79 999607.51 559622.59 307628.06
## 962 25 2015-07-05 0.79 1173819.67 652959.91 371700.87
## 963 26 2015-06-28 0.74 1135915.03 613485.76 337700.09
## 964 27 2015-06-21 0.74 1196121.27 578767.93 449584.59
## 965 28 2015-06-14 0.62 1533409.28 924661.29 439063.48
## 966 29 2015-06-07 0.72 1172177.72 675888.37 364707.14
## 967 30 2015-05-31 0.72 1262932.78 757230.93 383626.57
## 968 31 2015-05-24 0.83 1089679.39 662438.33 324447.92
## 969 32 2015-05-17 0.82 1025659.59 676510.74 263395.46
## 970 33 2015-05-10 0.76 1201673.17 654227.60 424395.94
## 971 34 2015-05-03 0.74 1296308.05 651055.45 502617.22
## 972 35 2015-04-26 0.79 1082231.89 689172.94 295785.80
## 973 36 2015-04-19 0.82 933033.17 566197.65 250464.55
## 974 37 2015-04-12 0.79 1096074.97 631292.63 353794.42
## 975 38 2015-04-05 0.83 1249645.20 608887.60 496479.07
## 976 39 2015-03-29 0.79 1116225.29 502389.02 480447.28
## 977 40 2015-03-22 0.80 1036663.77 514614.47 393974.61
## 978 41 2015-03-15 0.77 1043172.77 526390.61 401259.86
## 979 42 2015-03-08 0.78 1166055.83 507328.95 517669.77
## 980 43 2015-03-01 0.87 991328.46 481279.09 391780.92
## 981 44 2015-02-22 0.82 978807.74 520034.92 346617.64
## 982 45 2015-02-15 0.73 1062387.72 571823.28 364817.51
## 983 46 2015-02-08 0.70 1180723.02 525259.71 535768.93
## 984 47 2015-02-01 0.72 1280364.01 540024.17 597855.73
## 985 48 2015-01-25 0.77 983910.94 549415.32 309974.97
## 986 49 2015-01-18 0.77 1017854.16 458532.19 429687.47
## 987 50 2015-01-11 0.78 1062071.65 463272.52 441785.80
## 988 51 2015-01-04 0.71 1062990.62 506426.58 436347.57
## 989 0 2015-12-27 1.04 123096.09 4647.28 69384.73
## 990 1 2015-12-20 1.10 116353.68 3702.20 67983.94
## 991 2 2015-12-13 1.03 125342.89 4904.51 69984.32
## 992 3 2015-12-06 0.92 145740.44 4067.00 89452.99
## 993 4 2015-11-29 1.08 108444.41 3079.44 65254.08
## 994 5 2015-11-22 1.11 115384.56 3979.57 68939.61
## 995 6 2015-11-15 1.08 124218.61 3478.99 71346.37
## 996 7 2015-11-08 0.96 147799.55 4337.57 84844.19
## 997 8 2015-11-01 1.01 147459.62 5224.61 84968.04
## 998 9 2015-10-25 1.02 151558.74 4333.17 89943.26
## 999 10 2015-10-18 0.97 159463.52 4397.88 102117.87
## 1000 11 2015-10-11 1.10 128848.68 4270.64 75604.83
## 1001 12 2015-10-04 0.98 139679.01 3645.90 87385.31
## 1002 13 2015-09-27 1.04 139490.52 2961.25 85578.17
## 1003 14 2015-09-20 0.91 185962.59 3942.44 116683.58
## 1004 15 2015-09-13 0.87 201620.58 3668.07 130327.72
## 1005 16 2015-09-06 1.11 156608.28 3361.77 92568.64
## 1006 17 2015-08-30 1.17 147066.48 3709.10 86767.95
## 1007 18 2015-08-23 1.22 131935.23 4293.59 77251.43
## 1008 19 2015-08-16 1.14 160059.77 5270.74 90141.76
## 1009 20 2015-08-09 1.20 148384.89 3553.34 91631.60
## 1010 21 2015-08-02 1.21 151883.21 3914.24 94006.28
## 1011 22 2015-07-26 1.22 144476.44 3840.10 84797.31
## 1012 23 2015-07-19 1.07 168164.47 4866.47 101983.73
## 1013 24 2015-07-12 1.05 161431.59 4181.35 101947.17
## 1014 25 2015-07-05 1.05 190716.43 4890.33 119457.27
## 1015 26 2015-06-28 0.95 198267.13 5514.89 121148.60
## 1016 27 2015-06-21 1.03 205199.16 7214.14 124628.24
## 1017 28 2015-06-14 1.15 173545.33 10382.27 97079.96
## 1018 29 2015-06-07 1.28 155730.59 16121.10 80781.48
## 1019 30 2015-05-31 1.37 142817.83 13199.86 80053.62
## 1020 31 2015-05-24 1.29 168797.97 19662.17 92856.90
## 1021 32 2015-05-17 1.26 164076.81 18666.08 89510.92
## 1022 33 2015-05-10 1.06 195532.38 16899.58 127193.06
## 1023 34 2015-05-03 1.13 178889.83 18025.82 113204.30
## 1024 35 2015-04-26 1.24 158499.41 12319.28 88398.02
## 1025 36 2015-04-19 1.08 179103.30 12091.85 106308.89
## 1026 37 2015-04-12 1.15 146422.18 13496.90 86722.03
## 1027 38 2015-04-05 1.17 151260.15 12623.45 95213.63
## 1028 39 2015-03-29 1.09 161288.59 5382.76 97691.27
## 1029 40 2015-03-22 1.11 160557.81 3961.00 102319.13
## 1030 41 2015-03-15 1.21 140487.57 4942.49 88080.11
## 1031 42 2015-03-08 1.07 160438.38 6082.65 97697.59
## 1032 43 2015-03-01 1.13 169556.49 4876.24 110740.95
## 1033 44 2015-02-22 1.34 127501.04 4269.36 80442.92
## 1034 45 2015-02-15 1.30 121767.82 5833.67 75495.03
## 1035 46 2015-02-08 0.98 158792.02 7650.86 109166.71
## 1036 47 2015-02-01 0.92 245352.56 7245.61 181784.28
## 1037 48 2015-01-25 1.06 149473.79 3642.56 108152.40
## 1038 49 2015-01-18 1.14 149319.82 2910.77 103890.90
## 1039 50 2015-01-11 1.25 138617.04 3024.88 100509.97
## 1040 51 2015-01-04 1.02 160130.15 4007.41 118435.79
## 1041 0 2015-12-27 0.99 132982.84 91470.46 7688.79
## 1042 1 2015-12-20 1.19 95935.66 63053.15 6544.15
## 1043 2 2015-12-13 0.96 140036.16 100533.31 8913.72
## 1044 3 2015-12-06 1.19 93337.13 65041.02 7716.82
## 1045 4 2015-11-29 0.96 121236.54 85341.93 7840.61
## 1046 5 2015-11-22 0.98 115300.79 77130.61 8054.18
## 1047 6 2015-11-15 1.25 90999.05 57764.90 7319.36
## 1048 7 2015-11-08 1.25 94495.69 62219.27 7707.94
## 1049 8 2015-11-01 0.97 162559.72 110439.42 11892.01
## 1050 9 2015-10-25 1.22 98097.37 61125.82 8956.16
## 1051 10 2015-10-18 1.25 92599.79 57713.02 9666.15
## 1052 11 2015-10-11 0.99 141875.20 93556.40 12101.67
## 1053 12 2015-10-04 0.99 153146.21 102479.00 13922.67
## 1054 13 2015-09-27 1.27 92325.73 52301.92 14641.98
## 1055 14 2015-09-20 0.99 157688.29 97864.33 21665.96
## 1056 15 2015-09-13 1.24 102870.89 55192.87 19471.72
## 1057 16 2015-09-06 0.98 179837.71 109912.85 23440.35
## 1058 17 2015-08-30 1.26 116109.00 64015.75 19572.08
## 1059 18 2015-08-23 1.25 111825.39 60641.90 19269.77
## 1060 19 2015-08-16 1.25 107523.14 60507.19 16156.31
## 1061 20 2015-08-09 0.99 188720.77 121358.64 22750.53
## 1062 21 2015-08-02 1.24 112332.05 63302.99 19717.01
## 1063 22 2015-07-26 1.25 112997.27 69032.32 19637.03
## 1064 23 2015-07-19 1.00 173741.30 111744.79 24068.98
## 1065 24 2015-07-12 1.22 110964.60 62590.29 18465.56
## 1066 25 2015-07-05 0.95 211960.25 132207.91 27446.00
## 1067 26 2015-06-28 1.16 135739.94 78066.95 19522.69
## 1068 27 2015-06-21 0.95 192111.32 118742.11 23814.65
## 1069 28 2015-06-14 1.20 129526.61 72175.96 13979.81
## 1070 29 2015-06-07 0.98 190396.80 132109.76 13656.80
## 1071 30 2015-05-31 1.24 128105.43 86553.01 7980.50
## 1072 31 2015-05-24 1.00 195410.86 139484.96 13258.26
## 1073 32 2015-05-17 1.22 120930.26 81751.17 8351.79
## 1074 33 2015-05-10 1.24 125605.25 85005.28 8543.63
## 1075 34 2015-05-03 0.96 254514.32 185046.86 16450.96
## 1076 35 2015-04-26 1.21 127939.11 87231.57 9218.89
## 1077 36 2015-04-19 1.17 124795.93 81015.05 8893.31
## 1078 37 2015-04-12 0.99 180970.46 132039.44 13392.51
## 1079 38 2015-04-05 1.10 146744.37 105691.56 11012.21
## 1080 39 2015-03-29 1.20 109050.11 74529.93 8432.63
## 1081 40 2015-03-22 0.96 185570.06 136390.88 13642.52
## 1082 41 2015-03-15 1.27 110128.66 76237.55 8987.99
## 1083 42 2015-03-08 1.24 112487.20 77300.18 8997.99
## 1084 43 2015-03-01 1.01 167254.64 121358.37 13685.85
## 1085 44 2015-02-22 1.10 121048.70 79840.95 10684.39
## 1086 45 2015-02-15 1.24 105176.25 70695.14 9457.72
## 1087 46 2015-02-08 1.21 91840.75 62181.18 9886.68
## 1088 47 2015-02-01 0.92 237910.63 171139.21 22525.96
## 1089 48 2015-01-25 1.20 109940.55 66985.59 14505.13
## 1090 49 2015-01-18 1.27 99496.16 57479.20 16442.71
## 1091 50 2015-01-11 1.20 99757.17 57635.74 17025.48
## 1092 51 2015-01-04 0.97 153506.84 105203.79 19147.78
## 1093 0 2015-12-27 0.83 292707.14 135799.94 93317.46
## 1094 1 2015-12-20 0.96 232294.71 96355.05 77086.11
## 1095 2 2015-12-13 0.95 216119.35 101042.61 68490.51
## 1096 3 2015-12-06 0.89 244024.83 94777.64 107758.80
## 1097 4 2015-11-29 0.95 205476.61 88653.67 81160.21
## 1098 5 2015-11-22 0.98 215985.17 87241.86 91574.86
## 1099 6 2015-11-15 0.95 247795.44 100856.23 106817.36
## 1100 7 2015-11-08 0.92 237248.22 119810.22 74648.59
## 1101 8 2015-11-01 0.99 230414.44 87202.70 94900.43
## 1102 9 2015-10-25 0.98 245167.14 79873.47 115618.11
## 1103 10 2015-10-18 0.91 279364.03 108979.09 126743.26
## 1104 11 2015-10-11 0.94 268709.29 62866.32 155590.50
## 1105 12 2015-10-04 0.97 269072.20 69916.72 154943.93
## 1106 13 2015-09-27 0.97 272925.76 63209.79 170341.44
## 1107 14 2015-09-20 0.97 284247.20 70945.65 163822.19
## 1108 15 2015-09-13 0.88 346994.49 82171.46 179103.00
## 1109 16 2015-09-06 1.02 311124.27 123361.73 128141.12
## 1110 17 2015-08-30 1.09 284309.17 114660.27 124423.82
## 1111 18 2015-08-23 1.06 261084.13 131414.80 84541.60
## 1112 19 2015-08-16 0.96 314774.36 110442.18 136169.01
## 1113 20 2015-08-09 0.96 353118.24 117882.58 163299.76
## 1114 21 2015-08-02 1.09 272441.01 137413.89 79606.69
## 1115 22 2015-07-26 1.06 272267.50 137702.81 75823.92
## 1116 23 2015-07-19 1.03 269642.38 131325.70 78566.88
## 1117 24 2015-07-12 1.02 277827.44 136319.06 83225.67
## 1118 25 2015-07-05 1.05 332735.24 147937.64 100709.15
## 1119 26 2015-06-28 1.01 293408.89 138921.52 86492.67
## 1120 27 2015-06-21 0.90 338638.80 128876.23 126683.91
## 1121 28 2015-06-14 0.88 389599.87 145932.79 161219.75
## 1122 29 2015-06-07 1.02 335693.08 146782.32 112611.12
## 1123 30 2015-05-31 1.03 285741.48 134269.07 84841.82
## 1124 31 2015-05-24 0.98 293059.10 152869.01 83857.08
## 1125 32 2015-05-17 0.95 279843.22 144311.49 84178.93
## 1126 33 2015-05-10 0.98 325085.14 148053.33 117101.65
## 1127 34 2015-05-03 0.94 406840.38 146068.11 188533.85
## 1128 35 2015-04-26 0.88 334718.74 133307.70 132942.52
## 1129 36 2015-04-19 0.82 336520.60 206745.02 66506.38
## 1130 37 2015-04-12 0.76 369817.99 245368.93 69484.66
## 1131 38 2015-04-05 0.81 360356.29 226614.58 76597.83
## 1132 39 2015-03-29 0.84 354048.59 194240.37 104621.47
## 1133 40 2015-03-22 0.90 311228.44 151597.02 115109.24
## 1134 41 2015-03-15 1.07 261650.41 112120.65 108345.08
## 1135 42 2015-03-08 1.01 291046.81 114868.10 132275.90
## 1136 43 2015-03-01 1.05 293036.34 92829.75 151163.75
## 1137 44 2015-02-22 1.16 242732.32 98669.04 103066.30
## 1138 45 2015-02-15 1.12 255465.26 101363.74 111729.04
## 1139 46 2015-02-08 1.01 318770.67 108258.88 162192.25
## 1140 47 2015-02-01 0.94 370223.11 144461.66 185057.29
## 1141 48 2015-01-25 1.06 249509.99 114584.67 98937.17
## 1142 49 2015-01-18 1.06 233186.09 100191.96 94930.69
## 1143 50 2015-01-11 0.93 274481.48 126092.05 101653.19
## 1144 51 2015-01-04 0.80 317861.35 134003.07 120628.37
## 1145 0 2015-12-27 0.80 2326942.14 976982.58 455203.42
## 1146 1 2015-12-20 0.85 2149872.45 870581.10 396515.66
## 1147 2 2015-12-13 0.74 2690296.07 1072331.45 456120.56
## 1148 3 2015-12-06 0.66 3048290.53 1204232.39 682692.02
## 1149 4 2015-11-29 0.83 2156008.93 833468.11 501667.47
## 1150 5 2015-11-22 0.81 2268076.38 886079.66 558302.72
## 1151 6 2015-11-15 0.74 2828361.90 1281378.91 661936.25
## 1152 7 2015-11-08 0.84 2621078.31 1314856.37 702841.97
## 1153 8 2015-11-01 0.89 2617806.65 1232603.24 914725.31
## 1154 9 2015-10-25 0.95 2327634.45 974251.62 925306.32
## 1155 10 2015-10-18 0.89 2661345.12 1045819.20 1169758.16
## 1156 11 2015-10-11 0.92 2591981.76 1014382.60 1205553.71
## 1157 12 2015-10-04 0.98 2278629.09 798046.49 1120569.37
## 1158 13 2015-09-27 0.90 2674658.54 1004429.55 1305809.85
## 1159 14 2015-09-20 0.99 2392448.90 1024117.14 947562.49
## 1160 15 2015-09-13 0.98 2549512.50 1076046.71 1079298.40
## 1161 16 2015-09-06 0.92 2983163.34 1809743.28 738938.41
## 1162 17 2015-08-30 0.90 3037663.98 2084250.55 503077.81
## 1163 18 2015-08-23 1.03 2604991.25 1687625.73 538010.14
## 1164 19 2015-08-16 0.93 2943218.77 2040657.52 516718.52
## 1165 20 2015-08-09 0.94 3371114.14 2176899.72 813280.77
## 1166 21 2015-08-02 1.00 2742211.46 1883744.01 503247.72
## 1167 22 2015-07-26 0.95 2893887.74 2052103.60 440413.60
## 1168 23 2015-07-19 1.02 2614726.11 1801294.72 417289.56
## 1169 24 2015-07-12 1.03 2652480.70 1707544.28 548712.47
## 1170 25 2015-07-05 0.96 3435374.51 2373501.16 564583.23
## 1171 26 2015-06-28 0.94 2921148.91 2073077.35 419199.06
## 1172 27 2015-06-21 0.91 3040023.34 2133616.93 473295.46
## 1173 28 2015-06-14 0.79 3689140.93 2747257.69 497878.86
## 1174 29 2015-06-07 0.84 3261844.41 2356669.17 447751.90
## 1175 30 2015-05-31 0.85 3196936.02 2355022.10 455405.46
## 1176 31 2015-05-24 0.97 2853904.60 2013195.78 465604.19
## 1177 32 2015-05-17 0.98 2557700.83 1817736.96 390302.38
## 1178 33 2015-05-10 0.78 3553642.53 2743972.44 390901.84
## 1179 34 2015-05-03 0.78 4015563.02 2914047.44 670161.40
## 1180 35 2015-04-26 1.02 2355703.98 1567937.53 427885.78
## 1181 36 2015-04-19 0.93 2901188.07 2029025.26 487491.50
## 1182 37 2015-04-12 0.93 2799667.40 1818859.19 579426.16
## 1183 38 2015-04-05 1.01 2603114.56 1753452.57 490701.38
## 1184 39 2015-03-29 1.00 2566690.28 1672623.80 535932.20
## 1185 40 2015-03-22 1.01 2466735.33 1423482.89 679696.81
## 1186 41 2015-03-15 0.94 2690257.20 1841764.25 445562.20
## 1187 42 2015-03-08 0.86 2797745.89 2005781.71 400644.42
## 1188 43 2015-03-01 0.75 3094278.93 2145439.03 592196.29
## 1189 44 2015-02-22 0.83 2954705.54 2050402.87 505580.16
## 1190 45 2015-02-15 0.83 2926435.94 2146773.46 408395.74
## 1191 46 2015-02-08 0.90 2641032.65 1673425.82 582236.24
## 1192 47 2015-02-01 0.74 4031949.04 2770656.27 854673.24
## 1193 48 2015-01-25 0.96 2329987.29 1518406.36 456562.55
## 1194 49 2015-01-18 0.89 2800679.50 1925013.31 526106.80
## 1195 50 2015-01-11 0.85 2713699.60 1786326.65 617233.39
## 1196 51 2015-01-04 0.85 2682159.95 1837999.65 524430.47
## 1197 0 2015-12-27 1.04 61654.94 1377.63 37760.21
## 1198 1 2015-12-20 1.05 56443.43 1703.96 30942.26
## 1199 2 2015-12-13 0.91 76543.82 1830.69 47375.43
## 1200 3 2015-12-06 0.83 103277.35 2186.88 65644.34
## 1201 4 2015-11-29 0.97 58667.71 1290.11 34019.62
## 1202 5 2015-11-22 1.01 60971.36 1319.83 33164.09
## 1203 6 2015-11-15 1.04 58816.50 1374.81 33868.95
## 1204 7 2015-11-08 0.93 86929.62 2052.89 52494.09
## 1205 8 2015-11-01 0.89 103768.67 3443.02 60544.64
## 1206 9 2015-10-25 1.06 64602.50 2031.83 36450.26
## 1207 10 2015-10-18 1.03 74092.73 1772.55 46436.42
## 1208 11 2015-10-11 1.03 74536.59 2060.03 44941.49
## 1209 12 2015-10-04 1.11 63157.22 1596.38 39700.73
## 1210 13 2015-09-27 1.18 60980.52 1456.28 40352.61
## 1211 14 2015-09-20 1.05 71064.71 1645.41 40184.52
## 1212 15 2015-09-13 0.98 85919.67 1730.17 56765.08
## 1213 16 2015-09-06 0.98 98154.04 2188.71 65116.35
## 1214 17 2015-08-30 1.13 70164.74 4909.59 40377.06
## 1215 18 2015-08-23 1.15 65333.20 2607.26 39932.88
## 1216 19 2015-08-16 1.09 78926.90 5051.31 45325.78
## 1217 20 2015-08-09 1.08 83592.89 3152.23 52753.42
## 1218 21 2015-08-02 0.93 91136.65 2141.86 59505.29
## 1219 22 2015-07-26 0.88 99545.41 1965.35 64026.49
## 1220 23 2015-07-19 1.08 77503.36 5812.67 44739.72
## 1221 24 2015-07-12 1.13 72693.94 2051.90 43381.39
## 1222 25 2015-07-05 1.15 81748.59 1948.65 49319.51
## 1223 26 2015-06-28 1.15 69230.74 2289.22 41216.44
## 1224 27 2015-06-21 1.17 78272.57 3338.54 44777.85
## 1225 28 2015-06-14 1.07 82364.21 2241.94 50907.67
## 1226 29 2015-06-07 1.01 98865.51 8145.60 62401.26
## 1227 30 2015-05-31 1.00 92345.33 7195.55 58910.38
## 1228 31 2015-05-24 1.05 79567.66 2581.31 55999.82
## 1229 32 2015-05-17 1.20 73537.14 2114.98 48390.37
## 1230 33 2015-05-10 1.10 85446.43 2278.40 60221.59
## 1231 34 2015-05-03 1.03 95550.51 2031.68 66286.54
## 1232 35 2015-04-26 1.21 65742.40 2070.06 42192.26
## 1233 36 2015-04-19 1.01 95959.08 2113.76 62591.27
## 1234 37 2015-04-12 0.97 88236.19 2761.77 61733.99
## 1235 38 2015-04-05 1.08 75626.30 1833.31 49893.14
## 1236 39 2015-03-29 1.00 93802.08 2639.24 64264.48
## 1237 40 2015-03-22 0.99 95101.27 2464.06 62778.34
## 1238 41 2015-03-15 1.21 56870.10 2010.14 36582.61
## 1239 42 2015-03-08 1.18 62728.85 2777.27 38415.34
## 1240 43 2015-03-01 1.02 78626.99 1553.83 53158.82
## 1241 44 2015-02-22 1.01 107443.35 3122.61 77315.21
## 1242 45 2015-02-15 1.13 80537.77 3843.22 50486.30
## 1243 46 2015-02-08 1.00 87054.02 6359.25 59424.49
## 1244 47 2015-02-01 0.90 125504.98 5378.31 83854.56
## 1245 48 2015-01-25 1.02 86635.35 2283.00 63038.53
## 1246 49 2015-01-18 1.06 85580.15 2250.10 63826.82
## 1247 50 2015-01-11 1.05 75129.36 2299.74 53313.74
## 1248 51 2015-01-04 0.92 101162.98 1991.63 75090.16
## 1249 0 2015-12-27 0.99 545064.74 387953.32 44652.25
## 1250 1 2015-12-20 1.21 350533.71 238269.18 32386.55
## 1251 2 2015-12-13 0.97 529317.46 387065.94 49363.20
## 1252 3 2015-12-06 1.25 340513.61 247061.97 34861.19
## 1253 4 2015-11-29 0.98 470218.14 349408.27 42435.51
## 1254 5 2015-11-22 0.98 499396.26 359876.76 47195.19
## 1255 6 2015-11-15 1.22 368996.48 258624.78 42921.48
## 1256 7 2015-11-08 1.22 329065.04 223219.98 37562.72
## 1257 8 2015-11-01 0.98 566030.64 415970.77 54992.76
## 1258 9 2015-10-25 1.25 307072.85 212163.19 35901.59
## 1259 10 2015-10-18 1.24 333933.98 224505.79 42454.42
## 1260 11 2015-10-11 1.00 538384.22 384920.27 59335.78
## 1261 12 2015-10-04 0.99 570367.24 411182.68 63182.62
## 1262 13 2015-09-27 1.31 318048.12 200219.37 57857.02
## 1263 14 2015-09-20 0.98 559818.31 381034.21 76606.11
## 1264 15 2015-09-13 1.26 331077.90 197328.71 64770.61
## 1265 16 2015-09-06 0.98 637326.79 442545.72 80524.31
## 1266 17 2015-08-30 1.24 362232.28 212188.58 66569.74
## 1267 18 2015-08-23 1.24 372525.30 218751.04 70677.18
## 1268 19 2015-08-16 1.24 360308.77 213812.79 61634.91
## 1269 20 2015-08-09 0.97 655821.90 450713.76 86740.57
## 1270 21 2015-08-02 1.22 371660.15 219518.15 66230.77
## 1271 22 2015-07-26 1.24 379954.31 233056.82 63065.93
## 1272 23 2015-07-19 0.96 626841.50 436603.60 96849.49
## 1273 24 2015-07-12 1.24 402706.71 235985.01 79717.36
## 1274 25 2015-07-05 0.98 718152.22 483878.34 101119.61
## 1275 26 2015-06-28 1.21 443970.60 259852.13 79482.73
## 1276 27 2015-06-21 0.96 669409.29 445033.36 90433.46
## 1277 28 2015-06-14 1.26 437896.64 273373.33 55875.20
## 1278 29 2015-06-07 0.99 683877.72 503235.62 60937.00
## 1279 30 2015-05-31 1.27 419158.75 296763.96 35493.31
## 1280 31 2015-05-24 1.01 757305.14 571149.16 62989.67
## 1281 32 2015-05-17 1.24 450603.36 323238.36 36762.19
## 1282 33 2015-05-10 1.28 435547.13 315524.39 37151.03
## 1283 34 2015-05-03 0.98 917424.76 690389.21 81078.28
## 1284 35 2015-04-26 1.25 476017.06 341780.74 41476.06
## 1285 36 2015-04-19 1.23 434025.46 306881.48 38958.56
## 1286 37 2015-04-12 1.00 692569.85 525432.60 63130.09
## 1287 38 2015-04-05 1.11 510738.88 370549.02 48767.27
## 1288 39 2015-03-29 1.25 370065.74 261045.75 32977.11
## 1289 40 2015-03-22 0.97 642934.25 480064.45 58232.21
## 1290 41 2015-03-15 1.33 371716.28 272270.43 35374.87
## 1291 42 2015-03-08 1.30 356311.66 253963.70 32888.65
## 1292 43 2015-03-01 1.01 647014.16 484615.92 60307.81
## 1293 44 2015-02-22 1.24 369819.98 256141.10 35032.65
## 1294 45 2015-02-15 1.29 353520.71 243991.59 34941.84
## 1295 46 2015-02-08 1.25 348210.50 249833.46 35897.43
## 1296 47 2015-02-01 0.95 753300.79 566917.32 74532.61
## 1297 48 2015-01-25 1.27 398055.71 289948.64 41120.06
## 1298 49 2015-01-18 1.30 405138.19 285204.29 42798.99
## 1299 50 2015-01-11 1.28 342796.99 242922.42 36043.54
## 1300 51 2015-01-04 0.97 540234.22 398670.03 54844.33
## 1301 0 2015-12-27 1.05 2065131.33 435246.31 1022861.71
## 1302 1 2015-12-20 1.05 2044020.93 446433.13 1024405.09
## 1303 2 2015-12-13 1.03 2193142.82 515063.58 1060753.67
## 1304 3 2015-12-06 1.00 2233138.01 507201.58 1154808.22
## 1305 4 2015-11-29 1.05 1845443.13 417849.42 939038.50
## 1306 5 2015-11-22 1.06 1903245.00 422437.27 955972.74
## 1307 6 2015-11-15 1.02 2355839.19 470482.80 1302219.95
## 1308 7 2015-11-08 1.04 2503008.26 568612.19 1248271.45
## 1309 8 2015-11-01 1.08 2511760.36 549089.55 1188242.89
## 1310 9 2015-10-25 1.13 2188485.29 522060.98 980865.05
## 1311 10 2015-10-18 1.05 2783170.15 555583.11 1537196.96
## 1312 11 2015-10-11 1.13 2329757.67 469059.21 1057488.47
## 1313 12 2015-10-04 1.18 2233935.94 467701.30 1070891.86
## 1314 13 2015-09-27 1.11 2390611.02 479660.47 1206766.08
## 1315 14 2015-09-20 1.13 2447264.74 555127.12 1122683.82
## 1316 15 2015-09-13 1.09 2814803.06 574792.78 1444401.99
## 1317 16 2015-09-06 1.08 3013825.75 564493.74 1458691.19
## 1318 17 2015-08-30 1.18 2535192.78 516825.42 1161145.08
## 1319 18 2015-08-23 1.12 2765838.10 571552.62 1286342.30
## 1320 19 2015-08-16 1.14 2823405.23 627950.44 1355609.83
## 1321 20 2015-08-09 1.15 2710710.15 531460.61 1328248.62
## 1322 21 2015-08-02 1.14 2752081.97 532287.84 1359710.96
## 1323 22 2015-07-26 1.15 2664424.22 531729.96 1239353.81
## 1324 23 2015-07-19 1.14 2751192.77 569216.65 1234664.00
## 1325 24 2015-07-12 1.13 2783554.82 532046.38 1337980.83
## 1326 25 2015-07-05 1.13 3183419.60 632988.75 1545460.43
## 1327 26 2015-06-28 1.14 2835630.41 534709.22 1324231.26
## 1328 27 2015-06-21 1.13 2979417.82 601782.55 1363070.07
## 1329 28 2015-06-14 1.09 3173051.42 653441.16 1484200.81
## 1330 29 2015-06-07 1.14 2918298.91 724315.73 1217522.42
## 1331 30 2015-05-31 1.14 3039403.06 734816.30 1377202.12
## 1332 31 2015-05-24 1.14 3119050.91 719874.17 1431141.56
## 1333 32 2015-05-17 1.18 2817008.33 698401.80 1201257.18
## 1334 33 2015-05-10 1.17 2956859.19 721935.59 1299998.70
## 1335 34 2015-05-03 1.07 3410467.52 793989.95 1557507.45
## 1336 35 2015-04-26 1.20 2699614.50 698128.52 1125853.00
## 1337 36 2015-04-19 1.18 2711008.32 654378.33 1125460.56
## 1338 37 2015-04-12 1.13 2829416.58 665283.33 1298472.42
## 1339 38 2015-04-05 1.19 2519677.31 617567.29 1066608.50
## 1340 39 2015-03-29 1.18 2523110.39 576473.89 1160794.38
## 1341 40 2015-03-22 1.11 2779012.66 681261.26 1282053.45
## 1342 41 2015-03-15 1.19 2462108.11 570576.91 1066470.63
## 1343 42 2015-03-08 1.21 2297509.11 545690.60 949015.34
## 1344 43 2015-03-01 1.14 2538981.60 620672.44 1151353.87
## 1345 44 2015-02-22 1.10 2720346.71 632670.12 1209150.04
## 1346 45 2015-02-15 1.17 2420829.45 634266.43 982380.32
## 1347 46 2015-02-08 1.06 2734006.98 732854.05 1222159.62
## 1348 47 2015-02-01 0.99 3668037.65 888523.17 1798504.77
## 1349 48 2015-01-25 1.15 2480820.72 566435.98 1077630.80
## 1350 49 2015-01-18 1.19 2330829.20 530333.83 1045424.87
## 1351 50 2015-01-11 1.17 2335986.11 560119.16 1032606.49
## 1352 51 2015-01-04 1.10 2578275.12 575245.44 1311502.53
## 1353 0 2015-12-27 0.96 123669.89 79508.70 8706.29
## 1354 1 2015-12-20 0.99 127373.56 87309.07 7415.81
## 1355 2 2015-12-13 0.91 153425.94 103097.40 11175.45
## 1356 3 2015-12-06 1.00 130989.23 88033.66 9655.78
## 1357 4 2015-11-29 0.95 119919.67 77155.36 9407.46
## 1358 5 2015-11-22 0.96 127165.59 79960.92 10083.16
## 1359 6 2015-11-15 1.04 124671.40 77510.50 11869.33
## 1360 7 2015-11-08 1.03 135506.08 87957.90 11807.40
## 1361 8 2015-11-01 0.94 159318.32 97774.21 20102.72
## 1362 9 2015-10-25 0.91 148660.26 89991.51 20511.16
## 1363 10 2015-10-18 0.91 182647.96 114107.69 29076.74
## 1364 11 2015-10-11 0.96 167655.60 83621.05 35428.18
## 1365 12 2015-10-04 0.96 157490.03 78331.45 30106.11
## 1366 13 2015-09-27 1.04 160547.52 93381.62 25445.00
## 1367 14 2015-09-20 0.95 197649.58 108519.00 32478.82
## 1368 15 2015-09-13 1.05 154621.80 76424.28 25095.26
## 1369 16 2015-09-06 0.97 175977.60 92988.80 30510.75
## 1370 17 2015-08-30 1.09 142153.55 82766.98 21072.35
## 1371 18 2015-08-23 0.97 171575.35 112284.06 19284.06
## 1372 19 2015-08-16 0.96 187310.28 126796.30 18393.32
## 1373 20 2015-08-09 0.98 176410.40 105537.27 20560.40
## 1374 21 2015-08-02 1.08 151807.11 87160.08 19863.22
## 1375 22 2015-07-26 1.07 149262.89 85386.58 19400.24
## 1376 23 2015-07-19 0.98 186258.97 113404.36 19371.52
## 1377 24 2015-07-12 1.09 152991.78 90781.10 17434.57
## 1378 25 2015-07-05 0.97 201797.82 121473.02 25125.21
## 1379 26 2015-06-28 1.06 159981.66 90881.66 19436.14
## 1380 27 2015-06-21 0.96 188762.81 111226.04 17917.39
## 1381 28 2015-06-14 1.03 172302.47 103389.69 17224.17
## 1382 29 2015-06-07 0.96 189470.19 128293.70 10385.79
## 1383 30 2015-05-31 1.04 166214.14 117285.11 8351.55
## 1384 31 2015-05-24 0.98 194990.71 140921.85 9348.72
## 1385 32 2015-05-17 1.07 149400.13 100832.21 8161.87
## 1386 33 2015-05-10 1.07 165726.92 114337.07 9079.59
## 1387 34 2015-05-03 0.98 222813.00 159791.64 13149.16
## 1388 35 2015-04-26 1.08 166556.79 117295.03 8599.82
## 1389 36 2015-04-19 1.11 140649.30 91537.59 7598.50
## 1390 37 2015-04-12 1.00 158490.37 111682.33 9658.98
## 1391 38 2015-04-05 1.06 155074.03 104270.46 8266.56
## 1392 39 2015-03-29 1.07 151301.45 102824.72 8307.47
## 1393 40 2015-03-22 1.01 173980.22 122204.32 9195.02
## 1394 41 2015-03-15 1.08 131053.65 86390.93 6821.52
## 1395 42 2015-03-08 1.08 149239.40 104187.91 7723.68
## 1396 43 2015-03-01 0.99 169423.50 121799.85 9712.84
## 1397 44 2015-02-22 1.05 148164.20 101095.06 10053.42
## 1398 45 2015-02-15 1.03 153852.03 109047.70 9817.42
## 1399 46 2015-02-08 0.94 171749.31 125785.83 8119.73
## 1400 47 2015-02-01 0.94 221471.45 160834.57 13445.84
## 1401 48 2015-01-25 1.07 140855.47 95428.54 8371.74
## 1402 49 2015-01-18 1.08 143464.64 97216.47 8423.57
## 1403 50 2015-01-11 1.07 149832.20 103822.60 9098.86
## 1404 51 2015-01-04 1.00 162162.75 113865.83 11083.58
## 1405 0 2015-12-27 0.91 187664.29 105570.93 18655.62
## 1406 1 2015-12-20 0.92 191937.02 110266.94 18630.27
## 1407 2 2015-12-13 0.86 204217.20 119689.49 31214.29
## 1408 3 2015-12-06 0.94 185395.20 117854.69 21553.04
## 1409 4 2015-11-29 0.90 175833.54 96662.75 23572.73
## 1410 5 2015-11-22 0.94 192074.98 112638.84 18822.53
## 1411 6 2015-11-15 0.98 195780.23 113570.58 21747.26
## 1412 7 2015-11-08 0.96 197713.69 122265.65 21552.54
## 1413 8 2015-11-01 0.97 204738.15 129683.80 16059.69
## 1414 9 2015-10-25 1.01 191180.56 117736.07 17516.63
## 1415 10 2015-10-18 1.02 206563.03 124894.03 18241.03
## 1416 11 2015-10-11 1.00 217777.46 135769.89 16126.01
## 1417 12 2015-10-04 1.00 222488.23 133195.58 20601.83
## 1418 13 2015-09-27 1.06 199908.44 123528.92 17616.44
## 1419 14 2015-09-20 1.00 224017.47 135003.95 24187.24
## 1420 15 2015-09-13 1.02 219776.27 140509.91 18106.55
## 1421 16 2015-09-06 0.99 248354.52 155273.07 18010.18
## 1422 17 2015-08-30 1.03 234307.92 144651.98 14746.53
## 1423 18 2015-08-23 1.04 240560.86 152247.87 18687.77
## 1424 19 2015-08-16 1.04 253158.70 151208.53 16681.65
## 1425 20 2015-08-09 1.00 272464.74 171948.43 10121.42
## 1426 21 2015-08-02 1.04 248670.72 157656.04 8025.50
## 1427 22 2015-07-26 1.03 258960.17 171672.53 10443.49
## 1428 23 2015-07-19 0.98 258559.32 167068.14 8930.71
## 1429 24 2015-07-12 1.05 239908.64 149305.77 11069.26
## 1430 25 2015-07-05 1.01 297481.36 185225.73 9201.65
## 1431 26 2015-06-28 1.03 261199.27 163193.51 10737.56
## 1432 27 2015-06-21 0.93 293734.93 182416.44 8803.83
## 1433 28 2015-06-14 1.02 262250.02 166072.00 10920.46
## 1434 29 2015-06-07 0.99 288859.92 186502.94 8769.22
## 1435 30 2015-05-31 1.04 245293.53 164856.45 8536.94
## 1436 31 2015-05-24 1.03 265237.17 175841.33 10463.04
## 1437 32 2015-05-17 0.96 257403.43 172610.15 9661.21
## 1438 33 2015-05-10 1.05 256291.77 176480.19 7959.95
## 1439 34 2015-05-03 0.93 308655.60 204609.56 13133.92
## 1440 35 2015-04-26 0.96 265739.79 179543.83 9195.10
## 1441 36 2015-04-19 0.93 263486.63 172951.25 12171.55
## 1442 37 2015-04-12 0.97 235709.99 168050.37 7155.35
## 1443 38 2015-04-05 0.99 237821.61 166893.13 7766.84
## 1444 39 2015-03-29 0.97 237188.41 161509.61 9472.68
## 1445 40 2015-03-22 0.90 282494.07 196325.14 8985.90
## 1446 41 2015-03-15 1.09 233696.32 159683.23 11363.11
## 1447 42 2015-03-08 1.06 248273.79 163007.69 12379.43
## 1448 43 2015-03-01 1.08 224752.17 138924.43 16229.64
## 1449 44 2015-02-22 0.92 256174.52 178792.99 10819.78
## 1450 45 2015-02-15 1.02 230069.01 155288.64 11863.71
## 1451 46 2015-02-08 0.93 242065.29 169656.18 8648.32
## 1452 47 2015-02-01 0.81 367711.87 271075.59 11860.86
## 1453 48 2015-01-25 0.94 271448.06 188798.96 12771.98
## 1454 49 2015-01-18 1.03 267666.12 179991.12 23263.42
## 1455 50 2015-01-11 0.97 239232.35 165505.10 10680.54
## 1456 51 2015-01-04 0.94 222751.51 148384.22 14085.72
## 1457 0 2015-12-27 1.17 1129876.05 13711.19 872603.60
## 1458 1 2015-12-20 1.23 1139347.98 13998.35 867406.68
## 1459 2 2015-12-13 1.12 1254805.29 15990.38 975504.52
## 1460 3 2015-12-06 1.20 1068971.54 15730.10 887708.08
## 1461 4 2015-11-29 1.16 999169.64 13652.41 814571.57
## 1462 5 2015-11-22 1.14 1111803.12 15004.70 905344.06
## 1463 6 2015-11-15 1.04 1357393.34 23669.62 1107466.31
## 1464 7 2015-11-08 1.13 1406262.16 20146.29 1097994.07
## 1465 8 2015-11-01 1.06 2180520.22 24197.61 1916954.83
## 1466 9 2015-10-25 1.23 1048045.86 18035.94 790163.44
## 1467 10 2015-10-18 0.97 1856337.85 23873.63 1598365.27
## 1468 11 2015-10-11 1.28 1099283.22 14859.09 792683.64
## 1469 12 2015-10-04 1.26 1342963.26 19623.48 1060768.61
## 1470 13 2015-09-27 1.16 1201066.41 15448.68 941112.78
## 1471 14 2015-09-20 1.18 1192210.54 16098.34 913022.98
## 1472 15 2015-09-13 1.16 1479334.84 20526.41 1208256.11
## 1473 16 2015-09-06 1.22 1340925.56 19894.27 1074698.43
## 1474 17 2015-08-30 1.22 1251081.11 18628.20 982355.97
## 1475 18 2015-08-23 1.10 1477964.12 22589.42 1222687.73
## 1476 19 2015-08-16 1.14 1535981.40 19663.39 1291206.23
## 1477 20 2015-08-09 1.10 1563915.04 23326.28 1290583.13
## 1478 21 2015-08-02 1.14 1458722.60 21768.56 1184264.91
## 1479 22 2015-07-26 1.28 1211731.19 19228.22 910716.77
## 1480 23 2015-07-19 1.37 1251919.24 20811.41 923816.05
## 1481 24 2015-07-12 1.27 1338282.24 22742.33 956051.10
## 1482 25 2015-07-05 1.18 1666825.63 23947.74 1290776.67
## 1483 26 2015-06-28 1.36 1284789.44 17714.92 917010.98
## 1484 27 2015-06-21 1.28 1667026.11 18711.02 1312242.38
## 1485 28 2015-06-14 1.32 1363133.97 23161.35 931945.04
## 1486 29 2015-06-07 1.32 1731061.12 24734.98 1347902.88
## 1487 30 2015-05-31 1.43 1493218.75 24958.80 1077663.26
## 1488 31 2015-05-24 1.37 1515022.63 21741.70 1103694.97
## 1489 32 2015-05-17 1.43 1255552.68 21866.23 871213.06
## 1490 33 2015-05-10 1.22 2118593.92 27734.02 1711900.09
## 1491 34 2015-05-03 1.32 1679103.39 23447.41 1317970.18
## 1492 35 2015-04-26 1.44 1295589.61 20400.34 932216.48
## 1493 36 2015-04-19 1.42 1332514.63 20252.47 927145.61
## 1494 37 2015-04-12 1.43 1084407.80 18928.26 764676.24
## 1495 38 2015-04-05 1.41 1244324.47 20081.53 909664.31
## 1496 39 2015-03-29 1.36 1183815.23 21780.45 882071.76
## 1497 40 2015-03-22 1.33 1192732.41 22713.33 884992.90
## 1498 41 2015-03-15 1.45 1097737.98 22591.72 749461.13
## 1499 42 2015-03-08 1.36 1129333.95 31886.43 755537.72
## 1500 43 2015-03-01 1.18 1338129.89 19919.91 1025372.06
## 1501 44 2015-02-22 1.33 1088977.45 18716.23 757987.66
## 1502 45 2015-02-15 1.36 997562.44 17342.31 688201.27
## 1503 46 2015-02-08 1.11 1658708.73 26781.64 1310966.23
## 1504 47 2015-02-01 1.36 1433763.11 22622.87 1084529.78
## 1505 48 2015-01-25 1.36 1102868.27 18101.89 768131.81
## 1506 49 2015-01-18 1.37 1044280.56 18945.56 749309.20
## 1507 50 2015-01-11 1.34 1018225.83 15880.80 714530.70
## 1508 51 2015-01-04 1.09 1402890.20 23641.00 1127882.44
## 1509 0 2015-12-27 1.20 3156360.20 69920.54 2313155.65
## 1510 1 2015-12-20 1.20 3190120.04 72576.52 2330694.41
## 1511 2 2015-12-13 1.09 3696551.52 81055.10 2852333.86
## 1512 3 2015-12-06 1.14 3218494.55 85444.57 2541186.76
## 1513 4 2015-11-29 1.22 2593780.51 71191.69 1964333.50
## 1514 5 2015-11-22 1.16 3026217.24 79006.95 2316404.82
## 1515 6 2015-11-15 1.09 3538946.22 89242.50 2738913.76
## 1516 7 2015-11-08 1.10 4205775.44 86385.14 3333003.32
## 1517 8 2015-11-01 1.09 4801621.08 95355.74 3920642.46
## 1518 9 2015-10-25 1.15 3306614.18 88907.00 2438454.39
## 1519 10 2015-10-18 0.99 4866607.14 93569.28 4025382.16
## 1520 11 2015-10-11 1.23 3307828.65 88376.70 2383018.56
## 1521 12 2015-10-04 1.21 3585183.30 99666.72 2679760.58
## 1522 13 2015-09-27 1.13 3739072.70 86278.88 2965153.82
## 1523 14 2015-09-20 1.21 3334592.00 86196.27 2492113.60
## 1524 15 2015-09-13 1.14 4205294.58 95839.65 3364304.91
## 1525 16 2015-09-06 1.18 4088061.71 99311.62 3227507.37
## 1526 17 2015-08-30 1.20 3825966.51 93227.99 2981372.20
## 1527 18 2015-08-23 1.13 4146220.81 107907.11 3291930.64
## 1528 19 2015-08-16 1.17 4221435.38 97139.95 3382543.31
## 1529 20 2015-08-09 1.10 4786334.13 105393.94 3894801.66
## 1530 21 2015-08-02 1.19 4154658.67 104772.22 3244095.85
## 1531 22 2015-07-26 1.28 3757524.71 102482.55 2757145.78
## 1532 23 2015-07-19 1.27 4169213.20 107602.07 3057929.00
## 1533 24 2015-07-12 1.20 4454138.91 110242.95 3051823.18
## 1534 25 2015-07-05 1.24 4855273.71 122190.40 3328289.46
## 1535 26 2015-06-28 1.30 4100932.47 105387.01 2670469.78
## 1536 27 2015-06-21 1.27 4508474.00 106859.50 3203944.93
## 1537 28 2015-06-14 1.20 4561749.66 112693.47 2985953.81
## 1538 29 2015-06-07 1.27 4721927.30 109587.85 3416600.27
## 1539 30 2015-05-31 1.34 4329239.82 116068.20 2954175.96
## 1540 31 2015-05-24 1.26 4661457.29 112425.95 3212552.24
## 1541 32 2015-05-17 1.33 4094677.85 114065.77 2730591.16
## 1542 33 2015-05-10 1.21 5498650.28 134556.37 4143702.97
## 1543 34 2015-05-03 1.24 4597313.41 129459.52 3365962.70
## 1544 35 2015-04-26 1.36 3646363.66 110930.88 2492744.36
## 1545 36 2015-04-19 1.31 3786141.18 110954.74 2552885.19
## 1546 37 2015-04-12 1.33 3203213.09 93987.65 2102179.57
## 1547 38 2015-04-05 1.34 3467770.71 97887.72 2409449.74
## 1548 39 2015-03-29 1.26 3497026.98 96169.31 2543290.15
## 1549 40 2015-03-22 1.22 3520408.65 118765.00 2526519.62
## 1550 41 2015-03-15 1.34 3135991.73 111777.91 2082038.09
## 1551 42 2015-03-08 1.27 3250832.53 113602.19 2111936.10
## 1552 43 2015-03-01 1.15 3780455.44 88609.28 2790180.20
## 1553 44 2015-02-22 1.29 3042447.03 92283.05 2003076.22
## 1554 45 2015-02-15 1.29 2983695.90 88056.20 1958075.38
## 1555 46 2015-02-08 1.09 4457049.41 128978.49 3354876.63
## 1556 47 2015-02-01 1.23 4298883.17 133613.00 3149375.34
## 1557 48 2015-01-25 1.27 3238501.89 96761.81 2129188.49
## 1558 49 2015-01-18 1.32 3066789.62 91803.09 2098784.32
## 1559 50 2015-01-11 1.28 3056024.77 97343.55 2070661.43
## 1560 51 2015-01-04 1.09 3759282.62 126640.65 2860709.93
## 1561 0 2015-12-27 1.21 304598.42 2601.32 250270.90
## 1562 1 2015-12-20 1.17 284808.22 2616.13 232459.75
## 1563 2 2015-12-13 0.95 407482.83 2970.12 369076.25
## 1564 3 2015-12-06 1.11 303058.29 3320.11 261503.41
## 1565 4 2015-11-29 1.25 219689.90 2897.91 181977.84
## 1566 5 2015-11-22 1.08 274209.20 2770.62 230517.24
## 1567 6 2015-11-15 1.07 287015.98 2589.55 237255.49
## 1568 7 2015-11-08 0.96 489339.78 2347.38 453089.14
## 1569 8 2015-11-01 1.07 350260.55 3271.40 281498.53
## 1570 9 2015-10-25 1.08 313881.26 2599.46 268057.07
## 1571 10 2015-10-18 1.00 402466.40 3274.11 361448.46
## 1572 11 2015-10-11 1.19 278472.66 3616.80 231543.02
## 1573 12 2015-10-04 1.12 298222.53 3978.70 253346.07
## 1574 13 2015-09-27 0.98 458602.59 2768.16 427544.89
## 1575 14 2015-09-20 1.17 322729.94 2413.30 270775.68
## 1576 15 2015-09-13 1.09 356105.25 1752.73 301172.05
## 1577 16 2015-09-06 1.01 508207.79 2506.81 456884.53
## 1578 17 2015-08-30 1.13 395127.18 2834.15 337184.98
## 1579 18 2015-08-23 1.18 400101.77 2487.19 338130.60
## 1580 19 2015-08-16 1.23 372516.00 2067.21 304465.27
## 1581 20 2015-08-09 1.03 579226.47 2513.38 523492.97
## 1582 21 2015-08-02 1.25 417082.92 2279.10 347110.01
## 1583 22 2015-07-26 1.25 402791.86 2558.33 324258.79
## 1584 23 2015-07-19 1.03 594451.88 3108.09 522040.27
## 1585 24 2015-07-12 1.10 509215.20 3111.08 341891.96
## 1586 25 2015-07-05 1.15 536642.98 2968.62 338863.42
## 1587 26 2015-06-28 1.14 452801.32 2582.77 282587.99
## 1588 27 2015-06-21 1.18 425885.58 2279.37 300069.61
## 1589 28 2015-06-14 1.04 537725.07 2804.46 362082.50
## 1590 29 2015-06-07 1.17 427216.77 2096.21 314308.78
## 1591 30 2015-05-31 1.20 413699.46 2523.96 313153.31
## 1592 31 2015-05-24 1.04 512172.44 2624.76 372289.48
## 1593 32 2015-05-17 1.15 422484.37 2745.99 287792.49
## 1594 33 2015-05-10 1.05 578436.76 2739.66 503984.46
## 1595 34 2015-05-03 1.16 366987.36 2322.24 304233.27
## 1596 35 2015-04-26 1.24 311879.23 1960.76 253562.76
## 1597 36 2015-04-19 1.13 346561.62 2156.47 284389.27
## 1598 37 2015-04-12 1.16 306250.63 2160.72 214309.89
## 1599 38 2015-04-05 1.19 309143.83 2352.11 252306.55
## 1600 39 2015-03-29 1.07 412639.20 2452.76 372165.06
## 1601 40 2015-03-22 1.19 282155.05 4556.72 229492.52
## 1602 41 2015-03-15 1.15 301852.80 6236.37 247092.81
## 1603 42 2015-03-08 1.09 287963.73 2507.83 234532.06
## 1604 43 2015-03-01 1.05 355677.99 2266.45 310490.26
## 1605 44 2015-02-22 1.13 264118.86 2875.24 217477.35
## 1606 45 2015-02-15 1.11 288514.78 2897.82 232117.81
## 1607 46 2015-02-08 1.03 363935.24 4606.01 308443.03
## 1608 47 2015-02-01 1.06 412752.74 4353.96 361694.45
## 1609 48 2015-01-25 1.06 290611.31 3806.65 233232.89
## 1610 49 2015-01-18 1.12 309202.71 3012.79 241380.95
## 1611 50 2015-01-11 1.06 314717.03 4578.25 265252.09
## 1612 51 2015-01-04 1.05 321823.77 4966.76 264351.96
## 1613 0 2015-12-27 0.99 305773.54 211102.90 20765.29
## 1614 1 2015-12-20 1.21 200074.81 131152.60 15794.56
## 1615 2 2015-12-13 0.96 310101.52 217679.37 24260.86
## 1616 3 2015-12-06 1.20 199063.82 135222.96 21555.66
## 1617 4 2015-11-29 0.96 262683.80 190361.54 21007.77
## 1618 5 2015-11-22 0.98 266950.55 184441.61 21585.56
## 1619 6 2015-11-15 1.24 200715.34 129533.08 20681.56
## 1620 7 2015-11-08 1.24 202954.88 132375.83 21007.30
## 1621 8 2015-11-01 0.97 330071.34 228073.04 29350.55
## 1622 9 2015-10-25 1.25 210265.79 138110.06 24182.08
## 1623 10 2015-10-18 1.24 204526.46 131126.38 24094.40
## 1624 11 2015-10-11 1.00 308032.62 211056.18 30064.22
## 1625 12 2015-10-04 1.00 332997.12 224769.27 34085.54
## 1626 13 2015-09-27 1.28 202457.31 114107.06 41995.26
## 1627 14 2015-09-20 0.99 329684.97 201392.27 51930.95
## 1628 15 2015-09-13 1.23 221548.25 113374.88 51291.97
## 1629 16 2015-09-06 0.99 375737.02 232502.52 56930.16
## 1630 17 2015-08-30 1.25 238269.85 123335.43 51487.73
## 1631 18 2015-08-23 1.21 228926.10 113657.50 51869.47
## 1632 19 2015-08-16 1.23 240185.69 128769.54 46941.60
## 1633 20 2015-08-09 0.99 388550.28 249265.95 57952.32
## 1634 21 2015-08-02 1.24 240821.52 130990.19 49482.92
## 1635 22 2015-07-26 1.22 239841.95 128204.96 51179.38
## 1636 23 2015-07-19 0.98 363733.15 226313.40 57749.18
## 1637 24 2015-07-12 1.22 245528.89 133073.61 53986.68
## 1638 25 2015-07-05 0.97 420329.35 258450.62 66371.81
## 1639 26 2015-06-28 1.15 277853.94 144510.58 52467.40
## 1640 27 2015-06-21 0.96 394035.19 243576.61 57122.76
## 1641 28 2015-06-14 1.22 256149.75 141946.09 36946.34
## 1642 29 2015-06-07 0.98 391556.97 271323.04 33611.14
## 1643 30 2015-05-31 1.26 250040.49 174419.44 19641.65
## 1644 31 2015-05-24 1.00 401991.20 295794.70 29758.00
## 1645 32 2015-05-17 1.23 243265.56 168886.63 19797.32
## 1646 33 2015-05-10 1.23 257032.99 185586.20 19590.84
## 1647 34 2015-05-03 0.98 501573.86 369352.45 36610.76
## 1648 35 2015-04-26 1.23 257307.97 179052.54 21351.58
## 1649 36 2015-04-19 1.23 231777.27 157931.42 18812.23
## 1650 37 2015-04-12 0.99 375363.86 275283.48 28203.40
## 1651 38 2015-04-05 1.10 300679.66 211116.53 25858.76
## 1652 39 2015-03-29 1.25 216925.45 150612.51 18785.42
## 1653 40 2015-03-22 0.98 363504.44 260635.00 29682.52
## 1654 41 2015-03-15 1.27 226247.68 154931.57 21353.84
## 1655 42 2015-03-08 1.27 219071.79 149785.30 19868.22
## 1656 43 2015-03-01 1.00 316199.07 227527.01 26599.79
## 1657 44 2015-02-22 1.18 226965.26 151270.02 22481.35
## 1658 45 2015-02-15 1.26 204812.28 139189.15 21210.42
## 1659 46 2015-02-08 1.23 204396.56 137587.02 24318.20
## 1660 47 2015-02-01 0.95 489224.51 358731.15 50048.43
## 1661 48 2015-01-25 1.28 211991.09 133616.30 29418.39
## 1662 49 2015-01-18 1.33 191078.37 112722.12 34703.28
## 1663 50 2015-01-11 1.29 202034.59 119336.02 39236.11
## 1664 51 2015-01-04 1.00 281803.19 190743.27 38265.21
## 1665 0 2015-12-27 1.25 308546.88 9778.07 208945.03
## 1666 1 2015-12-20 1.33 306843.13 9646.13 198361.80
## 1667 2 2015-12-13 1.18 352369.17 12500.24 244536.03
## 1668 3 2015-12-06 1.18 346896.00 16536.57 254808.60
## 1669 4 2015-11-29 1.23 275091.78 11335.64 195284.31
## 1670 5 2015-11-22 1.23 320058.33 12680.14 226193.52
## 1671 6 2015-11-15 1.17 363548.06 13989.06 263608.21
## 1672 7 2015-11-08 1.27 374933.80 13866.99 268320.02
## 1673 8 2015-11-01 1.13 559566.50 15179.56 453729.65
## 1674 9 2015-10-25 1.19 398337.69 19897.83 283085.98
## 1675 10 2015-10-18 1.06 496236.63 14369.89 388376.48
## 1676 11 2015-10-11 1.26 373650.83 13073.44 256350.83
## 1677 12 2015-10-04 1.28 388205.80 14121.46 268719.03
## 1678 13 2015-09-27 1.25 368779.77 14983.22 255352.91
## 1679 14 2015-09-20 1.25 361361.60 14832.84 251090.34
## 1680 15 2015-09-13 1.19 454795.64 15898.80 346217.39
## 1681 16 2015-09-06 1.25 399061.75 16018.81 284480.15
## 1682 17 2015-08-30 1.26 381319.43 14942.34 269812.12
## 1683 18 2015-08-23 1.09 449716.31 21862.51 336374.97
## 1684 19 2015-08-16 1.20 425707.59 14748.68 324061.94
## 1685 20 2015-08-09 1.19 405555.56 14929.69 294414.04
## 1686 21 2015-08-02 1.21 399212.29 15487.29 288809.36
## 1687 22 2015-07-26 1.36 373032.23 16844.86 251976.91
## 1688 23 2015-07-19 1.39 369973.99 15791.25 237182.53
## 1689 24 2015-07-12 1.38 372062.30 15106.58 233808.22
## 1690 25 2015-07-05 1.25 460459.45 16232.83 306535.67
## 1691 26 2015-06-28 1.38 378931.10 15520.17 234777.69
## 1692 27 2015-06-21 1.33 456983.44 16066.69 310906.06
## 1693 28 2015-06-14 1.32 421514.11 16036.91 253565.67
## 1694 29 2015-06-07 1.35 476827.34 17117.86 325420.87
## 1695 30 2015-05-31 1.43 436027.81 18200.08 270397.51
## 1696 31 2015-05-24 1.40 440574.33 15940.65 277233.41
## 1697 32 2015-05-17 1.44 388799.73 16905.14 241209.00
## 1698 33 2015-05-10 1.32 535922.59 18571.03 381134.53
## 1699 34 2015-05-03 1.22 548556.66 27871.95 393975.99
## 1700 35 2015-04-26 1.46 385541.99 17337.89 249070.68
## 1701 36 2015-04-19 1.43 389414.29 16585.73 242740.80
## 1702 37 2015-04-12 1.44 335389.56 15208.07 210183.29
## 1703 38 2015-04-05 1.43 365947.19 15897.74 240591.74
## 1704 39 2015-03-29 1.39 339877.09 15819.32 222182.25
## 1705 40 2015-03-22 1.18 449261.63 27380.04 322071.00
## 1706 41 2015-03-15 1.44 331456.96 15055.12 199103.98
## 1707 42 2015-03-08 1.40 349609.78 19780.09 207010.01
## 1708 43 2015-03-01 1.24 392412.07 16329.41 267027.05
## 1709 44 2015-02-22 1.36 348215.37 14876.71 214953.17
## 1710 45 2015-02-15 1.34 335173.17 15920.85 210874.58
## 1711 46 2015-02-08 1.09 477875.71 26219.21 336509.39
## 1712 47 2015-02-01 1.14 569304.80 30263.22 417993.89
## 1713 48 2015-01-25 1.36 355645.73 16112.50 211453.65
## 1714 49 2015-01-18 1.40 331495.41 15116.27 209523.15
## 1715 50 2015-01-11 1.38 315984.22 14323.61 198387.14
## 1716 51 2015-01-04 1.10 407675.56 24190.91 294715.33
## 1717 0 2015-12-27 0.49 1137707.43 738314.80 286858.37
## 1718 1 2015-12-20 0.53 1097224.25 785254.94 204147.30
## 1719 2 2015-12-13 0.66 907470.09 546182.56 241774.69
## 1720 3 2015-12-06 0.56 1105500.34 760680.02 271207.14
## 1721 4 2015-11-29 0.75 724915.60 449043.34 208439.29
## 1722 5 2015-11-22 0.77 737834.48 441712.62 220374.84
## 1723 6 2015-11-15 0.62 1010132.49 690246.77 244820.79
## 1724 7 2015-11-08 0.60 1102271.52 793103.44 234926.57
## 1725 8 2015-11-01 0.71 907452.21 592066.03 232050.89
## 1726 9 2015-10-25 0.83 761261.71 435986.90 240689.98
## 1727 10 2015-10-18 0.65 1094731.43 728349.92 287934.77
## 1728 11 2015-10-11 0.89 795732.52 382706.67 321487.40
## 1729 12 2015-10-04 0.89 726095.50 363730.26 269015.75
## 1730 13 2015-09-27 0.91 664201.67 364703.64 229488.26
## 1731 14 2015-09-20 0.71 892151.19 410147.31 403760.93
## 1732 15 2015-09-13 0.71 1100901.69 606856.71 294311.71
## 1733 16 2015-09-06 0.58 1390417.77 937165.60 293505.07
## 1734 17 2015-08-30 0.74 939785.74 610521.08 238518.32
## 1735 18 2015-08-23 0.78 873856.52 562928.77 228549.09
## 1736 19 2015-08-16 0.66 1203149.94 836443.14 223690.17
## 1737 20 2015-08-09 0.79 981975.08 621184.17 228961.24
## 1738 21 2015-08-02 0.78 946868.00 611966.36 205131.07
## 1739 22 2015-07-26 0.77 903242.22 579515.76 204147.69
## 1740 23 2015-07-19 0.76 928600.19 608209.31 200732.50
## 1741 24 2015-07-12 0.70 1015567.49 689407.92 201234.96
## 1742 25 2015-07-05 0.56 1456835.79 1096452.67 220124.25
## 1743 26 2015-06-28 0.70 955510.57 668071.26 176318.03
## 1744 27 2015-06-21 0.54 1343180.92 1028045.58 188115.35
## 1745 28 2015-06-14 0.53 1353850.06 1046887.77 180388.89
## 1746 29 2015-06-07 0.52 1457359.83 1130917.54 199669.94
## 1747 30 2015-05-31 0.56 1282095.88 981853.86 177850.55
## 1748 31 2015-05-24 0.58 1261540.03 968755.93 180676.87
## 1749 32 2015-05-17 0.67 1013049.67 739725.96 167185.60
## 1750 33 2015-05-10 0.67 1072300.38 775683.37 182956.41
## 1751 34 2015-05-03 0.60 1268607.36 901701.94 256791.72
## 1752 35 2015-04-26 0.53 1272428.72 1012900.04 159158.29
## 1753 36 2015-04-19 0.51 1366844.88 1097285.22 164460.99
## 1754 37 2015-04-12 0.66 1019280.57 746352.69 181417.77
## 1755 38 2015-04-05 0.57 1320320.85 1058164.41 172115.69
## 1756 39 2015-03-29 0.57 1231267.27 998057.91 157108.31
## 1757 40 2015-03-22 0.71 1089117.00 813326.50 208871.24
## 1758 41 2015-03-15 0.60 1326720.80 1104002.10 149254.65
## 1759 42 2015-03-08 0.72 1042159.49 824092.39 143842.58
## 1760 43 2015-03-01 0.70 1031351.33 755408.34 198955.65
## 1761 44 2015-02-22 0.63 1163115.49 925363.02 163229.81
## 1762 45 2015-02-15 0.60 1159509.68 938840.55 143378.43
## 1763 46 2015-02-08 0.64 1151157.44 881998.68 184023.21
## 1764 47 2015-02-01 0.56 1544750.92 1194635.06 261342.47
## 1765 48 2015-01-25 0.61 1233503.27 1002267.22 150640.90
## 1766 49 2015-01-18 0.67 1088608.66 811662.62 200514.36
## 1767 50 2015-01-11 0.61 1110753.05 849580.75 182629.59
## 1768 51 2015-01-04 0.65 1048062.16 770635.37 178418.32
## 1769 0 2015-12-27 1.25 73109.90 1241.48 45856.11
## 1770 1 2015-12-20 1.22 68972.79 1176.24 40726.41
## 1771 2 2015-12-13 1.19 65332.74 1219.90 38684.45
## 1772 3 2015-12-06 1.21 61870.23 1712.54 41481.83
## 1773 4 2015-11-29 1.26 54779.61 1443.95 35859.30
## 1774 5 2015-11-22 1.30 63345.59 1584.89 42392.76
## 1775 6 2015-11-15 1.24 64518.82 1179.87 42966.81
## 1776 7 2015-11-08 0.93 123489.29 1423.35 85217.83
## 1777 8 2015-11-01 1.16 81573.97 1523.62 60507.97
## 1778 9 2015-10-25 1.22 69191.72 2301.40 40984.47
## 1779 10 2015-10-18 1.23 70132.85 1700.52 43226.31
## 1780 11 2015-10-11 0.96 84053.56 981.32 59821.03
## 1781 12 2015-10-04 0.99 89538.02 1068.04 69555.83
## 1782 13 2015-09-27 1.11 91558.77 815.05 62972.23
## 1783 14 2015-09-20 1.19 74826.22 1137.38 44085.07
## 1784 15 2015-09-13 1.16 74962.45 1340.03 43000.49
## 1785 16 2015-09-06 1.12 114216.62 1158.99 78578.82
## 1786 17 2015-08-30 1.37 74510.02 1493.60 40727.85
## 1787 18 2015-08-23 1.20 83196.11 1411.93 51014.61
## 1788 19 2015-08-16 1.23 87687.64 1314.23 53769.39
## 1789 20 2015-08-09 0.96 145930.35 1306.17 99815.20
## 1790 21 2015-08-02 1.43 74680.70 1309.11 42703.28
## 1791 22 2015-07-26 1.43 68936.46 1421.76 40238.45
## 1792 23 2015-07-19 1.44 73321.36 1296.93 43696.60
## 1793 24 2015-07-12 1.48 68846.81 1229.69 40944.72
## 1794 25 2015-07-05 1.23 115579.50 1635.60 67122.02
## 1795 26 2015-06-28 1.20 111690.04 1548.14 62790.32
## 1796 27 2015-06-21 1.34 88214.04 1680.72 43292.93
## 1797 28 2015-06-14 1.30 92713.49 1614.97 44490.60
## 1798 29 2015-06-07 1.33 84556.54 1734.03 43816.50
## 1799 30 2015-05-31 1.32 83007.91 1472.20 45514.38
## 1800 31 2015-05-24 1.01 181169.72 2157.12 117543.69
## 1801 32 2015-05-17 1.41 85405.61 1822.43 50365.05
## 1802 33 2015-05-10 1.46 82110.05 2099.70 48280.34
## 1803 34 2015-05-03 0.98 208821.04 5264.18 145405.43
## 1804 35 2015-04-26 1.44 79976.86 1820.06 44304.28
## 1805 36 2015-04-19 1.49 75775.26 1724.93 43528.57
## 1806 37 2015-04-12 1.50 69339.77 1734.18 38757.55
## 1807 38 2015-04-05 1.29 76146.82 2256.74 48395.44
## 1808 39 2015-03-29 1.25 69747.20 2566.52 51530.22
## 1809 40 2015-03-22 1.23 68499.85 2604.56 46711.00
## 1810 41 2015-03-15 1.23 71906.75 2450.87 44600.81
## 1811 42 2015-03-08 0.95 159735.96 2148.75 116151.40
## 1812 43 2015-03-01 1.25 65484.37 841.50 39074.28
## 1813 44 2015-02-22 1.26 70345.39 1496.07 42829.11
## 1814 45 2015-02-15 1.43 60213.79 1773.89 32544.28
## 1815 46 2015-02-08 1.38 66360.74 1904.73 37355.04
## 1816 47 2015-02-01 1.25 112065.73 2685.50 75345.64
## 1817 48 2015-01-25 1.32 98722.79 1847.59 70060.41
## 1818 49 2015-01-18 1.47 59312.07 2147.08 36730.40
## 1819 50 2015-01-11 1.54 54644.32 1491.88 33759.12
## 1820 51 2015-01-04 1.52 54956.80 3013.04 35456.88
## 1821 0 2015-12-27 1.10 1306923.23 571602.60 404837.90
## 1822 1 2015-12-20 1.13 1139861.64 497437.17 341262.17
## 1823 2 2015-12-13 1.02 1472501.13 695419.91 463238.46
## 1824 3 2015-12-06 1.08 1245289.61 579077.46 394656.96
## 1825 4 2015-11-29 1.11 1099646.06 460759.58 364748.79
## 1826 5 2015-11-22 1.10 1281613.28 584490.60 403638.25
## 1827 6 2015-11-15 1.09 1294866.75 549163.56 441216.08
## 1828 7 2015-11-08 1.12 1285586.97 513609.22 467808.56
## 1829 8 2015-11-01 1.12 1350091.82 469390.49 584277.22
## 1830 9 2015-10-25 1.11 1411354.54 559720.23 583990.89
## 1831 10 2015-10-18 1.12 1368887.69 492966.35 588304.97
## 1832 11 2015-10-11 1.05 1560845.55 708470.83 576153.62
## 1833 12 2015-10-04 1.14 1309245.88 492561.57 566241.35
## 1834 13 2015-09-27 0.99 1542657.96 564480.54 729792.24
## 1835 14 2015-09-20 1.16 1386951.96 611683.23 506379.84
## 1836 15 2015-09-13 1.13 1526985.30 727720.21 491074.45
## 1837 16 2015-09-06 1.12 1714650.22 857114.48 547236.44
## 1838 17 2015-08-30 1.13 1481150.17 699755.69 477305.38
## 1839 18 2015-08-23 1.06 1731574.98 930286.05 498120.52
## 1840 19 2015-08-16 1.08 1727851.85 911935.06 508403.31
## 1841 20 2015-08-09 1.14 1605913.77 789751.38 498857.30
## 1842 21 2015-08-02 1.13 1593031.18 761285.69 506914.62
## 1843 22 2015-07-26 1.04 1844887.26 898275.28 576870.99
## 1844 23 2015-07-19 1.09 1701986.81 824192.70 491747.17
## 1845 24 2015-07-12 1.07 1808842.07 953323.15 530475.53
## 1846 25 2015-07-05 1.06 1988311.90 927860.87 627548.45
## 1847 26 2015-06-28 1.08 1826182.48 954738.73 480810.73
## 1848 27 2015-06-21 1.08 1921720.44 1049002.63 474166.48
## 1849 28 2015-06-14 1.06 1974806.07 1117926.72 443241.80
## 1850 29 2015-06-07 1.04 2026464.23 1207877.63 445069.67
## 1851 30 2015-05-31 1.09 1853451.18 1085643.80 418763.72
## 1852 31 2015-05-24 1.03 2026639.78 1221023.10 450494.18
## 1853 32 2015-05-17 1.06 1966712.28 1228815.94 413931.34
## 1854 33 2015-05-10 1.03 2105831.09 1319397.29 424405.51
## 1855 34 2015-05-03 1.01 2333238.90 1485535.26 508885.83
## 1856 35 2015-04-26 1.13 1787071.74 1022915.70 447514.72
## 1857 36 2015-04-19 1.12 1801956.87 1055547.01 433296.82
## 1858 37 2015-04-12 0.97 2160085.64 1423163.45 471484.38
## 1859 38 2015-04-05 1.13 1668243.39 898263.98 437183.58
## 1860 39 2015-03-29 1.08 1657404.68 912075.07 441015.24
## 1861 40 2015-03-22 1.09 1651115.09 885071.63 450192.76
## 1862 41 2015-03-15 1.10 1590080.35 839457.23 435373.81
## 1863 42 2015-03-08 1.11 1531085.64 838161.13 412581.04
## 1864 43 2015-03-01 1.09 1619341.49 854129.32 460986.95
## 1865 44 2015-02-22 1.08 1547969.24 818736.11 430679.66
## 1866 45 2015-02-15 1.05 1507821.92 847328.77 409541.36
## 1867 46 2015-02-08 0.98 1794543.77 1077511.79 490403.56
## 1868 47 2015-02-01 0.92 2561325.42 1383259.28 926444.37
## 1869 48 2015-01-25 1.08 1510836.96 841332.54 454162.30
## 1870 49 2015-01-18 1.02 1674945.55 966515.75 485150.34
## 1871 50 2015-01-11 1.09 1402841.83 737363.86 448207.79
## 1872 51 2015-01-04 1.01 1683795.30 1027842.30 466641.12
## 1873 0 2015-12-27 1.01 417190.47 87748.64 131201.91
## 1874 1 2015-12-20 0.98 416298.84 82416.56 134956.77
## 1875 2 2015-12-13 0.93 429103.52 94577.23 162734.28
## 1876 3 2015-12-06 0.73 743770.20 90996.95 270188.87
## 1877 4 2015-11-29 1.04 353818.15 78566.84 113850.46
## 1878 5 2015-11-22 1.03 380726.46 83017.79 131660.30
## 1879 6 2015-11-15 0.90 568414.35 83998.38 199356.57
## 1880 7 2015-11-08 1.04 406548.16 100419.74 152265.41
## 1881 8 2015-11-01 1.06 423475.77 98262.62 182672.87
## 1882 9 2015-10-25 0.91 480396.16 95297.50 191061.91
## 1883 10 2015-10-18 1.05 438182.64 113111.46 188908.15
## 1884 11 2015-10-11 0.79 657656.23 84270.47 324386.38
## 1885 12 2015-10-04 1.13 421430.94 104149.05 172302.04
## 1886 13 2015-09-27 0.90 484598.47 159779.59 187080.35
## 1887 14 2015-09-20 0.94 566385.90 121425.14 291367.40
## 1888 15 2015-09-13 1.00 535519.29 222536.88 181246.81
## 1889 16 2015-09-06 1.10 465258.45 174913.44 188351.71
## 1890 17 2015-08-30 1.14 427776.92 154462.20 186124.73
## 1891 18 2015-08-23 1.08 545296.58 153011.47 274926.31
## 1892 19 2015-08-16 1.17 465897.27 180693.46 190950.32
## 1893 20 2015-08-09 1.19 448135.88 174171.38 185098.36
## 1894 21 2015-08-02 1.14 501106.60 193728.54 217474.07
## 1895 22 2015-07-26 1.18 433999.24 178906.95 171527.43
## 1896 23 2015-07-19 1.18 446862.52 188492.76 180269.35
## 1897 24 2015-07-12 1.02 568129.75 264203.19 187613.16
## 1898 25 2015-07-05 1.19 574999.04 215805.97 273227.27
## 1899 26 2015-06-28 1.16 508174.09 196765.08 223128.51
## 1900 27 2015-06-21 1.08 579558.00 170388.26 284787.85
## 1901 28 2015-06-14 1.08 622880.59 180452.62 323409.94
## 1902 29 2015-06-07 1.16 543944.19 194122.57 239758.46
## 1903 30 2015-05-31 1.01 600303.28 249742.24 226577.97
## 1904 31 2015-05-24 1.01 606039.09 190231.27 295332.36
## 1905 32 2015-05-17 1.06 487024.66 210129.55 162760.11
## 1906 33 2015-05-10 0.91 675269.74 241819.96 295585.52
## 1907 34 2015-05-03 0.95 644419.48 226738.24 305964.15
## 1908 35 2015-04-26 0.95 571442.54 238672.89 224599.46
## 1909 36 2015-04-19 0.99 610658.64 144514.60 337188.30
## 1910 37 2015-04-12 1.16 433703.29 150701.62 199632.59
## 1911 38 2015-04-05 1.22 432729.65 160806.41 178795.80
## 1912 39 2015-03-29 1.20 401824.91 162580.71 163122.62
## 1913 40 2015-03-22 1.10 426180.78 153885.51 213514.26
## 1914 41 2015-03-15 1.21 392802.67 156506.22 160239.43
## 1915 42 2015-03-08 1.17 419849.55 147899.80 201529.60
## 1916 43 2015-03-01 0.94 598755.26 138994.95 359783.57
## 1917 44 2015-02-22 1.11 495032.46 117115.76 287695.04
## 1918 45 2015-02-15 1.23 363889.04 140491.93 153003.62
## 1919 46 2015-02-08 1.08 447701.68 161940.61 232248.98
## 1920 47 2015-02-01 0.98 776237.93 165259.75 535324.57
## 1921 48 2015-01-25 1.09 432770.06 131530.29 229573.27
## 1922 49 2015-01-18 1.11 439617.61 155745.95 220991.54
## 1923 50 2015-01-11 1.05 510152.67 121596.43 292968.56
## 1924 51 2015-01-04 0.97 599965.86 126485.75 377138.79
## 1925 0 2015-12-27 0.96 208425.96 47444.55 86212.38
## 1926 1 2015-12-20 0.98 189584.22 43169.56 78630.35
## 1927 2 2015-12-13 0.98 207627.79 51042.68 86614.43
## 1928 3 2015-12-06 0.97 210379.48 54037.25 84518.32
## 1929 4 2015-11-29 0.98 185733.81 49084.79 72843.91
## 1930 5 2015-11-22 1.02 179083.03 44120.52 75630.56
## 1931 6 2015-11-15 1.00 238990.38 52380.29 112379.04
## 1932 7 2015-11-08 1.07 223564.41 61118.97 68546.36
## 1933 8 2015-11-01 1.12 229530.31 56638.78 60350.15
## 1934 9 2015-10-25 1.22 199222.68 52737.98 50170.35
## 1935 10 2015-10-18 1.23 217581.17 49804.30 64754.24
## 1936 11 2015-10-11 1.17 222606.79 47887.85 54545.59
## 1937 12 2015-10-04 1.29 187692.67 48417.65 56829.33
## 1938 13 2015-09-27 1.12 222849.89 47076.74 71030.22
## 1939 14 2015-09-20 1.22 216519.33 50149.22 63790.55
## 1940 15 2015-09-13 1.16 238903.72 63924.76 55553.71
## 1941 16 2015-09-06 1.04 301641.21 56439.41 83271.26
## 1942 17 2015-08-30 1.16 253577.94 52246.02 61767.29
## 1943 18 2015-08-23 1.13 277977.73 50939.49 68496.40
## 1944 19 2015-08-16 1.23 241120.74 50360.32 59216.72
## 1945 20 2015-08-09 1.23 234070.70 42925.31 65067.83
## 1946 21 2015-08-02 1.22 243248.66 49760.49 64419.93
## 1947 22 2015-07-26 1.20 232204.85 50568.58 52944.26
## 1948 23 2015-07-19 1.20 246513.23 46281.36 63762.88
## 1949 24 2015-07-12 1.19 247167.15 38293.85 78845.11
## 1950 25 2015-07-05 1.16 275670.52 42042.96 103086.21
## 1951 26 2015-06-28 1.17 255921.90 39793.34 84150.14
## 1952 27 2015-06-21 1.17 264236.38 45414.99 87728.29
## 1953 28 2015-06-14 1.11 286814.82 60157.22 95409.49
## 1954 29 2015-06-07 1.14 259977.16 73208.00 61502.61
## 1955 30 2015-05-31 1.16 262288.53 77231.53 60701.02
## 1956 31 2015-05-24 1.21 267022.77 58855.60 80893.32
## 1957 32 2015-05-17 1.16 264908.94 77565.86 64994.10
## 1958 33 2015-05-10 1.11 267655.62 76699.18 60772.22
## 1959 34 2015-05-03 1.01 335464.54 70984.75 108604.01
## 1960 35 2015-04-26 1.16 259623.56 75695.92 62292.95
## 1961 36 2015-04-19 1.13 255436.55 67458.77 58452.52
## 1962 37 2015-04-12 1.10 274985.46 71379.06 72736.73
## 1963 38 2015-04-05 1.12 245491.91 68933.47 53335.28
## 1964 39 2015-03-29 1.23 238992.24 56270.21 71237.73
## 1965 40 2015-03-22 1.19 244658.35 78241.83 60049.35
## 1966 41 2015-03-15 1.18 252527.34 66629.12 71027.65
## 1967 42 2015-03-08 1.24 198900.07 41324.65 54059.83
## 1968 43 2015-03-01 1.20 216841.43 57245.09 55213.60
## 1969 44 2015-02-22 1.11 258728.48 65910.74 69081.33
## 1970 45 2015-02-15 1.21 230632.14 66005.80 55126.76
## 1971 46 2015-02-08 1.14 222483.88 68078.13 47671.39
## 1972 47 2015-02-01 0.99 344288.82 79507.90 115316.24
## 1973 48 2015-01-25 1.16 233277.19 61158.75 59374.75
## 1974 49 2015-01-18 1.22 204504.99 48613.54 55881.05
## 1975 50 2015-01-11 1.24 205760.67 43986.78 54185.12
## 1976 51 2015-01-04 1.20 221086.46 53316.16 72178.46
## 1977 0 2015-12-27 0.98 161577.60 46837.66 67974.89
## 1978 1 2015-12-20 0.99 158870.28 45598.33 73851.02
## 1979 2 2015-12-13 0.98 174380.77 57804.67 75113.57
## 1980 3 2015-12-06 0.98 176731.22 65474.44 77494.48
## 1981 4 2015-11-29 0.99 140939.78 46757.26 65442.13
## 1982 5 2015-11-22 1.01 148242.89 44462.58 69493.08
## 1983 6 2015-11-15 0.94 198934.23 57421.46 101470.66
## 1984 7 2015-11-08 0.95 202831.97 83635.77 76222.46
## 1985 8 2015-11-01 1.00 212854.47 72020.73 93880.64
## 1986 9 2015-10-25 1.02 180316.10 68613.89 70131.72
## 1987 10 2015-10-18 1.00 217221.23 70405.40 106053.96
## 1988 11 2015-10-11 1.01 192231.47 61756.93 85083.67
## 1989 12 2015-10-04 1.04 200821.29 67267.71 91381.65
## 1990 13 2015-09-27 0.97 203675.17 61853.71 101484.98
## 1991 14 2015-09-20 1.04 195742.46 76712.59 72627.68
## 1992 15 2015-09-13 1.01 229220.66 86208.18 89290.69
## 1993 16 2015-09-06 0.98 252853.41 72054.13 112958.68
## 1994 17 2015-08-30 1.06 213120.84 70639.52 86152.24
## 1995 18 2015-08-23 1.04 232074.44 76650.45 96308.77
## 1996 19 2015-08-16 1.05 222696.44 70382.17 95071.56
## 1997 20 2015-08-09 1.06 216580.39 72133.51 87338.90
## 1998 21 2015-08-02 1.05 235505.63 76879.31 101904.61
## 1999 22 2015-07-26 1.03 222882.86 74157.71 86910.45
## 2000 23 2015-07-19 1.02 225259.93 74921.22 84052.93
## 2001 24 2015-07-12 1.02 234568.80 80375.78 90573.83
## 2002 25 2015-07-05 1.01 287571.95 94880.31 118022.58
## 2003 26 2015-06-28 1.00 236210.73 78419.44 90965.34
## 2004 27 2015-06-21 1.01 264922.77 95486.41 99696.48
## 2005 28 2015-06-14 0.98 289290.98 102242.31 113772.11
## 2006 29 2015-06-07 1.02 248646.25 84737.37 90992.27
## 2007 30 2015-05-31 1.02 270601.09 102486.76 98090.75
## 2008 31 2015-05-24 1.03 280240.70 91042.47 116589.43
## 2009 32 2015-05-17 1.04 262509.58 91276.43 103883.14
## 2010 33 2015-05-10 1.06 263027.68 72224.74 115679.54
## 2011 34 2015-05-03 0.99 292744.22 89712.71 128429.41
## 2012 35 2015-04-26 1.11 235546.11 76765.23 97538.87
## 2013 36 2015-04-19 1.10 231641.21 75898.29 91143.24
## 2014 37 2015-04-12 1.11 213032.44 60609.49 96301.96
## 2015 38 2015-04-05 1.14 222122.63 69929.43 95585.93
## 2016 39 2015-03-29 1.15 205954.04 54695.88 96405.61
## 2017 40 2015-03-22 1.12 213086.98 61853.48 91980.03
## 2018 41 2015-03-15 1.16 210124.43 66591.48 87711.90
## 2019 42 2015-03-08 1.19 177541.37 50712.87 64964.66
## 2020 43 2015-03-01 1.13 194798.39 53902.85 83985.84
## 2021 44 2015-02-22 1.10 225830.42 75550.59 89874.92
## 2022 45 2015-02-15 1.13 207249.74 70877.95 77855.03
## 2023 46 2015-02-08 1.06 212887.85 74594.17 81138.97
## 2024 47 2015-02-01 0.97 308461.10 99429.98 140203.43
## 2025 48 2015-01-25 1.17 194086.08 54046.97 75205.48
## 2026 49 2015-01-18 1.18 179038.39 54459.40 66963.59
## 2027 50 2015-01-11 1.15 194460.59 71743.11 66849.97
## 2028 51 2015-01-04 1.13 182697.97 56293.75 80396.09
## 2029 0 2015-12-27 0.96 98584.92 33255.50 31680.16
## 2030 1 2015-12-20 1.00 88183.03 27512.58 31883.26
## 2031 2 2015-12-13 1.01 99886.07 38378.38 34347.46
## 2032 3 2015-12-06 1.01 99519.99 41191.54 35662.29
## 2033 4 2015-11-29 1.03 73733.96 24165.84 30145.95
## 2034 5 2015-11-22 1.00 83963.95 28956.02 29324.32
## 2035 6 2015-11-15 1.00 109928.84 41213.90 45406.39
## 2036 7 2015-11-08 1.01 114124.60 53190.61 35852.04
## 2037 8 2015-11-01 1.00 116798.97 54831.71 40083.51
## 2038 9 2015-10-25 0.99 110896.48 57250.89 33829.89
## 2039 10 2015-10-18 0.98 117516.57 48540.88 47290.21
## 2040 11 2015-10-11 1.01 118009.81 53713.89 37828.75
## 2041 12 2015-10-04 1.04 114487.07 51177.03 38394.24
## 2042 13 2015-09-27 1.01 109274.98 44983.72 44626.23
## 2043 14 2015-09-20 1.00 125682.96 64728.77 37055.97
## 2044 15 2015-09-13 0.99 147617.68 69411.99 49831.29
## 2045 16 2015-09-06 1.09 131197.71 42757.30 55250.67
## 2046 17 2015-08-30 1.14 114054.04 39821.27 43618.93
## 2047 18 2015-08-23 1.12 115608.44 38976.84 47017.25
## 2048 19 2015-08-16 1.13 113815.50 40667.35 43698.58
## 2049 20 2015-08-09 1.09 116317.58 45164.18 40962.84
## 2050 21 2015-08-02 1.04 122568.69 48105.03 45920.97
## 2051 22 2015-07-26 1.04 118455.23 48519.87 38794.48
## 2052 23 2015-07-19 1.04 124246.77 48761.54 41554.57
## 2053 24 2015-07-12 1.06 128054.41 50647.98 42235.42
## 2054 25 2015-07-05 1.05 147749.25 54928.79 51261.23
## 2055 26 2015-06-28 1.04 131276.21 50052.80 43905.58
## 2056 27 2015-06-21 1.05 135895.47 51621.94 47601.83
## 2057 28 2015-06-14 1.02 147633.83 58275.46 50914.84
## 2058 29 2015-06-07 1.05 139464.87 58789.36 41702.47
## 2059 30 2015-05-31 1.06 133856.19 57819.40 41122.46
## 2060 31 2015-05-24 1.07 142274.01 55748.50 50452.59
## 2061 32 2015-05-17 1.08 135281.35 55106.27 46302.99
## 2062 33 2015-05-10 1.09 141860.18 52698.39 52242.50
## 2063 34 2015-05-03 1.03 147690.42 54015.48 60973.26
## 2064 35 2015-04-26 1.09 137885.58 63041.96 47028.39
## 2065 36 2015-04-19 1.08 144665.27 68391.59 44913.65
## 2066 37 2015-04-12 1.13 129698.87 50246.44 49285.67
## 2067 38 2015-04-05 1.19 121569.73 48155.42 44874.21
## 2068 39 2015-03-29 1.13 117662.32 46540.34 46915.77
## 2069 40 2015-03-22 1.09 126535.83 51584.99 46659.25
## 2070 41 2015-03-15 1.12 119124.45 47388.04 43327.94
## 2071 42 2015-03-08 1.16 111702.58 43783.88 36289.08
## 2072 43 2015-03-01 1.11 110991.01 45568.34 38348.50
## 2073 44 2015-02-22 1.09 127855.51 55931.84 45806.33
## 2074 45 2015-02-15 1.07 136950.98 68986.21 39203.72
## 2075 46 2015-02-08 1.02 145648.40 78195.76 38763.75
## 2076 47 2015-02-01 1.00 168217.72 71867.81 65784.29
## 2077 48 2015-01-25 1.15 123070.18 48244.28 41412.29
## 2078 49 2015-01-18 1.18 112106.05 44676.56 37854.42
## 2079 50 2015-01-11 1.16 113235.82 45706.36 37629.54
## 2080 51 2015-01-04 1.13 109215.00 48285.15 37562.78
## 2081 0 2015-12-27 0.98 403741.62 98482.89 249362.94
## 2082 1 2015-12-20 1.00 385518.03 99604.61 224843.47
## 2083 2 2015-12-13 1.00 376689.94 94854.90 221627.68
## 2084 3 2015-12-06 1.07 318280.23 82537.98 184349.52
## 2085 4 2015-11-29 0.99 347406.90 80757.92 216851.97
## 2086 5 2015-11-22 1.06 354986.48 83984.24 218912.41
## 2087 6 2015-11-15 0.94 414161.47 100343.08 262929.38
## 2088 7 2015-11-08 1.14 357132.53 118696.55 185189.82
## 2089 8 2015-11-01 1.02 532467.38 180210.99 300978.15
## 2090 9 2015-10-25 1.26 343757.21 98792.01 190021.02
## 2091 10 2015-10-18 1.28 326458.27 94529.60 175181.76
## 2092 11 2015-10-11 1.29 355472.28 85276.49 211955.75
## 2093 12 2015-10-04 1.10 377192.10 70755.56 259002.51
## 2094 13 2015-09-27 1.28 350982.20 84527.09 213297.91
## 2095 14 2015-09-20 1.25 353231.58 79142.80 220538.20
## 2096 15 2015-09-13 1.24 384192.52 101189.96 220364.77
## 2097 16 2015-09-06 1.21 466705.75 137388.73 262139.81
## 2098 17 2015-08-30 1.30 377229.13 114804.62 197034.03
## 2099 18 2015-08-23 1.26 405274.71 112710.34 233164.62
## 2100 19 2015-08-16 1.30 401708.33 136485.36 202459.20
## 2101 20 2015-08-09 1.28 414823.74 146135.78 206011.16
## 2102 21 2015-08-02 1.33 404664.32 131156.47 209986.17
## 2103 22 2015-07-26 1.32 395471.89 130034.73 200668.51
## 2104 23 2015-07-19 1.29 404604.85 130412.82 210334.54
## 2105 24 2015-07-12 1.23 411928.38 130109.66 218611.12
## 2106 25 2015-07-05 1.26 550810.62 161220.26 305122.62
## 2107 26 2015-06-28 1.26 423984.04 143118.33 210343.54
## 2108 27 2015-06-21 1.27 422723.91 137206.11 215068.66
## 2109 28 2015-06-14 1.22 431791.38 149611.03 209926.36
## 2110 29 2015-06-07 1.18 435087.17 143063.59 224039.06
## 2111 30 2015-05-31 1.17 435723.85 156719.55 219047.40
## 2112 31 2015-05-24 1.26 403793.79 110289.47 232223.44
## 2113 32 2015-05-17 1.18 397215.12 141111.13 200745.02
## 2114 33 2015-05-10 1.14 437822.76 162135.00 217681.33
## 2115 34 2015-05-03 1.05 662034.34 149107.81 458178.77
## 2116 35 2015-04-26 1.27 366719.82 101324.62 205561.23
## 2117 36 2015-04-19 1.19 415841.32 117518.41 241637.11
## 2118 37 2015-04-12 1.24 382583.75 119295.38 208546.45
## 2119 38 2015-04-05 1.23 404333.75 120613.18 214547.09
## 2120 39 2015-03-29 1.20 391178.81 110809.75 203705.17
## 2121 40 2015-03-22 1.13 424708.39 106578.88 221094.74
## 2122 41 2015-03-15 1.22 380761.14 113759.19 204089.22
## 2123 42 2015-03-08 1.12 415147.69 152131.35 199610.67
## 2124 43 2015-03-01 1.02 452845.47 143867.37 256090.11
## 2125 44 2015-02-22 1.14 405013.16 137425.32 216791.05
## 2126 45 2015-02-15 1.13 381041.74 134992.29 194031.02
## 2127 46 2015-02-08 0.98 432572.45 144586.53 237751.75
## 2128 47 2015-02-01 1.04 771974.90 287292.15 429601.75
## 2129 48 2015-01-25 1.19 360027.65 101289.29 210411.75
## 2130 49 2015-01-18 1.22 367047.36 83097.77 238956.51
## 2131 50 2015-01-11 1.09 429492.28 109368.41 271300.08
## 2132 51 2015-01-04 1.05 430138.88 110693.69 270107.61
## 2133 0 2015-12-27 0.92 439968.40 141447.28 130341.75
## 2134 1 2015-12-20 0.94 420476.44 130565.46 119298.50
## 2135 2 2015-12-13 0.84 462548.30 155111.21 118664.89
## 2136 3 2015-12-06 0.67 565516.62 196490.30 209350.93
## 2137 4 2015-11-29 0.91 385289.59 143861.40 140359.41
## 2138 5 2015-11-22 0.98 385300.75 163396.83 129579.32
## 2139 6 2015-11-15 0.85 501838.10 264103.11 150523.33
## 2140 7 2015-11-08 0.92 492385.15 255993.88 154270.39
## 2141 8 2015-11-01 1.01 468472.81 211287.89 179995.77
## 2142 9 2015-10-25 1.08 408336.19 172518.85 165522.86
## 2143 10 2015-10-18 1.03 447663.17 197862.67 179049.25
## 2144 11 2015-10-11 0.93 492276.73 202263.25 234833.71
## 2145 12 2015-10-04 1.11 404301.76 154884.04 194838.77
## 2146 13 2015-09-27 0.93 491990.83 194526.22 245815.73
## 2147 14 2015-09-20 1.07 448488.04 204096.06 173105.77
## 2148 15 2015-09-13 1.08 464305.03 191302.75 199953.93
## 2149 16 2015-09-06 1.02 502677.35 271640.29 165034.84
## 2150 17 2015-08-30 1.04 490268.77 277305.27 145974.51
## 2151 18 2015-08-23 1.15 459471.05 250163.47 153378.68
## 2152 19 2015-08-16 1.05 514202.63 281209.49 176899.01
## 2153 20 2015-08-09 1.03 630941.71 285569.68 288086.68
## 2154 21 2015-08-02 1.07 500999.15 275822.73 168300.62
## 2155 22 2015-07-26 1.10 495344.27 279280.58 161574.35
## 2156 23 2015-07-19 1.15 462526.00 258240.72 142492.68
## 2157 24 2015-07-12 1.10 490312.63 251056.27 182844.55
## 2158 25 2015-07-05 1.05 587740.55 328818.07 187820.87
## 2159 26 2015-06-28 1.02 495309.23 295023.15 142348.73
## 2160 27 2015-06-21 0.94 594488.41 368402.91 163855.72
## 2161 28 2015-06-14 0.87 630746.82 403551.43 165020.73
## 2162 29 2015-06-07 0.89 607468.04 378749.86 164367.13
## 2163 30 2015-05-31 0.90 569414.76 358147.99 153680.36
## 2164 31 2015-05-24 1.08 477415.68 273672.82 155813.57
## 2165 32 2015-05-17 1.02 458191.52 283530.10 131772.59
## 2166 33 2015-05-10 0.85 594740.30 399789.96 136147.89
## 2167 34 2015-05-03 0.80 740760.30 424263.68 247709.36
## 2168 35 2015-04-26 1.11 435990.48 235664.26 141949.05
## 2169 36 2015-04-19 1.04 488094.98 270328.18 156651.22
## 2170 37 2015-04-12 1.01 515246.69 260591.11 189713.87
## 2171 38 2015-04-05 1.11 469883.87 249036.72 162601.80
## 2172 39 2015-03-29 1.08 450370.85 234361.38 155583.39
## 2173 40 2015-03-22 0.96 515764.64 235106.15 221942.26
## 2174 41 2015-03-15 1.06 463106.48 257709.12 144761.07
## 2175 42 2015-03-08 0.95 504284.16 314550.25 127157.90
## 2176 43 2015-03-01 0.83 572552.24 317625.55 202619.21
## 2177 44 2015-02-22 0.92 516149.11 301983.87 151869.53
## 2178 45 2015-02-15 0.94 486113.55 303637.72 127874.99
## 2179 46 2015-02-08 0.98 448394.83 229118.81 162856.34
## 2180 47 2015-02-01 0.85 692276.13 357235.87 277723.14
## 2181 48 2015-01-25 1.02 406591.11 217747.34 140456.68
## 2182 49 2015-01-18 1.01 461063.73 250311.74 163944.20
## 2183 50 2015-01-11 0.82 544667.18 303369.02 192913.11
## 2184 51 2015-01-04 0.94 461607.33 244152.26 165299.33
## 2185 0 2015-12-27 1.05 692206.40 181704.67 422617.80
## 2186 1 2015-12-20 1.15 637091.48 173521.67 364622.31
## 2187 2 2015-12-13 1.22 616016.46 127080.03 384958.63
## 2188 3 2015-12-06 1.06 694982.49 102771.75 498975.34
## 2189 4 2015-11-29 1.05 651638.60 102783.08 462966.47
## 2190 5 2015-11-22 1.04 709444.22 121232.94 502068.19
## 2191 6 2015-11-15 0.99 775848.72 165884.02 517366.37
## 2192 7 2015-11-08 1.40 599884.32 165981.13 319176.32
## 2193 8 2015-11-01 0.97 869927.27 214932.11 563719.33
## 2194 9 2015-10-25 1.55 561342.23 126498.63 334051.96
## 2195 10 2015-10-18 1.52 586073.85 146584.21 332942.22
## 2196 11 2015-10-11 1.58 564456.60 106180.64 351965.39
## 2197 12 2015-10-04 1.04 762866.62 119177.06 563257.19
## 2198 13 2015-09-27 1.38 651697.34 208309.03 349648.86
## 2199 14 2015-09-20 1.56 578500.76 94105.15 380999.77
## 2200 15 2015-09-13 1.53 603840.95 110779.86 367833.98
## 2201 16 2015-09-06 1.54 646810.20 154276.07 384033.22
## 2202 17 2015-08-30 1.53 649891.92 177166.44 364371.17
## 2203 18 2015-08-23 1.59 610212.92 129106.61 380934.57
## 2204 19 2015-08-16 1.59 618237.58 145519.47 364968.69
## 2205 20 2015-08-09 1.56 603876.90 158022.04 345590.21
## 2206 21 2015-08-02 1.57 645158.33 164972.09 374726.64
## 2207 22 2015-07-26 1.58 628331.04 150230.79 366576.34
## 2208 23 2015-07-19 1.56 633327.17 146180.86 385520.87
## 2209 24 2015-07-12 1.39 680351.84 149802.29 430540.93
## 2210 25 2015-07-05 1.53 752191.79 168468.95 451890.53
## 2211 26 2015-06-28 1.54 646324.68 154423.58 377054.83
## 2212 27 2015-06-21 1.52 673720.54 161726.05 396191.28
## 2213 28 2015-06-14 1.51 696873.03 181175.51 403173.66
## 2214 29 2015-06-07 1.31 758817.08 167496.15 477146.12
## 2215 30 2015-05-31 1.29 764114.39 192708.56 469208.86
## 2216 31 2015-05-24 1.37 700411.03 131638.62 467572.13
## 2217 32 2015-05-17 1.32 701099.41 167532.68 434957.48
## 2218 33 2015-05-10 1.30 742672.03 172662.98 462218.87
## 2219 34 2015-05-03 1.00 1310364.67 237060.70 975141.69
## 2220 35 2015-04-26 1.39 680839.21 107461.85 458055.89
## 2221 36 2015-04-19 1.23 818816.70 134592.31 584922.85
## 2222 37 2015-04-12 1.33 729890.28 159838.22 469655.44
## 2223 38 2015-04-05 1.33 742539.71 143671.36 473142.55
## 2224 39 2015-03-29 1.30 742583.03 145294.94 460144.90
## 2225 40 2015-03-22 1.19 841723.81 136354.98 568189.47
## 2226 41 2015-03-15 1.26 779754.03 204467.41 455307.39
## 2227 42 2015-03-08 1.16 830775.42 260192.19 442834.07
## 2228 43 2015-03-01 0.95 1039265.17 251296.88 697969.61
## 2229 44 2015-02-22 1.23 776336.17 165066.61 502502.44
## 2230 45 2015-02-15 1.23 696515.27 176265.06 414826.51
## 2231 46 2015-02-08 0.92 928836.58 252068.60 581737.42
## 2232 47 2015-02-01 0.91 1352027.64 369580.89 896514.30
## 2233 48 2015-01-25 1.21 713523.24 127276.45 481792.41
## 2234 49 2015-01-18 1.22 753746.51 107566.95 554501.21
## 2235 50 2015-01-11 1.03 916450.76 155455.32 670522.75
## 2236 51 2015-01-04 0.99 907795.89 179507.69 637000.10
## 2237 0 2015-12-27 1.09 450185.94 101442.85 178459.60
## 2238 1 2015-12-20 1.15 404862.32 88134.20 139794.19
## 2239 2 2015-12-13 1.05 454428.03 114813.13 156347.74
## 2240 3 2015-12-06 0.81 726504.61 117507.93 219412.63
## 2241 4 2015-11-29 1.17 373309.53 90354.26 131571.17
## 2242 5 2015-11-22 1.07 426337.91 111896.12 155494.84
## 2243 6 2015-11-15 0.93 643402.84 146061.83 213666.13
## 2244 7 2015-11-08 1.06 490827.32 135637.50 172982.00
## 2245 8 2015-11-01 1.14 435921.23 105846.91 176922.79
## 2246 9 2015-10-25 1.03 520698.46 130741.16 201858.00
## 2247 10 2015-10-18 1.08 484106.11 147440.78 185069.58
## 2248 11 2015-10-11 0.90 640331.58 87081.69 301656.56
## 2249 12 2015-10-04 1.06 513268.88 103495.71 281914.21
## 2250 13 2015-09-27 1.10 467791.95 159459.18 152002.76
## 2251 14 2015-09-20 1.02 590721.74 158198.44 242849.81
## 2252 15 2015-09-13 1.02 586503.27 230283.36 181240.95
## 2253 16 2015-09-06 1.17 459793.66 167782.09 155468.95
## 2254 17 2015-08-30 1.18 446850.83 171694.14 150815.43
## 2255 18 2015-08-23 1.13 551498.09 137390.97 265837.45
## 2256 19 2015-08-16 1.15 497526.51 173165.55 201936.28
## 2257 20 2015-08-09 1.15 523157.29 220284.27 169096.61
## 2258 21 2015-08-02 1.18 519887.27 210529.13 181274.82
## 2259 22 2015-07-26 1.29 436208.03 158304.49 172990.41
## 2260 23 2015-07-19 1.25 491653.57 197532.38 192075.86
## 2261 24 2015-07-12 1.14 597860.19 261870.98 204320.97
## 2262 25 2015-07-05 1.35 582037.07 201350.06 263046.88
## 2263 26 2015-06-28 1.31 496302.98 175064.74 222871.77
## 2264 27 2015-06-21 1.19 577605.00 178641.03 272213.83
## 2265 28 2015-06-14 1.18 615500.43 207290.74 274970.73
## 2266 29 2015-06-07 1.27 494855.95 194535.45 207213.71
## 2267 30 2015-05-31 1.12 543908.18 244319.84 185303.96
## 2268 31 2015-05-24 1.14 577946.53 213212.05 240665.64
## 2269 32 2015-05-17 1.22 474081.77 176144.77 196907.32
## 2270 33 2015-05-10 1.08 638696.86 263440.86 242012.13
## 2271 34 2015-05-03 1.02 687972.03 226074.37 355250.18
## 2272 35 2015-04-26 1.19 490426.14 202726.84 188384.71
## 2273 36 2015-04-19 1.13 570030.63 130765.93 324680.31
## 2274 37 2015-04-12 1.33 396728.35 134346.50 184720.11
## 2275 38 2015-04-05 1.26 466120.48 148128.23 238612.85
## 2276 39 2015-03-29 1.22 452743.21 162078.03 205582.46
## 2277 40 2015-03-22 1.13 514196.67 192630.73 229939.77
## 2278 41 2015-03-15 1.24 453589.67 173278.26 189014.61
## 2279 42 2015-03-08 1.24 439846.35 170637.19 190973.90
## 2280 43 2015-03-01 1.07 613535.33 162940.98 327299.85
## 2281 44 2015-02-22 1.11 552036.54 106012.21 353201.96
## 2282 45 2015-02-15 1.33 352335.10 114014.90 171966.91
## 2283 46 2015-02-08 1.08 488980.65 153475.96 257164.75
## 2284 47 2015-02-01 0.97 933148.31 201139.95 578708.75
## 2285 48 2015-01-25 1.26 420124.11 118569.87 228985.50
## 2286 49 2015-01-18 1.20 463472.52 160898.14 223145.82
## 2287 50 2015-01-11 1.06 527350.82 144349.43 278069.43
## 2288 51 2015-01-04 0.97 634522.34 165839.16 341836.86
## 2289 0 2015-12-27 0.98 251443.08 137133.17 48908.40
## 2290 1 2015-12-20 1.04 211066.05 115402.34 39931.51
## 2291 2 2015-12-13 0.96 257166.53 148691.81 47393.23
## 2292 3 2015-12-06 1.03 233274.40 130410.85 47118.94
## 2293 4 2015-11-29 0.97 217965.37 125440.43 42269.54
## 2294 5 2015-11-22 0.99 216767.98 123208.85 42099.26
## 2295 6 2015-11-15 1.07 224373.12 116059.40 61600.25
## 2296 7 2015-11-08 1.08 221080.11 118352.11 47266.75
## 2297 8 2015-11-01 1.00 280886.82 143163.13 59937.59
## 2298 9 2015-10-25 1.11 223607.39 107103.78 46792.32
## 2299 10 2015-10-18 1.12 226246.39 105221.40 55038.80
## 2300 11 2015-10-11 1.03 267962.33 121966.00 64658.41
## 2301 12 2015-10-04 1.04 267919.95 123692.52 70671.20
## 2302 13 2015-09-27 1.08 253422.99 111054.81 72273.16
## 2303 14 2015-09-20 1.02 312177.28 148633.90 77644.18
## 2304 15 2015-09-13 1.14 269754.97 124781.45 61067.30
## 2305 16 2015-09-06 1.00 353755.00 165544.52 78503.43
## 2306 17 2015-08-30 1.15 280699.74 130772.55 58761.62
## 2307 18 2015-08-23 1.09 310381.51 139531.80 64117.55
## 2308 19 2015-08-16 1.12 320750.54 157907.67 60468.01
## 2309 20 2015-08-09 1.05 353930.82 179463.07 69024.22
## 2310 21 2015-08-02 1.14 309611.87 148657.53 64352.06
## 2311 22 2015-07-26 1.11 327629.87 160050.21 63162.91
## 2312 23 2015-07-19 1.05 379505.99 212349.90 70690.71
## 2313 24 2015-07-12 1.14 320934.33 143217.29 81353.84
## 2314 25 2015-07-05 1.05 406711.20 204374.47 93000.23
## 2315 26 2015-06-28 1.11 340424.79 152050.00 76047.90
## 2316 27 2015-06-21 1.03 392755.13 207438.27 71556.59
## 2317 28 2015-06-14 1.10 339919.17 172821.14 60267.01
## 2318 29 2015-06-07 1.04 378845.21 223638.72 46631.18
## 2319 30 2015-05-31 1.13 322891.36 185323.63 43301.71
## 2320 31 2015-05-24 1.05 407499.97 247039.02 58352.93
## 2321 32 2015-05-17 1.09 346700.41 200005.38 46163.06
## 2322 33 2015-05-10 1.13 329845.26 199489.94 44017.79
## 2323 34 2015-05-03 0.97 457411.45 271320.49 72324.54
## 2324 35 2015-04-26 1.10 319659.25 191953.94 43170.27
## 2325 36 2015-04-19 1.08 322940.72 185939.51 43227.61
## 2326 37 2015-04-12 1.05 356627.38 220208.81 49060.02
## 2327 38 2015-04-05 1.10 311646.73 187483.15 44278.23
## 2328 39 2015-03-29 1.11 284839.51 151124.37 45649.68
## 2329 40 2015-03-22 1.00 366680.00 218785.98 48984.19
## 2330 41 2015-03-15 1.15 297855.71 171702.03 44167.57
## 2331 42 2015-03-08 1.14 289679.91 173429.19 39009.78
## 2332 43 2015-03-01 1.05 337576.71 213315.88 42197.08
## 2333 44 2015-02-22 1.02 332918.70 193228.98 45809.76
## 2334 45 2015-02-15 1.11 278514.05 163447.93 40081.18
## 2335 46 2015-02-08 1.06 282822.72 169169.05 41468.74
## 2336 47 2015-02-01 0.91 469684.32 284674.20 78055.21
## 2337 48 2015-01-25 1.06 311348.31 187805.04 46947.97
## 2338 49 2015-01-18 1.15 276205.95 160256.58 44019.64
## 2339 50 2015-01-11 1.10 279706.73 162428.39 39713.75
## 2340 51 2015-01-04 1.01 309024.22 180977.06 46253.49
## 2341 0 2015-12-27 0.81 4831664.77 2295315.43 1290847.05
## 2342 1 2015-12-20 0.81 4565207.85 2166801.03 1226508.86
## 2343 2 2015-12-13 0.78 4869309.42 2366879.80 1559601.21
## 2344 3 2015-12-06 0.76 4938526.47 2271088.12 1989750.87
## 2345 4 2015-11-29 0.82 3969578.89 2105670.46 1234911.39
## 2346 5 2015-11-22 0.80 4347510.51 2187382.97 1451468.73
## 2347 6 2015-11-15 0.76 4943687.09 2762021.24 1375460.43
## 2348 7 2015-11-08 0.80 4864814.01 2470146.60 1630407.36
## 2349 8 2015-11-01 0.81 5072550.94 2344879.12 1704035.46
## 2350 9 2015-10-25 0.86 4912068.04 2542914.87 1537781.45
## 2351 10 2015-10-18 0.87 4687705.56 2488221.20 1352548.07
## 2352 11 2015-10-11 0.83 5236047.86 2351606.01 1833545.05
## 2353 12 2015-10-04 0.84 5201535.32 2257194.22 2067870.47
## 2354 13 2015-09-27 0.87 4987381.36 2252044.96 2042360.56
## 2355 14 2015-09-20 0.83 5211738.31 2453284.69 2117631.84
## 2356 15 2015-09-13 0.88 5761848.67 2608997.38 2390282.14
## 2357 16 2015-09-06 0.86 5979528.24 2897999.07 2322076.97
## 2358 17 2015-08-30 0.87 5200252.65 3171393.10 1387819.83
## 2359 18 2015-08-23 0.89 5235579.44 3058909.34 1546628.56
## 2360 19 2015-08-16 0.89 5409823.02 3273624.13 1474652.79
## 2361 20 2015-08-09 0.89 5353393.56 3096265.87 1600371.62
## 2362 21 2015-08-02 0.90 5142335.64 3276776.23 1254704.28
## 2363 22 2015-07-26 0.81 5822521.79 3166737.18 1982138.27
## 2364 23 2015-07-19 0.83 5703940.56 3141801.51 1766900.01
## 2365 24 2015-07-12 0.82 5544366.95 3318843.01 1523777.99
## 2366 25 2015-07-05 0.83 6380287.71 3835278.13 1639735.99
## 2367 26 2015-06-28 0.77 6024103.65 3656335.59 1416248.77
## 2368 27 2015-06-21 0.79 6153608.75 3460014.16 1739133.40
## 2369 28 2015-06-14 0.69 7281803.61 4668964.65 1660109.04
## 2370 29 2015-06-07 0.75 6234006.44 3870043.62 1479527.40
## 2371 30 2015-05-31 0.74 6349957.65 4136440.91 1501302.47
## 2372 31 2015-05-24 0.83 5903596.18 3794422.74 1434383.77
## 2373 32 2015-05-17 0.79 5831782.44 3979432.32 1202270.23
## 2374 33 2015-05-10 0.79 6400340.97 3969053.76 1709201.45
## 2375 34 2015-05-03 0.78 6558729.33 3520801.33 2265493.71
## 2376 35 2015-04-26 0.83 5578980.69 3637682.35 1248422.73
## 2377 36 2015-04-19 0.82 5593885.09 3657278.94 1183497.85
## 2378 37 2015-04-12 0.80 5930072.71 3851189.34 1385674.25
## 2379 38 2015-04-05 0.83 6368728.85 3676642.17 1856953.20
## 2380 39 2015-03-29 0.82 5713017.35 3091049.63 1836365.62
## 2381 40 2015-03-22 0.76 6008817.90 3785376.16 1476714.10
## 2382 41 2015-03-15 0.79 5703759.21 3290881.46 1644220.11
## 2383 42 2015-03-08 0.80 5864999.81 3215935.34 1855972.27
## 2384 43 2015-03-01 0.87 5314431.93 2944928.22 1629785.85
## 2385 44 2015-02-22 0.85 5208272.73 3077730.66 1408136.41
## 2386 45 2015-02-15 0.80 5204971.91 3046997.70 1421557.06
## 2387 46 2015-02-08 0.73 5900232.15 3323430.66 1927404.12
## 2388 47 2015-02-01 0.71 6934356.31 3776936.71 2348980.01
## 2389 48 2015-01-25 0.81 5142259.93 3205533.39 1298842.90
## 2390 49 2015-01-18 0.79 5322625.57 2839359.92 1782045.18
## 2391 50 2015-01-11 0.80 5409726.02 2973367.52 1717171.24
## 2392 51 2015-01-04 0.77 5144267.01 2745009.10 1755142.21
## 2393 0 2015-12-27 0.98 3024956.05 2045752.24 275823.43
## 2394 1 2015-12-20 1.12 2206305.07 1449139.49 211595.53
## 2395 2 2015-12-13 0.96 3042588.20 2127600.06 303892.09
## 2396 3 2015-12-06 1.13 2205550.58 1520190.48 248205.38
## 2397 4 2015-11-29 0.97 2615828.04 1797110.09 273706.42
## 2398 5 2015-11-22 0.98 2667551.84 1799501.02 285065.90
## 2399 6 2015-11-15 1.16 2242688.20 1455202.28 294620.08
## 2400 7 2015-11-08 1.16 2197763.70 1420318.78 298081.99
## 2401 8 2015-11-01 0.98 3227049.19 2058754.30 472310.67
## 2402 9 2015-10-25 1.16 2211716.76 1278660.60 393459.25
## 2403 10 2015-10-18 1.15 2274638.59 1274185.16 426237.27
## 2404 11 2015-10-11 0.97 3179824.67 1810141.55 579736.64
## 2405 12 2015-10-04 0.98 3259659.28 1909901.24 591640.18
## 2406 13 2015-09-27 1.17 2314057.46 1266450.71 519006.76
## 2407 14 2015-09-20 0.96 3496412.09 2000380.63 663554.32
## 2408 15 2015-09-13 1.15 2486654.71 1317283.12 534412.71
## 2409 16 2015-09-06 0.97 3750714.49 2175323.40 650270.11
## 2410 17 2015-08-30 1.19 2544630.50 1422797.76 464251.81
## 2411 18 2015-08-23 1.16 2580705.47 1423075.89 477975.75
## 2412 19 2015-08-16 1.16 2766391.11 1615209.93 431016.10
## 2413 20 2015-08-09 1.00 3804851.11 2430272.64 498991.43
## 2414 21 2015-08-02 1.18 2674633.13 1539272.45 430133.96
## 2415 22 2015-07-26 1.15 2742949.66 1615660.84 424560.81
## 2416 23 2015-07-19 0.99 3810950.39 2507726.20 515358.68
## 2417 24 2015-07-12 1.17 2748745.96 1578243.11 467848.98
## 2418 25 2015-07-05 0.99 4295280.16 2713600.49 592279.23
## 2419 26 2015-06-28 1.14 3026048.11 1721633.23 464034.18
## 2420 27 2015-06-21 0.97 4019384.71 2602623.94 462243.35
## 2421 28 2015-06-14 1.15 3021825.81 1910736.86 315079.10
## 2422 29 2015-06-07 0.99 4003121.77 2862823.58 294519.59
## 2423 30 2015-05-31 1.17 2884507.74 2048880.09 206982.30
## 2424 31 2015-05-24 1.00 4298514.96 3209533.78 311176.56
## 2425 32 2015-05-17 1.15 2936173.63 2098271.46 211868.36
## 2426 33 2015-05-10 1.17 2963777.80 2167781.63 212422.04
## 2427 34 2015-05-03 0.97 4986270.76 3682277.46 383803.95
## 2428 35 2015-04-26 1.16 3011225.49 2170188.85 220781.47
## 2429 36 2015-04-19 1.14 2857156.51 2014443.63 214218.14
## 2430 37 2015-04-12 1.00 3781504.91 2801179.62 292733.49
## 2431 38 2015-04-05 1.08 3140456.17 2257669.21 252737.98
## 2432 39 2015-03-29 1.16 2558925.23 1804282.66 205041.11
## 2433 40 2015-03-22 0.98 3867453.83 2823708.05 299770.04
## 2434 41 2015-03-15 1.21 2602341.55 1865220.72 211822.87
## 2435 42 2015-03-08 1.18 2642581.73 1894002.38 199317.95
## 2436 43 2015-03-01 1.01 3633174.13 2682065.60 281502.89
## 2437 44 2015-02-22 1.11 2796195.76 1960713.06 236520.37
## 2438 45 2015-02-15 1.16 2558563.78 1820564.15 219336.78
## 2439 46 2015-02-08 1.11 2573973.63 1871661.73 226039.73
## 2440 47 2015-02-01 0.93 4924049.79 3656338.95 451194.73
## 2441 48 2015-01-25 1.15 2778000.82 1990978.47 266024.34
## 2442 49 2015-01-18 1.19 2595783.66 1815847.03 273695.84
## 2443 50 2015-01-11 1.18 2433295.61 1667012.92 269027.02
## 2444 51 2015-01-04 0.98 3204112.16 2296069.27 320373.63
## 2445 0 2015-12-27 1.05 67099.38 20577.16 21592.44
## 2446 1 2015-12-20 1.12 61555.62 17819.26 16576.75
## 2447 2 2015-12-13 0.99 67431.18 22229.24 20738.68
## 2448 3 2015-12-06 0.85 100233.67 18780.00 39234.39
## 2449 4 2015-11-29 1.17 51432.09 16876.93 16826.84
## 2450 5 2015-11-22 1.12 56013.43 17535.51 21806.06
## 2451 6 2015-11-15 1.00 84398.93 17121.98 38867.94
## 2452 7 2015-11-08 1.08 63821.22 19315.13 26207.73
## 2453 8 2015-11-01 1.13 60151.68 20262.48 23801.85
## 2454 9 2015-10-25 1.08 66852.57 16618.08 33389.28
## 2455 10 2015-10-18 1.13 60732.92 16562.04 30936.55
## 2456 11 2015-10-11 0.94 88580.07 11289.75 56878.37
## 2457 12 2015-10-04 0.99 77514.75 18331.90 47471.02
## 2458 13 2015-09-27 1.09 63902.90 25431.53 23735.71
## 2459 14 2015-09-20 1.05 79503.08 20718.72 42342.60
## 2460 15 2015-09-13 1.03 78771.30 39572.15 24065.27
## 2461 16 2015-09-06 1.08 67101.52 32235.74 18153.73
## 2462 17 2015-08-30 1.11 61176.91 31274.84 16651.71
## 2463 18 2015-08-23 1.08 84333.73 34441.25 35454.67
## 2464 19 2015-08-16 1.15 72392.09 33363.36 25970.27
## 2465 20 2015-08-09 1.21 70351.29 32213.37 23114.49
## 2466 21 2015-08-02 1.19 74839.74 35242.08 24453.69
## 2467 22 2015-07-26 1.18 71150.24 33592.19 22293.64
## 2468 23 2015-07-19 1.16 77305.34 39750.66 23169.36
## 2469 24 2015-07-12 1.05 86318.90 45146.65 23703.42
## 2470 25 2015-07-05 1.22 91195.99 43121.13 30059.65
## 2471 26 2015-06-28 1.20 81276.47 38303.60 26660.48
## 2472 27 2015-06-21 1.12 84739.31 33513.17 33789.94
## 2473 28 2015-06-14 1.13 88579.12 36980.68 35548.22
## 2474 29 2015-06-07 1.19 79733.85 40534.99 26271.71
## 2475 30 2015-05-31 1.08 82469.70 42027.99 24334.27
## 2476 31 2015-05-24 1.07 92664.44 41058.09 33679.94
## 2477 32 2015-05-17 1.09 77996.78 36879.96 24110.51
## 2478 33 2015-05-10 1.03 95615.23 46467.69 31703.17
## 2479 34 2015-05-03 0.98 108051.54 44094.43 48511.36
## 2480 35 2015-04-26 1.08 80443.94 41208.97 24094.05
## 2481 36 2015-04-19 1.03 91379.33 31965.44 42072.81
## 2482 37 2015-04-12 1.21 64529.74 27692.12 23281.52
## 2483 38 2015-04-05 1.15 73681.06 30529.69 29902.80
## 2484 39 2015-03-29 1.12 74999.31 36451.47 26800.47
## 2485 40 2015-03-22 1.10 74725.33 32960.85 28457.80
## 2486 41 2015-03-15 1.19 71766.04 32528.50 26391.31
## 2487 42 2015-03-08 1.18 69848.58 35184.21 24432.93
## 2488 43 2015-03-01 1.03 88304.41 26800.27 44707.74
## 2489 44 2015-02-22 1.03 85295.41 25370.99 45291.88
## 2490 45 2015-02-15 1.24 57869.58 24008.40 22723.92
## 2491 46 2015-02-08 1.03 74139.25 28901.01 36736.53
## 2492 47 2015-02-01 0.97 135656.36 35897.25 84741.31
## 2493 48 2015-01-25 1.21 64116.71 23843.63 29590.60
## 2494 49 2015-01-18 1.18 69600.14 28457.99 29719.57
## 2495 50 2015-01-11 1.07 70697.07 21973.57 35996.70
## 2496 51 2015-01-04 1.00 84612.39 26607.29 44341.92
## 2497 0 2015-12-27 1.10 152121.37 50481.76 25206.85
## 2498 1 2015-12-20 1.13 135427.66 40333.06 23867.60
## 2499 2 2015-12-13 0.99 166083.52 64673.08 24481.09
## 2500 3 2015-12-06 1.09 147544.08 60481.90 25222.92
## 2501 4 2015-11-29 1.16 129475.25 38130.41 26526.03
## 2502 5 2015-11-22 1.15 134989.16 40115.68 27003.98
## 2503 6 2015-11-15 1.07 160185.59 62810.86 28499.99
## 2504 7 2015-11-08 1.18 148030.60 54277.81 29529.64
## 2505 8 2015-11-01 1.21 152077.32 49010.65 34559.26
## 2506 9 2015-10-25 1.21 151268.28 52371.31 37039.70
## 2507 10 2015-10-18 1.26 143944.11 53413.73 34898.38
## 2508 11 2015-10-11 1.15 159011.26 77647.86 25627.41
## 2509 12 2015-10-04 1.23 151219.39 64603.33 36643.05
## 2510 13 2015-09-27 1.12 175958.11 99021.18 34231.90
## 2511 14 2015-09-20 1.24 165255.03 77969.04 37269.87
## 2512 15 2015-09-13 1.15 200117.98 108859.16 33405.69
## 2513 16 2015-09-06 1.30 180705.59 85673.91 36576.66
## 2514 17 2015-08-30 1.32 164716.78 74751.64 34386.84
## 2515 18 2015-08-23 1.11 202861.68 111101.26 35104.11
## 2516 19 2015-08-16 0.88 290906.05 186669.12 44789.17
## 2517 20 2015-08-09 1.15 200794.99 92511.57 47874.46
## 2518 21 2015-08-02 1.26 184501.15 79291.85 43745.86
## 2519 22 2015-07-26 1.06 216993.01 120124.79 38710.22
## 2520 23 2015-07-19 1.20 204464.92 99044.52 41712.52
## 2521 24 2015-07-12 1.13 233579.70 132490.39 44204.19
## 2522 25 2015-07-05 1.32 224901.96 97253.40 57668.67
## 2523 26 2015-06-28 1.17 217234.17 107631.08 40137.34
## 2524 27 2015-06-21 1.26 198137.18 84699.66 38461.41
## 2525 28 2015-06-14 1.28 203247.31 87726.18 41782.62
## 2526 29 2015-06-07 1.30 194667.64 92964.49 38450.22
## 2527 30 2015-05-31 1.16 247195.62 147104.98 38945.34
## 2528 31 2015-05-24 1.18 236189.46 135166.39 38773.04
## 2529 32 2015-05-17 1.32 186936.02 96530.89 37553.09
## 2530 33 2015-05-10 1.25 218562.94 125846.03 33050.99
## 2531 34 2015-05-03 1.09 275080.92 190986.18 36252.66
## 2532 35 2015-04-26 1.37 178200.42 86967.98 42320.51
## 2533 36 2015-04-19 1.34 184979.95 101449.24 38169.29
## 2534 37 2015-04-12 1.21 214125.11 138215.06 37441.77
## 2535 38 2015-04-05 1.36 159461.64 77970.98 34544.71
## 2536 39 2015-03-29 1.21 198395.76 111921.69 39575.00
## 2537 40 2015-03-22 1.34 163325.40 77997.93 37696.27
## 2538 41 2015-03-15 1.33 157799.23 70836.30 36549.13
## 2539 42 2015-03-08 1.36 147525.59 73956.89 31856.71
## 2540 43 2015-03-01 1.24 179277.41 93746.89 39403.61
## 2541 44 2015-02-22 1.32 156112.67 75717.36 36667.64
## 2542 45 2015-02-15 1.23 169118.65 88022.48 33530.37
## 2543 46 2015-02-08 1.09 214718.99 140791.53 31995.56
## 2544 47 2015-02-01 1.10 308371.90 209893.28 48651.40
## 2545 48 2015-01-25 1.17 176820.49 99020.78 31381.54
## 2546 49 2015-01-18 1.28 170590.85 78724.96 50701.59
## 2547 50 2015-01-11 1.29 164917.61 79292.59 41050.38
## 2548 51 2015-01-04 1.15 198735.26 125713.89 34555.73
## 2549 0 2015-12-27 1.36 42344.22 828.65 23560.51
## 2550 1 2015-12-20 1.36 39365.15 646.68 22231.33
## 2551 2 2015-12-13 1.32 50384.57 773.81 33149.83
## 2552 3 2015-12-06 1.17 50632.73 874.90 34439.57
## 2553 4 2015-11-29 1.41 35852.68 719.36 21285.35
## 2554 5 2015-11-22 1.38 39100.45 846.69 22314.40
## 2555 6 2015-11-15 1.21 51725.93 912.37 34236.71
## 2556 7 2015-11-08 1.23 55560.09 645.86 37788.65
## 2557 8 2015-11-01 1.16 55095.62 1062.84 36281.55
## 2558 9 2015-10-25 1.26 48971.60 935.77 30448.48
## 2559 10 2015-10-18 1.26 48655.18 748.89 28155.56
## 2560 11 2015-10-11 1.32 45170.50 1054.40 27690.82
## 2561 12 2015-10-04 1.34 41904.06 1777.42 22698.79
## 2562 13 2015-09-27 1.16 54194.93 925.80 43139.43
## 2563 14 2015-09-20 1.44 37045.75 775.55 27299.15
## 2564 15 2015-09-13 1.44 43060.60 882.30 30696.69
## 2565 16 2015-09-06 1.36 48358.73 675.27 37504.92
## 2566 17 2015-08-30 1.20 53699.67 601.15 43932.05
## 2567 18 2015-08-23 1.44 42933.81 579.09 30616.05
## 2568 19 2015-08-16 1.42 44245.45 619.41 32282.72
## 2569 20 2015-08-09 1.35 51094.98 510.89 39597.11
## 2570 21 2015-08-02 1.48 41000.44 722.58 26661.77
## 2571 22 2015-07-26 1.23 59947.27 878.02 41541.46
## 2572 23 2015-07-19 1.38 59427.83 593.22 34449.87
## 2573 24 2015-07-12 1.25 75144.87 577.45 43147.80
## 2574 25 2015-07-05 1.45 68922.42 797.75 35080.61
## 2575 26 2015-06-28 1.39 63938.81 755.70 30246.27
## 2576 27 2015-06-21 1.40 60370.27 624.44 32511.25
## 2577 28 2015-06-14 1.35 65184.56 547.63 27340.54
## 2578 29 2015-06-07 1.22 69776.51 632.01 41825.39
## 2579 30 2015-05-31 1.36 64839.58 744.02 34985.62
## 2580 31 2015-05-24 1.35 61584.26 559.81 34572.48
## 2581 32 2015-05-17 1.44 69649.85 743.44 42174.14
## 2582 33 2015-05-10 1.34 78708.38 899.13 44891.19
## 2583 34 2015-05-03 1.40 50591.38 634.61 24201.46
## 2584 35 2015-04-26 1.40 48811.05 768.09 23424.19
## 2585 36 2015-04-19 1.40 52800.83 721.11 24884.63
## 2586 37 2015-04-12 1.36 46828.88 670.17 21961.57
## 2587 38 2015-04-05 1.38 50015.81 716.97 24675.99
## 2588 39 2015-03-29 1.29 52419.71 1020.84 28858.30
## 2589 40 2015-03-22 1.33 48180.98 2030.41 21884.43
## 2590 41 2015-03-15 1.36 42078.58 2534.42 20482.33
## 2591 42 2015-03-08 1.28 46199.20 796.52 23821.37
## 2592 43 2015-03-01 1.32 47890.09 728.61 22776.67
## 2593 44 2015-02-22 1.33 42662.65 1098.61 21441.05
## 2594 45 2015-02-15 1.35 38750.74 880.54 19621.76
## 2595 46 2015-02-08 1.25 51557.01 1093.76 26366.48
## 2596 47 2015-02-01 1.26 57424.15 1321.47 30243.88
## 2597 48 2015-01-25 1.37 44517.84 810.15 22526.20
## 2598 49 2015-01-18 1.40 40391.55 789.84 24755.46
## 2599 50 2015-01-11 1.45 42017.49 984.29 21576.29
## 2600 51 2015-01-04 1.33 41143.51 2506.61 20905.01
## 2601 0 2015-12-27 0.97 376187.98 246326.83 35652.12
## 2602 1 2015-12-20 1.15 238950.84 146376.83 23810.77
## 2603 2 2015-12-13 0.96 365643.92 242293.88 40944.16
## 2604 3 2015-12-06 1.17 227131.21 145404.19 29926.02
## 2605 4 2015-11-29 0.96 330060.95 213390.26 41026.86
## 2606 5 2015-11-22 0.97 311784.91 194667.16 39338.15
## 2607 6 2015-11-15 1.22 236178.67 138482.70 32425.90
## 2608 7 2015-11-08 1.21 228585.31 135741.88 33351.68
## 2609 8 2015-11-01 0.97 391514.43 228324.13 72749.38
## 2610 9 2015-10-25 1.12 234023.90 109048.96 51940.14
## 2611 10 2015-10-18 1.11 256610.00 112096.12 54378.07
## 2612 11 2015-10-11 0.88 402228.35 175545.51 90767.27
## 2613 12 2015-10-04 0.89 413839.96 184069.95 92366.74
## 2614 13 2015-09-27 1.13 252128.43 99077.59 70565.14
## 2615 14 2015-09-20 0.88 432962.29 186843.91 104344.66
## 2616 15 2015-09-13 1.10 257374.81 97653.71 69978.38
## 2617 16 2015-09-06 0.91 436528.94 205188.66 94841.92
## 2618 17 2015-08-30 1.20 262575.33 126060.57 53665.74
## 2619 18 2015-08-23 1.17 264170.20 126817.40 54873.96
## 2620 19 2015-08-16 1.17 283647.52 139923.45 50157.80
## 2621 20 2015-08-09 0.97 427229.44 257930.36 58043.78
## 2622 21 2015-08-02 1.18 274423.66 139950.79 50642.05
## 2623 22 2015-07-26 1.16 265367.52 133615.12 48153.33
## 2624 23 2015-07-19 0.97 421574.42 258972.92 61716.04
## 2625 24 2015-07-12 1.17 289138.36 149510.03 54927.82
## 2626 25 2015-07-05 0.95 482088.56 282433.10 71003.58
## 2627 26 2015-06-28 1.11 325434.49 157030.05 56095.25
## 2628 27 2015-06-21 0.95 438581.50 262821.95 58036.49
## 2629 28 2015-06-14 1.17 294964.30 152836.19 39330.60
## 2630 29 2015-06-07 0.97 433152.31 295793.00 35164.49
## 2631 30 2015-05-31 1.22 273609.96 181641.14 18121.91
## 2632 31 2015-05-24 0.99 460041.38 331416.40 30794.75
## 2633 32 2015-05-17 1.18 275260.08 182281.62 18249.86
## 2634 33 2015-05-10 1.21 287068.69 197831.01 20278.37
## 2635 34 2015-05-03 0.97 558113.22 401968.96 37800.63
## 2636 35 2015-04-26 1.19 304135.67 203078.44 19757.32
## 2637 36 2015-04-19 1.16 280464.73 182582.22 19553.08
## 2638 37 2015-04-12 0.99 425033.14 304622.85 30735.77
## 2639 38 2015-04-05 1.09 354134.22 242307.65 26336.27
## 2640 39 2015-03-29 1.20 254520.54 169276.36 18562.00
## 2641 40 2015-03-22 0.97 440106.92 310473.40 32912.35
## 2642 41 2015-03-15 1.25 257172.84 173099.66 19983.36
## 2643 42 2015-03-08 1.22 259317.73 166383.80 19097.27
## 2644 43 2015-03-01 1.00 373461.94 258084.33 27867.24
## 2645 44 2015-02-22 1.12 268415.49 167595.76 22043.38
## 2646 45 2015-02-15 1.21 242478.65 154111.87 20647.04
## 2647 46 2015-02-08 1.19 236434.37 155193.87 21932.31
## 2648 47 2015-02-01 0.92 562242.53 392037.18 53180.28
## 2649 48 2015-01-25 1.21 260471.23 161291.00 30244.52
## 2650 49 2015-01-18 1.27 228920.62 132142.60 33674.07
## 2651 50 2015-01-11 1.24 235231.08 142237.71 36017.93
## 2652 51 2015-01-04 0.97 339909.13 226346.70 37517.53
## 2653 0 2015-12-27 0.95 27297983.67 9626901.09 10197890.05
## 2654 1 2015-12-20 0.98 25083647.17 8710021.76 9329861.85
## 2655 2 2015-12-13 0.93 28041335.38 9855053.66 10805838.91
## 2656 3 2015-12-06 0.89 28800396.57 9405464.36 12160838.62
## 2657 4 2015-11-29 0.99 22617999.38 8094803.56 9003178.41
## 2658 5 2015-11-22 0.96 25114228.11 8571849.80 10389879.59
## 2659 6 2015-11-15 0.92 28597756.27 9907981.27 11699787.51
## 2660 7 2015-11-08 0.97 28485715.97 9991330.31 12199657.40
## 2661 8 2015-11-01 0.97 31047484.27 10138703.85 14229286.82
## 2662 9 2015-10-25 1.04 26240072.11 8683958.80 11410478.34
## 2663 10 2015-10-18 0.99 29375123.60 9162094.14 14082539.61
## 2664 11 2015-10-11 1.00 29216198.15 8828340.53 13326573.45
## 2665 12 2015-10-04 1.02 28243505.52 8353619.97 13775651.69
## 2666 13 2015-09-27 1.03 27753508.14 8454208.80 13819912.63
## 2667 14 2015-09-20 1.02 29569086.56 9422275.27 13846044.56
## 2668 15 2015-09-13 1.03 31245835.65 9875018.48 14888077.69
## 2669 16 2015-09-06 1.02 33526480.08 12569277.14 14245598.38
## 2670 17 2015-08-30 1.07 29761638.48 11650976.87 11995960.83
## 2671 18 2015-08-23 1.08 29699845.61 11283021.31 12551529.70
## 2672 19 2015-08-16 1.05 31936856.18 12680252.48 12998327.25
## 2673 20 2015-08-09 1.05 33254911.87 13003371.07 13926692.62
## 2674 21 2015-08-02 1.09 30358467.88 12115233.76 12219014.12
## 2675 22 2015-07-26 1.07 30652211.08 12196225.93 12009228.05
## 2676 23 2015-07-19 1.07 32324647.66 12742760.17 12605457.17
## 2677 24 2015-07-12 1.07 31660031.68 12384449.40 12403360.20
## 2678 25 2015-07-05 1.04 37943670.34 15643939.37 14213650.06
## 2679 26 2015-06-28 1.06 32408705.70 13299568.71 11505999.24
## 2680 27 2015-06-21 1.02 35734613.90 14699604.93 13244466.60
## 2681 28 2015-06-14 0.98 37026085.75 16383685.07 12821015.03
## 2682 29 2015-06-07 1.00 36549995.66 16529797.60 12582265.21
## 2683 30 2015-05-31 1.03 33720159.09 15503613.33 11599634.02
## 2684 31 2015-05-24 1.04 35344183.15 16000107.80 12513821.19
## 2685 32 2015-05-17 1.06 32027686.15 14615941.59 11003341.22
## 2686 33 2015-05-10 1.02 36400886.58 16215328.75 13509064.65
## 2687 34 2015-05-03 0.96 41291704.39 17787611.93 16602589.04
## 2688 35 2015-04-26 1.07 30894157.80 13833715.28 10867403.08
## 2689 36 2015-04-19 1.03 33091256.26 14251319.31 12277858.78
## 2690 37 2015-04-12 1.02 32046401.64 14793354.18 11210544.11
## 2691 38 2015-04-05 1.06 31500669.44 13939014.43 11526980.36
## 2692 39 2015-03-29 1.04 29982648.43 12524637.04 11541041.35
## 2693 40 2015-03-22 1.01 32513550.51 13697405.61 12659784.83
## 2694 41 2015-03-15 1.04 29572225.71 13149988.71 10634070.76
## 2695 42 2015-03-08 1.02 30094698.85 13013750.35 10973972.60
## 2696 43 2015-03-01 0.97 32994014.16 13282222.98 13733124.48
## 2697 44 2015-02-22 1.02 29936729.76 12628562.36 11354281.64
## 2698 45 2015-02-15 1.03 28012520.93 12626615.30 9783489.59
## 2699 46 2015-02-08 0.95 32137333.01 13308193.40 13381347.54
## 2700 47 2015-02-01 0.89 44655461.51 18933038.04 18956479.74
## 2701 48 2015-01-25 1.04 28470310.84 12167445.03 10734652.82
## 2702 49 2015-01-18 1.03 29043458.85 11858139.34 11701947.80
## 2703 50 2015-01-11 1.01 29063542.75 11544810.53 12134773.38
## 2704 51 2015-01-04 0.95 31324277.73 12357161.34 13624083.05
## 2705 0 2015-12-27 0.83 5291979.63 2038443.68 1717599.45
## 2706 1 2015-12-20 0.88 4737649.03 2017331.24 1314711.00
## 2707 2 2015-12-13 0.85 4899439.92 1798995.46 1596329.01
## 2708 3 2015-12-06 0.75 6202513.84 2097720.52 2051392.83
## 2709 4 2015-11-29 0.99 3719603.21 1461861.54 1216811.00
## 2710 5 2015-11-22 0.92 4481990.34 1549012.12 1588339.47
## 2711 6 2015-11-15 0.83 5972493.77 1996852.58 2060439.93
## 2712 7 2015-11-08 0.88 5094837.54 2204338.57 1668416.99
## 2713 8 2015-11-01 0.90 5024858.14 1815066.15 1937479.91
## 2714 9 2015-10-25 0.95 4945835.54 1574344.01 1990844.80
## 2715 10 2015-10-18 0.89 5413532.64 2012887.19 2170792.82
## 2716 11 2015-10-11 0.91 5534450.99 1287965.79 2714363.53
## 2717 12 2015-10-04 1.00 4895485.63 1369449.86 2378441.26
## 2718 13 2015-09-27 0.97 4792868.29 1601971.34 2116029.65
## 2719 14 2015-09-20 0.92 5596091.03 1552161.89 2825876.79
## 2720 15 2015-09-13 0.92 5811260.29 2194373.38 2317428.16
## 2721 16 2015-09-06 0.93 5900751.95 2682938.17 2086229.79
## 2722 17 2015-08-30 1.03 5138256.91 2163511.05 1986059.01
## 2723 18 2015-08-23 1.04 5197578.46 2160130.08 2054710.68
## 2724 19 2015-08-16 0.98 5718139.41 2640927.73 2027603.38
## 2725 20 2015-08-09 1.01 5531488.20 2368531.20 2068854.19
## 2726 21 2015-08-02 1.02 5451040.76 2470116.49 1962853.58
## 2727 22 2015-07-26 1.07 5126588.84 2293111.63 1776143.49
## 2728 23 2015-07-19 1.04 5525298.95 2337242.49 2065939.21
## 2729 24 2015-07-12 1.01 5791508.96 2688406.31 1950436.22
## 2730 25 2015-07-05 0.98 6749081.20 3328637.80 2304907.45
## 2731 26 2015-06-28 1.03 5617752.22 2686203.38 1907834.16
## 2732 27 2015-06-21 0.93 6478952.08 3062753.54 2299962.02
## 2733 28 2015-06-14 0.92 6760001.68 3239258.39 2416002.43
## 2734 29 2015-06-07 0.92 6669221.29 3451592.61 2145071.52
## 2735 30 2015-05-31 0.93 5874982.36 3094129.71 1835735.00
## 2736 31 2015-05-24 0.93 6139159.81 3206247.81 2036656.12
## 2737 32 2015-05-17 0.98 5338992.15 2786200.82 1654563.98
## 2738 33 2015-05-10 0.94 6323724.80 3050014.63 2260890.88
## 2739 34 2015-05-03 0.89 6937095.53 3115937.71 2917083.83
## 2740 35 2015-04-26 0.90 6013312.36 3163353.08 2021745.62
## 2741 36 2015-04-19 0.88 6612422.28 3118686.39 2557271.66
## 2742 37 2015-04-12 0.98 5609471.36 2561865.42 2267855.21
## 2743 38 2015-04-05 0.95 5929718.67 3132031.40 2022524.08
## 2744 39 2015-03-29 0.93 5719898.26 2978534.92 2012384.12
## 2745 40 2015-03-22 0.99 5368331.44 2511453.54 2163704.41
## 2746 41 2015-03-15 0.94 5572582.45 3034104.48 1829868.35
## 2747 42 2015-03-08 0.99 5382693.51 2541409.90 2120111.56
## 2748 43 2015-03-01 0.95 5840742.83 2221447.89 2822864.41
## 2749 44 2015-02-22 0.95 5939402.98 2444851.21 2650986.14
## 2750 45 2015-02-15 0.98 5026688.71 2483265.25 1840716.14
## 2751 46 2015-02-08 0.89 5949846.14 2749122.29 2418817.00
## 2752 47 2015-02-01 0.84 8362504.08 3531350.44 3872672.00
## 2753 48 2015-01-25 0.94 5461313.90 2695157.56 2031937.97
## 2754 49 2015-01-18 0.96 5475363.01 2431736.63 2258069.63
## 2755 50 2015-01-11 0.95 5333097.71 2203111.92 2292761.26
## 2756 51 2015-01-04 0.89 5794410.58 2275446.87 2582300.65
## 2757 0 2015-12-27 0.71 776404.39 451904.51 141599.36
## 2758 1 2015-12-20 0.83 649885.76 389110.55 108176.29
## 2759 2 2015-12-13 0.78 646041.56 437780.91 100110.13
## 2760 3 2015-12-06 0.74 623231.77 398871.12 133434.18
## 2761 4 2015-11-29 0.81 519028.45 335446.83 103635.94
## 2762 5 2015-11-22 0.78 615077.36 403133.14 122078.09
## 2763 6 2015-11-15 0.71 732695.38 483180.55 155778.70
## 2764 7 2015-11-08 0.76 661405.90 445281.03 123745.68
## 2765 8 2015-11-01 0.80 592115.57 350881.82 131576.51
## 2766 9 2015-10-25 0.82 635873.60 363487.08 166607.85
## 2767 10 2015-10-18 0.81 681501.30 409639.87 177573.02
## 2768 11 2015-10-11 0.89 638486.47 268061.13 258518.68
## 2769 12 2015-10-04 0.85 649050.15 240183.49 317701.12
## 2770 13 2015-09-27 0.79 714977.26 255897.91 376232.89
## 2771 14 2015-09-20 0.78 746249.98 289135.19 352998.81
## 2772 15 2015-09-13 0.75 829727.75 341728.32 330566.17
## 2773 16 2015-09-06 0.80 790420.66 487551.38 183612.44
## 2774 17 2015-08-30 0.82 750669.14 518203.31 136374.37
## 2775 18 2015-08-23 0.80 740213.87 535570.33 100108.86
## 2776 19 2015-08-16 0.77 815638.81 489076.90 154805.84
## 2777 20 2015-08-09 0.74 885883.92 576883.27 154758.26
## 2778 21 2015-08-02 0.79 795371.51 573107.42 94633.45
## 2779 22 2015-07-26 0.81 777883.03 542663.64 96112.02
## 2780 23 2015-07-19 0.76 803340.22 552839.76 101243.90
## 2781 24 2015-07-12 0.77 754672.44 515150.21 100148.70
## 2782 25 2015-07-05 0.78 913360.72 606650.91 123465.83
## 2783 26 2015-06-28 0.71 941135.50 670425.34 108019.80
## 2784 27 2015-06-21 0.74 948942.53 601318.24 158997.23
## 2785 28 2015-06-14 0.70 1035973.14 651120.92 202731.92
## 2786 29 2015-06-07 0.68 1053997.99 750594.50 152736.51
## 2787 30 2015-05-31 0.74 887045.15 626724.73 124037.26
## 2788 31 2015-05-24 0.75 914966.82 692900.55 107964.22
## 2789 32 2015-05-17 0.70 942310.32 721087.66 112070.95
## 2790 33 2015-05-10 0.71 1019160.83 774232.70 128168.65
## 2791 34 2015-05-03 0.74 967144.19 677575.96 166456.05
## 2792 35 2015-04-26 0.74 899632.66 596342.41 174560.73
## 2793 36 2015-04-19 0.70 961001.34 687794.59 154971.84
## 2794 37 2015-04-12 0.76 840314.58 564694.43 167105.74
## 2795 38 2015-04-05 0.76 938880.60 660961.68 163481.60
## 2796 39 2015-03-29 0.74 908323.30 595240.91 199938.30
## 2797 40 2015-03-22 0.85 752576.08 489678.55 157679.62
## 2798 41 2015-03-15 0.75 827795.25 610496.24 115089.70
## 2799 42 2015-03-08 0.73 805731.03 568182.30 137012.17
## 2800 43 2015-03-01 0.84 723488.95 439115.27 167245.85
## 2801 44 2015-02-22 0.85 681409.59 455087.17 121269.48
## 2802 45 2015-02-15 0.78 743066.25 520464.29 133695.54
## 2803 46 2015-02-08 0.72 811664.36 539280.41 175207.31
## 2804 47 2015-02-01 0.71 916367.42 611270.39 205181.23
## 2805 48 2015-01-25 0.80 720800.61 519142.82 124248.86
## 2806 49 2015-01-18 0.80 729795.72 516446.41 128438.87
## 2807 50 2015-01-11 0.92 584896.99 347125.63 129717.42
## 2808 51 2015-01-04 0.75 758118.95 426878.87 147958.43
## 2809 0 2016-12-25 1.52 73341.73 3202.39 58280.33
## 2810 1 2016-12-18 1.53 68938.53 3345.36 55949.79
## 2811 2 2016-12-11 1.49 71777.85 2323.39 56545.79
## 2812 3 2016-12-04 1.48 113031.96 6530.78 99746.05
## 2813 4 2016-11-27 1.52 58171.89 2793.99 47106.18
## 2814 5 2016-11-20 1.56 70089.51 3675.63 56898.54
## 2815 6 2016-11-13 1.62 63608.01 3523.63 49837.68
## 2816 7 2016-11-06 1.63 57178.20 3212.04 43024.32
## 2817 8 2016-10-30 1.46 58375.10 3187.14 45898.52
## 2818 9 2016-10-23 1.19 92080.35 4222.93 77537.36
## 2819 10 2016-10-16 1.40 69060.90 4027.42 54186.55
## 2820 11 2016-10-09 1.13 101087.84 3641.46 87174.41
## 2821 12 2016-10-02 1.51 75480.26 4109.22 57515.76
## 2822 13 2016-09-25 1.62 96853.15 7658.55 79425.81
## 2823 14 2016-09-18 1.39 79513.63 6624.37 63384.56
## 2824 15 2016-09-11 1.37 81473.15 6258.88 63511.85
## 2825 16 2016-09-04 1.44 95456.26 14741.13 64966.75
## 2826 17 2016-08-28 1.18 145323.22 34912.97 94928.79
## 2827 18 2016-08-21 1.43 94882.79 14520.36 63416.88
## 2828 19 2016-08-14 1.20 110528.09 24000.62 72970.23
## 2829 20 2016-08-07 1.48 99683.11 14670.87 69054.28
## 2830 21 2016-07-31 1.61 125586.57 9293.65 96915.41
## 2831 22 2016-07-24 1.46 98321.14 11580.64 65195.63
## 2832 23 2016-07-17 1.31 89228.02 9273.69 64260.69
## 2833 24 2016-07-10 1.11 131630.13 20970.24 96581.82
## 2834 25 2016-07-03 1.42 115907.61 8373.77 82122.04
## 2835 26 2016-06-26 1.50 133086.66 7923.01 106656.84
## 2836 27 2016-06-19 1.42 112817.51 6766.63 85374.27
## 2837 28 2016-06-12 1.38 111394.50 7531.24 83771.34
## 2838 29 2016-06-05 1.47 115857.12 4288.46 92055.75
## 2839 30 2016-05-29 1.49 127812.25 2580.77 104876.94
## 2840 31 2016-05-22 1.34 98863.64 929.07 74678.36
## 2841 32 2016-05-15 1.36 96924.19 901.65 75847.91
## 2842 33 2016-05-08 1.27 120194.49 1041.95 96137.78
## 2843 34 2016-05-01 1.03 173781.78 884.01 163570.47
## 2844 35 2016-04-24 1.18 102490.20 954.60 87571.23
## 2845 36 2016-04-17 1.22 86433.63 898.63 70042.60
## 2846 37 2016-04-10 1.46 70253.30 972.15 56128.98
## 2847 38 2016-04-03 0.85 81694.23 676.27 70459.66
## 2848 39 2016-03-27 1.49 92529.27 808.50 78146.18
## 2849 40 2016-03-20 1.32 110401.88 764.97 97082.40
## 2850 41 2016-03-13 1.18 108264.90 847.64 96117.13
## 2851 42 2016-03-06 1.27 90633.66 972.34 74693.31
## 2852 43 2016-02-28 1.26 87822.43 805.41 72159.95
## 2853 44 2016-02-21 1.28 99817.47 869.16 84484.99
## 2854 45 2016-02-14 1.13 98008.16 1640.86 77133.01
## 2855 46 2016-02-07 1.07 169614.01 2031.67 157271.87
## 2856 47 2016-01-31 1.16 102038.32 1386.24 79881.67
## 2857 48 2016-01-24 1.22 96089.13 545.37 70802.56
## 2858 49 2016-01-17 1.26 119972.41 1202.52 100613.46
## 2859 50 2016-01-10 1.28 79121.77 848.19 66696.97
## 2860 51 2016-01-03 1.03 149038.15 939.71 139735.90
## 2861 0 2016-12-25 0.91 502787.29 205855.78 86015.43
## 2862 1 2016-12-18 0.94 463483.07 191753.03 80565.05
## 2863 2 2016-12-11 1.06 422026.71 186343.72 56200.04
## 2864 3 2016-12-04 1.03 475815.02 210602.15 93414.72
## 2865 4 2016-11-27 1.22 372144.31 161631.62 55595.26
## 2866 5 2016-11-20 1.14 448936.04 189206.59 58005.57
## 2867 6 2016-11-13 1.25 408260.87 185966.29 63348.63
## 2868 7 2016-11-06 1.29 393826.35 167083.47 65207.61
## 2869 8 2016-10-30 1.26 408314.87 162367.80 69366.17
## 2870 9 2016-10-23 1.23 422281.05 171215.14 67824.33
## 2871 10 2016-10-16 1.16 459564.78 188793.29 82089.21
## 2872 11 2016-10-09 1.23 452109.18 187260.61 69425.23
## 2873 12 2016-10-02 1.26 440044.40 182418.33 69411.24
## 2874 13 2016-09-25 1.26 435756.80 174532.18 77098.81
## 2875 14 2016-09-18 1.01 527700.95 233800.98 70931.17
## 2876 15 2016-09-11 0.90 597759.18 286405.76 54347.66
## 2877 16 2016-09-04 0.89 614657.03 356593.20 55475.65
## 2878 17 2016-08-28 0.95 539642.66 294240.79 42109.47
## 2879 18 2016-08-21 0.94 549139.07 293240.47 48349.86
## 2880 19 2016-08-14 0.87 666493.32 362923.69 60912.98
## 2881 20 2016-08-07 1.04 508354.34 252171.77 63197.28
## 2882 21 2016-07-31 0.98 537633.39 232640.52 76301.71
## 2883 22 2016-07-24 1.00 495686.56 215522.82 92726.36
## 2884 23 2016-07-17 1.01 474063.61 202638.65 82942.03
## 2885 24 2016-07-10 0.92 560865.26 240109.35 95457.09
## 2886 25 2016-07-03 0.77 789398.22 310551.19 150339.87
## 2887 26 2016-06-26 0.85 606856.80 272203.41 82764.12
## 2888 27 2016-06-19 0.78 692767.07 361697.69 96388.12
## 2889 28 2016-06-12 0.78 608386.28 313216.34 61563.67
## 2890 29 2016-06-05 0.75 691201.38 341027.59 123405.98
## 2891 30 2016-05-29 0.78 691344.07 267460.99 154238.90
## 2892 31 2016-05-22 0.79 585351.77 206761.15 110884.32
## 2893 32 2016-05-15 0.68 755306.53 292232.77 166131.16
## 2894 33 2016-05-08 0.81 643699.77 199995.47 159036.97
## 2895 34 2016-05-01 0.77 735635.49 241665.17 211776.98
## 2896 35 2016-04-24 0.79 654018.81 233878.10 189043.44
## 2897 36 2016-04-17 0.89 512348.02 190569.75 124409.16
## 2898 37 2016-04-10 0.83 590001.82 258662.26 141605.69
## 2899 38 2016-04-03 1.03 423485.95 253540.83 69327.44
## 2900 39 2016-03-27 0.98 458635.34 286918.40 59289.93
## 2901 40 2016-03-20 0.98 496190.99 323216.82 61127.51
## 2902 41 2016-03-13 0.90 588656.86 336350.73 110105.53
## 2903 42 2016-03-06 1.03 458837.18 299983.46 61770.01
## 2904 43 2016-02-28 0.90 555470.58 325884.06 106311.73
## 2905 44 2016-02-21 1.04 417205.77 270173.33 61591.16
## 2906 45 2016-02-14 0.97 481484.29 313342.08 57925.31
## 2907 46 2016-02-07 0.76 722211.00 415641.47 134517.41
## 2908 47 2016-01-31 1.04 437490.64 290451.27 58974.21
## 2909 48 2016-01-24 0.92 528776.51 318372.94 86816.97
## 2910 49 2016-01-17 1.04 445089.93 308722.88 45915.91
## 2911 50 2016-01-10 0.93 558348.80 377244.81 67316.04
## 2912 51 2016-01-03 1.05 449263.47 350316.16 32958.06
## 2913 0 2016-12-25 1.47 550947.61 50818.61 344699.92
## 2914 1 2016-12-18 1.21 691008.74 57866.09 487109.62
## 2915 2 2016-12-11 1.35 599161.08 49240.17 375437.86
## 2916 3 2016-12-04 1.41 566956.23 52095.95 345132.36
## 2917 4 2016-11-27 1.49 539924.84 46243.14 336731.88
## 2918 5 2016-11-20 1.60 566160.06 51078.68 309529.29
## 2919 6 2016-11-13 1.73 559978.64 64630.53 311687.85
## 2920 7 2016-11-06 1.80 537945.82 61458.87 284547.34
## 2921 8 2016-10-30 1.86 522546.62 58412.45 304616.52
## 2922 9 2016-10-23 1.85 584275.61 56864.06 336433.69
## 2923 10 2016-10-16 1.69 638848.04 63424.01 363924.96
## 2924 11 2016-10-09 1.59 676188.97 72775.70 395481.19
## 2925 12 2016-10-02 1.66 672759.70 78716.77 381624.67
## 2926 13 2016-09-25 1.58 678671.71 129774.30 347949.15
## 2927 14 2016-09-18 1.50 732424.67 151204.91 367425.65
## 2928 15 2016-09-11 1.34 885728.19 202958.24 494756.39
## 2929 16 2016-09-04 1.51 762218.08 97714.06 442803.33
## 2930 17 2016-08-28 1.57 732545.70 72406.64 443668.36
## 2931 18 2016-08-21 1.48 727279.79 68443.67 413651.59
## 2932 19 2016-08-14 1.52 742291.98 68335.70 421188.86
## 2933 20 2016-08-07 1.52 746493.74 71154.97 432956.75
## 2934 21 2016-07-31 1.65 698627.62 64022.99 402053.22
## 2935 22 2016-07-24 1.64 719104.08 62896.92 422902.90
## 2936 23 2016-07-17 1.47 730875.32 50831.98 400287.93
## 2937 24 2016-07-10 1.37 831187.91 64925.62 489314.56
## 2938 25 2016-07-03 1.38 844337.61 63050.59 501970.38
## 2939 26 2016-06-26 1.36 830072.50 62585.19 509113.95
## 2940 27 2016-06-19 1.37 850692.30 61789.19 523095.26
## 2941 28 2016-06-12 1.34 850862.92 73620.83 507383.48
## 2942 29 2016-06-05 1.33 860858.18 61074.05 537895.97
## 2943 30 2016-05-29 1.19 890196.73 61989.17 577334.28
## 2944 31 2016-05-22 1.19 837573.29 60638.26 540988.18
## 2945 32 2016-05-15 1.12 901689.79 58943.81 629734.43
## 2946 33 2016-05-08 0.95 1103888.28 75492.89 804251.93
## 2947 34 2016-05-01 1.07 929492.14 67682.14 648816.85
## 2948 35 2016-04-24 1.13 915500.04 61118.12 638833.81
## 2949 36 2016-04-17 1.13 841839.93 59232.87 576827.09
## 2950 37 2016-04-10 1.12 789348.02 64549.66 522216.25
## 2951 38 2016-04-03 1.14 770876.88 61532.85 523512.27
## 2952 39 2016-03-27 1.19 781627.98 59850.43 523531.51
## 2953 40 2016-03-20 1.10 880238.91 65397.00 614918.47
## 2954 41 2016-03-13 1.18 845574.79 59401.39 580134.23
## 2955 42 2016-03-06 1.21 819706.70 62539.58 541218.77
## 2956 43 2016-02-28 1.12 888570.06 61483.80 641585.11
## 2957 44 2016-02-21 1.20 739486.27 51913.21 446499.20
## 2958 45 2016-02-14 1.11 905144.72 72824.97 596869.49
## 2959 46 2016-02-07 1.10 966321.00 73754.24 621956.14
## 2960 47 2016-01-31 1.11 748107.09 52641.93 506187.66
## 2961 48 2016-01-24 1.09 1022653.39 69829.09 689359.24
## 2962 49 2016-01-17 1.17 836225.86 58788.02 535244.92
## 2963 50 2016-01-10 1.17 780979.13 60261.38 511067.00
## 2964 51 2016-01-03 1.11 816760.46 54491.78 583418.06
## 2965 0 2016-12-25 1.03 71168.92 27464.22 2892.64
## 2966 1 2016-12-18 1.02 64421.58 28725.38 2337.22
## 2967 2 2016-12-11 0.80 98346.80 30311.25 10382.62
## 2968 3 2016-12-04 1.01 72471.63 34194.72 2996.30
## 2969 4 2016-11-27 1.22 51941.45 23774.54 2187.17
## 2970 5 2016-11-20 1.27 62526.51 28834.32 2463.45
## 2971 6 2016-11-13 1.28 67212.14 32035.36 3042.08
## 2972 7 2016-11-06 1.37 59587.14 24935.25 2893.68
## 2973 8 2016-10-30 1.34 59788.57 25832.98 3018.08
## 2974 9 2016-10-23 1.17 70652.14 27935.70 3769.48
## 2975 10 2016-10-16 1.09 77804.54 35485.60 2006.71
## 2976 11 2016-10-09 1.03 84234.53 38087.17 2089.42
## 2977 12 2016-10-02 0.90 106259.51 27542.88 8194.14
## 2978 13 2016-09-25 0.91 87557.13 39342.09 2342.03
## 2979 14 2016-09-18 0.97 82377.77 39719.19 2199.34
## 2980 15 2016-09-11 0.89 89822.98 41793.11 1783.77
## 2981 16 2016-09-04 1.01 79683.06 37233.67 2055.59
## 2982 17 2016-08-28 0.99 78599.85 36837.75 1982.25
## 2983 18 2016-08-21 0.90 84013.04 40944.28 2078.24
## 2984 19 2016-08-14 0.93 88787.27 43525.98 1959.35
## 2985 20 2016-08-07 0.76 70711.46 32775.33 2002.12
## 2986 21 2016-07-31 0.78 69620.36 30747.49 1920.50
## 2987 22 2016-07-24 0.74 65580.47 26990.40 1685.17
## 2988 23 2016-07-17 0.70 69052.66 27671.07 1614.16
## 2989 24 2016-07-10 0.75 132511.44 39211.45 4977.23
## 2990 25 2016-07-03 0.77 136377.55 36208.26 6421.90
## 2991 26 2016-06-26 0.69 127961.84 34024.13 5853.32
## 2992 27 2016-06-19 0.70 129020.17 36119.41 6692.38
## 2993 28 2016-06-12 0.67 68721.61 34791.42 2578.94
## 2994 29 2016-06-05 0.63 95948.06 31280.00 5422.61
## 2995 30 2016-05-29 0.63 82549.14 29694.73 4570.07
## 2996 31 2016-05-22 0.65 75996.51 32112.63 3221.12
## 2997 32 2016-05-15 0.58 95143.57 34103.08 6201.35
## 2998 33 2016-05-08 0.61 106409.67 43200.28 5397.41
## 2999 34 2016-05-01 0.63 82585.83 32240.97 3928.02
## 3000 35 2016-04-24 0.65 79562.45 36437.80 2849.95
## 3001 36 2016-04-17 0.67 109590.28 41244.44 9075.77
## 3002 37 2016-04-10 0.82 86897.72 44344.90 3303.93
## 3003 38 2016-04-03 0.82 97650.29 45952.69 5362.40
## 3004 39 2016-03-27 0.81 101267.73 40228.96 6891.08
## 3005 40 2016-03-20 0.94 83080.73 41756.47 2697.57
## 3006 41 2016-03-13 0.83 100144.93 45571.10 4920.83
## 3007 42 2016-03-06 0.86 97421.21 41714.26 5373.09
## 3008 43 2016-02-28 0.89 89981.54 38143.38 5361.13
## 3009 44 2016-02-21 0.74 93951.14 37807.51 9084.55
## 3010 45 2016-02-14 0.94 78070.34 38043.20 5302.57
## 3011 46 2016-02-07 0.82 123715.17 42825.57 14822.29
## 3012 47 2016-01-31 0.94 83755.38 36196.35 4791.21
## 3013 48 2016-01-24 0.90 58434.39 18003.36 4208.29
## 3014 49 2016-01-17 0.92 92385.23 34302.93 7884.23
## 3015 50 2016-01-10 0.93 89880.90 31802.36 8347.01
## 3016 51 2016-01-03 0.77 106106.95 43868.70 10276.84
## 3017 0 2016-12-25 1.28 447600.75 4349.63 346516.32
## 3018 1 2016-12-18 1.09 579577.33 6123.84 488107.01
## 3019 2 2016-12-11 1.22 510800.58 3711.20 409645.98
## 3020 3 2016-12-04 1.26 473428.36 4371.95 393748.18
## 3021 4 2016-11-27 1.45 391257.01 4243.20 317090.39
## 3022 5 2016-11-20 1.39 475677.35 7917.90 356867.57
## 3023 6 2016-11-13 1.56 397601.10 5233.97 314434.80
## 3024 7 2016-11-06 1.62 366175.49 4016.72 284809.54
## 3025 8 2016-10-30 1.67 376500.91 5542.76 304461.49
## 3026 9 2016-10-23 1.58 439551.69 10444.80 335243.75
## 3027 10 2016-10-16 1.60 453605.17 6472.04 345051.11
## 3028 11 2016-10-09 1.49 468135.46 7435.21 366648.78
## 3029 12 2016-10-02 1.59 459163.77 20871.74 340342.71
## 3030 13 2016-09-25 1.53 483057.37 40864.15 338301.37
## 3031 14 2016-09-18 1.45 489600.60 39970.65 346155.69
## 3032 15 2016-09-11 1.27 672672.86 85204.27 470860.24
## 3033 16 2016-09-04 1.41 541671.24 23481.94 381830.77
## 3034 17 2016-08-28 1.37 582023.28 37757.36 388173.87
## 3035 18 2016-08-21 1.31 586072.78 15419.55 353351.42
## 3036 19 2016-08-14 1.29 602605.29 20310.78 353845.28
## 3037 20 2016-08-07 1.48 525387.25 15830.01 335033.53
## 3038 21 2016-07-31 1.61 508949.60 12550.40 338691.73
## 3039 22 2016-07-24 1.52 509094.85 13099.78 343835.83
## 3040 23 2016-07-17 1.56 488508.05 11289.68 320250.99
## 3041 24 2016-07-10 1.32 549815.44 17289.06 359933.80
## 3042 25 2016-07-03 1.38 585484.69 11397.63 408601.95
## 3043 26 2016-06-26 1.33 626972.88 10379.75 433431.64
## 3044 27 2016-06-19 1.32 649660.14 10851.29 456521.61
## 3045 28 2016-06-12 1.29 632855.52 12891.22 421978.89
## 3046 29 2016-06-05 1.26 634989.55 8833.67 417995.15
## 3047 30 2016-05-29 1.08 673496.13 7708.04 461424.99
## 3048 31 2016-05-22 1.05 665086.17 4319.45 430580.52
## 3049 32 2016-05-15 1.06 709563.16 5790.13 517840.35
## 3050 33 2016-05-08 0.85 924194.42 6383.12 698437.70
## 3051 34 2016-05-01 1.05 716003.18 4764.79 520369.75
## 3052 35 2016-04-24 1.07 626895.08 4157.76 446540.80
## 3053 36 2016-04-17 1.08 617179.71 3871.79 438210.92
## 3054 37 2016-04-10 0.99 652546.84 4326.56 456029.59
## 3055 38 2016-04-03 1.11 559718.46 4683.35 406529.44
## 3056 39 2016-03-27 1.08 639420.34 4253.90 463187.03
## 3057 40 2016-03-20 1.10 645235.38 5364.32 490720.39
## 3058 41 2016-03-13 1.05 651211.44 5420.01 487268.37
## 3059 42 2016-03-06 1.10 600639.74 6153.04 434300.22
## 3060 43 2016-02-28 1.08 652943.00 6632.53 506048.61
## 3061 44 2016-02-21 1.14 553709.44 5600.54 388956.70
## 3062 45 2016-02-14 0.98 751656.56 7591.61 560259.15
## 3063 46 2016-02-07 1.05 678810.37 5986.94 511548.60
## 3064 47 2016-01-31 1.03 651616.91 6037.25 501280.47
## 3065 48 2016-01-24 1.05 670376.77 3107.96 482030.79
## 3066 49 2016-01-17 1.02 665217.66 4392.86 486767.87
## 3067 50 2016-01-10 1.15 536674.53 4120.09 391873.45
## 3068 51 2016-01-03 1.01 610622.03 5112.51 492477.86
## 3069 0 2016-12-25 1.41 103035.45 1197.33 64434.59
## 3070 1 2016-12-18 1.36 85340.08 1276.16 52115.34
## 3071 2 2016-12-11 1.47 89037.86 967.77 62963.23
## 3072 3 2016-12-04 1.66 72203.16 960.31 54243.42
## 3073 4 2016-11-27 1.57 73261.05 1006.16 50581.93
## 3074 5 2016-11-20 1.63 78675.66 1426.31 52281.34
## 3075 6 2016-11-13 1.60 87366.58 1891.82 56517.54
## 3076 7 2016-11-06 1.64 81691.65 1321.66 56677.66
## 3077 8 2016-10-30 1.65 71163.53 1130.02 56077.13
## 3078 9 2016-10-23 1.60 110744.71 1171.55 50973.90
## 3079 10 2016-10-16 1.36 131180.81 1282.70 61796.23
## 3080 11 2016-10-09 1.37 135059.42 1117.12 68716.59
## 3081 12 2016-10-02 1.35 132143.53 1119.57 62757.12
## 3082 13 2016-09-25 1.40 134327.10 4198.36 62355.89
## 3083 14 2016-09-18 1.54 122908.68 2692.89 70019.45
## 3084 15 2016-09-11 1.38 124095.82 1657.87 81283.86
## 3085 16 2016-09-04 1.48 95473.70 3089.84 67790.92
## 3086 17 2016-08-28 1.40 114645.70 2682.18 64245.65
## 3087 18 2016-08-21 1.33 119865.41 1543.34 70785.26
## 3088 19 2016-08-14 1.41 114328.40 2645.81 72836.99
## 3089 20 2016-08-07 1.50 104314.72 1781.61 74560.52
## 3090 21 2016-07-31 1.45 108088.47 1792.17 64652.42
## 3091 22 2016-07-24 1.44 104126.30 1156.82 63920.78
## 3092 23 2016-07-17 1.30 141880.95 1389.23 71781.92
## 3093 24 2016-07-10 1.25 183741.31 1425.12 88105.93
## 3094 25 2016-07-03 1.30 180609.07 1424.51 85758.67
## 3095 26 2016-06-26 1.26 160806.44 1326.74 74746.95
## 3096 27 2016-06-19 1.23 169756.02 1776.91 80406.95
## 3097 28 2016-06-12 1.15 182471.54 4629.34 79865.00
## 3098 29 2016-06-05 1.15 173445.42 1451.17 78923.00
## 3099 30 2016-05-29 1.19 147423.25 1442.30 81631.15
## 3100 31 2016-05-22 1.12 168251.29 1532.90 72247.42
## 3101 32 2016-05-15 1.09 164790.54 1410.85 72074.47
## 3102 33 2016-05-08 1.09 201142.55 1613.21 97493.47
## 3103 34 2016-05-01 1.11 171441.29 1248.25 69913.84
## 3104 35 2016-04-24 1.15 171142.36 1391.01 69260.58
## 3105 36 2016-04-17 1.14 169355.39 1167.23 67584.91
## 3106 37 2016-04-10 1.10 152123.92 1278.33 55802.40
## 3107 38 2016-04-03 1.04 154802.00 1164.29 72025.38
## 3108 39 2016-03-27 1.13 149462.64 1511.79 64644.20
## 3109 40 2016-03-20 1.14 140364.11 1110.75 62343.76
## 3110 41 2016-03-13 1.11 163501.31 1393.58 77324.69
## 3111 42 2016-03-06 1.36 141228.53 1473.30 60516.83
## 3112 43 2016-02-28 1.22 154057.74 1658.99 78720.64
## 3113 44 2016-02-21 1.31 126537.43 1500.02 52665.54
## 3114 45 2016-02-14 1.29 137984.28 1921.88 60453.06
## 3115 46 2016-02-07 1.30 177910.41 2262.36 76308.98
## 3116 47 2016-01-31 1.21 164453.65 2015.15 81676.45
## 3117 48 2016-01-24 1.31 147469.99 467.72 54309.11
## 3118 49 2016-01-17 1.38 132286.31 1778.63 49448.64
## 3119 50 2016-01-10 1.35 134522.52 1619.00 52034.40
## 3120 51 2016-01-03 1.39 130620.57 1486.60 57210.68
## 3121 0 2016-12-25 0.94 5414937.46 1579234.89 2192460.84
## 3122 1 2016-12-18 0.95 4922621.54 1575318.71 1774200.38
## 3123 2 2016-12-11 0.90 5526646.12 1638639.18 2137290.51
## 3124 3 2016-12-04 0.98 5062952.53 1916640.11 1449671.84
## 3125 4 2016-11-27 1.21 4185900.67 1508446.52 1313000.92
## 3126 5 2016-11-20 1.32 4253815.59 1513797.40 1394929.07
## 3127 6 2016-11-13 1.48 3848128.20 1326907.02 1367684.96
## 3128 7 2016-11-06 1.68 3395058.42 1111431.87 1333386.69
## 3129 8 2016-10-30 1.68 3139833.50 1126017.42 1186843.99
## 3130 9 2016-10-23 1.39 3899040.66 1397559.40 1129206.16
## 3131 10 2016-10-16 1.40 4878037.64 1635631.14 1600568.32
## 3132 11 2016-10-09 1.34 5375978.50 2021375.04 1750074.56
## 3133 12 2016-10-02 1.19 5652496.31 2359102.44 1664176.22
## 3134 13 2016-09-25 1.15 6075588.68 2357903.80 1924933.51
## 3135 14 2016-09-18 1.22 5471565.28 1888694.03 1934688.42
## 3136 15 2016-09-11 1.12 6059764.51 2297601.90 1976499.46
## 3137 16 2016-09-04 1.08 6681646.14 2501655.40 2179345.27
## 3138 17 2016-08-28 0.99 6696300.05 2683109.80 1878139.55
## 3139 18 2016-08-21 1.05 6308000.34 2646367.78 1712067.20
## 3140 19 2016-08-14 1.07 6538335.89 2200099.61 2538994.07
## 3141 20 2016-08-07 1.17 6144827.51 2152079.32 2039791.18
## 3142 21 2016-07-31 1.22 5947160.29 1922055.35 2069409.78
## 3143 22 2016-07-24 1.20 6104047.38 2019596.60 2147541.33
## 3144 23 2016-07-17 1.14 6200613.68 2196723.33 2037093.61
## 3145 24 2016-07-10 1.08 6721690.88 2399360.67 2117397.07
## 3146 25 2016-07-03 1.10 7087455.16 2409025.69 2439611.73
## 3147 26 2016-06-26 1.03 6407277.49 2333532.13 1967324.63
## 3148 27 2016-06-19 1.06 6528056.18 2409003.00 2045112.18
## 3149 28 2016-06-12 1.01 6506234.86 2597934.17 1869930.06
## 3150 29 2016-06-05 0.94 7365675.31 2921963.17 2131717.34
## 3151 30 2016-05-29 0.98 6700986.44 2522305.33 2097509.45
## 3152 31 2016-05-22 0.90 6501981.08 2238875.14 2178820.82
## 3153 32 2016-05-15 0.97 6068872.71 2247484.21 1968268.95
## 3154 33 2016-05-08 0.79 7808461.74 2716222.01 2615648.28
## 3155 34 2016-05-01 0.75 7661483.37 2817406.20 2628579.48
## 3156 35 2016-04-24 0.84 6933382.40 2507347.38 2355998.94
## 3157 36 2016-04-17 0.93 6397813.48 2370403.05 1875909.98
## 3158 37 2016-04-10 0.94 6509000.56 2248561.59 1958358.83
## 3159 38 2016-04-03 0.93 6060843.76 1805555.95 2247248.19
## 3160 39 2016-03-27 0.93 6603707.93 1935666.12 2149391.86
## 3161 40 2016-03-20 0.91 6476206.54 1893617.80 2191468.26
## 3162 41 2016-03-13 0.96 6017563.88 1750943.52 1855262.70
## 3163 42 2016-03-06 0.92 6429870.23 1893787.20 1975668.02
## 3164 43 2016-02-28 0.89 6588277.70 1873878.11 2020327.87
## 3165 44 2016-02-21 0.89 6374019.03 1776499.00 2073957.12
## 3166 45 2016-02-14 0.82 6807283.15 1998149.71 1974912.11
## 3167 46 2016-02-07 0.70 10361698.17 2930343.28 3950852.38
## 3168 47 2016-01-31 0.88 6506673.96 2126066.85 2069192.92
## 3169 48 2016-01-24 0.88 6246380.73 1230068.19 2457751.77
## 3170 49 2016-01-17 0.90 6000013.23 1653347.69 2336705.19
## 3171 50 2016-01-10 0.87 6303406.82 1736168.01 2173554.18
## 3172 51 2016-01-03 0.73 7730431.28 2315175.35 2856102.41
## 3173 0 2016-12-25 1.25 155793.03 36125.58 50792.48
## 3174 1 2016-12-18 1.24 144634.01 35761.88 46276.63
## 3175 2 2016-12-11 1.33 145815.04 43744.87 40971.14
## 3176 3 2016-12-04 1.34 154742.81 39221.82 46285.90
## 3177 4 2016-11-27 1.54 131453.85 38976.01 34346.09
## 3178 5 2016-11-20 1.57 135608.11 44044.69 28907.47
## 3179 6 2016-11-13 1.64 144089.12 49399.39 26597.39
## 3180 7 2016-11-06 1.57 142095.92 36840.74 27501.34
## 3181 8 2016-10-30 1.58 142955.49 39376.44 29382.30
## 3182 9 2016-10-23 1.52 167741.27 54981.90 39749.81
## 3183 10 2016-10-16 1.39 190846.01 57529.11 56366.66
## 3184 11 2016-10-09 1.51 178235.75 43325.87 52189.61
## 3185 12 2016-10-02 1.48 178410.82 46364.75 52893.38
## 3186 13 2016-09-25 1.47 189131.52 54110.79 53593.58
## 3187 14 2016-09-18 1.43 182978.30 43116.41 54193.42
## 3188 15 2016-09-11 1.42 180989.26 34440.65 59554.19
## 3189 16 2016-09-04 1.33 204963.95 58888.34 56699.56
## 3190 17 2016-08-28 1.40 187984.80 54874.64 57122.52
## 3191 18 2016-08-21 1.38 193592.65 44006.63 62975.71
## 3192 19 2016-08-14 1.40 195250.96 39823.56 66724.29
## 3193 20 2016-08-07 1.43 196381.45 48639.95 64124.89
## 3194 21 2016-07-31 1.48 187969.31 39819.93 68964.23
## 3195 22 2016-07-24 1.46 193909.36 34250.27 68516.18
## 3196 23 2016-07-17 1.43 196466.90 38199.33 69125.35
## 3197 24 2016-07-10 1.26 233262.16 43387.69 79103.57
## 3198 25 2016-07-03 1.20 233543.59 45220.67 72710.08
## 3199 26 2016-06-26 1.28 200520.74 36686.02 68054.14
## 3200 27 2016-06-19 1.21 238720.78 55097.56 77704.63
## 3201 28 2016-06-12 1.25 209095.62 42196.82 74895.50
## 3202 29 2016-06-05 1.25 209797.27 37431.02 77700.50
## 3203 30 2016-05-29 1.21 235009.02 49747.65 92110.53
## 3204 31 2016-05-22 1.26 203492.89 37008.26 95769.19
## 3205 32 2016-05-15 1.12 215807.01 31853.93 103793.02
## 3206 33 2016-05-08 1.05 253622.75 55853.79 113811.25
## 3207 34 2016-05-01 1.04 249786.11 53589.93 112926.95
## 3208 35 2016-04-24 1.12 217385.39 31821.20 106492.00
## 3209 36 2016-04-17 1.14 212440.76 37150.70 100814.92
## 3210 37 2016-04-10 1.10 210587.77 39141.60 93571.42
## 3211 38 2016-04-03 1.12 192341.67 35648.20 87528.81
## 3212 39 2016-03-27 1.14 189944.60 32857.85 90916.21
## 3213 40 2016-03-20 1.15 205367.45 33581.86 101739.82
## 3214 41 2016-03-13 1.05 236131.07 39325.69 111943.87
## 3215 42 2016-03-06 1.09 208506.12 38805.91 98212.71
## 3216 43 2016-02-28 1.05 215161.41 35461.06 106914.98
## 3217 44 2016-02-21 1.07 193132.20 36397.39 86393.95
## 3218 45 2016-02-14 1.00 204110.86 45730.46 87862.03
## 3219 46 2016-02-07 0.80 325941.39 63128.71 160544.54
## 3220 47 2016-01-31 0.95 214135.89 36408.49 108723.90
## 3221 48 2016-01-24 0.92 207961.33 13436.84 110261.96
## 3222 49 2016-01-17 0.98 206778.29 29997.79 104174.89
## 3223 50 2016-01-10 0.95 196216.36 21275.55 94804.67
## 3224 51 2016-01-03 0.96 203961.88 42856.88 87749.01
## 3225 0 2016-12-25 1.22 616653.72 67145.99 352087.30
## 3226 1 2016-12-18 1.18 631117.18 92760.23 363657.94
## 3227 2 2016-12-11 1.09 734954.21 84616.30 449932.23
## 3228 3 2016-12-04 1.27 624751.15 90157.63 372929.38
## 3229 4 2016-11-27 1.10 581638.75 151462.15 291205.61
## 3230 5 2016-11-20 1.13 694873.06 134284.88 422382.41
## 3231 6 2016-11-13 1.82 436710.91 34384.62 265006.85
## 3232 7 2016-11-06 2.07 376476.71 31206.79 224561.79
## 3233 8 2016-10-30 2.07 375213.57 33564.91 226980.93
## 3234 9 2016-10-23 1.84 431274.20 46708.92 251074.82
## 3235 10 2016-10-16 1.80 523682.50 52200.02 324240.53
## 3236 11 2016-10-09 1.82 515146.04 40105.31 314006.07
## 3237 12 2016-10-02 1.83 509215.79 37926.13 311085.71
## 3238 13 2016-09-25 1.80 553863.82 40600.81 337874.13
## 3239 14 2016-09-18 1.70 600389.56 74368.62 340540.46
## 3240 15 2016-09-11 1.67 635036.01 80472.32 355228.95
## 3241 16 2016-09-04 1.60 670453.42 77981.63 415924.58
## 3242 17 2016-08-28 1.60 621715.78 54971.17 373442.31
## 3243 18 2016-08-21 1.63 628099.41 62002.43 372918.48
## 3244 19 2016-08-14 1.67 626086.69 49617.00 371087.23
## 3245 20 2016-08-07 1.68 644670.46 40121.11 385923.60
## 3246 21 2016-07-31 1.68 614939.39 38275.52 373205.75
## 3247 22 2016-07-24 1.66 658913.69 42452.50 386821.79
## 3248 23 2016-07-17 1.51 717279.19 43789.60 425776.15
## 3249 24 2016-07-10 1.53 712080.66 52540.83 381030.54
## 3250 25 2016-07-03 1.23 974278.32 55651.48 584813.49
## 3251 26 2016-06-26 1.18 860170.92 80280.37 499474.39
## 3252 27 2016-06-19 1.20 882074.39 64899.84 550499.79
## 3253 28 2016-06-12 1.30 770843.17 50498.40 478335.91
## 3254 29 2016-06-05 1.20 885602.82 31728.98 606701.67
## 3255 30 2016-05-29 1.15 958566.68 36554.49 642857.54
## 3256 31 2016-05-22 1.11 903864.90 36568.67 592064.53
## 3257 32 2016-05-15 1.04 930403.37 49039.58 609294.15
## 3258 33 2016-05-08 0.97 974740.13 43166.45 612339.89
## 3259 34 2016-05-01 1.00 890281.50 39249.49 587919.10
## 3260 35 2016-04-24 1.08 879308.05 34134.42 592370.70
## 3261 36 2016-04-17 1.08 913421.80 47878.48 619840.15
## 3262 37 2016-04-10 1.11 770661.72 49679.26 464981.98
## 3263 38 2016-04-03 1.15 712210.03 36211.71 457314.18
## 3264 39 2016-03-27 0.90 865585.06 33748.25 600796.46
## 3265 40 2016-03-20 1.11 770557.34 36017.62 514604.02
## 3266 41 2016-03-13 1.00 823796.56 39540.49 569733.57
## 3267 42 2016-03-06 1.13 809325.93 35309.42 557026.92
## 3268 43 2016-02-28 1.15 780951.86 32414.21 522790.14
## 3269 44 2016-02-21 1.09 752336.04 39220.29 483562.05
## 3270 45 2016-02-14 1.00 803120.71 45558.04 501188.76
## 3271 46 2016-02-07 0.82 1134049.22 68454.39 758581.79
## 3272 47 2016-01-31 1.12 774091.49 35213.93 512608.82
## 3273 48 2016-01-24 1.01 794029.70 23862.94 543471.49
## 3274 49 2016-01-17 1.11 778412.50 35099.73 500623.85
## 3275 50 2016-01-10 1.08 844277.25 44289.03 534404.57
## 3276 51 2016-01-03 0.93 1009667.15 77301.31 656386.69
## 3277 0 2016-12-25 0.82 276387.95 2168.67 102227.29
## 3278 1 2016-12-18 0.99 216881.30 2279.61 100542.31
## 3279 2 2016-12-11 0.77 268166.21 2474.73 101664.01
## 3280 3 2016-12-04 0.70 356617.38 2443.73 132792.54
## 3281 4 2016-11-27 1.09 183176.26 1811.14 75977.47
## 3282 5 2016-11-20 0.98 242174.10 2013.39 85407.77
## 3283 6 2016-11-13 1.07 249072.90 2998.06 92084.04
## 3284 7 2016-11-06 1.08 239233.63 2895.96 91902.63
## 3285 8 2016-10-30 1.02 241671.24 2125.55 89381.04
## 3286 9 2016-10-23 0.96 273804.00 2790.12 94637.50
## 3287 10 2016-10-16 1.07 246801.93 6797.94 89324.91
## 3288 11 2016-10-09 1.01 276819.57 3166.45 100995.03
## 3289 12 2016-10-02 1.03 280396.12 3206.27 105492.75
## 3290 13 2016-09-25 1.09 268805.44 3821.72 112149.61
## 3291 14 2016-09-18 0.96 288857.14 6195.29 112907.19
## 3292 15 2016-09-11 1.04 266719.89 5370.62 122058.81
## 3293 16 2016-09-04 1.12 252059.32 3789.59 117600.22
## 3294 17 2016-08-28 1.13 259143.06 3862.97 126642.16
## 3295 18 2016-08-21 1.07 256195.06 3838.13 118303.09
## 3296 19 2016-08-14 1.03 274249.98 4691.00 125988.41
## 3297 20 2016-08-07 1.03 266196.06 5244.48 130022.01
## 3298 21 2016-07-31 1.07 254689.93 4322.10 129945.29
## 3299 22 2016-07-24 1.10 264194.71 4346.75 133484.48
## 3300 23 2016-07-17 1.05 280542.19 5441.72 136098.54
## 3301 24 2016-07-10 1.06 266811.55 4664.36 149184.73
## 3302 25 2016-07-03 0.84 330182.40 4595.22 168217.20
## 3303 26 2016-06-26 0.92 280229.89 4553.86 161667.16
## 3304 27 2016-06-19 0.91 311127.56 7033.21 154162.39
## 3305 28 2016-06-12 1.05 237773.53 7943.24 149994.79
## 3306 29 2016-06-05 0.85 310345.06 4642.74 174172.12
## 3307 30 2016-05-29 0.84 268328.36 4644.30 164356.12
## 3308 31 2016-05-22 0.82 250387.73 4092.03 144150.98
## 3309 32 2016-05-15 0.88 250333.08 3505.82 151116.33
## 3310 33 2016-05-08 0.86 314243.15 4411.26 183121.83
## 3311 34 2016-05-01 0.94 233581.00 4132.98 156007.26
## 3312 35 2016-04-24 0.94 218247.37 4307.62 141433.59
## 3313 36 2016-04-17 0.93 228211.44 3369.90 141000.09
## 3314 37 2016-04-10 0.89 210309.77 4234.86 125252.70
## 3315 38 2016-04-03 0.89 191169.34 3481.07 109917.36
## 3316 39 2016-03-27 0.90 225485.90 3097.47 131467.29
## 3317 40 2016-03-20 0.90 224942.74 3139.27 132074.69
## 3318 41 2016-03-13 0.88 210904.76 3172.25 126850.83
## 3319 42 2016-03-06 0.85 234512.25 3704.39 129150.50
## 3320 43 2016-02-28 0.87 227593.54 4252.39 129161.49
## 3321 44 2016-02-21 0.86 190349.58 3480.46 117328.79
## 3322 45 2016-02-14 0.86 229211.34 3898.22 144374.76
## 3323 46 2016-02-07 0.81 302337.87 4898.28 177380.94
## 3324 47 2016-01-31 0.94 203005.70 3261.74 133276.52
## 3325 48 2016-01-24 0.89 252317.23 1985.08 155256.89
## 3326 49 2016-01-17 0.86 228860.79 3683.42 142145.57
## 3327 50 2016-01-10 0.92 218906.82 3115.25 151374.26
## 3328 51 2016-01-03 0.90 222534.76 2730.97 149327.89
## 3329 0 2016-12-25 1.07 136733.12 54284.13 24334.73
## 3330 1 2016-12-18 1.06 131322.27 55604.50 31791.33
## 3331 2 2016-12-11 0.98 144354.95 79158.83 19836.10
## 3332 3 2016-12-04 0.84 237639.30 108397.57 42477.66
## 3333 4 2016-11-27 1.10 134305.97 58518.04 19133.76
## 3334 5 2016-11-20 1.33 117299.16 50017.12 21270.55
## 3335 6 2016-11-13 1.38 116814.65 52996.11 26129.41
## 3336 7 2016-11-06 1.41 114207.94 55230.85 23397.14
## 3337 8 2016-10-30 1.10 138565.73 75422.45 16016.58
## 3338 9 2016-10-23 1.11 156831.11 84696.78 21559.06
## 3339 10 2016-10-16 1.31 123388.77 53963.92 22128.29
## 3340 11 2016-10-09 1.33 120833.05 55586.23 23318.96
## 3341 12 2016-10-02 1.30 123300.36 54053.13 25747.70
## 3342 13 2016-09-25 1.14 151978.88 70129.37 37333.99
## 3343 14 2016-09-18 1.07 167438.32 85331.98 26634.72
## 3344 15 2016-09-11 1.06 177299.48 89423.71 25412.50
## 3345 16 2016-09-04 1.06 161362.24 73011.64 29161.53
## 3346 17 2016-08-28 1.07 168757.98 71113.29 34419.80
## 3347 18 2016-08-21 1.20 154116.71 69616.32 33284.86
## 3348 19 2016-08-14 1.17 166462.83 71827.16 34064.69
## 3349 20 2016-08-07 1.18 164281.56 70942.50 37215.94
## 3350 21 2016-07-31 1.21 153804.34 71526.03 31744.13
## 3351 22 2016-07-24 1.15 173335.16 73713.02 34227.26
## 3352 23 2016-07-17 1.18 160413.49 69177.04 38319.06
## 3353 24 2016-07-10 1.06 170762.71 80019.89 36096.76
## 3354 25 2016-07-03 0.94 234975.32 118888.22 38361.79
## 3355 26 2016-06-26 1.04 201923.72 99552.74 37201.77
## 3356 27 2016-06-19 1.13 172220.11 64425.61 36827.16
## 3357 28 2016-06-12 1.13 163638.65 65443.12 32052.99
## 3358 29 2016-06-05 1.07 175046.12 62727.64 38734.74
## 3359 30 2016-05-29 0.93 201747.62 95063.05 36787.21
## 3360 31 2016-05-22 0.83 210263.70 105959.95 37763.50
## 3361 32 2016-05-15 0.84 202002.00 76164.88 47725.96
## 3362 33 2016-05-08 0.90 201205.97 90444.73 46435.26
## 3363 34 2016-05-01 0.71 224515.48 111020.20 47074.43
## 3364 35 2016-04-24 0.72 242277.45 132004.80 35758.91
## 3365 36 2016-04-17 0.97 172183.83 56381.07 48784.24
## 3366 37 2016-04-10 0.96 135905.09 57345.34 27302.54
## 3367 38 2016-04-03 0.95 147520.15 50791.46 28964.32
## 3368 39 2016-03-27 1.01 153523.03 46922.11 32127.84
## 3369 40 2016-03-20 1.04 152572.16 46047.38 35537.84
## 3370 41 2016-03-13 1.05 140244.15 47503.75 31781.65
## 3371 42 2016-03-06 0.95 173825.82 49586.89 42501.52
## 3372 43 2016-02-28 1.03 154967.56 48902.44 41405.76
## 3373 44 2016-02-21 1.05 126067.56 46771.81 36674.01
## 3374 45 2016-02-14 0.91 173980.10 82198.65 38935.77
## 3375 46 2016-02-07 0.81 233905.62 99884.81 55303.67
## 3376 47 2016-01-31 0.92 173311.53 78646.70 38158.30
## 3377 48 2016-01-24 0.89 213215.40 95511.64 43916.93
## 3378 49 2016-01-17 1.03 134604.75 52491.11 30084.71
## 3379 50 2016-01-10 0.97 163977.03 82729.50 33601.78
## 3380 51 2016-01-03 0.91 192774.07 86025.77 40616.88
## 3381 0 2016-12-25 0.76 1199636.75 503168.52 313572.54
## 3382 1 2016-12-18 0.69 1148251.00 571587.33 250532.87
## 3383 2 2016-12-11 0.69 1121306.38 643580.23 188669.07
## 3384 3 2016-12-04 0.69 1245471.58 714899.71 187180.30
## 3385 4 2016-11-27 0.90 851579.21 445308.37 158734.01
## 3386 5 2016-11-20 1.00 910226.05 503088.59 183916.45
## 3387 6 2016-11-13 1.08 894000.36 480163.12 199890.31
## 3388 7 2016-11-06 1.14 894904.55 513465.90 163205.79
## 3389 8 2016-10-30 1.14 801081.72 432538.75 156225.53
## 3390 9 2016-10-23 1.08 993986.41 420151.75 240421.45
## 3391 10 2016-10-16 0.99 1021028.79 526672.37 188632.73
## 3392 11 2016-10-09 0.93 1162334.53 546920.62 283336.68
## 3393 12 2016-10-02 0.95 1033290.02 534106.75 186983.98
## 3394 13 2016-09-25 0.92 1150789.41 574457.35 228335.93
## 3395 14 2016-09-18 0.80 1382358.00 649265.56 269041.40
## 3396 15 2016-09-11 0.79 1308970.15 714506.15 230292.68
## 3397 16 2016-09-04 0.74 1390891.44 719597.17 256376.46
## 3398 17 2016-08-28 0.74 1260685.59 624795.23 255433.56
## 3399 18 2016-08-21 0.77 1215161.52 625055.33 231496.65
## 3400 19 2016-08-14 0.88 1132112.24 612988.24 240643.34
## 3401 20 2016-08-07 0.83 1244080.92 711725.98 241321.50
## 3402 21 2016-07-31 0.88 1163785.11 670208.32 213925.85
## 3403 22 2016-07-24 0.94 1188812.12 651630.85 228112.66
## 3404 23 2016-07-17 0.96 1070350.11 542103.44 210287.21
## 3405 24 2016-07-10 0.91 1080238.02 546253.47 205087.04
## 3406 25 2016-07-03 0.89 1350870.14 609482.85 273911.29
## 3407 26 2016-06-26 0.85 1277488.60 657914.92 213129.74
## 3408 27 2016-06-19 0.87 1236820.38 633636.00 250585.11
## 3409 28 2016-06-12 0.84 1272166.49 695737.15 219368.82
## 3410 29 2016-06-05 0.82 1343656.34 655971.77 313963.93
## 3411 30 2016-05-29 0.77 1354696.91 682737.60 292600.25
## 3412 31 2016-05-22 0.70 1378888.74 596612.09 352914.52
## 3413 32 2016-05-15 0.71 1366439.71 620139.86 308643.70
## 3414 33 2016-05-08 0.72 1475782.06 683286.61 307560.70
## 3415 34 2016-05-01 0.71 1433697.02 671692.86 319831.23
## 3416 35 2016-04-24 0.65 1482923.45 672950.33 327965.04
## 3417 36 2016-04-17 0.69 1339725.73 646060.26 232035.65
## 3418 37 2016-04-10 0.69 1424317.64 753607.60 211182.18
## 3419 38 2016-04-03 0.70 1339210.20 690160.92 245283.60
## 3420 39 2016-03-27 0.76 1341740.28 631283.52 291595.08
## 3421 40 2016-03-20 0.74 1347884.14 620848.72 317080.41
## 3422 41 2016-03-13 0.78 1177309.05 647713.47 217853.54
## 3423 42 2016-03-06 0.76 1201768.74 705096.06 198717.99
## 3424 43 2016-02-28 0.74 1199630.68 717451.54 207475.39
## 3425 44 2016-02-21 0.83 1006181.04 543538.14 221807.33
## 3426 45 2016-02-14 0.65 1358553.29 749745.24 306905.42
## 3427 46 2016-02-07 0.71 1515264.27 766439.13 410258.37
## 3428 47 2016-01-31 0.80 1128639.48 603099.94 287514.29
## 3429 48 2016-01-24 1.02 676032.04 187313.19 289208.53
## 3430 49 2016-01-17 0.79 1164936.06 600983.92 369825.14
## 3431 50 2016-01-10 0.85 1145736.97 558567.39 394770.34
## 3432 51 2016-01-03 0.78 1191927.54 551921.61 411340.37
## 3433 0 2016-12-25 1.04 765511.40 123942.37 206365.38
## 3434 1 2016-12-18 1.04 705750.83 116069.90 232182.60
## 3435 2 2016-12-11 0.95 764135.24 110202.78 219903.74
## 3436 3 2016-12-04 0.91 855989.02 129940.92 277374.59
## 3437 4 2016-11-27 1.30 455469.67 86311.53 131940.87
## 3438 5 2016-11-20 1.28 543816.60 94899.68 146401.28
## 3439 6 2016-11-13 1.18 661296.80 133528.94 197035.03
## 3440 7 2016-11-06 1.31 533947.50 110497.67 148423.26
## 3441 8 2016-10-30 1.13 576353.94 99369.74 239345.04
## 3442 9 2016-10-23 1.24 594392.87 100519.86 166315.87
## 3443 10 2016-10-16 1.15 673392.59 129257.01 156075.34
## 3444 11 2016-10-09 1.08 758236.76 149621.92 240858.41
## 3445 12 2016-10-02 1.18 677071.87 124504.59 172835.74
## 3446 13 2016-09-25 1.15 680946.51 135131.95 168060.00
## 3447 14 2016-09-18 1.02 757358.11 134607.83 198214.42
## 3448 15 2016-09-11 0.98 791566.05 112292.42 227729.26
## 3449 16 2016-09-04 0.91 924278.16 146921.58 254464.01
## 3450 17 2016-08-28 0.91 957464.14 138029.18 282568.24
## 3451 18 2016-08-21 1.22 603007.72 150776.14 190694.58
## 3452 19 2016-08-14 1.18 657981.41 120449.87 189114.15
## 3453 20 2016-08-07 1.14 695116.30 168010.47 183568.83
## 3454 21 2016-07-31 1.15 673588.45 144730.95 178801.08
## 3455 22 2016-07-24 1.17 690893.40 128025.08 187555.04
## 3456 23 2016-07-17 1.07 771606.04 145158.79 204309.28
## 3457 24 2016-07-10 1.04 835116.10 190377.09 230361.94
## 3458 25 2016-07-03 1.03 815698.87 170576.29 256861.03
## 3459 26 2016-06-26 0.98 773677.84 165858.80 229712.84
## 3460 27 2016-06-19 1.00 791013.50 188105.59 224899.28
## 3461 28 2016-06-12 0.96 819664.78 179533.58 242834.17
## 3462 29 2016-06-05 0.85 939081.28 184534.90 326966.95
## 3463 30 2016-05-29 0.85 977871.04 181470.96 282618.43
## 3464 31 2016-05-22 0.90 932146.56 160299.04 266856.24
## 3465 32 2016-05-15 0.90 952354.86 159348.75 252574.36
## 3466 33 2016-05-08 0.80 1113912.58 181354.77 427697.05
## 3467 34 2016-05-01 0.87 819111.24 153151.67 261525.49
## 3468 35 2016-04-24 0.93 661913.55 132550.99 225788.65
## 3469 36 2016-04-17 0.78 1011265.53 171831.90 285967.94
## 3470 37 2016-04-10 0.77 982817.77 127374.53 353040.81
## 3471 38 2016-04-03 0.83 829424.24 153221.66 209188.36
## 3472 39 2016-03-27 0.95 716900.40 150919.31 208644.01
## 3473 40 2016-03-20 0.73 1005859.79 138938.88 360370.27
## 3474 41 2016-03-13 0.83 824792.73 158016.76 261685.82
## 3475 42 2016-03-06 0.98 671667.78 145893.90 242906.02
## 3476 43 2016-02-28 0.74 1058089.41 118099.68 300335.55
## 3477 44 2016-02-21 0.73 955582.65 155250.00 331998.14
## 3478 45 2016-02-14 0.70 966134.31 178547.07 277085.15
## 3479 46 2016-02-07 0.63 1365558.26 230721.51 557897.36
## 3480 47 2016-01-31 0.80 892702.46 167669.42 270481.63
## 3481 48 2016-01-24 0.60 1195521.28 25727.06 404617.20
## 3482 49 2016-01-17 0.66 1245174.24 118599.67 403009.94
## 3483 50 2016-01-10 0.72 1094945.73 146631.13 366330.53
## 3484 51 2016-01-03 0.60 1295246.27 114121.88 526048.62
## 3485 0 2016-12-25 1.06 319957.45 89825.00 59758.69
## 3486 1 2016-12-18 1.05 298755.30 82536.60 85859.26
## 3487 2 2016-12-11 0.95 333109.65 135589.71 44003.60
## 3488 3 2016-12-04 0.81 545216.52 156549.99 173437.90
## 3489 4 2016-11-27 1.18 262530.31 86557.85 47554.19
## 3490 5 2016-11-20 1.35 243576.96 76104.87 46523.68
## 3491 6 2016-11-13 1.39 236523.09 78974.40 43868.31
## 3492 7 2016-11-06 1.40 231422.37 80604.72 46242.75
## 3493 8 2016-10-30 1.40 193940.78 75576.83 41553.71
## 3494 9 2016-10-23 1.35 227233.92 84500.57 51517.10
## 3495 10 2016-10-16 1.26 256744.34 83560.90 51486.24
## 3496 11 2016-10-09 1.27 253886.80 85266.60 50763.68
## 3497 12 2016-10-02 1.25 266892.47 83699.68 49320.17
## 3498 13 2016-09-25 1.24 274937.38 89632.07 50863.12
## 3499 14 2016-09-18 1.10 320748.32 105595.83 53981.52
## 3500 15 2016-09-11 1.09 339890.13 123013.74 57728.78
## 3501 16 2016-09-04 1.08 326335.52 119899.31 56047.32
## 3502 17 2016-08-28 1.01 353420.52 123353.98 54190.11
## 3503 18 2016-08-21 1.15 316859.74 121469.45 53707.30
## 3504 19 2016-08-14 1.08 367007.17 127204.13 53136.76
## 3505 20 2016-08-07 1.13 352764.25 127164.35 60621.61
## 3506 21 2016-07-31 1.16 340176.41 133525.93 51178.25
## 3507 22 2016-07-24 1.15 354577.28 133984.58 39970.66
## 3508 23 2016-07-17 1.17 328237.93 126817.85 41460.73
## 3509 24 2016-07-10 1.18 311241.09 117420.11 41580.84
## 3510 25 2016-07-03 1.17 336701.66 127175.10 42029.92
## 3511 26 2016-06-26 1.13 344391.38 116197.85 50835.79
## 3512 27 2016-06-19 1.00 442961.17 149055.97 60807.90
## 3513 28 2016-06-12 0.98 414532.49 162656.29 38374.42
## 3514 29 2016-06-05 0.92 473131.20 121769.89 90921.04
## 3515 30 2016-05-29 1.04 348557.33 127403.87 45533.00
## 3516 31 2016-05-22 1.07 303330.62 118921.39 40268.68
## 3517 32 2016-05-15 0.86 485653.27 139497.99 86027.72
## 3518 33 2016-05-08 0.96 500424.55 168696.93 84169.69
## 3519 34 2016-05-01 1.00 319391.58 109542.32 48135.67
## 3520 35 2016-04-24 1.00 331109.85 116267.83 50906.17
## 3521 36 2016-04-17 0.97 447346.61 96173.74 116000.57
## 3522 37 2016-04-10 1.03 312995.88 126215.49 30729.07
## 3523 38 2016-04-03 1.02 335108.11 121653.22 33903.57
## 3524 39 2016-03-27 1.05 378431.90 80333.46 65448.49
## 3525 40 2016-03-20 1.09 371639.10 78492.11 67761.91
## 3526 41 2016-03-13 1.12 299527.55 82406.98 42593.59
## 3527 42 2016-03-06 0.97 441920.14 79240.24 86747.64
## 3528 43 2016-02-28 1.13 342465.19 82100.44 66020.00
## 3529 44 2016-02-21 1.20 247820.38 76211.84 42300.46
## 3530 45 2016-02-14 1.00 334544.52 129795.42 51191.64
## 3531 46 2016-02-07 0.77 594784.92 169611.09 118251.74
## 3532 47 2016-01-31 1.04 364612.83 131406.58 59678.32
## 3533 48 2016-01-24 0.94 489584.58 154051.35 95837.97
## 3534 49 2016-01-17 1.11 293246.54 82804.19 46382.59
## 3535 50 2016-01-10 1.10 325997.55 133286.56 49832.73
## 3536 51 2016-01-03 0.86 492699.87 165617.47 93942.49
## 3537 0 2016-12-25 1.33 149348.88 1345.56 91323.33
## 3538 1 2016-12-18 1.14 161136.65 908.23 109288.75
## 3539 2 2016-12-11 1.20 128166.44 1044.89 60598.79
## 3540 3 2016-12-04 0.92 263904.24 1092.97 189101.70
## 3541 4 2016-11-27 1.44 103697.69 1329.56 62173.50
## 3542 5 2016-11-20 1.46 127392.78 1165.74 82541.69
## 3543 6 2016-11-13 1.59 118566.57 1340.96 62841.77
## 3544 7 2016-11-06 1.67 100001.45 1858.84 58869.42
## 3545 8 2016-10-30 1.42 107013.58 1991.45 80587.89
## 3546 9 2016-10-23 1.72 100904.77 1234.72 64735.86
## 3547 10 2016-10-16 1.63 117842.82 1510.90 69625.50
## 3548 11 2016-10-09 1.62 116477.56 1531.38 67528.39
## 3549 12 2016-10-02 1.60 122091.54 1617.76 67660.20
## 3550 13 2016-09-25 1.55 137599.07 2757.72 75047.32
## 3551 14 2016-09-18 1.49 139511.61 1406.64 82346.79
## 3552 15 2016-09-11 1.58 136492.43 1710.59 76987.54
## 3553 16 2016-09-04 1.52 142913.72 2698.76 79726.85
## 3554 17 2016-08-28 1.45 143049.62 2477.85 68530.49
## 3555 18 2016-08-21 1.63 132894.77 2041.86 66472.24
## 3556 19 2016-08-14 1.53 147711.44 1835.81 61893.13
## 3557 20 2016-08-07 1.59 145207.86 2219.98 72545.05
## 3558 21 2016-07-31 1.60 142302.47 2218.73 78075.95
## 3559 22 2016-07-24 1.60 149002.57 2349.93 66146.50
## 3560 23 2016-07-17 1.58 146730.62 2136.76 69205.50
## 3561 24 2016-07-10 1.60 133747.66 1971.43 70502.43
## 3562 25 2016-07-03 1.49 159566.90 2334.70 79978.16
## 3563 26 2016-06-26 1.26 183547.10 2370.43 104539.76
## 3564 27 2016-06-19 1.26 216299.96 3034.67 130169.29
## 3565 28 2016-06-12 1.36 167703.13 3254.28 93760.09
## 3566 29 2016-06-05 0.93 310903.80 1814.45 218134.77
## 3567 30 2016-05-29 1.32 193459.52 2079.99 117665.38
## 3568 31 2016-05-22 1.31 151840.62 1949.63 84537.07
## 3569 32 2016-05-15 0.88 295706.69 1673.41 211337.24
## 3570 33 2016-05-08 1.04 272057.12 1949.46 201017.01
## 3571 34 2016-05-01 1.12 191903.31 1858.07 131194.43
## 3572 35 2016-04-24 1.07 181857.18 2001.47 113325.77
## 3573 36 2016-04-17 0.89 332191.52 1877.71 256399.93
## 3574 37 2016-04-10 1.17 155143.97 2129.18 95776.95
## 3575 38 2016-04-03 1.10 156883.18 2410.14 97646.19
## 3576 39 2016-03-27 0.99 216788.92 2298.80 146037.81
## 3577 40 2016-03-20 1.07 208712.19 2126.48 140410.18
## 3578 41 2016-03-13 1.15 149119.51 2180.17 91194.54
## 3579 42 2016-03-06 0.91 259568.21 1974.52 191952.31
## 3580 43 2016-02-28 1.07 202356.13 2248.94 141141.80
## 3581 44 2016-02-21 1.16 142681.62 3581.34 93603.59
## 3582 45 2016-02-14 1.13 154975.46 3573.23 98244.04
## 3583 46 2016-02-07 0.94 290555.59 3935.71 205006.57
## 3584 47 2016-01-31 1.13 182986.71 3588.83 126342.36
## 3585 48 2016-01-24 0.94 260598.64 2407.36 195585.66
## 3586 49 2016-01-17 1.05 172166.36 3810.41 106814.67
## 3587 50 2016-01-10 1.17 160432.54 3614.64 110381.20
## 3588 51 2016-01-03 0.92 258889.23 3985.19 191590.43
## 3589 0 2016-12-25 1.11 2954314.99 446144.28 1256639.93
## 3590 1 2016-12-18 1.11 2791515.27 466186.32 1327455.76
## 3591 2 2016-12-11 1.03 3048518.15 593674.17 1251696.43
## 3592 3 2016-12-04 0.97 3854099.90 674158.39 1769353.76
## 3593 4 2016-11-27 1.18 2385048.43 528089.35 937488.16
## 3594 5 2016-11-20 1.23 2637621.79 482408.81 1176230.69
## 3595 6 2016-11-13 1.41 2348814.17 378864.27 1003256.02
## 3596 7 2016-11-06 1.48 2222383.47 398012.36 946981.93
## 3597 8 2016-10-30 1.36 2275351.91 456451.30 955805.27
## 3598 9 2016-10-23 1.35 2528597.22 480949.33 1062333.36
## 3599 10 2016-10-16 1.40 2517672.23 399216.44 1126801.36
## 3600 11 2016-10-09 1.35 2624202.90 419930.06 1162528.89
## 3601 12 2016-10-02 1.38 2618805.67 389791.16 1183844.04
## 3602 13 2016-09-25 1.37 2834326.48 484580.09 1282328.66
## 3603 14 2016-09-18 1.28 2996317.15 536657.14 1278413.08
## 3604 15 2016-09-11 1.30 3078051.63 552133.48 1351448.10
## 3605 16 2016-09-04 1.30 3084199.23 512921.31 1430594.08
## 3606 17 2016-08-28 1.27 3025330.44 456513.05 1330166.96
## 3607 18 2016-08-21 1.34 2933973.86 450526.72 1308748.45
## 3608 19 2016-08-14 1.30 3134414.15 459026.42 1316694.09
## 3609 20 2016-08-07 1.33 3106108.92 449400.31 1387946.82
## 3610 21 2016-07-31 1.34 3013426.04 448128.25 1374844.51
## 3611 22 2016-07-24 1.32 3212818.19 457452.90 1381175.94
## 3612 23 2016-07-17 1.25 3267857.63 429390.43 1441657.56
## 3613 24 2016-07-10 1.24 3327062.20 478536.66 1500516.86
## 3614 25 2016-07-03 1.13 4020724.58 574425.88 1781703.48
## 3615 26 2016-06-26 1.13 3643417.33 609218.12 1609911.48
## 3616 27 2016-06-19 1.10 3955098.89 608467.47 1766243.34
## 3617 28 2016-06-12 1.15 3443333.94 593779.04 1519607.27
## 3618 29 2016-06-05 1.01 4188245.99 467971.13 2147776.06
## 3619 30 2016-05-29 1.05 3925300.14 583307.07 1952011.72
## 3620 31 2016-05-22 1.00 3705262.31 565308.46 1785951.31
## 3621 32 2016-05-15 0.91 4324700.33 541979.64 2165410.51
## 3622 33 2016-05-08 0.94 4460481.53 610996.39 2239470.60
## 3623 34 2016-05-01 0.94 3801508.26 573869.79 1927106.29
## 3624 35 2016-04-24 0.96 3735389.44 624804.28 1787143.44
## 3625 36 2016-04-17 0.98 4154218.26 441314.08 2322236.11
## 3626 37 2016-04-10 1.05 3126127.34 497880.34 1454195.66
## 3627 38 2016-04-03 1.04 2968139.47 441199.94 1373509.11
## 3628 39 2016-03-27 0.97 3557777.32 370933.32 1846740.22
## 3629 40 2016-03-20 1.06 3368333.60 372244.77 1730562.82
## 3630 41 2016-03-13 1.03 3145897.89 370032.77 1668502.58
## 3631 42 2016-03-06 0.98 3818114.32 372605.84 2069786.74
## 3632 43 2016-02-28 1.05 3419909.75 369566.69 1862761.88
## 3633 44 2016-02-21 1.07 2837626.92 339775.05 1566426.52
## 3634 45 2016-02-14 0.96 3386951.48 502690.77 1784879.10
## 3635 46 2016-02-07 0.85 4865296.26 652666.36 2644419.02
## 3636 47 2016-01-31 1.04 3330752.29 496596.01 1762047.32
## 3637 48 2016-01-24 0.95 3806974.62 473647.35 2043221.89
## 3638 49 2016-01-17 1.05 3166941.66 364949.96 1695887.65
## 3639 50 2016-01-10 1.06 3310201.06 503914.83 1753942.06
## 3640 51 2016-01-03 0.92 4065583.41 604697.28 2200074.78
## 3641 0 2016-12-25 1.45 186180.00 28999.77 97383.52
## 3642 1 2016-12-18 1.21 210917.45 25826.37 133480.10
## 3643 2 2016-12-11 1.26 202600.72 27491.67 115422.37
## 3644 3 2016-12-04 1.40 172416.11 27161.44 93528.53
## 3645 4 2016-11-27 1.40 155286.15 26022.48 81008.09
## 3646 5 2016-11-20 1.37 191755.51 29191.47 91102.95
## 3647 6 2016-11-13 1.42 197920.72 39007.12 92584.51
## 3648 7 2016-11-06 1.55 174837.42 40523.19 82049.79
## 3649 8 2016-10-30 1.59 171652.40 35332.98 78894.91
## 3650 9 2016-10-23 1.60 195809.34 35724.11 99575.79
## 3651 10 2016-10-16 1.49 205728.40 43579.25 95964.80
## 3652 11 2016-10-09 1.42 219089.52 43010.81 111487.02
## 3653 12 2016-10-02 1.40 214726.86 42262.02 106682.04
## 3654 13 2016-09-25 1.37 222019.37 68045.46 89410.32
## 3655 14 2016-09-18 1.26 220697.92 75557.67 73638.24
## 3656 15 2016-09-11 1.19 272611.45 108308.69 103071.11
## 3657 16 2016-09-04 1.15 311176.62 77540.78 112618.27
## 3658 17 2016-08-28 1.32 269377.79 45946.25 114244.06
## 3659 18 2016-08-21 1.28 258309.18 41521.93 119685.36
## 3660 19 2016-08-14 1.22 272099.07 49712.54 114887.12
## 3661 20 2016-08-07 1.24 267082.86 56263.05 109039.94
## 3662 21 2016-07-31 1.37 253671.67 48175.70 110154.96
## 3663 22 2016-07-24 1.36 247275.14 42713.11 103033.69
## 3664 23 2016-07-17 1.25 249117.51 37155.26 99016.77
## 3665 24 2016-07-10 1.21 274783.17 43879.44 118215.77
## 3666 25 2016-07-03 1.23 287688.42 41551.50 129783.55
## 3667 26 2016-06-26 1.24 277479.27 38571.49 141142.92
## 3668 27 2016-06-19 1.26 267235.79 41124.61 132642.19
## 3669 28 2016-06-12 1.24 250231.06 43253.79 114426.76
## 3670 29 2016-06-05 1.23 267225.88 40843.23 134735.41
## 3671 30 2016-05-29 1.13 280015.07 44168.80 143022.78
## 3672 31 2016-05-22 1.12 257598.79 40865.69 124677.68
## 3673 32 2016-05-15 1.08 270638.76 34543.04 159858.65
## 3674 33 2016-05-08 0.91 373544.69 47270.41 247409.27
## 3675 34 2016-05-01 0.99 316410.59 52276.59 185445.08
## 3676 35 2016-04-24 1.09 283535.19 50495.46 157366.58
## 3677 36 2016-04-17 1.05 257743.57 42204.53 135971.63
## 3678 37 2016-04-10 1.05 237139.23 42096.16 116591.89
## 3679 38 2016-04-03 1.13 186673.69 36366.56 88833.96
## 3680 39 2016-03-27 1.15 247389.76 35550.74 135847.91
## 3681 40 2016-03-20 1.08 269456.81 35428.08 159452.29
## 3682 41 2016-03-13 1.13 256785.76 35473.08 148078.39
## 3683 42 2016-03-06 1.17 240849.91 40527.53 130174.89
## 3684 43 2016-02-28 1.11 254954.35 36910.75 157390.10
## 3685 44 2016-02-21 1.15 235440.15 33667.84 136616.59
## 3686 45 2016-02-14 1.09 264904.19 39983.90 155336.11
## 3687 46 2016-02-07 1.10 310166.32 42668.36 186545.28
## 3688 47 2016-01-31 1.07 240911.84 30150.26 141567.72
## 3689 48 2016-01-24 1.13 269859.91 30857.91 145118.66
## 3690 49 2016-01-17 1.15 251772.19 37242.50 127825.35
## 3691 50 2016-01-10 1.14 231258.40 38270.32 113995.58
## 3692 51 2016-01-03 1.09 252693.38 36241.25 157969.24
## 3693 0 2016-12-25 1.49 238100.22 2977.57 178949.08
## 3694 1 2016-12-18 1.22 304051.46 4769.87 256345.63
## 3695 2 2016-12-11 1.42 245721.90 3321.92 186954.78
## 3696 3 2016-12-04 1.54 207482.67 3426.07 160247.20
## 3697 4 2016-11-27 1.57 195221.04 4269.91 149413.39
## 3698 5 2016-11-20 1.62 240655.78 4755.30 168091.33
## 3699 6 2016-11-13 1.82 184928.64 3119.08 129123.05
## 3700 7 2016-11-06 1.83 173620.97 3070.78 119662.41
## 3701 8 2016-10-30 1.81 180113.35 2704.79 130995.75
## 3702 9 2016-10-23 1.78 213547.17 4201.36 152903.95
## 3703 10 2016-10-16 1.82 208966.36 4396.67 148210.67
## 3704 11 2016-10-09 1.62 231063.21 7855.45 171100.57
## 3705 12 2016-10-02 1.69 216818.99 17695.92 145719.43
## 3706 13 2016-09-25 1.63 224391.93 42274.18 125999.46
## 3707 14 2016-09-18 1.51 233869.17 37691.02 130354.21
## 3708 15 2016-09-11 1.22 364052.46 84826.25 225724.26
## 3709 16 2016-09-04 1.54 279628.17 10730.88 199814.20
## 3710 17 2016-08-28 1.59 287629.57 3266.96 209240.07
## 3711 18 2016-08-21 1.46 299545.98 2617.98 191018.33
## 3712 19 2016-08-14 1.46 298015.34 6429.23 186844.14
## 3713 20 2016-08-07 1.50 288155.59 4285.19 183604.52
## 3714 21 2016-07-31 1.72 255025.51 3820.18 170920.70
## 3715 22 2016-07-24 1.70 254686.05 3244.19 165702.62
## 3716 23 2016-07-17 1.63 259416.65 3078.92 173492.18
## 3717 24 2016-07-10 1.46 292611.92 3434.74 192338.60
## 3718 25 2016-07-03 1.47 309896.68 3261.81 212724.95
## 3719 26 2016-06-26 1.41 329620.35 3520.61 245341.16
## 3720 27 2016-06-19 1.50 335704.35 4764.39 253641.06
## 3721 28 2016-06-12 1.47 324963.11 7760.32 242441.41
## 3722 29 2016-06-05 1.46 303118.06 4757.39 219463.03
## 3723 30 2016-05-29 1.15 382443.83 5717.38 310084.06
## 3724 31 2016-05-22 1.26 296893.56 3701.05 224262.53
## 3725 32 2016-05-15 1.24 416264.79 5224.33 353742.70
## 3726 33 2016-05-08 0.86 522565.33 6157.76 449501.24
## 3727 34 2016-05-01 1.18 353240.26 4163.82 286951.48
## 3728 35 2016-04-24 1.25 342796.24 4251.65 277215.89
## 3729 36 2016-04-17 1.18 284479.69 3817.60 212803.93
## 3730 37 2016-04-10 1.17 280729.03 4510.47 213983.22
## 3731 38 2016-04-03 1.36 254201.52 4183.85 204807.91
## 3732 39 2016-03-27 1.31 294602.42 3703.75 234448.80
## 3733 40 2016-03-20 1.17 373372.96 5155.65 315607.91
## 3734 41 2016-03-13 1.30 315394.32 4317.14 253676.96
## 3735 42 2016-03-06 1.27 311503.06 4867.45 241128.23
## 3736 43 2016-02-28 1.17 357504.15 5558.93 305866.90
## 3737 44 2016-02-21 1.28 288176.27 4492.49 214537.05
## 3738 45 2016-02-14 1.10 398441.13 6064.88 326486.66
## 3739 46 2016-02-07 1.16 393866.28 4834.86 306373.73
## 3740 47 2016-01-31 1.12 390134.81 5276.30 322397.86
## 3741 48 2016-01-24 1.27 317932.59 2330.83 234916.68
## 3742 49 2016-01-17 1.18 352472.83 4186.80 265631.34
## 3743 50 2016-01-10 1.26 284119.04 3361.85 213814.50
## 3744 51 2016-01-03 1.07 322752.02 4199.14 275680.97
## 3745 0 2016-12-25 0.72 1126850.62 571303.56 238201.66
## 3746 1 2016-12-18 0.63 1212933.22 576578.21 258779.48
## 3747 2 2016-12-11 0.73 1015973.91 413907.52 275659.29
## 3748 3 2016-12-04 0.71 1130895.62 592360.27 274633.90
## 3749 4 2016-11-27 0.82 854629.64 525324.65 173401.51
## 3750 5 2016-11-20 0.99 827345.76 466960.66 202860.35
## 3751 6 2016-11-13 1.05 828866.80 431731.62 231630.38
## 3752 7 2016-11-06 1.12 782911.25 430098.78 168814.95
## 3753 8 2016-10-30 1.15 709890.11 346283.28 181578.62
## 3754 9 2016-10-23 1.00 777847.84 371566.37 145059.25
## 3755 10 2016-10-16 0.98 992992.79 492462.88 223737.35
## 3756 11 2016-10-09 0.98 1075303.77 483285.47 344448.92
## 3757 12 2016-10-02 0.98 1023030.28 446276.97 260176.71
## 3758 13 2016-09-25 0.96 1027782.31 463607.55 266059.25
## 3759 14 2016-09-18 0.83 1127109.48 702367.94 203949.08
## 3760 15 2016-09-11 0.76 1217346.73 729949.45 188318.97
## 3761 16 2016-09-04 0.72 1351649.96 782982.90 265697.02
## 3762 17 2016-08-28 0.88 1021607.04 610762.01 216733.12
## 3763 18 2016-08-21 0.90 1046506.77 583161.00 248160.18
## 3764 19 2016-08-14 0.90 1015264.05 590138.40 218435.64
## 3765 20 2016-08-07 0.92 1040953.31 614770.18 239657.73
## 3766 21 2016-07-31 0.98 941066.42 547468.50 203888.47
## 3767 22 2016-07-24 0.96 985027.91 555709.68 218179.57
## 3768 23 2016-07-17 0.92 1006984.22 551921.40 219856.17
## 3769 24 2016-07-10 0.89 1101543.61 607069.90 208421.56
## 3770 25 2016-07-03 0.92 1189787.36 545799.65 245931.82
## 3771 26 2016-06-26 0.88 1186692.39 586635.99 216133.71
## 3772 27 2016-06-19 0.89 1153583.30 627217.28 228843.15
## 3773 28 2016-06-12 0.83 1209996.42 589477.04 236621.03
## 3774 29 2016-06-05 0.85 1182841.54 555561.07 242491.36
## 3775 30 2016-05-29 0.82 1128598.95 554092.01 247279.64
## 3776 31 2016-05-22 0.68 1378761.67 569011.09 339100.41
## 3777 32 2016-05-15 0.69 1343566.69 614769.67 335853.13
## 3778 33 2016-05-08 0.65 1406283.85 670565.88 293098.85
## 3779 34 2016-05-01 0.68 1308614.45 601670.10 368703.63
## 3780 35 2016-04-24 0.67 1393042.56 656322.91 324423.04
## 3781 36 2016-04-17 0.69 1310677.68 782313.51 191432.45
## 3782 37 2016-04-10 0.70 1271741.46 757578.32 188936.32
## 3783 38 2016-04-03 0.72 1256919.10 684633.13 264272.37
## 3784 39 2016-03-27 0.75 1345865.16 553962.21 406713.30
## 3785 40 2016-03-20 0.76 1162026.04 538380.61 327365.45
## 3786 41 2016-03-13 0.76 1136963.49 585649.37 247461.63
## 3787 42 2016-03-06 0.76 1091432.18 698789.73 182050.77
## 3788 43 2016-02-28 0.76 1048304.10 674833.15 180298.41
## 3789 44 2016-02-21 0.80 966990.90 566062.35 200934.84
## 3790 45 2016-02-14 0.67 1191352.20 518192.10 334137.36
## 3791 46 2016-02-07 0.69 1323490.25 528669.72 424427.32
## 3792 47 2016-01-31 0.74 1131583.12 484446.28 348542.55
## 3793 48 2016-01-24 0.91 867294.64 259465.21 363892.04
## 3794 49 2016-01-17 0.83 1071138.98 447913.43 369479.18
## 3795 50 2016-01-10 0.84 1095287.56 434471.89 437751.47
## 3796 51 2016-01-03 0.78 1061566.78 356962.48 454200.44
## 3797 0 2016-12-25 1.13 135848.61 9560.82 59100.87
## 3798 1 2016-12-18 1.19 122035.89 9114.00 56820.04
## 3799 2 2016-12-11 1.17 133480.18 10029.30 61398.63
## 3800 3 2016-12-04 1.18 144732.39 9441.16 70441.52
## 3801 4 2016-11-27 1.34 103728.70 8422.19 43655.05
## 3802 5 2016-11-20 1.29 124674.05 9062.48 52842.30
## 3803 6 2016-11-13 1.29 127579.36 8852.56 56481.59
## 3804 7 2016-11-06 1.37 126205.09 9100.10 55557.73
## 3805 8 2016-10-30 1.20 139574.84 9278.40 61450.22
## 3806 9 2016-10-23 1.31 142946.23 7986.60 65584.52
## 3807 10 2016-10-16 1.27 138921.48 10968.01 60049.75
## 3808 11 2016-10-09 1.20 143911.76 11357.01 61269.72
## 3809 12 2016-10-02 1.31 146709.18 14488.94 66598.01
## 3810 13 2016-09-25 1.39 150804.60 16855.29 68404.44
## 3811 14 2016-09-18 1.26 153211.68 16666.21 67688.59
## 3812 15 2016-09-11 1.29 157333.39 17414.42 70736.72
## 3813 16 2016-09-04 1.31 160672.02 17530.05 75640.39
## 3814 17 2016-08-28 1.27 167401.86 13732.36 78138.81
## 3815 18 2016-08-21 1.30 160968.73 15022.11 73966.50
## 3816 19 2016-08-14 1.27 169421.10 15863.47 79507.42
## 3817 20 2016-08-07 1.33 163338.94 20926.28 77899.46
## 3818 21 2016-07-31 1.27 159573.77 16079.16 80211.44
## 3819 22 2016-07-24 1.20 178389.87 14627.32 82110.02
## 3820 23 2016-07-17 1.08 195710.39 15914.63 93315.97
## 3821 24 2016-07-10 1.12 191786.29 15126.45 96588.25
## 3822 25 2016-07-03 1.10 205562.64 15757.59 97347.96
## 3823 26 2016-06-26 1.15 183555.06 14452.83 90386.24
## 3824 27 2016-06-19 1.13 193533.04 17469.30 91178.24
## 3825 28 2016-06-12 1.12 186723.32 19442.51 89225.97
## 3826 29 2016-06-05 1.05 208086.58 16444.14 100386.68
## 3827 30 2016-05-29 1.01 210386.61 13152.88 109784.28
## 3828 31 2016-05-22 0.87 214847.19 10857.82 105336.69
## 3829 32 2016-05-15 0.88 212806.58 11249.01 98565.23
## 3830 33 2016-05-08 0.93 228601.39 17356.36 106300.33
## 3831 34 2016-05-01 0.92 207488.02 16727.66 106590.22
## 3832 35 2016-04-24 0.95 217736.25 12802.85 116190.57
## 3833 36 2016-04-17 0.97 218237.53 15361.33 113832.99
## 3834 37 2016-04-10 1.07 168009.21 15421.40 84833.75
## 3835 38 2016-04-03 0.99 154098.59 13073.15 73683.93
## 3836 39 2016-03-27 0.99 195373.94 10457.51 103261.69
## 3837 40 2016-03-20 1.12 168886.56 12095.89 91015.53
## 3838 41 2016-03-13 1.03 179067.02 11923.34 97729.32
## 3839 42 2016-03-06 0.96 208283.71 11773.30 116609.91
## 3840 43 2016-02-28 0.99 188077.25 11031.35 107091.35
## 3841 44 2016-02-21 1.03 153498.43 10806.76 91309.12
## 3842 45 2016-02-14 0.83 219871.64 13525.56 133956.97
## 3843 46 2016-02-07 0.88 240237.26 13926.79 145591.86
## 3844 47 2016-01-31 0.98 175610.18 8329.28 102864.26
## 3845 48 2016-01-24 0.93 168035.39 1803.73 93613.73
## 3846 49 2016-01-17 0.97 171404.92 5231.37 105606.63
## 3847 50 2016-01-10 1.00 173238.20 4590.25 101117.07
## 3848 51 2016-01-03 0.95 184669.77 5974.10 109973.31
## 3849 0 2016-12-25 0.81 187804.02 70779.81 31213.64
## 3850 1 2016-12-18 0.84 162502.30 49886.69 27329.12
## 3851 2 2016-12-11 1.17 116052.47 33585.82 18098.36
## 3852 3 2016-12-04 0.89 206009.55 63726.26 35344.04
## 3853 4 2016-11-27 1.36 111672.00 32944.90 18661.82
## 3854 5 2016-11-20 1.36 117495.72 35506.80 19385.22
## 3855 6 2016-11-13 1.31 140702.87 51958.36 22430.56
## 3856 7 2016-11-06 1.41 127895.28 43990.00 21710.64
## 3857 8 2016-10-30 1.41 115122.47 38168.39 20158.77
## 3858 9 2016-10-23 1.35 119840.12 42784.97 22755.49
## 3859 10 2016-10-16 1.12 157329.41 48624.65 36096.39
## 3860 11 2016-10-09 1.31 135520.48 43060.49 35355.69
## 3861 12 2016-10-02 1.31 159576.97 54429.42 29513.01
## 3862 13 2016-09-25 1.26 158194.10 58289.90 21092.67
## 3863 14 2016-09-18 1.05 175928.62 72171.22 27540.24
## 3864 15 2016-09-11 1.10 150295.99 70095.71 23109.94
## 3865 16 2016-09-04 0.94 239246.03 128269.25 34369.64
## 3866 17 2016-08-28 1.14 177300.14 90634.98 32154.69
## 3867 18 2016-08-21 1.11 189700.13 90679.27 36441.11
## 3868 19 2016-08-14 1.11 206617.11 98779.51 43133.24
## 3869 20 2016-08-07 1.23 151751.97 70054.07 30914.44
## 3870 21 2016-07-31 1.23 152777.16 67403.11 31854.30
## 3871 22 2016-07-24 1.21 156316.92 69899.17 39377.77
## 3872 23 2016-07-17 1.22 165453.60 77112.26 34464.53
## 3873 24 2016-07-10 1.19 164680.49 78117.56 34028.17
## 3874 25 2016-07-03 0.93 272150.68 137102.40 48698.98
## 3875 26 2016-06-26 1.19 159128.77 75055.08 31811.71
## 3876 27 2016-06-19 0.94 226775.36 115507.75 41557.30
## 3877 28 2016-06-12 1.20 151428.59 75763.72 28484.78
## 3878 29 2016-06-05 0.95 221144.08 124676.22 32124.30
## 3879 30 2016-05-29 0.92 242168.85 141300.92 36410.66
## 3880 31 2016-05-22 1.17 160652.39 83011.39 27437.92
## 3881 32 2016-05-15 0.79 257370.46 98256.73 59901.50
## 3882 33 2016-05-08 0.80 224519.56 113354.85 34526.39
## 3883 34 2016-05-01 0.68 370646.01 169412.40 70592.24
## 3884 35 2016-04-24 0.80 267225.58 104786.41 61113.12
## 3885 36 2016-04-17 1.00 184827.45 88552.52 31279.51
## 3886 37 2016-04-10 0.80 261081.39 106314.87 54201.27
## 3887 38 2016-04-03 1.01 181662.16 84765.99 27201.22
## 3888 39 2016-03-27 1.06 158322.64 70255.18 27911.77
## 3889 40 2016-03-20 1.07 140301.04 59970.41 26015.08
## 3890 41 2016-03-13 0.81 241653.71 103139.77 47856.70
## 3891 42 2016-03-06 1.06 155654.59 71185.02 26487.57
## 3892 43 2016-02-28 0.77 253489.72 108080.92 43494.21
## 3893 44 2016-02-21 1.01 141335.89 63676.54 22329.28
## 3894 45 2016-02-14 0.95 151724.07 74835.50 23877.54
## 3895 46 2016-02-07 0.54 369757.62 191441.47 57532.08
## 3896 47 2016-01-31 1.04 151247.03 76816.44 21968.91
## 3897 48 2016-01-24 0.93 192194.31 116713.78 18557.48
## 3898 49 2016-01-17 1.21 118230.86 73496.53 9811.14
## 3899 50 2016-01-10 0.95 181584.67 122360.29 10625.30
## 3900 51 2016-01-03 1.09 148599.47 103296.40 8714.57
## 3901 0 2016-12-25 0.82 292038.68 107317.80 43301.69
## 3902 1 2016-12-18 0.81 297506.24 88443.43 49295.62
## 3903 2 2016-12-11 0.83 339328.92 83682.89 55352.63
## 3904 3 2016-12-04 0.91 315048.80 93963.93 56502.76
## 3905 4 2016-11-27 0.86 255656.46 104641.27 41992.71
## 3906 5 2016-11-20 1.12 237141.08 94282.84 29776.10
## 3907 6 2016-11-13 1.10 259546.55 114475.73 32698.74
## 3908 7 2016-11-06 1.20 225301.45 84137.66 29997.69
## 3909 8 2016-10-30 1.16 223089.05 79018.69 31778.97
## 3910 9 2016-10-23 1.13 254999.40 67268.17 48015.11
## 3911 10 2016-10-16 1.08 315743.92 88625.10 51473.72
## 3912 11 2016-10-09 1.16 276030.70 121482.16 40083.06
## 3913 12 2016-10-02 1.22 246512.99 93430.04 45096.89
## 3914 13 2016-09-25 1.20 242299.74 98373.06 44921.80
## 3915 14 2016-09-18 1.12 278479.43 117939.47 57221.40
## 3916 15 2016-09-11 0.89 378865.38 200297.27 70912.09
## 3917 16 2016-09-04 1.03 335179.78 158224.33 69349.24
## 3918 17 2016-08-28 1.03 288423.36 123739.64 56927.33
## 3919 18 2016-08-21 1.00 302708.43 141809.13 50486.50
## 3920 19 2016-08-14 1.08 295535.64 129727.70 53954.55
## 3921 20 2016-08-07 1.11 311533.30 144862.85 57549.16
## 3922 21 2016-07-31 1.17 284566.03 125462.80 54745.00
## 3923 22 2016-07-24 1.15 283863.44 110868.68 58714.33
## 3924 23 2016-07-17 1.08 283074.00 118910.27 52023.77
## 3925 24 2016-07-10 1.00 357786.69 153905.64 69545.22
## 3926 25 2016-07-03 1.00 362136.80 135214.32 82726.73
## 3927 26 2016-06-26 0.94 352406.76 130217.49 74316.76
## 3928 27 2016-06-19 0.91 364254.89 164910.19 76172.67
## 3929 28 2016-06-12 0.94 348022.24 146589.28 75379.07
## 3930 29 2016-06-05 0.89 410770.75 156235.27 109763.53
## 3931 30 2016-05-29 0.89 391993.97 131708.14 115790.28
## 3932 31 2016-05-22 0.93 318913.34 122331.83 89286.71
## 3933 32 2016-05-15 0.86 317621.52 131370.13 107124.85
## 3934 33 2016-05-08 0.83 427575.05 170359.46 144990.10
## 3935 34 2016-05-01 0.85 363104.70 122124.69 115747.20
## 3936 35 2016-04-24 0.83 359872.46 125412.66 120811.35
## 3937 36 2016-04-17 0.81 379464.47 143900.70 110596.26
## 3938 37 2016-04-10 0.87 354098.37 151862.79 91833.73
## 3939 38 2016-04-03 0.84 298710.72 158984.19 62625.80
## 3940 39 2016-03-27 0.85 314268.27 155872.97 72324.40
## 3941 40 2016-03-20 0.82 332283.27 127949.65 116701.74
## 3942 41 2016-03-13 0.79 344613.01 130879.58 109512.41
## 3943 42 2016-03-06 0.91 311402.83 139919.03 86200.19
## 3944 43 2016-02-28 0.86 316563.55 122523.18 98920.90
## 3945 44 2016-02-21 0.83 337403.05 121214.86 124295.71
## 3946 45 2016-02-14 0.79 371467.52 144507.48 110749.56
## 3947 46 2016-02-07 0.74 437746.54 191144.38 142489.45
## 3948 47 2016-01-31 0.92 285052.11 117236.18 87109.87
## 3949 48 2016-01-24 1.08 158978.46 9727.38 81835.15
## 3950 49 2016-01-17 0.88 289298.37 108072.15 98543.78
## 3951 50 2016-01-10 0.83 309217.44 118958.86 110549.87
## 3952 51 2016-01-03 0.80 332971.80 103710.64 138142.95
## 3953 0 2016-12-25 0.84 2641775.31 794840.17 669585.49
## 3954 1 2016-12-18 0.84 2377799.62 767981.95 513487.28
## 3955 2 2016-12-11 0.75 2793917.73 917098.69 631013.13
## 3956 3 2016-12-04 0.78 2780629.10 1076282.76 476162.95
## 3957 4 2016-11-27 1.01 2257271.18 865743.41 416437.85
## 3958 5 2016-11-20 1.10 2272023.15 880344.33 456709.37
## 3959 6 2016-11-13 1.29 1913492.61 696410.88 436388.61
## 3960 7 2016-11-06 1.52 1595013.07 543331.54 423351.91
## 3961 8 2016-10-30 1.48 1499286.88 533137.32 383974.46
## 3962 9 2016-10-23 1.23 2133563.24 768315.72 427296.47
## 3963 10 2016-10-16 1.17 2548687.86 922290.28 501532.50
## 3964 11 2016-10-09 1.16 2766529.12 1153907.22 559077.15
## 3965 12 2016-10-02 1.06 2865744.94 1337602.73 471344.12
## 3966 13 2016-09-25 1.00 3007073.27 1328968.75 468792.85
## 3967 14 2016-09-18 1.06 2589309.14 999948.52 457932.50
## 3968 15 2016-09-11 0.95 2939704.87 1217417.81 534763.39
## 3969 16 2016-09-04 0.88 3431676.04 1409249.49 626922.72
## 3970 17 2016-08-28 0.81 3563268.97 1471105.41 537892.88
## 3971 18 2016-08-21 0.93 3086167.04 1264167.99 480926.04
## 3972 19 2016-08-14 1.03 2879218.13 1050808.07 605409.39
## 3973 20 2016-08-07 1.00 3094362.21 1137248.03 632756.21
## 3974 21 2016-07-31 1.06 2826836.07 961494.69 562612.83
## 3975 22 2016-07-24 1.01 3033328.67 1163035.43 629930.18
## 3976 23 2016-07-17 0.97 3092234.00 1201992.39 630743.25
## 3977 24 2016-07-10 0.93 3293224.51 1217453.35 678995.34
## 3978 25 2016-07-03 0.95 3449361.49 1317678.72 746045.11
## 3979 26 2016-06-26 0.85 3258184.45 1295216.97 655947.51
## 3980 27 2016-06-19 0.90 3237847.21 1322109.94 593238.74
## 3981 28 2016-06-12 0.83 3248769.26 1439519.40 529969.99
## 3982 29 2016-06-05 0.76 3715458.49 1596545.36 650812.60
## 3983 30 2016-05-29 0.83 3203935.53 1214455.87 691108.91
## 3984 31 2016-05-22 0.76 3134305.39 1084784.88 782144.64
## 3985 32 2016-05-15 0.82 2866855.58 1134719.15 643464.88
## 3986 33 2016-05-08 0.64 3942054.31 1416928.16 929683.64
## 3987 34 2016-05-01 0.62 3863314.25 1355793.57 1047924.35
## 3988 35 2016-04-24 0.75 3136882.52 1115902.49 704492.28
## 3989 36 2016-04-17 0.76 3185230.67 1245344.79 643220.72
## 3990 37 2016-04-10 0.77 3288356.88 1130642.44 715739.80
## 3991 38 2016-04-03 0.82 2793982.31 865503.72 683860.21
## 3992 39 2016-03-27 0.73 3467762.25 982736.16 836002.09
## 3993 40 2016-03-20 0.74 3374876.94 928106.16 901464.72
## 3994 41 2016-03-13 0.79 2987393.94 767298.16 657175.20
## 3995 42 2016-03-06 0.76 3138836.66 821036.00 680884.10
## 3996 43 2016-02-28 0.72 3332578.34 812808.39 750266.34
## 3997 44 2016-02-21 0.76 3232888.65 842358.10 671213.11
## 3998 45 2016-02-14 0.65 3664088.60 931605.09 837742.21
## 3999 46 2016-02-07 0.58 4982700.11 1262681.15 1447533.80
## 4000 47 2016-01-31 0.74 3197788.06 1004134.51 721988.78
## 4001 48 2016-01-24 0.76 3173509.36 666019.46 779056.76
## 4002 49 2016-01-17 0.76 2952576.85 804573.11 854485.91
## 4003 50 2016-01-10 0.74 3172437.94 841326.26 803197.41
## 4004 51 2016-01-03 0.64 3967109.33 1232109.79 992212.57
## 4005 0 2016-12-25 1.01 81833.86 1337.84 35234.67
## 4006 1 2016-12-18 1.10 67720.14 1247.68 33646.11
## 4007 2 2016-12-11 0.79 105228.60 1367.94 44377.90
## 4008 3 2016-12-04 0.83 127200.91 1234.09 60677.07
## 4009 4 2016-11-27 1.26 57765.51 1047.06 26662.61
## 4010 5 2016-11-20 1.43 59210.76 1429.11 29056.73
## 4011 6 2016-11-13 1.34 64958.65 1469.38 30443.81
## 4012 7 2016-11-06 1.27 70881.52 1606.90 34663.27
## 4013 8 2016-10-30 1.28 70137.79 1769.84 35446.19
## 4014 9 2016-10-23 1.23 75593.36 1616.09 37427.37
## 4015 10 2016-10-16 1.10 81707.99 1538.97 37516.02
## 4016 11 2016-10-09 1.15 78262.36 1705.62 36812.98
## 4017 12 2016-10-02 1.24 75004.32 1351.94 37151.83
## 4018 13 2016-09-25 1.37 75513.07 1967.21 41728.53
## 4019 14 2016-09-18 1.26 87633.41 2114.94 48962.95
## 4020 15 2016-09-11 1.21 90086.40 3359.11 51733.48
## 4021 16 2016-09-04 1.11 82940.98 2682.05 45780.53
## 4022 17 2016-08-28 1.13 82663.20 1887.97 48991.99
## 4023 18 2016-08-21 1.16 89370.33 1980.35 50039.90
## 4024 19 2016-08-14 1.25 85551.19 2056.05 54112.88
## 4025 20 2016-08-07 1.30 80997.55 3573.85 53453.99
## 4026 21 2016-07-31 1.24 86030.88 2355.37 53669.84
## 4027 22 2016-07-24 1.19 95001.32 2352.49 57404.00
## 4028 23 2016-07-17 1.13 101963.67 2414.28 60191.48
## 4029 24 2016-07-10 1.15 94591.67 2784.81 62213.99
## 4030 25 2016-07-03 1.00 106600.14 2398.42 64636.42
## 4031 26 2016-06-26 1.06 98077.60 2762.38 56614.79
## 4032 27 2016-06-19 1.09 98289.94 2648.74 54424.22
## 4033 28 2016-06-12 1.16 84926.73 5365.60 50561.08
## 4034 29 2016-06-05 1.09 99179.74 2153.72 56150.97
## 4035 30 2016-05-29 0.99 109060.73 2052.33 71648.43
## 4036 31 2016-05-22 0.91 113794.41 2002.85 77719.29
## 4037 32 2016-05-15 0.86 106278.64 2286.09 62308.98
## 4038 33 2016-05-08 0.86 139475.75 2523.81 87801.48
## 4039 34 2016-05-01 0.88 128108.76 2499.44 81916.36
## 4040 35 2016-04-24 0.93 92553.22 2116.01 55939.90
## 4041 36 2016-04-17 0.92 95475.44 2120.86 55695.58
## 4042 37 2016-04-10 0.90 83504.74 1824.57 49692.01
## 4043 38 2016-04-03 0.85 91459.57 2091.16 52626.19
## 4044 39 2016-03-27 0.89 120080.36 1969.51 74446.68
## 4045 40 2016-03-20 0.95 123442.10 1893.15 76888.63
## 4046 41 2016-03-13 1.07 79810.59 1951.19 47340.88
## 4047 42 2016-03-06 1.02 88102.95 2028.60 49580.73
## 4048 43 2016-02-28 0.94 102196.72 2152.34 63256.87
## 4049 44 2016-02-21 0.86 114817.03 2368.19 75573.80
## 4050 45 2016-02-14 0.86 124650.69 2921.35 81575.81
## 4051 46 2016-02-07 0.85 148704.27 2805.31 98136.23
## 4052 47 2016-01-31 0.92 101620.12 2539.14 70021.38
## 4053 48 2016-01-24 0.89 120304.63 1672.67 72603.22
## 4054 49 2016-01-17 0.90 83687.48 2202.61 48151.24
## 4055 50 2016-01-10 0.89 99956.44 2088.41 63265.58
## 4056 51 2016-01-03 0.88 116363.51 2673.33 73869.01
## 4057 0 2016-12-25 0.97 648358.72 257456.07 148591.65
## 4058 1 2016-12-18 0.97 662655.37 237194.30 158602.19
## 4059 2 2016-12-11 1.39 446139.65 177620.99 97259.69
## 4060 3 2016-12-04 0.98 728191.35 267955.80 173005.48
## 4061 4 2016-11-27 1.49 405085.56 159915.34 89345.14
## 4062 5 2016-11-20 1.52 461236.74 179988.40 102113.00
## 4063 6 2016-11-13 1.43 478305.06 195573.25 101415.32
## 4064 7 2016-11-06 1.51 426159.64 176243.94 96964.16
## 4065 8 2016-10-30 1.57 403657.05 169008.34 98080.05
## 4066 9 2016-10-23 1.59 437488.84 164118.89 125399.44
## 4067 10 2016-10-16 1.28 537970.39 191040.91 158620.00
## 4068 11 2016-10-09 1.49 410181.24 153136.21 112103.55
## 4069 12 2016-10-02 1.51 539574.59 221783.43 125421.99
## 4070 13 2016-09-25 1.43 558552.18 251034.89 108280.87
## 4071 14 2016-09-18 1.19 541030.40 237187.12 103912.38
## 4072 15 2016-09-11 1.20 480734.81 226500.24 89642.47
## 4073 16 2016-09-04 0.97 862396.26 525593.59 140626.89
## 4074 17 2016-08-28 1.22 558828.81 290432.64 131832.78
## 4075 18 2016-08-21 1.23 565825.46 296954.65 128877.47
## 4076 19 2016-08-14 1.17 695230.59 400660.58 142475.60
## 4077 20 2016-08-07 1.25 515183.39 253093.31 125026.64
## 4078 21 2016-07-31 1.30 496508.86 247196.33 112882.50
## 4079 22 2016-07-24 1.28 520496.36 250298.08 132336.77
## 4080 23 2016-07-17 1.24 516716.17 241386.54 136077.96
## 4081 24 2016-07-10 1.24 566889.77 277354.34 142734.50
## 4082 25 2016-07-03 0.96 868986.46 479975.64 184172.52
## 4083 26 2016-06-26 1.25 540206.17 283281.44 130937.32
## 4084 27 2016-06-19 0.99 812334.69 474374.03 182509.48
## 4085 28 2016-06-12 1.28 503076.75 271970.59 107339.21
## 4086 29 2016-06-05 0.99 786071.68 474319.60 149114.65
## 4087 30 2016-05-29 0.97 849097.69 513204.86 167161.00
## 4088 31 2016-05-22 1.26 497819.63 273987.60 103459.89
## 4089 32 2016-05-15 0.88 889357.25 408466.47 227686.36
## 4090 33 2016-05-08 1.01 653844.27 349383.33 137741.01
## 4091 34 2016-05-01 0.79 1078794.69 526288.51 260626.27
## 4092 35 2016-04-24 0.88 896845.48 419775.53 227523.41
## 4093 36 2016-04-17 1.12 558953.75 281531.64 117780.33
## 4094 37 2016-04-10 0.87 841731.76 399737.57 193376.73
## 4095 38 2016-04-03 1.15 543234.89 287271.39 103462.51
## 4096 39 2016-03-27 1.17 468636.39 240096.64 99290.24
## 4097 40 2016-03-20 1.13 507580.07 267187.96 105076.55
## 4098 41 2016-03-13 0.88 799992.86 399729.47 176357.78
## 4099 42 2016-03-06 1.16 448052.10 223851.91 93574.47
## 4100 43 2016-02-28 0.83 822403.21 428974.24 169811.82
## 4101 44 2016-02-21 1.10 481704.97 244778.76 102684.81
## 4102 45 2016-02-14 1.12 446631.37 219037.75 101866.88
## 4103 46 2016-02-07 0.59 1180631.07 649646.72 241271.36
## 4104 47 2016-01-31 1.11 492691.03 287032.09 79763.12
## 4105 48 2016-01-24 0.96 611557.77 416813.56 61067.87
## 4106 49 2016-01-17 1.20 430079.07 276253.48 62106.53
## 4107 50 2016-01-10 0.97 702726.81 493952.15 82027.84
## 4108 51 2016-01-03 1.13 502583.68 349992.75 44399.13
## 4109 0 2016-12-25 1.23 2180512.10 461611.36 873785.28
## 4110 1 2016-12-18 1.16 2242221.26 491941.19 999958.67
## 4111 2 2016-12-11 1.15 2339977.39 574106.60 862587.29
## 4112 3 2016-12-04 1.20 2359837.16 605907.37 873734.56
## 4113 4 2016-11-27 1.40 1858065.15 421295.51 729252.94
## 4114 5 2016-11-20 1.48 1999044.43 478380.64 712348.38
## 4115 6 2016-11-13 1.52 2075282.76 589046.77 723968.74
## 4116 7 2016-11-06 1.54 2077507.41 569735.76 697011.92
## 4117 8 2016-10-30 1.48 2083054.88 606275.55 713427.63
## 4118 9 2016-10-23 1.47 2287507.52 611972.37 851527.30
## 4119 10 2016-10-16 1.40 2442981.97 642844.77 921533.78
## 4120 11 2016-10-09 1.39 2469381.94 651705.04 951060.09
## 4121 12 2016-10-02 1.38 2540672.44 662661.76 965796.82
## 4122 13 2016-09-25 1.37 2568161.45 748452.52 947415.59
## 4123 14 2016-09-18 1.28 2785256.41 850690.32 1019588.17
## 4124 15 2016-09-11 1.18 3068639.36 938277.40 1164893.69
## 4125 16 2016-09-04 1.20 3127950.40 954420.93 1150320.87
## 4126 17 2016-08-28 1.30 2799097.68 745329.31 1165119.09
## 4127 18 2016-08-21 1.27 2840526.38 684458.46 1180365.78
## 4128 19 2016-08-14 1.29 2901786.65 666957.64 1211099.91
## 4129 20 2016-08-07 1.30 2900751.48 680835.87 1274555.63
## 4130 21 2016-07-31 1.35 2787002.19 612846.55 1247700.03
## 4131 22 2016-07-24 1.32 2914817.51 611049.20 1286835.89
## 4132 23 2016-07-17 1.26 2940448.51 582052.07 1272165.13
## 4133 24 2016-07-10 1.19 3221650.74 607742.57 1498358.41
## 4134 25 2016-07-03 1.15 3393696.45 653109.17 1523684.65
## 4135 26 2016-06-26 1.17 3095673.83 590854.99 1468309.10
## 4136 27 2016-06-19 1.16 3304967.62 674982.83 1530425.54
## 4137 28 2016-06-12 1.15 3122351.17 677443.53 1422914.00
## 4138 29 2016-06-05 1.14 3223814.39 673473.95 1510540.87
## 4139 30 2016-05-29 1.09 3349139.43 708286.60 1603134.92
## 4140 31 2016-05-22 1.08 3154318.39 658991.13 1530509.31
## 4141 32 2016-05-15 1.04 3205037.79 592139.41 1687342.39
## 4142 33 2016-05-08 0.95 3850645.65 711397.32 2144351.44
## 4143 34 2016-05-01 0.99 3536333.98 708526.79 1861915.25
## 4144 35 2016-04-24 1.04 3332609.87 665027.77 1711268.77
## 4145 36 2016-04-17 1.06 3029003.02 544932.88 1613809.61
## 4146 37 2016-04-10 1.05 2836884.82 589785.48 1349757.59
## 4147 38 2016-04-03 1.07 2690267.94 564866.92 1351629.65
## 4148 39 2016-03-27 1.08 2911903.46 558314.44 1535010.34
## 4149 40 2016-03-20 1.05 3198477.41 617677.39 1715343.39
## 4150 41 2016-03-13 1.07 3093898.37 573263.79 1674136.15
## 4151 42 2016-03-06 1.10 2942515.87 592136.76 1532054.71
## 4152 43 2016-02-28 1.05 3032920.39 593530.85 1680329.57
## 4153 44 2016-02-21 1.06 2747176.06 539072.29 1378970.85
## 4154 45 2016-02-14 0.99 3173460.24 654357.46 1639480.98
## 4155 46 2016-02-07 0.91 4131614.84 867821.71 2164456.60
## 4156 47 2016-01-31 1.00 2881461.41 555939.00 1608441.06
## 4157 48 2016-01-24 1.01 3147902.67 472744.05 1787662.94
## 4158 49 2016-01-17 1.05 3001683.91 631861.30 1547484.48
## 4159 50 2016-01-10 1.04 2871898.66 603274.41 1439156.96
## 4160 51 2016-01-03 1.01 2967929.65 675102.33 1566127.03
## 4161 0 2016-12-25 0.93 166486.05 63236.61 18070.01
## 4162 1 2016-12-18 0.92 158024.16 66411.85 16272.07
## 4163 2 2016-12-11 0.90 193711.04 84856.17 12359.04
## 4164 3 2016-12-04 0.96 189526.37 82751.98 20042.35
## 4165 4 2016-11-27 1.24 129937.75 50379.42 12290.64
## 4166 5 2016-11-20 1.33 131605.70 53849.43 12277.03
## 4167 6 2016-11-13 1.39 141387.19 59293.41 13161.11
## 4168 7 2016-11-06 1.31 146936.93 66594.58 13756.62
## 4169 8 2016-10-30 1.18 151715.90 65786.54 17343.11
## 4170 9 2016-10-23 1.19 163017.85 66511.98 28375.72
## 4171 10 2016-10-16 1.06 177609.17 78566.29 21640.42
## 4172 11 2016-10-09 1.20 156477.24 77153.68 15555.10
## 4173 12 2016-10-02 1.15 172755.25 76163.23 15615.55
## 4174 13 2016-09-25 1.16 174768.99 79738.20 20581.30
## 4175 14 2016-09-18 1.01 191359.67 98830.01 16914.64
## 4176 15 2016-09-11 0.75 250165.13 144886.48 12777.22
## 4177 16 2016-09-04 0.73 292902.13 172938.84 14374.03
## 4178 17 2016-08-28 1.09 172757.72 104278.59 12600.77
## 4179 18 2016-08-21 1.09 184733.93 102330.82 15916.71
## 4180 19 2016-08-14 1.06 202833.66 102665.18 19071.46
## 4181 20 2016-08-07 1.12 188016.60 95351.73 25466.10
## 4182 21 2016-07-31 1.10 186520.46 88436.32 29435.66
## 4183 22 2016-07-24 1.07 191727.48 87692.81 31317.01
## 4184 23 2016-07-17 1.07 196773.62 90032.00 33912.54
## 4185 24 2016-07-10 1.00 198240.02 88754.10 37966.33
## 4186 25 2016-07-03 0.87 250902.49 106013.67 46053.00
## 4187 26 2016-06-26 0.98 195471.62 100031.56 25602.81
## 4188 27 2016-06-19 0.89 232084.20 135024.70 19715.89
## 4189 28 2016-06-12 0.97 190921.36 119783.13 12815.76
## 4190 29 2016-06-05 0.88 223368.78 136409.36 17532.40
## 4191 30 2016-05-29 0.87 238624.36 144140.44 21273.82
## 4192 31 2016-05-22 0.92 204128.50 115616.52 18839.88
## 4193 32 2016-05-15 0.81 219615.86 103729.74 31344.62
## 4194 33 2016-05-08 0.88 212720.44 114895.39 26341.65
## 4195 34 2016-05-01 0.81 237679.37 117137.23 37442.51
## 4196 35 2016-04-24 0.81 233759.31 111614.90 33820.97
## 4197 36 2016-04-17 0.90 178369.19 96001.31 23421.52
## 4198 37 2016-04-10 0.82 206829.38 98423.23 31061.97
## 4199 38 2016-04-03 0.95 165587.67 94345.14 19391.21
## 4200 39 2016-03-27 0.93 171568.47 98386.62 20112.88
## 4201 40 2016-03-20 0.93 179305.81 100108.05 21586.77
## 4202 41 2016-03-13 0.87 188478.21 91631.74 32085.32
## 4203 42 2016-03-06 0.97 159755.26 87362.97 20762.36
## 4204 43 2016-02-28 0.88 190263.02 99189.75 31558.82
## 4205 44 2016-02-21 0.94 182025.30 101831.21 25448.04
## 4206 45 2016-02-14 0.88 203205.09 103368.34 42830.57
## 4207 46 2016-02-07 0.77 268608.69 124530.37 59611.16
## 4208 47 2016-01-31 0.95 173689.71 90482.99 33297.46
## 4209 48 2016-01-24 0.87 167159.24 78105.34 33125.00
## 4210 49 2016-01-17 0.95 181360.74 98888.27 30227.70
## 4211 50 2016-01-10 0.90 212752.83 123086.83 29886.44
## 4212 51 2016-01-03 0.98 185316.35 131286.47 11153.76
## 4213 0 2016-12-25 0.94 225497.02 117054.55 23166.27
## 4214 1 2016-12-18 1.08 183103.22 83700.37 21081.99
## 4215 2 2016-12-11 1.21 177582.49 89506.41 18892.40
## 4216 3 2016-12-04 1.05 253241.58 143482.91 24486.13
## 4217 4 2016-11-27 1.38 148538.06 76603.69 17900.83
## 4218 5 2016-11-20 1.35 167233.36 86431.23 23609.67
## 4219 6 2016-11-13 1.26 225721.51 133593.96 30401.95
## 4220 7 2016-11-06 1.49 183542.31 98949.98 22891.61
## 4221 8 2016-10-30 1.48 163510.83 71230.82 22081.11
## 4222 9 2016-10-23 1.44 203438.23 102352.79 30817.32
## 4223 10 2016-10-16 1.36 222712.89 112346.71 27293.53
## 4224 11 2016-10-09 1.25 233898.80 114410.24 41719.96
## 4225 12 2016-10-02 1.29 214690.77 108880.32 32258.23
## 4226 13 2016-09-25 1.19 264726.41 141795.96 34973.15
## 4227 14 2016-09-18 1.18 244913.97 126047.18 32908.26
## 4228 15 2016-09-11 1.13 250492.62 141311.03 37594.59
## 4229 16 2016-09-04 0.94 324151.30 172989.33 65043.94
## 4230 17 2016-08-28 1.02 309238.91 171213.50 49486.31
## 4231 18 2016-08-21 1.04 314573.49 187528.23 43283.16
## 4232 19 2016-08-14 1.11 265537.57 148300.05 48204.73
## 4233 20 2016-08-07 1.13 287114.43 153070.50 52769.71
## 4234 21 2016-07-31 1.20 254878.35 141489.27 39957.26
## 4235 22 2016-07-24 1.16 261491.83 127608.67 41610.13
## 4236 23 2016-07-17 1.09 284925.70 141466.90 40877.52
## 4237 24 2016-07-10 1.06 291978.06 149481.91 41307.31
## 4238 25 2016-07-03 0.93 360419.86 194809.44 44367.90
## 4239 26 2016-06-26 1.05 267116.01 137323.53 37595.55
## 4240 27 2016-06-19 0.97 293340.02 162451.07 39328.87
## 4241 28 2016-06-12 0.95 283922.91 163474.77 35055.89
## 4242 29 2016-06-05 0.89 291490.49 176829.29 26539.09
## 4243 30 2016-05-29 0.85 300077.74 167413.00 47486.01
## 4244 31 2016-05-22 0.96 271554.45 152790.74 32548.05
## 4245 32 2016-05-15 0.86 288244.89 156109.25 35603.07
## 4246 33 2016-05-08 0.63 495732.92 304801.74 41988.69
## 4247 34 2016-05-01 0.58 564738.86 341116.17 60230.81
## 4248 35 2016-04-24 0.87 295498.57 150931.36 33965.14
## 4249 36 2016-04-17 0.87 323909.40 181796.23 32868.32
## 4250 37 2016-04-10 0.87 312471.42 166398.15 34799.32
## 4251 38 2016-04-03 0.89 316709.44 183584.86 29117.49
## 4252 39 2016-03-27 0.94 263581.97 138523.24 31627.14
## 4253 40 2016-03-20 0.94 273647.06 148492.54 30606.51
## 4254 41 2016-03-13 0.91 304057.64 160965.45 38522.85
## 4255 42 2016-03-06 0.97 267953.78 150786.30 27025.48
## 4256 43 2016-02-28 0.80 320342.69 173568.42 35255.98
## 4257 44 2016-02-21 0.89 263057.19 142078.71 31665.87
## 4258 45 2016-02-14 0.81 269319.37 175416.56 29031.38
## 4259 46 2016-02-07 0.58 542750.89 348348.45 55886.98
## 4260 47 2016-01-31 0.88 282933.79 164436.06 33071.52
## 4261 48 2016-01-24 0.90 228086.10 101029.21 36030.50
## 4262 49 2016-01-17 0.88 286862.77 158616.27 41109.90
## 4263 50 2016-01-10 0.90 264477.45 160167.42 24063.03
## 4264 51 2016-01-03 0.86 274498.01 159513.20 40902.35
## 4265 0 2016-12-25 1.36 1087984.90 11329.85 713042.43
## 4266 1 2016-12-18 1.26 1241381.71 14178.17 954802.60
## 4267 2 2016-12-11 1.32 1163696.14 10994.77 793989.54
## 4268 3 2016-12-04 1.52 960475.67 13893.11 696042.02
## 4269 4 2016-11-27 1.56 970753.07 15264.26 696848.85
## 4270 5 2016-11-20 1.59 1093097.04 16970.61 732069.33
## 4271 6 2016-11-13 1.90 830018.48 12169.08 523321.98
## 4272 7 2016-11-06 1.93 767190.62 10277.48 460230.47
## 4273 8 2016-10-30 1.99 618279.77 9264.98 435952.49
## 4274 9 2016-10-23 1.95 807564.93 11212.72 512038.46
## 4275 10 2016-10-16 1.89 969846.54 15611.16 636341.88
## 4276 11 2016-10-09 1.76 1031060.45 20086.94 688905.67
## 4277 12 2016-10-02 1.72 1057930.65 33926.41 658467.15
## 4278 13 2016-09-25 1.62 1061132.87 121477.42 566149.90
## 4279 14 2016-09-18 1.50 1108446.44 112702.36 551448.57
## 4280 15 2016-09-11 1.26 1558413.54 239517.85 883865.63
## 4281 16 2016-09-04 1.47 1278749.25 23916.16 832269.64
## 4282 17 2016-08-28 1.58 1212399.97 19257.01 715527.43
## 4283 18 2016-08-21 1.47 1334937.86 15005.30 771413.01
## 4284 19 2016-08-14 1.49 1275952.93 18600.18 714407.25
## 4285 20 2016-08-07 1.54 1256917.91 22522.19 668121.42
## 4286 21 2016-07-31 1.70 1122162.86 16312.56 609412.65
## 4287 22 2016-07-24 1.68 1180373.67 14628.74 650141.77
## 4288 23 2016-07-17 1.64 1076259.08 12881.29 611445.16
## 4289 24 2016-07-10 1.51 1266199.75 15424.35 700324.85
## 4290 25 2016-07-03 1.53 1280725.34 14732.72 746733.25
## 4291 26 2016-06-26 1.20 1622151.78 16027.59 1130566.68
## 4292 27 2016-06-19 1.50 1372612.33 16094.41 901972.60
## 4293 28 2016-06-12 1.44 1485642.35 19083.82 976390.73
## 4294 29 2016-06-05 1.47 1447580.25 15757.13 955311.63
## 4295 30 2016-05-29 1.08 1827100.26 19729.58 1354634.86
## 4296 31 2016-05-22 1.14 1586647.62 16781.60 1157504.36
## 4297 32 2016-05-15 1.14 1706730.17 17964.49 1274098.30
## 4298 33 2016-05-08 0.77 2740587.86 26384.21 2283465.22
## 4299 34 2016-05-01 1.22 1536109.56 16424.04 1106990.04
## 4300 35 2016-04-24 1.12 1718055.86 19783.48 1290475.48
## 4301 36 2016-04-17 1.08 1030786.84 16212.12 582843.38
## 4302 37 2016-04-10 1.09 987897.90 19209.79 588026.18
## 4303 38 2016-04-03 1.31 1240608.20 15436.69 912292.57
## 4304 39 2016-03-27 1.32 1395562.08 17761.56 1008215.20
## 4305 40 2016-03-20 1.09 1743194.56 23278.85 1269404.72
## 4306 41 2016-03-13 1.17 1600417.32 28599.84 1237674.92
## 4307 42 2016-03-06 1.24 1455656.40 18107.83 1074827.27
## 4308 43 2016-02-28 1.15 1594427.98 18295.61 1282457.13
## 4309 44 2016-02-21 1.21 1315177.50 15028.05 930110.10
## 4310 45 2016-02-14 1.09 1806980.64 23786.18 1388157.42
## 4311 46 2016-02-07 0.95 2202127.86 23983.20 1630429.86
## 4312 47 2016-01-31 1.02 1615465.33 18769.06 1284268.92
## 4313 48 2016-01-24 1.30 1429242.83 16058.14 993964.41
## 4314 49 2016-01-17 1.01 1840344.27 18562.23 1422978.10
## 4315 50 2016-01-10 1.15 1364272.64 16165.18 1012218.12
## 4316 51 2016-01-03 1.07 1454164.32 16972.91 1192875.91
## 4317 0 2016-12-25 1.36 3216470.61 109608.75 2191723.95
## 4318 1 2016-12-18 1.22 3686005.68 140720.26 2795230.71
## 4319 2 2016-12-11 1.32 3381321.05 102683.58 2390081.54
## 4320 3 2016-12-04 1.40 3222663.98 130456.71 2427295.83
## 4321 4 2016-11-27 1.51 2701518.48 102215.56 1938616.78
## 4322 5 2016-11-20 1.51 3206946.52 126526.23 2178698.04
## 4323 6 2016-11-13 1.67 2706838.44 126870.22 1797497.36
## 4324 7 2016-11-06 1.71 2507401.04 124032.58 1616563.04
## 4325 8 2016-10-30 1.72 2364424.49 118904.18 1616421.48
## 4326 9 2016-10-23 1.67 2916578.90 137388.92 1930226.81
## 4327 10 2016-10-16 1.65 3107049.25 144612.79 2009401.22
## 4328 11 2016-10-09 1.54 3350949.74 154892.72 2258828.33
## 4329 12 2016-10-02 1.59 3257752.57 208054.74 2048824.18
## 4330 13 2016-09-25 1.53 3458790.86 446786.96 1993513.53
## 4331 14 2016-09-18 1.45 3442454.03 409569.22 1938470.57
## 4332 15 2016-09-11 1.28 4456957.62 703699.41 2632018.36
## 4333 16 2016-09-04 1.40 4019648.55 358039.67 2446669.38
## 4334 17 2016-08-28 1.40 4309301.79 490786.03 2495011.21
## 4335 18 2016-08-21 1.40 4127080.33 247658.58 2351280.09
## 4336 19 2016-08-14 1.37 4195423.29 316873.28 2323362.26
## 4337 20 2016-08-07 1.47 4024822.13 304604.68 2245559.82
## 4338 21 2016-07-31 1.60 3813808.25 224803.70 2213892.51
## 4339 22 2016-07-24 1.54 3834290.51 220814.35 2172523.13
## 4340 23 2016-07-17 1.49 3736814.35 196491.18 2123945.28
## 4341 24 2016-07-10 1.33 4487625.78 316659.60 2589205.84
## 4342 25 2016-07-03 1.41 4486744.99 210728.65 2669362.44
## 4343 26 2016-06-26 1.28 4840949.87 190136.57 3188127.73
## 4344 27 2016-06-19 1.40 4506892.62 184730.86 2920243.12
## 4345 28 2016-06-12 1.34 4599028.54 201927.90 2903948.28
## 4346 29 2016-06-05 1.35 4570515.87 154509.15 2911585.02
## 4347 30 2016-05-29 1.14 5141314.86 141464.88 3554079.38
## 4348 31 2016-05-22 1.14 4609250.24 104014.01 3018204.18
## 4349 32 2016-05-15 1.13 4999100.74 100735.10 3556589.53
## 4350 33 2016-05-08 0.87 6899727.12 135137.08 5246830.25
## 4351 34 2016-05-01 1.12 5247266.74 123023.38 3800242.35
## 4352 35 2016-04-24 1.13 4815249.22 125736.57 3366389.10
## 4353 36 2016-04-17 1.12 3849051.40 105339.58 2415296.29
## 4354 37 2016-04-10 1.09 3756625.12 113797.04 2340135.20
## 4355 38 2016-04-03 1.18 3872680.79 99894.98 2745624.73
## 4356 39 2016-03-27 1.23 4239016.69 99223.90 2932815.39
## 4357 40 2016-03-20 1.11 4834759.09 108456.51 3414702.44
## 4358 41 2016-03-13 1.13 4713935.35 122581.78 3460335.94
## 4359 42 2016-03-06 1.21 4226925.70 111263.99 2950419.20
## 4360 43 2016-02-28 1.15 4481119.44 105867.52 3361015.90
## 4361 44 2016-02-21 1.21 3948234.94 94936.43 2707199.74
## 4362 45 2016-02-14 1.08 4959257.88 121413.01 3553331.27
## 4363 46 2016-02-07 1.03 5919226.12 125570.46 4290645.89
## 4364 47 2016-01-31 1.06 4650798.49 102906.84 3443651.01
## 4365 48 2016-01-24 1.21 4412280.93 75379.60 2940359.34
## 4366 49 2016-01-17 1.09 4891516.50 102211.78 3491028.64
## 4367 50 2016-01-10 1.20 3890225.41 96952.31 2696731.85
## 4368 51 2016-01-03 1.07 4524219.73 96146.84 3588931.66
## 4369 0 2016-12-25 1.24 325634.21 12140.61 257987.85
## 4370 1 2016-12-18 1.19 357508.29 14139.27 293062.77
## 4371 2 2016-12-11 1.29 310425.30 9683.11 246740.16
## 4372 3 2016-12-04 1.12 440990.34 24617.32 378804.18
## 4373 4 2016-11-27 1.41 262748.42 11304.04 210220.02
## 4374 5 2016-11-20 1.39 315783.24 15322.42 247461.31
## 4375 6 2016-11-13 1.48 268388.51 11996.05 211327.03
## 4376 7 2016-11-06 1.47 242666.87 10727.78 179547.81
## 4377 8 2016-10-30 1.52 255455.34 12252.61 185280.50
## 4378 9 2016-10-23 1.48 291385.56 17405.60 223021.98
## 4379 10 2016-10-16 1.47 290884.89 14794.34 224368.92
## 4380 11 2016-10-09 1.40 305506.51 14886.34 239615.02
## 4381 12 2016-10-02 1.52 291185.37 18423.35 222357.93
## 4382 13 2016-09-25 1.58 315399.04 23189.93 236472.99
## 4383 14 2016-09-18 1.48 316980.64 24643.99 235008.38
## 4384 15 2016-09-11 1.44 343314.74 35007.16 237320.70
## 4385 16 2016-09-04 1.38 374902.91 83711.04 209147.77
## 4386 17 2016-08-28 1.08 573338.65 211564.36 287750.30
## 4387 18 2016-08-21 1.34 413497.16 95074.76 197872.17
## 4388 19 2016-08-14 1.21 463651.71 114823.86 226795.01
## 4389 20 2016-08-07 1.41 457429.10 113313.11 241098.25
## 4390 21 2016-07-31 1.49 435129.36 79930.71 239638.10
## 4391 22 2016-07-24 1.36 463062.51 83734.79 244441.34
## 4392 23 2016-07-17 1.37 412386.17 75192.37 228099.87
## 4393 24 2016-07-10 1.06 569327.81 134476.20 339263.01
## 4394 25 2016-07-03 1.29 525917.26 78903.78 321186.45
## 4395 26 2016-06-26 1.28 497816.81 63778.16 323719.54
## 4396 27 2016-06-19 1.26 485945.76 53199.36 322695.72
## 4397 28 2016-06-12 1.19 472020.49 48479.14 307758.96
## 4398 29 2016-06-05 1.18 471356.84 32955.43 314403.14
## 4399 30 2016-05-29 1.10 499944.01 19245.04 337329.57
## 4400 31 2016-05-22 1.02 433251.71 2888.48 280360.37
## 4401 32 2016-05-15 1.07 443517.22 3333.83 314998.46
## 4402 33 2016-05-08 0.97 546838.34 3368.77 370026.96
## 4403 34 2016-05-01 1.02 628512.14 2527.39 538037.63
## 4404 35 2016-04-24 1.07 431615.62 2993.41 326907.16
## 4405 36 2016-04-17 1.12 399074.14 2033.75 303891.64
## 4406 37 2016-04-10 1.04 409227.87 2856.55 291174.46
## 4407 38 2016-04-03 0.99 486716.71 3194.71 411414.16
## 4408 39 2016-03-27 1.13 423257.57 2320.06 327259.78
## 4409 40 2016-03-20 1.14 414604.35 3204.62 325110.15
## 4410 41 2016-03-13 1.01 476634.67 3165.58 382630.54
## 4411 42 2016-03-06 1.08 405931.49 4140.63 303581.50
## 4412 43 2016-02-28 1.10 387149.69 4257.34 288178.36
## 4413 44 2016-02-21 1.16 380427.08 3997.91 278339.49
## 4414 45 2016-02-14 0.99 456439.67 4686.98 316152.87
## 4415 46 2016-02-07 0.97 605846.78 3738.02 531499.59
## 4416 47 2016-01-31 1.07 419786.19 3328.89 292519.75
## 4417 48 2016-01-24 1.07 453559.54 852.07 319014.01
## 4418 49 2016-01-17 1.08 447078.92 3556.39 328749.75
## 4419 50 2016-01-10 1.24 343406.89 2398.06 270035.12
## 4420 51 2016-01-03 0.96 553828.14 3485.03 492915.32
## 4421 0 2016-12-25 0.94 359005.75 131616.46 81351.13
## 4422 1 2016-12-18 0.92 333093.29 113248.41 76982.86
## 4423 2 2016-12-11 1.22 247659.65 84080.08 48772.35
## 4424 3 2016-12-04 0.97 398859.76 129743.58 95284.48
## 4425 4 2016-11-27 1.46 221373.99 76751.60 48667.43
## 4426 5 2016-11-20 1.46 239374.44 83653.63 50316.02
## 4427 6 2016-11-13 1.40 250639.48 97337.14 50337.98
## 4428 7 2016-11-06 1.47 236696.60 93321.05 53545.04
## 4429 8 2016-10-30 1.54 223224.74 82399.26 52975.50
## 4430 9 2016-10-23 1.52 236500.42 83780.57 68746.38
## 4431 10 2016-10-16 1.23 311363.97 104391.10 87927.74
## 4432 11 2016-10-09 1.44 267399.38 91531.90 81061.05
## 4433 12 2016-10-02 1.45 301939.19 117406.55 66860.79
## 4434 13 2016-09-25 1.40 302808.91 122725.59 54807.36
## 4435 14 2016-09-18 1.16 319543.98 133279.34 59374.23
## 4436 15 2016-09-11 1.18 312266.53 150964.58 55134.51
## 4437 16 2016-09-04 0.97 477301.28 275859.84 75406.02
## 4438 17 2016-08-28 1.18 326913.34 163536.64 80917.57
## 4439 18 2016-08-21 1.19 347563.11 170496.96 87311.02
## 4440 19 2016-08-14 1.14 416694.11 210918.59 92045.15
## 4441 20 2016-08-07 1.23 327167.52 143759.32 84662.03
## 4442 21 2016-07-31 1.24 320002.63 137791.44 80412.78
## 4443 22 2016-07-24 1.22 336366.84 145903.25 92078.03
## 4444 23 2016-07-17 1.17 348318.40 141751.90 90770.24
## 4445 24 2016-07-10 1.17 341532.31 143563.56 84546.81
## 4446 25 2016-07-03 0.93 553640.36 277838.49 118092.73
## 4447 26 2016-06-26 1.18 333568.95 143186.79 76177.69
## 4448 27 2016-06-19 0.97 454278.32 238794.08 98795.35
## 4449 28 2016-06-12 1.24 293811.97 143222.68 64910.71
## 4450 29 2016-06-05 0.97 448117.51 262311.00 71419.85
## 4451 30 2016-05-29 0.95 481068.52 283442.26 82501.22
## 4452 31 2016-05-22 1.17 312532.64 163428.19 55452.91
## 4453 32 2016-05-15 0.83 512839.94 218691.60 121577.54
## 4454 33 2016-05-08 0.95 432737.31 213997.13 80588.36
## 4455 34 2016-05-01 0.76 667818.16 301117.14 142408.40
## 4456 35 2016-04-24 0.83 533830.62 230753.40 124208.12
## 4457 36 2016-04-17 1.06 347880.73 172247.41 69222.00
## 4458 37 2016-04-10 0.83 517277.53 229924.68 113252.28
## 4459 38 2016-04-03 1.05 349121.77 178043.10 55773.85
## 4460 39 2016-03-27 1.06 311571.85 152991.07 56406.32
## 4461 40 2016-03-20 1.09 291755.18 136450.80 56331.07
## 4462 41 2016-03-13 0.84 479956.10 216899.51 97078.36
## 4463 42 2016-03-06 1.08 291732.26 142948.40 51358.16
## 4464 43 2016-02-28 0.82 496972.61 233309.57 93393.19
## 4465 44 2016-02-21 1.05 296932.11 145443.75 50580.83
## 4466 45 2016-02-14 0.96 312270.64 168683.78 50342.11
## 4467 46 2016-02-07 0.58 696369.34 370221.57 119918.66
## 4468 47 2016-01-31 1.03 329626.92 163156.69 61348.18
## 4469 48 2016-01-24 0.93 399751.64 234746.69 54289.25
## 4470 49 2016-01-17 1.19 248039.16 155452.86 21801.29
## 4471 50 2016-01-10 0.96 413413.58 279393.48 31582.03
## 4472 51 2016-01-03 1.11 308711.73 201918.77 31729.56
## 4473 0 2016-12-25 1.43 329493.55 11217.72 202764.73
## 4474 1 2016-12-18 1.38 336267.19 11534.60 231497.95
## 4475 2 2016-12-11 1.37 356716.07 12147.43 231524.76
## 4476 3 2016-12-04 1.54 301329.50 12336.39 195612.10
## 4477 4 2016-11-27 1.57 279131.45 10693.47 180338.49
## 4478 5 2016-11-20 1.57 328557.17 13380.98 207065.15
## 4479 6 2016-11-13 1.72 293852.55 14610.73 177197.57
## 4480 7 2016-11-06 1.86 269770.44 14395.76 162910.57
## 4481 8 2016-10-30 1.83 254423.10 13468.37 150271.02
## 4482 9 2016-10-23 1.89 293380.24 13407.99 179712.92
## 4483 10 2016-10-16 1.74 335408.43 15915.88 192515.42
## 4484 11 2016-10-09 1.71 355667.75 16118.58 203203.51
## 4485 12 2016-10-02 1.61 366233.17 18332.24 195428.72
## 4486 13 2016-09-25 1.54 366205.45 42044.86 166762.64
## 4487 14 2016-09-18 1.41 403065.41 47548.60 167573.19
## 4488 15 2016-09-11 1.24 499659.75 73604.41 218301.79
## 4489 16 2016-09-04 1.30 488463.75 47716.60 240344.92
## 4490 17 2016-08-28 1.49 418742.80 21609.90 200120.82
## 4491 18 2016-08-21 1.45 408490.70 14771.84 215056.47
## 4492 19 2016-08-14 1.43 415099.81 21070.06 201588.04
## 4493 20 2016-08-07 1.45 411252.23 23405.99 189679.42
## 4494 21 2016-07-31 1.57 376353.23 15974.97 180678.21
## 4495 22 2016-07-24 1.56 389534.59 13780.15 184981.97
## 4496 23 2016-07-17 1.52 392041.56 14420.42 190535.10
## 4497 24 2016-07-10 1.47 420054.95 15583.43 211189.05
## 4498 25 2016-07-03 1.47 427325.17 14355.22 219161.41
## 4499 26 2016-06-26 1.24 478874.92 15053.53 279488.30
## 4500 27 2016-06-19 1.46 421529.12 14408.27 245061.91
## 4501 28 2016-06-12 1.44 426671.94 14257.58 236401.63
## 4502 29 2016-06-05 1.44 450346.65 15486.18 264044.50
## 4503 30 2016-05-29 1.18 484287.12 15832.42 300578.34
## 4504 31 2016-05-22 1.20 459980.05 15264.75 282262.41
## 4505 32 2016-05-15 1.22 474934.47 14393.49 313358.88
## 4506 33 2016-05-08 0.91 698601.84 20316.89 511600.73
## 4507 34 2016-05-01 1.21 478384.72 16264.60 304614.61
## 4508 35 2016-04-24 1.17 504960.76 18439.30 329515.87
## 4509 36 2016-04-17 1.17 366448.78 17062.27 199176.83
## 4510 37 2016-04-10 1.17 346080.71 18475.34 188452.18
## 4511 38 2016-04-03 1.28 370753.84 17215.14 231664.58
## 4512 39 2016-03-27 1.29 417870.83 17180.94 254821.30
## 4513 40 2016-03-20 1.05 543578.30 17109.23 287549.42
## 4514 41 2016-03-13 1.10 533501.85 27514.15 380794.66
## 4515 42 2016-03-06 1.33 417688.74 16299.39 278369.87
## 4516 43 2016-02-28 1.27 419881.80 14691.73 293977.44
## 4517 44 2016-02-21 1.26 409152.46 14147.11 268801.73
## 4518 45 2016-02-14 1.19 445228.64 15846.19 283607.57
## 4519 46 2016-02-07 0.96 675832.78 16403.87 385630.69
## 4520 47 2016-01-31 1.04 469689.07 18326.33 344188.07
## 4521 48 2016-01-24 1.34 448784.30 12982.99 287750.87
## 4522 49 2016-01-17 1.14 492565.69 15195.30 340075.76
## 4523 50 2016-01-10 1.23 413224.50 14091.36 271291.13
## 4524 51 2016-01-03 1.19 421093.02 13858.25 309377.59
## 4525 0 2016-12-25 0.64 1108953.48 595085.56 215902.65
## 4526 1 2016-12-18 0.56 1236204.18 733772.13 203894.48
## 4527 2 2016-12-11 0.67 1056806.44 508911.67 226307.94
## 4528 3 2016-12-04 0.63 1164027.22 731182.01 187418.51
## 4529 4 2016-11-27 0.72 907516.28 464034.44 212695.94
## 4530 5 2016-11-20 0.70 1226126.36 753470.68 183315.34
## 4531 6 2016-11-13 0.94 911367.38 437810.54 189026.34
## 4532 7 2016-11-06 1.00 734433.20 334096.22 154480.91
## 4533 8 2016-10-30 1.11 644652.47 261889.52 135479.22
## 4534 9 2016-10-23 1.02 699711.07 250712.73 188686.25
## 4535 10 2016-10-16 1.03 831120.57 273642.18 223809.90
## 4536 11 2016-10-09 0.99 885661.32 382978.65 208869.08
## 4537 12 2016-10-02 1.03 815711.64 345171.12 206765.02
## 4538 13 2016-09-25 1.04 811939.65 354470.18 208122.38
## 4539 14 2016-09-18 1.00 826738.90 377761.66 206297.66
## 4540 15 2016-09-11 0.88 961997.61 504499.40 216559.98
## 4541 16 2016-09-04 0.64 1455770.91 947924.80 261415.15
## 4542 17 2016-08-28 0.79 1024799.73 590085.71 207913.34
## 4543 18 2016-08-21 0.58 1459911.33 991649.01 202899.77
## 4544 19 2016-08-14 0.69 1325974.87 795943.96 228315.48
## 4545 20 2016-08-07 0.64 1522368.93 1031124.37 214144.29
## 4546 21 2016-07-31 1.00 851296.10 392455.55 202783.60
## 4547 22 2016-07-24 0.94 922526.29 423672.75 201696.43
## 4548 23 2016-07-17 0.92 864516.85 410870.87 188086.51
## 4549 24 2016-07-10 0.89 995347.50 485473.19 213070.45
## 4550 25 2016-07-03 0.77 1069905.64 539428.95 249521.81
## 4551 26 2016-06-26 0.60 1360168.72 848508.88 230322.97
## 4552 27 2016-06-19 0.62 1348891.94 852657.34 231636.98
## 4553 28 2016-06-12 0.81 991221.27 471620.29 222420.61
## 4554 29 2016-06-05 0.67 1197277.61 644911.82 271580.08
## 4555 30 2016-05-29 0.58 1342825.39 823222.51 251166.51
## 4556 31 2016-05-22 0.68 1063411.38 616427.64 233772.43
## 4557 32 2016-05-15 0.55 1318932.22 877701.71 266908.38
## 4558 33 2016-05-08 0.57 1489269.33 941813.03 325967.66
## 4559 34 2016-05-01 0.62 1178000.01 657384.04 324709.73
## 4560 35 2016-04-24 0.54 1352494.83 884293.16 264603.74
## 4561 36 2016-04-17 0.61 1166007.02 662946.89 286552.30
## 4562 37 2016-04-10 0.56 1387970.00 924031.60 246403.27
## 4563 38 2016-04-03 0.61 1091234.04 690115.62 244434.10
## 4564 39 2016-03-27 0.54 1423939.62 952967.11 252486.02
## 4565 40 2016-03-20 0.56 1339528.26 877807.23 283972.53
## 4566 41 2016-03-13 0.64 1103110.33 670917.46 256531.59
## 4567 42 2016-03-06 0.51 1442973.47 1037699.01 259846.68
## 4568 43 2016-02-28 0.57 1290021.19 816554.74 311746.69
## 4569 44 2016-02-21 0.67 1098967.88 560568.72 347498.78
## 4570 45 2016-02-14 0.61 1209857.67 788381.39 243842.36
## 4571 46 2016-02-07 0.55 1609195.36 1093424.86 286748.57
## 4572 47 2016-01-31 0.64 1113755.21 663697.20 293461.52
## 4573 48 2016-01-24 0.61 1016720.53 537695.71 293418.02
## 4574 49 2016-01-17 0.71 1069974.38 632962.22 272231.24
## 4575 50 2016-01-10 0.59 1276128.92 868817.82 252752.29
## 4576 51 2016-01-03 0.62 1092066.65 692403.58 250115.85
## 4577 0 2016-12-25 1.26 80688.76 21519.08 23868.08
## 4578 1 2016-12-18 1.02 123555.70 47067.52 38353.81
## 4579 2 2016-12-11 1.21 84144.99 22587.44 22461.37
## 4580 3 2016-12-04 1.27 80731.39 22112.25 22668.13
## 4581 4 2016-11-27 1.27 67448.86 17971.93 18776.67
## 4582 5 2016-11-20 1.27 85227.73 21811.65 24291.50
## 4583 6 2016-11-13 1.26 86306.22 22929.76 26629.20
## 4584 7 2016-11-06 1.25 92657.44 24892.26 27433.78
## 4585 8 2016-10-30 1.25 86820.55 25336.21 21347.76
## 4586 9 2016-10-23 1.30 90368.85 25223.29 26247.81
## 4587 10 2016-10-16 1.27 87503.46 23294.40 24183.85
## 4588 11 2016-10-09 1.29 89506.29 24596.38 27239.36
## 4589 12 2016-10-02 1.30 92483.87 27733.81 31201.92
## 4590 13 2016-09-25 1.01 165178.31 62848.81 67362.99
## 4591 14 2016-09-18 1.27 91298.63 28022.65 40377.82
## 4592 15 2016-09-11 1.33 80206.95 22513.05 30643.05
## 4593 16 2016-09-04 1.23 93887.78 18723.14 37833.25
## 4594 17 2016-08-28 1.40 89247.85 10388.44 43896.41
## 4595 18 2016-08-21 1.42 89949.42 1802.19 51710.69
## 4596 19 2016-08-14 1.42 93415.78 1543.89 52111.73
## 4597 20 2016-08-07 1.37 97959.55 1678.67 53440.42
## 4598 21 2016-07-31 1.42 94553.40 1433.04 52790.96
## 4599 22 2016-07-24 1.35 104420.57 1548.98 55308.86
## 4600 23 2016-07-17 1.25 113655.96 1416.40 54927.04
## 4601 24 2016-07-10 1.29 111914.65 1536.94 57549.45
## 4602 25 2016-07-03 1.36 128114.61 1481.60 68197.33
## 4603 26 2016-06-26 1.39 110772.26 1415.16 59568.48
## 4604 27 2016-06-19 1.42 104127.89 2063.55 59252.92
## 4605 28 2016-06-12 1.41 102412.83 3377.40 56238.30
## 4606 29 2016-06-05 1.38 111137.97 2020.28 61595.07
## 4607 30 2016-05-29 1.40 117486.96 1336.42 68421.33
## 4608 31 2016-05-22 1.17 113857.64 1083.05 68958.85
## 4609 32 2016-05-15 0.87 165733.74 1504.36 113018.31
## 4610 33 2016-05-08 0.89 144813.19 1847.76 97359.37
## 4611 34 2016-05-01 0.92 169483.29 1981.15 114448.24
## 4612 35 2016-04-24 1.02 109421.34 1300.85 52354.40
## 4613 36 2016-04-17 1.17 107271.68 1300.27 64912.62
## 4614 37 2016-04-10 1.18 102684.74 1736.95 57325.73
## 4615 38 2016-04-03 1.26 87991.76 1591.51 57684.40
## 4616 39 2016-03-27 1.15 93607.68 1246.72 53507.55
## 4617 40 2016-03-20 1.17 87881.33 1457.19 50816.15
## 4618 41 2016-03-13 1.17 91112.78 1630.95 52730.06
## 4619 42 2016-03-06 1.18 99548.51 1555.29 58262.08
## 4620 43 2016-02-28 1.21 96483.82 1210.44 58767.67
## 4621 44 2016-02-21 1.23 84755.36 1353.29 57902.70
## 4622 45 2016-02-14 1.14 87228.10 2425.21 52891.65
## 4623 46 2016-02-07 1.18 105805.21 3398.51 72083.75
## 4624 47 2016-01-31 1.22 88551.72 2259.16 61619.09
## 4625 48 2016-01-24 1.20 96487.80 106.84 63654.05
## 4626 49 2016-01-17 1.22 94971.15 1565.32 56551.43
## 4627 50 2016-01-10 1.23 110155.55 1767.42 67788.68
## 4628 51 2016-01-03 1.27 90521.74 1511.68 61042.30
## 4629 0 2016-12-25 1.09 1449394.65 581226.62 446633.64
## 4630 1 2016-12-18 1.06 1426470.94 581861.96 428227.02
## 4631 2 2016-12-11 1.08 1468901.87 724148.87 330240.87
## 4632 3 2016-12-04 1.09 1676509.02 946350.29 349760.60
## 4633 4 2016-11-27 1.35 1131932.27 520565.84 272840.98
## 4634 5 2016-11-20 1.49 1126964.32 518903.13 306191.07
## 4635 6 2016-11-13 1.57 1187396.84 514295.92 357173.85
## 4636 7 2016-11-06 1.55 1281023.69 576884.27 366464.25
## 4637 8 2016-10-30 1.54 1058938.09 469957.60 297119.25
## 4638 9 2016-10-23 1.53 1179301.18 520220.72 350912.77
## 4639 10 2016-10-16 1.49 1252399.56 567497.88 367702.35
## 4640 11 2016-10-09 1.41 1360541.39 589475.12 416484.14
## 4641 12 2016-10-02 1.37 1352081.51 598896.04 378848.86
## 4642 13 2016-09-25 1.35 1419113.40 673110.96 360990.42
## 4643 14 2016-09-18 1.24 1641724.15 826479.75 439168.23
## 4644 15 2016-09-11 1.18 1697761.29 780495.39 488705.89
## 4645 16 2016-09-04 1.10 1933628.13 931227.39 541981.42
## 4646 17 2016-08-28 1.22 1693969.47 823545.19 462409.58
## 4647 18 2016-08-21 1.21 1693418.62 748383.14 445643.20
## 4648 19 2016-08-14 1.12 1873446.99 882147.93 435932.30
## 4649 20 2016-08-07 1.17 1979362.94 859776.14 534861.87
## 4650 21 2016-07-31 1.25 1716384.76 658829.43 526275.28
## 4651 22 2016-07-24 1.22 1807152.43 650651.58 565159.06
## 4652 23 2016-07-17 1.15 1865426.77 615734.77 583708.66
## 4653 24 2016-07-10 1.09 2028847.18 691422.45 634634.29
## 4654 25 2016-07-03 1.05 2259572.01 684349.38 761167.83
## 4655 26 2016-06-26 1.03 2101835.60 1040820.26 490842.47
## 4656 27 2016-06-19 0.87 2559002.86 1093072.84 925765.95
## 4657 28 2016-06-12 1.04 2104834.28 892690.24 628986.82
## 4658 29 2016-06-05 0.93 2330438.23 1242318.20 518978.73
## 4659 30 2016-05-29 0.90 2265037.77 1223080.58 495021.66
## 4660 31 2016-05-22 0.94 2248726.67 1062580.20 619172.75
## 4661 32 2016-05-15 0.95 2100440.16 873323.33 621229.14
## 4662 33 2016-05-08 0.86 2664926.82 1198630.18 861839.11
## 4663 34 2016-05-01 0.97 2093998.59 925373.29 636658.22
## 4664 35 2016-04-24 0.95 2088524.46 887508.56 650864.38
## 4665 36 2016-04-17 0.95 2114990.64 852518.35 756238.99
## 4666 37 2016-04-10 1.00 1872378.56 886184.00 507777.03
## 4667 38 2016-04-03 1.04 1769050.34 898127.03 451253.04
## 4668 39 2016-03-27 1.07 1740836.89 773936.48 518333.94
## 4669 40 2016-03-20 0.95 1938247.08 793583.90 691374.76
## 4670 41 2016-03-13 0.91 2095165.01 1102893.11 548239.52
## 4671 42 2016-03-06 1.06 1734414.90 798294.79 481425.08
## 4672 43 2016-02-28 1.07 1647189.23 716192.38 496105.73
## 4673 44 2016-02-21 1.03 1672884.28 784111.14 499720.63
## 4674 45 2016-02-14 0.97 1790822.72 869882.86 525736.46
## 4675 46 2016-02-07 0.83 2838853.24 1206795.22 1165322.88
## 4676 47 2016-01-31 1.05 1851372.18 870097.66 571495.47
## 4677 48 2016-01-24 1.16 1261352.88 360743.21 518203.05
## 4678 49 2016-01-17 1.12 1495176.98 634914.42 499796.45
## 4679 50 2016-01-10 1.08 1670524.63 750885.43 510181.50
## 4680 51 2016-01-03 0.94 2171818.57 999388.89 840637.85
## 4681 0 2016-12-25 0.94 525930.72 104032.21 135602.68
## 4682 1 2016-12-18 0.93 522499.15 103822.87 135172.07
## 4683 2 2016-12-11 0.70 923022.14 97136.34 256730.42
## 4684 3 2016-12-04 1.00 594246.50 109778.14 143749.16
## 4685 4 2016-11-27 1.22 404389.56 72973.18 104741.59
## 4686 5 2016-11-20 1.23 455618.12 80040.96 114101.18
## 4687 6 2016-11-13 1.22 487762.79 90571.72 119196.88
## 4688 7 2016-11-06 1.35 467433.56 83618.40 116112.59
## 4689 8 2016-10-30 1.40 407047.88 70232.80 109965.98
## 4690 9 2016-10-23 1.12 568596.03 77057.58 127808.18
## 4691 10 2016-10-16 1.16 563725.30 106966.73 107928.08
## 4692 11 2016-10-09 1.08 598035.57 107796.99 124430.54
## 4693 12 2016-10-02 0.83 954737.07 93260.65 187759.49
## 4694 13 2016-09-25 0.87 694289.80 122350.41 123793.69
## 4695 14 2016-09-18 0.94 603235.38 125312.43 146731.40
## 4696 15 2016-09-11 0.88 671817.53 155407.07 156920.67
## 4697 16 2016-09-04 1.01 613058.51 131619.33 166648.41
## 4698 17 2016-08-28 0.99 621458.42 119829.63 173787.92
## 4699 18 2016-08-21 0.92 668003.85 135899.22 156327.74
## 4700 19 2016-08-14 0.98 623628.80 134421.78 139971.18
## 4701 20 2016-08-07 0.96 659207.94 140180.44 166749.64
## 4702 21 2016-07-31 1.02 608614.15 135646.65 130929.72
## 4703 22 2016-07-24 0.97 602085.03 135877.37 142590.49
## 4704 23 2016-07-17 0.93 612572.73 138377.47 140619.34
## 4705 24 2016-07-10 0.98 669673.68 158448.06 152086.54
## 4706 25 2016-07-03 0.98 728681.01 162120.67 189257.93
## 4707 26 2016-06-26 0.92 662145.29 139894.23 158417.00
## 4708 27 2016-06-19 0.86 682680.66 154975.49 168948.72
## 4709 28 2016-06-12 0.85 626226.63 159711.34 167508.33
## 4710 29 2016-06-05 0.78 942774.69 153775.40 234869.93
## 4711 30 2016-05-29 0.77 832869.55 145240.16 204586.42
## 4712 31 2016-05-22 0.78 689730.64 140269.29 157857.75
## 4713 32 2016-05-15 0.75 884782.05 139703.26 220231.82
## 4714 33 2016-05-08 0.75 969780.21 155346.32 244456.00
## 4715 34 2016-05-01 0.76 852118.86 148329.79 219777.04
## 4716 35 2016-04-24 0.79 714374.65 147879.20 194071.12
## 4717 36 2016-04-17 0.69 917689.13 80084.69 285327.86
## 4718 37 2016-04-10 0.88 681434.09 115155.67 233413.33
## 4719 38 2016-04-03 0.79 806264.89 89147.26 249613.50
## 4720 39 2016-03-27 0.71 806586.49 82569.97 247868.59
## 4721 40 2016-03-20 0.94 556500.49 89989.82 177624.19
## 4722 41 2016-03-13 0.79 750735.40 89366.15 223410.75
## 4723 42 2016-03-06 0.83 769499.11 93795.79 207462.92
## 4724 43 2016-02-28 0.83 725928.01 83579.80 209750.15
## 4725 44 2016-02-21 0.71 823186.03 65380.96 277280.25
## 4726 45 2016-02-14 0.87 567176.93 98599.11 169228.62
## 4727 46 2016-02-07 0.72 948838.16 90313.08 340413.42
## 4728 47 2016-01-31 0.88 674373.81 83566.59 223504.78
## 4729 48 2016-01-24 0.90 596989.37 60000.87 208201.05
## 4730 49 2016-01-17 0.87 731385.02 91788.60 249094.94
## 4731 50 2016-01-10 0.88 731602.32 100449.51 241994.09
## 4732 51 2016-01-03 0.75 830063.20 101180.60 291667.86
## 4733 0 2016-12-25 1.24 208041.00 57636.61 63983.54
## 4734 1 2016-12-18 1.26 197054.39 60411.01 60081.51
## 4735 2 2016-12-11 1.24 215138.05 77872.10 51720.67
## 4736 3 2016-12-04 1.31 216077.75 80765.25 51555.26
## 4737 4 2016-11-27 1.49 175761.18 64281.66 41537.34
## 4738 5 2016-11-20 1.56 183327.73 66026.81 40837.67
## 4739 6 2016-11-13 1.47 211408.68 87802.48 39962.93
## 4740 7 2016-11-06 1.53 215345.69 79225.25 42184.25
## 4741 8 2016-10-30 1.42 211956.24 84333.26 42819.12
## 4742 9 2016-10-23 1.40 239744.28 88588.35 53189.14
## 4743 10 2016-10-16 1.37 247656.68 91951.02 64317.25
## 4744 11 2016-10-09 1.39 254093.87 85813.34 67026.70
## 4745 12 2016-10-02 1.36 261886.32 81422.14 79271.53
## 4746 13 2016-09-25 1.35 255043.21 88405.04 70494.60
## 4747 14 2016-09-18 1.27 278129.66 92754.42 82984.73
## 4748 15 2016-09-11 1.31 248257.02 55464.08 81087.70
## 4749 16 2016-09-04 1.27 287328.36 90299.49 90747.57
## 4750 17 2016-08-28 1.29 281758.14 88767.63 100303.08
## 4751 18 2016-08-21 1.29 279090.94 67590.68 102580.71
## 4752 19 2016-08-14 1.27 295307.02 69869.89 113633.79
## 4753 20 2016-08-07 1.31 280543.19 64077.54 115112.98
## 4754 21 2016-07-31 1.33 273951.50 59207.74 116645.19
## 4755 22 2016-07-24 1.31 279159.58 52638.44 114295.77
## 4756 23 2016-07-17 1.28 279442.60 47084.06 109983.48
## 4757 24 2016-07-10 1.20 303559.52 43145.57 124463.71
## 4758 25 2016-07-03 1.14 307215.96 64011.81 107878.42
## 4759 26 2016-06-26 1.12 297550.90 63248.04 110539.24
## 4760 27 2016-06-19 1.12 313757.20 69174.55 116061.69
## 4761 28 2016-06-12 1.09 298517.24 61649.07 111257.49
## 4762 29 2016-06-05 1.11 308049.48 69779.42 115207.29
## 4763 30 2016-05-29 1.18 295356.64 56828.31 118782.19
## 4764 31 2016-05-22 1.16 288374.18 58844.01 123522.39
## 4765 32 2016-05-15 1.10 293520.49 57225.93 131575.08
## 4766 33 2016-05-08 1.07 318524.19 56914.24 154919.75
## 4767 34 2016-05-01 1.06 326468.57 77783.94 143133.66
## 4768 35 2016-04-24 1.07 311438.51 69533.11 135696.85
## 4769 36 2016-04-17 1.11 284896.14 47754.46 137649.89
## 4770 37 2016-04-10 1.09 274246.43 62706.78 112390.31
## 4771 38 2016-04-03 1.13 262808.03 60612.10 113708.37
## 4772 39 2016-03-27 1.14 260487.14 44251.14 129664.47
## 4773 40 2016-03-20 1.13 288866.22 57433.83 140113.93
## 4774 41 2016-03-13 1.08 303779.53 65417.48 142777.21
## 4775 42 2016-03-06 1.08 298087.71 66431.92 140242.50
## 4776 43 2016-02-28 1.08 281060.42 59637.15 136706.15
## 4777 44 2016-02-21 1.05 263148.45 55054.39 118359.43
## 4778 45 2016-02-14 0.99 283960.43 71137.02 118416.48
## 4779 46 2016-02-07 0.86 403849.99 82796.77 207314.39
## 4780 47 2016-01-31 0.96 290633.33 61313.27 145758.08
## 4781 48 2016-01-24 0.96 242512.95 20211.55 135264.31
## 4782 49 2016-01-17 1.00 272248.84 47604.07 140274.99
## 4783 50 2016-01-10 0.99 257990.11 42069.78 120386.44
## 4784 51 2016-01-03 0.92 280335.82 65934.23 127743.83
## 4785 0 2016-12-25 1.20 176103.25 57197.50 58578.91
## 4786 1 2016-12-18 1.15 174209.10 64259.62 54299.21
## 4787 2 2016-12-11 1.10 186495.71 67313.99 51724.90
## 4788 3 2016-12-04 1.18 183871.72 82393.63 49249.33
## 4789 4 2016-11-27 1.21 154199.13 47392.15 48587.49
## 4790 5 2016-11-20 1.29 177112.27 61550.58 49335.17
## 4791 6 2016-11-13 1.33 177641.28 81429.32 47266.81
## 4792 7 2016-11-06 1.39 169723.23 73480.37 43301.88
## 4793 8 2016-10-30 1.28 174400.73 80899.60 43431.58
## 4794 9 2016-10-23 1.34 178512.86 70435.52 54871.16
## 4795 10 2016-10-16 1.28 203089.29 75896.57 67555.19
## 4796 11 2016-10-09 1.25 213460.34 90443.54 66361.81
## 4797 12 2016-10-02 1.19 229339.10 95732.95 68003.98
## 4798 13 2016-09-25 1.27 210791.27 88120.08 66843.58
## 4799 14 2016-09-18 1.18 238848.85 99451.59 78464.91
## 4800 15 2016-09-11 1.13 240632.37 96272.81 71790.50
## 4801 16 2016-09-04 1.11 263823.88 100753.98 86557.82
## 4802 17 2016-08-28 1.06 250434.52 87612.12 85621.03
## 4803 18 2016-08-21 1.11 236349.68 86900.27 84501.94
## 4804 19 2016-08-14 1.12 247600.94 89131.88 80717.40
## 4805 20 2016-08-07 1.10 266174.10 98312.66 93057.33
## 4806 21 2016-07-31 1.17 245374.63 85721.72 86666.66
## 4807 22 2016-07-24 1.07 272728.01 96397.86 91585.66
## 4808 23 2016-07-17 1.06 264253.28 82855.27 92471.42
## 4809 24 2016-07-10 1.02 296610.12 87547.80 117236.14
## 4810 25 2016-07-03 0.99 305399.40 89753.36 116413.77
## 4811 26 2016-06-26 1.00 259281.86 74356.16 104881.00
## 4812 27 2016-06-19 0.99 278178.65 67619.73 122627.22
## 4813 28 2016-06-12 0.96 280191.20 83555.77 108482.44
## 4814 29 2016-06-05 0.98 268775.52 67444.03 117809.78
## 4815 30 2016-05-29 1.00 274103.16 81287.84 106696.81
## 4816 31 2016-05-22 0.96 271979.26 79353.25 105907.42
## 4817 32 2016-05-15 1.00 250352.36 63701.44 121474.74
## 4818 33 2016-05-08 0.90 334121.64 89111.96 158033.71
## 4819 34 2016-05-01 0.95 283660.10 67526.83 132271.16
## 4820 35 2016-04-24 0.98 273208.48 73890.53 118253.05
## 4821 36 2016-04-17 0.99 251803.25 58573.91 119481.28
## 4822 37 2016-04-10 1.01 220100.13 60884.25 82433.14
## 4823 38 2016-04-03 1.03 189989.18 58169.25 74249.46
## 4824 39 2016-03-27 1.02 233604.10 61031.43 109864.33
## 4825 40 2016-03-20 0.99 264247.19 65822.05 127367.89
## 4826 41 2016-03-13 1.02 246110.88 53660.80 125742.51
## 4827 42 2016-03-06 0.99 255419.61 69078.97 117735.27
## 4828 43 2016-02-28 1.04 230260.29 68025.31 107712.33
## 4829 44 2016-02-21 0.98 214625.59 57431.41 101387.49
## 4830 45 2016-02-14 0.92 254611.93 69755.44 118256.29
## 4831 46 2016-02-07 0.78 394461.41 145746.61 168148.89
## 4832 47 2016-01-31 0.98 222414.16 52910.51 115933.08
## 4833 48 2016-01-24 0.97 272314.29 81685.72 131405.09
## 4834 49 2016-01-17 0.97 272594.61 102087.13 115257.04
## 4835 50 2016-01-10 0.97 243704.71 81955.23 97007.78
## 4836 51 2016-01-03 0.96 235618.91 79192.25 102411.75
## 4837 0 2016-12-25 1.16 103804.48 27393.26 28263.18
## 4838 1 2016-12-18 1.15 93106.80 29593.90 26460.78
## 4839 2 2016-12-11 1.04 113394.91 36799.58 27761.04
## 4840 3 2016-12-04 1.17 105733.40 43234.65 26047.67
## 4841 4 2016-11-27 1.31 82819.13 23710.29 23786.95
## 4842 5 2016-11-20 1.33 99233.86 31583.94 25266.97
## 4843 6 2016-11-13 1.41 98075.02 36639.68 25755.75
## 4844 7 2016-11-06 1.39 104169.98 39065.25 23895.38
## 4845 8 2016-10-30 1.26 105608.34 43905.80 21234.24
## 4846 9 2016-10-23 1.26 107231.19 40459.99 29276.45
## 4847 10 2016-10-16 1.22 121791.92 42680.86 32596.50
## 4848 11 2016-10-09 1.23 118935.46 46103.44 34296.85
## 4849 12 2016-10-02 1.13 133182.18 48667.09 35464.62
## 4850 13 2016-09-25 1.07 142130.59 50868.03 39269.60
## 4851 14 2016-09-18 1.06 144272.73 57840.60 38597.58
## 4852 15 2016-09-11 1.02 156833.09 59141.58 38349.72
## 4853 16 2016-09-04 1.01 162357.83 51973.15 42949.04
## 4854 17 2016-08-28 1.03 155029.38 48406.18 43349.65
## 4855 18 2016-08-21 1.04 147961.26 45315.56 46239.65
## 4856 19 2016-08-14 1.04 145313.85 42321.57 41576.70
## 4857 20 2016-08-07 1.04 142168.01 43871.58 45988.71
## 4858 21 2016-07-31 1.07 143067.18 44288.47 43886.04
## 4859 22 2016-07-24 1.04 150126.91 45204.04 41843.90
## 4860 23 2016-07-17 1.04 144948.27 42725.53 45126.99
## 4861 24 2016-07-10 1.01 158961.77 46152.70 54601.35
## 4862 25 2016-07-03 0.99 164583.69 42474.31 55215.66
## 4863 26 2016-06-26 1.02 141407.11 37010.79 52754.51
## 4864 27 2016-06-19 1.00 158224.62 38806.24 58287.79
## 4865 28 2016-06-12 0.99 152148.72 41650.39 52625.39
## 4866 29 2016-06-05 0.96 151372.89 39705.87 56076.83
## 4867 30 2016-05-29 0.93 162618.02 51556.28 52308.50
## 4868 31 2016-05-22 0.90 171189.02 55226.51 50049.44
## 4869 32 2016-05-15 0.94 141716.20 41009.19 55894.53
## 4870 33 2016-05-08 0.87 184595.60 46723.27 76766.69
## 4871 34 2016-05-01 0.87 178487.59 42590.28 71617.99
## 4872 35 2016-04-24 0.91 164410.77 42884.03 57628.85
## 4873 36 2016-04-17 0.93 150910.00 38226.66 59221.75
## 4874 37 2016-04-10 0.93 133381.56 41262.76 31989.81
## 4875 38 2016-04-03 0.97 113028.45 37271.13 32720.20
## 4876 39 2016-03-27 0.96 139668.90 45215.02 50007.46
## 4877 40 2016-03-20 0.96 156283.99 52022.38 55818.44
## 4878 41 2016-03-13 0.99 139661.75 37199.87 57106.77
## 4879 42 2016-03-06 0.98 142026.90 49400.90 51284.91
## 4880 43 2016-02-28 0.99 135623.05 52420.43 48195.34
## 4881 44 2016-02-21 0.98 115875.65 32921.58 45911.67
## 4882 45 2016-02-14 0.90 159758.46 47759.39 55674.85
## 4883 46 2016-02-07 0.91 198011.31 60920.14 79535.27
## 4884 47 2016-01-31 0.99 121477.84 32756.64 52095.37
## 4885 48 2016-01-24 0.99 143015.44 47641.16 55634.09
## 4886 49 2016-01-17 0.98 157618.05 64687.72 51993.70
## 4887 50 2016-01-10 0.97 143703.88 55844.25 42998.53
## 4888 51 2016-01-03 0.91 156699.18 59481.98 58348.71
## 4889 0 2016-12-25 1.07 428247.63 119611.90 263467.16
## 4890 1 2016-12-18 1.04 384448.27 125324.05 218206.45
## 4891 2 2016-12-11 1.03 434567.21 106959.89 275886.64
## 4892 3 2016-12-04 1.29 315955.99 110569.37 156812.81
## 4893 4 2016-11-27 1.43 279333.62 89558.88 150298.86
## 4894 5 2016-11-20 1.53 289773.71 94610.30 151992.19
## 4895 6 2016-11-13 1.62 277735.11 93242.35 144958.18
## 4896 7 2016-11-06 1.78 266345.33 93518.61 137695.34
## 4897 8 2016-10-30 1.79 238699.30 97713.53 118831.23
## 4898 9 2016-10-23 1.59 253163.64 82312.90 127356.96
## 4899 10 2016-10-16 1.61 330213.06 102990.47 180666.02
## 4900 11 2016-10-09 1.49 370422.62 133617.58 190297.13
## 4901 12 2016-10-02 1.35 381992.70 136133.45 191756.47
## 4902 13 2016-09-25 1.34 420076.53 135264.64 230423.89
## 4903 14 2016-09-18 1.39 407813.86 124962.88 234689.88
## 4904 15 2016-09-11 1.34 432472.11 140888.49 229037.12
## 4905 16 2016-09-04 1.32 472090.23 153239.51 247684.74
## 4906 17 2016-08-28 1.33 421583.74 150624.23 225695.86
## 4907 18 2016-08-21 1.27 456755.06 181120.39 217955.81
## 4908 19 2016-08-14 1.19 512843.34 154532.23 299818.16
## 4909 20 2016-08-07 1.37 453622.90 149607.29 239914.38
## 4910 21 2016-07-31 1.40 466095.04 140605.40 255278.90
## 4911 22 2016-07-24 1.42 450895.76 123359.06 253984.19
## 4912 23 2016-07-17 1.31 471698.22 150251.55 237468.05
## 4913 24 2016-07-10 1.26 489099.02 164624.96 231260.34
## 4914 25 2016-07-03 1.24 565017.74 163405.30 303029.74
## 4915 26 2016-06-26 1.25 464446.20 147821.55 228939.76
## 4916 27 2016-06-19 1.20 508036.18 157354.92 276855.96
## 4917 28 2016-06-12 1.15 501159.10 158599.19 263137.09
## 4918 29 2016-06-05 1.17 521408.99 169293.85 269555.77
## 4919 30 2016-05-29 1.18 489338.25 166777.30 252374.66
## 4920 31 2016-05-22 1.10 488201.43 156352.97 253576.99
## 4921 32 2016-05-15 1.17 438309.86 137852.11 224842.97
## 4922 33 2016-05-08 1.00 569710.14 171748.12 307614.01
## 4923 34 2016-05-01 1.06 481861.11 158376.45 251468.09
## 4924 35 2016-04-24 1.01 529817.53 173546.78 281110.03
## 4925 36 2016-04-17 1.15 448082.46 158323.88 210773.79
## 4926 37 2016-04-10 1.15 459342.82 152169.98 227080.50
## 4927 38 2016-04-03 1.05 488547.76 128563.45 284764.63
## 4928 39 2016-03-27 1.18 458899.34 129399.89 248862.02
## 4929 40 2016-03-20 1.18 404736.39 128297.40 203155.49
## 4930 41 2016-03-13 1.14 441333.91 139305.36 227493.90
## 4931 42 2016-03-06 1.13 443386.65 136469.26 216299.79
## 4932 43 2016-02-28 1.13 439280.11 133683.82 213422.76
## 4933 44 2016-02-21 1.09 419479.70 124241.28 219980.44
## 4934 45 2016-02-14 1.04 447945.80 143312.43 207645.46
## 4935 46 2016-02-07 0.91 796524.48 259382.37 419044.57
## 4936 47 2016-01-31 1.13 434121.25 145374.67 209170.61
## 4937 48 2016-01-24 1.11 409324.93 55327.20 278223.80
## 4938 49 2016-01-17 1.11 437356.64 105468.97 256283.84
## 4939 50 2016-01-10 1.08 434238.52 122362.72 229930.15
## 4940 51 2016-01-03 0.96 512117.98 141161.62 301172.94
## 4941 0 2016-12-25 0.89 473730.19 118030.19 191754.65
## 4942 1 2016-12-18 0.90 437170.79 106000.40 161104.63
## 4943 2 2016-12-11 0.81 505122.60 139066.79 205742.62
## 4944 3 2016-12-04 0.85 499144.04 214063.09 133318.88
## 4945 4 2016-11-27 1.08 392291.47 160595.93 108871.80
## 4946 5 2016-11-20 1.25 369682.40 135337.58 120005.93
## 4947 6 2016-11-13 1.37 353828.79 120524.26 126173.10
## 4948 7 2016-11-06 1.68 292299.52 89364.77 128356.68
## 4949 8 2016-10-30 1.65 270941.97 88975.06 119080.04
## 4950 9 2016-10-23 1.32 366026.91 127391.58 119290.35
## 4951 10 2016-10-16 1.27 443367.98 133020.51 139616.39
## 4952 11 2016-10-09 1.25 473046.60 143507.80 142805.42
## 4953 12 2016-10-02 1.09 534801.53 209855.65 131355.15
## 4954 13 2016-09-25 1.05 566089.72 217679.82 136015.14
## 4955 14 2016-09-18 1.18 457197.25 147766.51 139189.02
## 4956 15 2016-09-11 1.08 498555.72 164685.23 144231.63
## 4957 16 2016-09-04 1.06 550756.68 186260.68 164050.31
## 4958 17 2016-08-28 0.90 620041.46 244514.34 145515.54
## 4959 18 2016-08-21 0.94 578630.39 227977.89 127819.40
## 4960 19 2016-08-14 1.19 499056.18 151194.91 164960.87
## 4961 20 2016-08-07 1.14 534955.59 164926.18 168655.71
## 4962 21 2016-07-31 1.16 522678.71 156893.23 167605.98
## 4963 22 2016-07-24 1.18 526657.41 168729.48 168789.85
## 4964 23 2016-07-17 1.12 519567.72 169871.43 161029.99
## 4965 24 2016-07-10 0.98 604082.24 186258.97 204704.57
## 4966 25 2016-07-03 1.04 613005.97 182471.65 186674.10
## 4967 26 2016-06-26 0.89 595917.64 196595.53 163147.87
## 4968 27 2016-06-19 0.98 573831.30 182110.33 160231.90
## 4969 28 2016-06-12 0.88 596634.56 216162.48 144195.74
## 4970 29 2016-06-05 0.83 661159.79 242212.63 171998.98
## 4971 30 2016-05-29 0.92 576543.05 183028.56 168419.71
## 4972 31 2016-05-22 0.78 569349.05 157623.84 205497.08
## 4973 32 2016-05-15 0.86 553706.74 196229.51 169362.37
## 4974 33 2016-05-08 0.78 649503.23 210276.04 194613.60
## 4975 34 2016-05-01 0.68 679213.01 221162.07 221265.53
## 4976 35 2016-04-24 0.73 623486.79 209423.33 193980.26
## 4977 36 2016-04-17 0.80 621350.28 219230.99 155882.34
## 4978 37 2016-04-10 0.84 589694.67 190244.17 158653.72
## 4979 38 2016-04-03 0.90 527115.47 165482.10 148671.87
## 4980 39 2016-03-27 0.80 615580.70 183067.39 162858.06
## 4981 40 2016-03-20 0.76 649914.07 159593.34 189449.00
## 4982 41 2016-03-13 0.84 567953.21 151219.73 139500.87
## 4983 42 2016-03-06 0.81 627397.71 160581.05 156090.46
## 4984 43 2016-02-28 0.80 585693.61 143189.43 144667.93
## 4985 44 2016-02-21 0.86 592197.58 165757.19 159025.48
## 4986 45 2016-02-14 0.79 595414.77 173874.57 140454.28
## 4987 46 2016-02-07 0.61 917660.79 212980.89 302238.82
## 4988 47 2016-01-31 0.72 643326.66 174249.75 192217.79
## 4989 48 2016-01-24 0.85 564637.66 104831.87 157896.39
## 4990 49 2016-01-17 0.79 561712.98 164565.34 190461.21
## 4991 50 2016-01-10 0.81 578610.94 155537.61 153030.46
## 4992 51 2016-01-03 0.65 719749.77 204145.28 256691.54
## 4993 0 2016-12-25 1.18 690027.33 164595.96 462872.97
## 4994 1 2016-12-18 1.22 643518.28 173909.85 401462.31
## 4995 2 2016-12-11 1.29 655428.34 134467.78 447891.73
## 4996 3 2016-12-04 1.52 542857.36 159831.40 310592.77
## 4997 4 2016-11-27 1.75 488378.10 118187.03 297882.68
## 4998 5 2016-11-20 1.89 510752.32 120582.11 308963.91
## 4999 6 2016-11-13 1.94 506543.80 118820.99 308678.33
## 5000 7 2016-11-06 2.07 492504.81 109080.72 304926.27
## 5001 8 2016-10-30 2.20 477937.80 130025.36 285048.20
## 5002 9 2016-10-23 1.87 411873.66 133676.77 178795.94
## 5003 10 2016-10-16 1.99 590535.06 141221.01 362859.22
## 5004 11 2016-10-09 1.82 673082.26 163264.54 409307.88
## 5005 12 2016-10-02 1.52 731993.57 196085.62 421421.20
## 5006 13 2016-09-25 1.43 860546.65 210602.19 549378.28
## 5007 14 2016-09-18 1.50 813575.88 173635.07 549722.44
## 5008 15 2016-09-11 1.43 862732.45 222298.01 533967.64
## 5009 16 2016-09-04 1.47 850104.12 203090.38 552428.86
## 5010 17 2016-08-28 1.38 812410.86 258578.88 469333.14
## 5011 18 2016-08-21 1.28 825338.15 311234.33 415962.15
## 5012 19 2016-08-14 1.03 1114834.28 266260.92 757100.85
## 5013 20 2016-08-07 1.49 753570.45 189861.80 463372.96
## 5014 21 2016-07-31 1.52 814505.22 185496.96 513372.10
## 5015 22 2016-07-24 1.54 817357.28 158290.86 527450.53
## 5016 23 2016-07-17 1.46 804071.94 200748.22 481290.68
## 5017 24 2016-07-10 1.40 842731.76 249271.40 458731.12
## 5018 25 2016-07-03 1.41 891917.15 202576.49 546096.50
## 5019 26 2016-06-26 1.50 749554.87 194824.52 411086.22
## 5020 27 2016-06-19 1.44 800921.02 210315.55 459979.37
## 5021 28 2016-06-12 1.45 770382.05 228294.75 418903.64
## 5022 29 2016-06-05 1.35 899154.46 278152.57 481323.79
## 5023 30 2016-05-29 1.34 891069.03 304281.47 462079.65
## 5024 31 2016-05-22 1.31 817923.28 247488.87 416811.55
## 5025 32 2016-05-15 1.37 772064.79 201205.64 438490.13
## 5026 33 2016-05-08 1.06 961334.65 259594.33 569011.84
## 5027 34 2016-05-01 0.99 1001227.21 355140.93 534187.25
## 5028 35 2016-04-24 1.00 1017425.89 313239.31 570669.60
## 5029 36 2016-04-17 1.39 786422.89 209130.77 415099.08
## 5030 37 2016-04-10 1.38 765652.36 216993.87 399403.75
## 5031 38 2016-04-03 1.12 849739.84 166177.24 546227.92
## 5032 39 2016-03-27 1.47 716020.43 167887.53 409135.78
## 5033 40 2016-03-20 1.40 739577.85 193704.13 416863.96
## 5034 41 2016-03-13 1.41 714002.30 192002.80 383557.60
## 5035 42 2016-03-06 1.29 817240.38 217965.57 441193.39
## 5036 43 2016-02-28 1.29 824092.61 238542.45 445285.06
## 5037 44 2016-02-21 1.15 799826.02 178438.97 509199.72
## 5038 45 2016-02-14 1.34 696959.32 200199.01 357790.26
## 5039 46 2016-02-07 0.89 1355047.15 333064.46 858526.37
## 5040 47 2016-01-31 1.27 805039.06 236160.56 431120.43
## 5041 48 2016-01-24 1.05 844417.47 115036.60 621996.45
## 5042 49 2016-01-17 1.24 732860.83 141712.96 474840.29
## 5043 50 2016-01-10 1.21 765839.95 144506.94 487614.57
## 5044 51 2016-01-03 0.93 918798.74 204501.46 593429.62
## 5045 0 2016-12-25 1.17 475143.56 64749.60 143841.64
## 5046 1 2016-12-18 1.09 459322.74 67730.61 132123.37
## 5047 2 2016-12-11 0.88 809403.75 69913.65 207213.83
## 5048 3 2016-12-04 1.23 531803.40 75095.01 131322.74
## 5049 4 2016-11-27 1.45 383268.86 44831.05 120317.61
## 5050 5 2016-11-20 1.41 447760.40 56982.28 128919.02
## 5051 6 2016-11-13 1.43 472868.46 61375.16 152069.42
## 5052 7 2016-11-06 1.43 446970.37 58648.40 130208.79
## 5053 8 2016-10-30 1.42 368056.21 52130.99 108922.37
## 5054 9 2016-10-23 1.12 619599.06 69252.30 212504.79
## 5055 10 2016-10-16 1.20 618367.26 94032.78 146878.16
## 5056 11 2016-10-09 1.23 556874.50 74612.15 138352.51
## 5057 12 2016-10-02 0.89 917139.67 73071.87 190566.13
## 5058 13 2016-09-25 1.03 655426.45 101292.91 130310.43
## 5059 14 2016-09-18 1.03 586212.19 121884.72 150306.52
## 5060 15 2016-09-11 1.00 644049.31 154068.23 167761.10
## 5061 16 2016-09-04 1.13 563852.38 132309.00 141811.18
## 5062 17 2016-08-28 1.08 592604.21 114777.38 174074.05
## 5063 18 2016-08-21 1.11 605652.82 111362.57 140739.28
## 5064 19 2016-08-14 1.14 591638.12 103908.49 158811.63
## 5065 20 2016-08-07 1.11 619209.25 101060.89 192576.48
## 5066 21 2016-07-31 1.12 595856.48 93422.28 157723.11
## 5067 22 2016-07-24 1.10 581023.47 85459.65 163758.14
## 5068 23 2016-07-17 1.03 639853.23 94220.24 165714.00
## 5069 24 2016-07-10 1.11 628610.41 103864.49 163811.75
## 5070 25 2016-07-03 1.10 663580.48 101636.27 179739.71
## 5071 26 2016-06-26 1.03 638550.37 91565.19 174576.32
## 5072 27 2016-06-19 0.97 677710.31 101860.03 193696.31
## 5073 28 2016-06-12 1.01 666340.59 108550.27 178700.42
## 5074 29 2016-06-05 0.86 866343.38 97146.75 262684.03
## 5075 30 2016-05-29 0.87 771235.53 92529.88 210394.57
## 5076 31 2016-05-22 0.87 726064.91 92633.90 212729.20
## 5077 32 2016-05-15 0.83 844349.33 87749.32 218295.82
## 5078 33 2016-05-08 0.82 1007800.54 88762.21 334254.33
## 5079 34 2016-05-01 0.82 858037.45 91136.13 271005.05
## 5080 35 2016-04-24 0.88 752138.28 86998.66 222808.84
## 5081 36 2016-04-17 0.84 862450.87 76011.20 252920.78
## 5082 37 2016-04-10 0.93 728447.49 125383.51 228654.14
## 5083 38 2016-04-03 0.86 793187.83 111241.96 191068.36
## 5084 39 2016-03-27 0.85 781581.62 91025.18 192539.97
## 5085 40 2016-03-20 1.02 596110.62 76059.35 193206.73
## 5086 41 2016-03-13 0.94 712808.08 71766.68 189254.12
## 5087 42 2016-03-06 0.88 782395.12 101164.10 203599.20
## 5088 43 2016-02-28 0.91 737516.16 96852.95 180912.17
## 5089 44 2016-02-21 0.86 755726.36 56523.09 215390.45
## 5090 45 2016-02-14 0.98 593651.59 105339.16 152777.85
## 5091 46 2016-02-07 0.75 1040955.47 110675.58 347695.79
## 5092 47 2016-01-31 0.98 666670.45 75852.78 190462.67
## 5093 48 2016-01-24 0.92 726078.64 100315.41 253246.50
## 5094 49 2016-01-17 0.94 788935.31 155213.14 203618.21
## 5095 50 2016-01-10 0.86 831911.78 177583.68 272041.11
## 5096 51 2016-01-03 0.89 814295.85 179151.58 290450.07
## 5097 0 2016-12-25 1.02 308342.51 121219.40 62511.84
## 5098 1 2016-12-18 1.07 269690.96 103487.49 56975.33
## 5099 2 2016-12-11 1.20 243555.26 106629.29 42052.22
## 5100 3 2016-12-04 1.09 304040.10 122448.61 64899.79
## 5101 4 2016-11-27 1.33 229072.30 90090.62 40561.32
## 5102 5 2016-11-20 1.34 246915.39 105060.77 37789.02
## 5103 6 2016-11-13 1.41 255288.43 127839.06 40770.91
## 5104 7 2016-11-06 1.50 222378.08 97077.73 42624.62
## 5105 8 2016-10-30 1.43 227993.90 99127.20 45338.87
## 5106 9 2016-10-23 1.40 260446.46 128648.80 52740.63
## 5107 10 2016-10-16 1.30 281240.11 117958.34 64027.95
## 5108 11 2016-10-09 1.32 262764.71 109192.13 56453.75
## 5109 12 2016-10-02 1.30 301001.94 128824.70 66171.50
## 5110 13 2016-09-25 1.25 327724.02 148997.66 68555.28
## 5111 14 2016-09-18 1.12 331549.04 153616.97 62717.83
## 5112 15 2016-09-11 1.08 341887.56 156750.70 59265.51
## 5113 16 2016-09-04 1.03 419927.05 228635.99 60398.43
## 5114 17 2016-08-28 1.11 352297.98 197155.13 48370.23
## 5115 18 2016-08-21 1.08 381549.32 193878.00 58093.31
## 5116 19 2016-08-14 1.11 389639.12 198569.92 67082.24
## 5117 20 2016-08-07 1.17 362625.87 183405.85 59165.06
## 5118 21 2016-07-31 1.18 344490.91 156886.45 67074.62
## 5119 22 2016-07-24 1.18 336673.77 143275.08 81763.60
## 5120 23 2016-07-17 1.17 336050.16 144883.03 77242.50
## 5121 24 2016-07-10 1.08 389300.41 168421.00 87043.24
## 5122 25 2016-07-03 0.95 515792.87 214287.07 125503.35
## 5123 26 2016-06-26 1.07 367778.60 150191.51 90300.07
## 5124 27 2016-06-19 0.97 451741.89 211554.56 100652.86
## 5125 28 2016-06-12 1.04 357902.32 161172.25 80778.03
## 5126 29 2016-06-05 0.94 416168.39 186493.48 103324.30
## 5127 30 2016-05-29 0.97 441398.16 188092.93 120644.64
## 5128 31 2016-05-22 1.04 343576.29 135034.40 98568.31
## 5129 32 2016-05-15 0.89 422276.07 153126.16 137072.54
## 5130 33 2016-05-08 0.82 504149.45 216508.21 132765.13
## 5131 34 2016-05-01 0.76 591962.95 251273.90 163222.99
## 5132 35 2016-04-24 0.93 420066.90 151185.27 146951.42
## 5133 36 2016-04-17 1.01 370690.55 153725.68 109475.73
## 5134 37 2016-04-10 0.96 397990.96 158605.28 126384.55
## 5135 38 2016-04-03 1.05 340564.79 150247.08 97713.54
## 5136 39 2016-03-27 1.07 315023.95 136387.50 91995.56
## 5137 40 2016-03-20 1.07 331531.06 149730.39 94541.56
## 5138 41 2016-03-13 0.96 414943.26 175358.73 127186.75
## 5139 42 2016-03-06 1.06 325786.78 156334.57 90668.09
## 5140 43 2016-02-28 0.93 387740.23 178406.70 112748.39
## 5141 44 2016-02-21 1.04 302654.13 145774.22 82586.60
## 5142 45 2016-02-14 0.91 342704.71 180057.56 81396.58
## 5143 46 2016-02-07 0.69 593759.78 307135.68 151185.73
## 5144 47 2016-01-31 1.01 312455.27 159088.93 88740.60
## 5145 48 2016-01-24 0.95 317032.31 145616.86 92970.97
## 5146 49 2016-01-17 1.05 287599.16 149490.32 74436.77
## 5147 50 2016-01-10 0.98 322434.61 171275.87 76296.70
## 5148 51 2016-01-03 1.03 319228.46 195469.55 64802.02
## 5149 0 2016-12-25 0.79 5630041.84 2676152.87 1320133.68
## 5150 1 2016-12-18 0.72 5483207.89 2789696.38 1116482.22
## 5151 2 2016-12-11 0.76 5031206.93 2633723.49 987150.16
## 5152 3 2016-12-04 0.76 5584114.56 3146435.87 1023317.43
## 5153 4 2016-11-27 0.93 4064847.35 2342116.27 747938.85
## 5154 5 2016-11-20 1.06 4150510.67 2351202.94 871661.63
## 5155 6 2016-11-13 1.11 4224677.32 2338883.91 971219.17
## 5156 7 2016-11-06 1.16 4214624.13 2443877.24 789647.70
## 5157 8 2016-10-30 1.19 3733135.22 1917984.65 802089.74
## 5158 9 2016-10-23 1.09 4477594.56 2043310.73 1016610.90
## 5159 10 2016-10-16 1.03 4967651.41 2588086.77 984551.00
## 5160 11 2016-10-09 1.00 5416591.81 2650640.81 1376612.19
## 5161 12 2016-10-02 1.01 5006659.75 2488198.80 1053485.59
## 5162 13 2016-09-25 0.98 5344837.49 2674487.17 1129009.20
## 5163 14 2016-09-18 0.86 6130653.55 3357771.20 1103971.44
## 5164 15 2016-09-11 0.82 6236078.55 3652516.49 1003811.64
## 5165 16 2016-09-04 0.78 6802635.25 3749548.89 1321331.51
## 5166 17 2016-08-28 0.84 5775721.70 3166009.65 1144644.70
## 5167 18 2016-08-21 0.87 5682046.61 3137489.03 1105902.29
## 5168 19 2016-08-14 0.94 5385035.37 3062124.27 1103047.73
## 5169 20 2016-08-07 0.93 5647940.41 3263106.78 1162455.32
## 5170 21 2016-07-31 0.98 5130900.02 2925166.29 1026989.30
## 5171 22 2016-07-24 0.97 5528475.32 3073632.24 1095930.61
## 5172 23 2016-07-17 0.94 5449441.63 2950117.14 1052370.81
## 5173 24 2016-07-10 0.91 5646460.01 3069816.49 1012709.72
## 5174 25 2016-07-03 0.91 6494533.30 3114586.75 1226469.49
## 5175 26 2016-06-26 0.89 6046264.46 3148031.62 995499.70
## 5176 27 2016-06-19 0.89 6005535.29 3271758.23 1118582.85
## 5177 28 2016-06-12 0.85 6195284.67 3356663.69 1079764.01
## 5178 29 2016-06-05 0.83 6351400.69 3351332.61 1281791.50
## 5179 30 2016-05-29 0.80 6239677.27 3270603.20 1322066.02
## 5180 31 2016-05-22 0.72 6680323.25 3128527.61 1539488.77
## 5181 32 2016-05-15 0.73 6728120.77 3283251.25 1441163.07
## 5182 33 2016-05-08 0.72 7281887.35 3666928.36 1367080.84
## 5183 34 2016-05-01 0.71 6953488.71 3400699.04 1559296.24
## 5184 35 2016-04-24 0.70 6893900.54 3348754.08 1465437.60
## 5185 36 2016-04-17 0.71 6657073.54 3651444.14 1058769.74
## 5186 37 2016-04-10 0.73 6414263.17 3665847.47 870524.00
## 5187 38 2016-04-03 0.74 6154503.04 3321835.50 1083779.43
## 5188 39 2016-03-27 0.77 6553308.82 3137633.27 1507245.05
## 5189 40 2016-03-20 0.77 6276764.80 3064743.62 1411796.91
## 5190 41 2016-03-13 0.79 5894070.33 3228470.66 1083003.80
## 5191 42 2016-03-06 0.78 5848140.87 3596735.53 903361.32
## 5192 43 2016-02-28 0.77 5698454.09 3528191.70 930352.56
## 5193 44 2016-02-21 0.82 5108381.41 2872173.10 1020821.92
## 5194 45 2016-02-14 0.70 6349601.68 3382976.58 1416070.96
## 5195 46 2016-02-07 0.70 7606351.80 3823016.00 1930304.29
## 5196 47 2016-01-31 0.79 5850128.40 3003442.75 1462783.11
## 5197 48 2016-01-24 0.94 3898235.29 1193349.63 1530143.69
## 5198 49 2016-01-17 0.81 5735627.03 2836077.92 1756468.70
## 5199 50 2016-01-10 0.84 5647635.02 2683172.73 1900834.74
## 5200 51 2016-01-03 0.79 5693942.07 2512692.22 2024262.18
## 5201 0 2016-12-25 0.94 3722102.33 1449893.50 760830.39
## 5202 1 2016-12-18 0.96 3413410.59 1236270.98 729400.60
## 5203 2 2016-12-11 1.21 2648135.47 1055827.38 463050.84
## 5204 3 2016-12-04 0.99 3941512.20 1481392.35 851643.42
## 5205 4 2016-11-27 1.39 2408199.34 943433.21 459434.44
## 5206 5 2016-11-20 1.38 2670425.59 1054588.13 480430.32
## 5207 6 2016-11-13 1.37 2819888.75 1219549.43 506554.74
## 5208 7 2016-11-06 1.44 2590997.85 1086704.10 508906.52
## 5209 8 2016-10-30 1.44 2502552.63 1006135.26 517368.07
## 5210 9 2016-10-23 1.43 2704875.68 1086334.04 625236.22
## 5211 10 2016-10-16 1.24 3233029.42 1219511.41 791521.66
## 5212 11 2016-10-09 1.37 2885138.33 1122505.43 657057.65
## 5213 12 2016-10-02 1.38 3106952.74 1267964.11 621971.41
## 5214 13 2016-09-25 1.32 3266161.45 1398879.90 588359.56
## 5215 14 2016-09-18 1.11 3403999.22 1501212.70 566389.42
## 5216 15 2016-09-11 1.08 3431698.41 1673305.36 497550.12
## 5217 16 2016-09-04 0.96 4804279.06 2776884.75 664439.79
## 5218 17 2016-08-28 1.11 3580022.43 1919441.39 610781.64
## 5219 18 2016-08-21 1.11 3716886.69 1923227.36 648951.54
## 5220 19 2016-08-14 1.09 4230674.67 2241425.00 738177.11
## 5221 20 2016-08-07 1.18 3419326.48 1628428.39 687208.05
## 5222 21 2016-07-31 1.18 3329108.94 1502915.49 710445.49
## 5223 22 2016-07-24 1.17 3381732.73 1485492.18 845297.22
## 5224 23 2016-07-17 1.15 3408142.71 1466379.21 813315.42
## 5225 24 2016-07-10 1.10 3646868.94 1599856.44 848789.03
## 5226 25 2016-07-03 0.91 5432816.58 2549452.95 1175338.87
## 5227 26 2016-06-26 1.09 3619364.21 1630877.04 777463.11
## 5228 27 2016-06-19 0.94 4665536.74 2441553.39 936051.48
## 5229 28 2016-06-12 1.07 3393712.37 1757284.40 592433.27
## 5230 29 2016-06-05 0.91 4563745.14 2504517.37 823705.23
## 5231 30 2016-05-29 0.92 4829487.03 2562669.53 971082.67
## 5232 31 2016-05-22 1.05 3416062.07 1634620.91 666118.47
## 5233 32 2016-05-15 0.82 5002102.24 2115292.19 1218469.25
## 5234 33 2016-05-08 0.86 4651540.06 2196754.82 933112.56
## 5235 34 2016-05-01 0.75 6415228.14 2875232.76 1472240.00
## 5236 35 2016-04-24 0.84 5062464.54 2132612.43 1298672.90
## 5237 36 2016-04-17 1.01 3673260.93 1705009.13 779184.92
## 5238 37 2016-04-10 0.86 4792907.32 2127098.72 1116066.82
## 5239 38 2016-04-03 1.04 3507226.18 1812848.17 636304.92
## 5240 39 2016-03-27 1.05 3242245.67 1671682.99 604702.79
## 5241 40 2016-03-20 1.05 3304400.62 1726223.26 616754.35
## 5242 41 2016-03-13 0.88 4688502.05 2211225.88 1041733.79
## 5243 42 2016-03-06 1.07 3161231.11 1642177.90 592206.11
## 5244 43 2016-02-28 0.84 4740050.22 2325376.99 994256.14
## 5245 44 2016-02-21 1.04 3068786.09 1586507.45 590119.92
## 5246 45 2016-02-14 0.98 3234338.23 1737634.80 613313.92
## 5247 46 2016-02-07 0.62 6847218.72 3614202.25 1364491.37
## 5248 47 2016-01-31 1.02 3318109.53 1774273.70 625042.37
## 5249 48 2016-01-24 0.90 3895844.89 2092736.34 663827.91
## 5250 49 2016-01-17 1.09 2913810.18 1721272.85 425617.01
## 5251 50 2016-01-10 0.93 4132191.54 2536173.86 558424.29
## 5252 51 2016-01-03 1.06 3280451.38 2208431.81 339054.70
## 5253 0 2016-12-25 1.15 69054.97 13134.96 22888.68
## 5254 1 2016-12-18 0.97 78377.53 11468.76 24325.82
## 5255 2 2016-12-11 0.96 91423.14 12117.55 27759.21
## 5256 3 2016-12-04 1.40 59510.92 10871.70 19424.17
## 5257 4 2016-11-27 1.49 49762.20 8071.55 17786.23
## 5258 5 2016-11-20 1.14 81018.31 9351.32 25545.36
## 5259 6 2016-11-13 1.07 99460.72 12237.95 31222.61
## 5260 7 2016-11-06 1.48 61365.68 11311.99 21354.23
## 5261 8 2016-10-30 1.39 51300.44 8156.83 15739.62
## 5262 9 2016-10-23 1.23 79477.96 8981.32 34481.19
## 5263 10 2016-10-16 1.33 68850.22 13123.07 19622.36
## 5264 11 2016-10-09 1.19 76241.91 13780.11 19165.66
## 5265 12 2016-10-02 0.87 131585.32 12840.53 28797.61
## 5266 13 2016-09-25 1.09 86853.60 17514.92 19838.82
## 5267 14 2016-09-18 1.05 74748.35 17028.27 21111.25
## 5268 15 2016-09-11 0.98 83096.19 25160.86 14719.48
## 5269 16 2016-09-04 1.12 83575.85 27414.80 15403.74
## 5270 17 2016-08-28 1.12 83627.94 24062.61 18386.73
## 5271 18 2016-08-21 1.09 87249.43 27169.12 14030.13
## 5272 19 2016-08-14 1.14 83933.43 24615.83 16234.66
## 5273 20 2016-08-07 1.16 89531.14 28151.76 21160.10
## 5274 21 2016-07-31 1.14 83902.91 25236.38 15512.48
## 5275 22 2016-07-24 1.08 82617.47 24997.25 15528.98
## 5276 23 2016-07-17 0.98 92386.91 25707.69 15296.71
## 5277 24 2016-07-10 1.06 90750.72 28563.77 16330.66
## 5278 25 2016-07-03 1.09 97365.48 29447.29 19298.27
## 5279 26 2016-06-26 1.02 90301.82 24210.14 18081.59
## 5280 27 2016-06-19 0.96 91554.79 27584.63 19850.10
## 5281 28 2016-06-12 0.99 93820.20 31353.21 17047.78
## 5282 29 2016-06-05 0.87 125934.24 29094.10 30005.50
## 5283 30 2016-05-29 0.87 109604.30 29399.27 21853.06
## 5284 31 2016-05-22 0.89 100552.55 28756.53 23438.52
## 5285 32 2016-05-15 0.85 111993.65 24776.24 22868.96
## 5286 33 2016-05-08 0.84 127403.24 32460.64 34939.02
## 5287 34 2016-05-01 0.86 116347.79 30544.24 28945.54
## 5288 35 2016-04-24 0.95 95660.52 26548.62 21236.06
## 5289 36 2016-04-17 0.82 131734.46 23285.87 29662.45
## 5290 37 2016-04-10 0.96 103998.99 31092.52 26584.63
## 5291 38 2016-04-03 0.92 98398.44 23189.51 22271.96
## 5292 39 2016-03-27 0.81 110616.23 21798.74 22445.52
## 5293 40 2016-03-20 1.02 83457.56 24106.74 19605.24
## 5294 41 2016-03-13 0.93 94531.04 22599.69 17655.73
## 5295 42 2016-03-06 0.91 101869.42 23603.78 22577.01
## 5296 43 2016-02-28 0.95 92596.44 21928.09 19963.84
## 5297 44 2016-02-21 0.82 112075.27 16913.21 27398.67
## 5298 45 2016-02-14 0.95 81626.44 22683.59 21398.24
## 5299 46 2016-02-07 0.74 154732.54 25009.68 56113.16
## 5300 47 2016-01-31 1.00 88040.94 19600.06 19030.78
## 5301 48 2016-01-24 0.97 89537.48 14122.50 29929.21
## 5302 49 2016-01-17 0.98 100754.26 20833.16 23919.53
## 5303 50 2016-01-10 0.88 111604.85 25931.41 32688.86
## 5304 51 2016-01-03 0.90 113049.35 25325.06 37805.37
## 5305 0 2016-12-25 1.02 132034.47 58510.89 9135.28
## 5306 1 2016-12-18 0.97 137885.02 58408.64 7756.92
## 5307 2 2016-12-11 1.11 117572.64 38790.31 6951.60
## 5308 3 2016-12-04 1.10 118176.43 40780.54 6623.28
## 5309 4 2016-11-27 1.16 100424.14 34165.03 6473.64
## 5310 5 2016-11-20 1.29 99930.79 40938.28 8785.62
## 5311 6 2016-11-13 1.34 128094.25 59889.54 11028.55
## 5312 7 2016-11-06 1.25 139697.75 64239.09 10904.36
## 5313 8 2016-10-30 1.01 128966.42 51881.76 6010.11
## 5314 9 2016-10-23 0.95 184407.00 90463.63 8443.95
## 5315 10 2016-10-16 1.29 124201.08 53894.09 12563.71
## 5316 11 2016-10-09 1.30 125599.65 49980.28 19770.43
## 5317 12 2016-10-02 1.16 140030.37 51859.03 14340.74
## 5318 13 2016-09-25 1.06 165887.64 89034.64 12643.89
## 5319 14 2016-09-18 1.17 147517.96 46991.05 23066.01
## 5320 15 2016-09-11 1.05 182676.07 97942.83 20573.17
## 5321 16 2016-09-04 1.16 151456.08 41709.95 27154.21
## 5322 17 2016-08-28 1.15 133188.79 43863.96 22002.03
## 5323 18 2016-08-21 1.03 184060.51 45178.55 23409.71
## 5324 19 2016-08-14 0.91 230729.63 53920.63 22787.65
## 5325 20 2016-08-07 0.85 268010.32 62085.78 28664.77
## 5326 21 2016-07-31 1.03 214273.18 54119.45 28847.85
## 5327 22 2016-07-24 0.94 255732.97 75714.25 23532.47
## 5328 23 2016-07-17 0.88 261737.36 53603.39 25828.34
## 5329 24 2016-07-10 0.74 314847.96 61310.00 22958.74
## 5330 25 2016-07-03 0.76 348135.49 65689.33 21478.32
## 5331 26 2016-06-26 0.97 236899.58 70089.95 10838.62
## 5332 27 2016-06-19 0.95 254402.94 68071.47 14769.82
## 5333 28 2016-06-12 0.92 251349.57 63117.83 10829.42
## 5334 29 2016-06-05 0.83 284148.54 69394.57 10226.94
## 5335 30 2016-05-29 0.80 245482.03 71157.19 9858.50
## 5336 31 2016-05-22 0.81 279392.40 85909.40 8500.20
## 5337 32 2016-05-15 0.75 290603.88 69857.38 10440.90
## 5338 33 2016-05-08 0.85 263363.51 68597.31 12628.10
## 5339 34 2016-05-01 0.79 256180.45 99574.26 10728.95
## 5340 35 2016-04-24 0.80 233320.58 65855.00 10636.81
## 5341 36 2016-04-17 0.91 197200.66 55007.65 11057.11
## 5342 37 2016-04-10 0.87 218755.02 83221.79 8054.25
## 5343 38 2016-04-03 0.94 179484.73 57658.37 7307.41
## 5344 39 2016-03-27 0.97 156454.78 49442.37 10038.61
## 5345 40 2016-03-20 0.88 195882.17 74088.91 11333.19
## 5346 41 2016-03-13 0.89 172598.72 67142.81 9121.86
## 5347 42 2016-03-06 0.96 185570.14 68570.93 9371.82
## 5348 43 2016-02-28 0.98 173282.78 52180.79 12434.36
## 5349 44 2016-02-21 1.00 207338.72 78891.03 27326.04
## 5350 45 2016-02-14 0.98 165070.79 55935.83 21668.85
## 5351 46 2016-02-07 0.87 271355.48 76562.84 80994.41
## 5352 47 2016-01-31 1.01 219443.76 79030.80 33529.73
## 5353 48 2016-01-24 1.10 167619.96 38174.66 28333.37
## 5354 49 2016-01-17 1.15 167689.21 55839.79 32775.72
## 5355 50 2016-01-10 1.01 218460.75 77169.10 28510.27
## 5356 51 2016-01-03 1.00 213437.44 105267.98 29054.71
## 5357 0 2016-12-25 1.46 46036.04 748.11 29452.82
## 5358 1 2016-12-18 1.42 42029.51 770.80 28068.62
## 5359 2 2016-12-11 1.50 41911.21 762.45 31386.84
## 5360 3 2016-12-04 1.64 50831.37 796.48 42942.66
## 5361 4 2016-11-27 1.55 33757.95 690.91 24789.85
## 5362 5 2016-11-20 1.61 38598.98 814.68 27876.91
## 5363 6 2016-11-13 1.62 39271.46 1266.16 27380.67
## 5364 7 2016-11-06 1.59 38868.74 922.36 26701.99
## 5365 8 2016-10-30 1.56 33699.68 967.38 25926.02
## 5366 9 2016-10-23 1.38 56428.14 1110.87 37054.07
## 5367 10 2016-10-16 1.36 55053.59 1344.18 31561.93
## 5368 11 2016-10-09 1.23 69593.63 980.44 46378.32
## 5369 12 2016-10-02 1.43 53796.49 987.21 32211.73
## 5370 13 2016-09-25 1.54 61352.25 3272.01 38679.78
## 5371 14 2016-09-18 1.46 55922.25 2411.13 36168.63
## 5372 15 2016-09-11 1.35 60993.34 1874.91 39693.78
## 5373 16 2016-09-04 1.53 51792.90 3545.98 35938.12
## 5374 17 2016-08-28 1.38 71711.83 5939.38 45349.71
## 5375 18 2016-08-21 1.44 58497.96 2904.27 37191.51
## 5376 19 2016-08-14 1.35 60212.30 4941.56 39269.44
## 5377 20 2016-08-07 1.53 60523.63 2724.18 41584.42
## 5378 21 2016-07-31 1.60 68311.05 1970.63 47609.54
## 5379 22 2016-07-24 1.50 56952.09 1940.69 35492.01
## 5380 23 2016-07-17 1.31 66907.33 2211.14 39136.28
## 5381 24 2016-07-10 1.29 84386.24 3503.31 49140.90
## 5382 25 2016-07-03 1.37 85205.46 1970.63 47537.91
## 5383 26 2016-06-26 1.43 84340.47 1952.47 52517.17
## 5384 27 2016-06-19 1.35 78211.73 2080.76 45936.69
## 5385 28 2016-06-12 1.29 79669.30 3484.81 43664.14
## 5386 29 2016-06-05 1.31 80015.17 1635.92 46955.13
## 5387 30 2016-05-29 1.36 82173.80 1259.66 52293.06
## 5388 31 2016-05-22 1.27 72636.09 951.30 40672.39
## 5389 32 2016-05-15 1.23 71440.00 1015.43 41631.44
## 5390 33 2016-05-08 1.23 85623.78 1143.94 51234.94
## 5391 34 2016-05-01 1.31 83407.69 992.24 54950.48
## 5392 35 2016-04-24 1.22 68819.00 1000.49 39959.75
## 5393 36 2016-04-17 1.21 70543.09 880.43 39173.25
## 5394 37 2016-04-10 1.28 62892.35 987.33 32612.34
## 5395 38 2016-04-03 1.03 58862.37 651.94 31826.85
## 5396 39 2016-03-27 1.29 72427.45 872.18 43180.70
## 5397 40 2016-03-20 1.24 72560.52 784.13 46256.94
## 5398 41 2016-03-13 1.18 71223.95 874.89 42612.44
## 5399 42 2016-03-06 1.36 64866.67 1023.58 38547.17
## 5400 43 2016-02-28 1.27 64336.75 861.71 39219.33
## 5401 44 2016-02-21 1.34 65393.08 918.45 40416.33
## 5402 45 2016-02-14 1.28 65765.73 1088.74 37685.20
## 5403 46 2016-02-07 1.28 90935.19 1462.82 60707.30
## 5404 47 2016-01-31 1.20 70174.79 1181.04 41173.79
## 5405 48 2016-01-24 1.32 64280.43 72.06 34868.95
## 5406 49 2016-01-17 1.37 70134.99 1078.47 41232.35
## 5407 50 2016-01-10 1.36 57676.73 757.85 31787.68
## 5408 51 2016-01-03 1.34 69200.73 839.36 47417.06
## 5409 0 2016-12-25 0.93 445441.47 157380.83 104316.60
## 5410 1 2016-12-18 0.93 412891.05 132947.11 102323.35
## 5411 2 2016-12-11 1.22 289765.21 99668.86 60413.89
## 5412 3 2016-12-04 0.96 500795.57 163609.96 123041.61
## 5413 4 2016-11-27 1.45 265590.66 92933.81 61345.38
## 5414 5 2016-11-20 1.47 279595.13 95447.33 63840.96
## 5415 6 2016-11-13 1.38 323761.18 124544.12 69065.25
## 5416 7 2016-11-06 1.46 284328.38 110779.29 67753.78
## 5417 8 2016-10-30 1.52 265332.11 93166.48 68007.50
## 5418 9 2016-10-23 1.53 281815.95 91272.27 92612.09
## 5419 10 2016-10-16 1.26 371149.30 116452.65 117544.17
## 5420 11 2016-10-09 1.45 337370.09 110106.06 105328.06
## 5421 12 2016-10-02 1.45 323324.31 123390.79 72977.08
## 5422 13 2016-09-25 1.37 349975.92 140782.83 66909.61
## 5423 14 2016-09-18 1.14 344938.28 132430.63 66929.62
## 5424 15 2016-09-11 1.16 338518.81 154295.04 62808.74
## 5425 16 2016-09-04 0.95 560691.13 298317.39 105769.78
## 5426 17 2016-08-28 1.14 378817.72 177292.69 99784.11
## 5427 18 2016-08-21 1.14 390053.10 175344.71 100775.54
## 5428 19 2016-08-14 1.14 452075.68 213370.83 110703.08
## 5429 20 2016-08-07 1.21 362836.43 147057.02 95386.32
## 5430 21 2016-07-31 1.25 330277.63 134859.19 87238.79
## 5431 22 2016-07-24 1.22 353863.19 143082.31 97554.75
## 5432 23 2016-07-17 1.17 376274.95 143891.95 101298.66
## 5433 24 2016-07-10 1.15 359346.63 141565.52 92115.84
## 5434 25 2016-07-03 0.93 613097.67 288161.65 142383.70
## 5435 26 2016-06-26 1.16 361181.98 143485.88 88209.18
## 5436 27 2016-06-19 0.98 497270.56 234054.37 127730.80
## 5437 28 2016-06-12 1.23 311068.54 136835.25 76895.26
## 5438 29 2016-06-05 0.97 485002.55 261221.30 100100.49
## 5439 30 2016-05-29 0.96 532427.02 287990.69 117845.05
## 5440 31 2016-05-22 1.18 327249.29 164833.67 65400.76
## 5441 32 2016-05-15 0.86 522134.64 214251.75 138866.80
## 5442 33 2016-05-08 0.92 493628.61 238892.93 96504.07
## 5443 34 2016-05-01 0.75 741724.85 336112.35 170270.88
## 5444 35 2016-04-24 0.86 566117.77 233226.21 148355.96
## 5445 36 2016-04-17 1.06 387923.77 183628.75 79809.39
## 5446 37 2016-04-10 0.85 549365.61 226151.46 140518.27
## 5447 38 2016-04-03 1.04 402546.34 196164.23 73787.30
## 5448 39 2016-03-27 1.08 342762.43 159310.12 70270.88
## 5449 40 2016-03-20 1.10 326332.48 148381.21 69085.96
## 5450 41 2016-03-13 0.86 527217.55 219895.48 131684.94
## 5451 42 2016-03-06 1.08 331997.49 149559.05 67539.98
## 5452 43 2016-02-28 0.82 569349.05 248401.81 134264.79
## 5453 44 2016-02-21 1.05 321995.93 146660.22 67636.88
## 5454 45 2016-02-14 1.00 329879.07 160675.05 76135.86
## 5455 46 2016-02-07 0.56 822548.66 385584.08 189389.79
## 5456 47 2016-01-31 0.98 391266.84 155283.41 95492.75
## 5457 48 2016-01-24 0.81 503528.16 184104.57 122562.12
## 5458 49 2016-01-17 1.05 304269.38 138371.21 49996.61
## 5459 50 2016-01-10 0.85 519360.29 250745.95 88162.17
## 5460 51 2016-01-03 1.07 375548.86 226406.25 46447.87
## 5461 0 2016-12-25 1.00 30287853.70 9255125.20 10282925.61
## 5462 1 2016-12-18 0.96 29583882.61 9394065.91 10339168.20
## 5463 2 2016-12-11 0.98 30093540.70 9009996.11 9967220.02
## 5464 3 2016-12-04 1.00 31621221.90 11043350.90 9908982.97
## 5465 4 2016-11-27 1.21 22923062.65 7891487.94 7337341.77
## 5466 5 2016-11-20 1.27 24989702.75 8531160.52 8033510.82
## 5467 6 2016-11-13 1.36 24075126.49 8235135.43 7759608.21
## 5468 7 2016-11-06 1.44 22534698.38 7804252.91 7126936.31
## 5469 8 2016-10-30 1.43 21009730.21 7100458.82 6852046.35
## 5470 9 2016-10-23 1.34 24753513.95 7579629.06 8104522.26
## 5471 10 2016-10-16 1.30 27707046.82 8810664.45 8855072.75
## 5472 11 2016-10-09 1.27 28857581.98 9552502.48 9579338.98
## 5473 12 2016-10-02 1.23 29615008.49 9534915.56 9123897.74
## 5474 13 2016-09-25 1.22 30305112.89 10548061.13 9255913.78
## 5475 14 2016-09-18 1.15 31346091.46 11337829.10 9481313.14
## 5476 15 2016-09-11 1.08 34126730.95 12962762.94 10380438.09
## 5477 16 2016-09-04 1.04 37130688.91 14643465.52 11083513.46
## 5478 17 2016-08-28 1.09 33993931.31 12561055.50 10420973.00
## 5479 18 2016-08-21 1.10 33592097.72 12725249.30 9906498.51
## 5480 19 2016-08-14 1.12 34386177.30 12352932.68 10879341.61
## 5481 20 2016-08-07 1.15 33819909.09 12197105.36 10731379.56
## 5482 21 2016-07-31 1.23 31201590.22 10168972.37 10423957.83
## 5483 22 2016-07-24 1.20 32339377.09 10331314.28 10795751.15
## 5484 23 2016-07-17 1.15 32656123.63 10320463.27 10628872.60
## 5485 24 2016-07-10 1.10 35567568.43 11457080.38 11677528.00
## 5486 25 2016-07-03 1.06 39993186.04 12508937.27 13315901.42
## 5487 26 2016-06-26 1.04 36617023.79 12189035.17 12029918.60
## 5488 27 2016-06-19 1.02 38489936.14 13488851.61 12842698.33
## 5489 28 2016-06-12 1.04 35580820.00 12291686.69 11533969.83
## 5490 29 2016-06-05 0.97 40231259.65 13808859.16 13396651.73
## 5491 30 2016-05-29 0.94 40019075.24 13682611.21 13829591.06
## 5492 31 2016-05-22 0.93 36958035.51 11711999.81 12981224.42
## 5493 32 2016-05-15 0.89 39914996.74 12447598.49 14437190.03
## 5494 33 2016-05-08 0.82 46324529.70 14223304.98 17896391.60
## 5495 34 2016-05-01 0.84 42867608.54 13748944.38 15899858.37
## 5496 35 2016-04-24 0.87 39607695.30 12913697.19 14382184.80
## 5497 36 2016-04-17 0.90 37467885.19 11954487.56 12896366.58
## 5498 37 2016-04-10 0.90 36584029.39 12879820.47 11538132.36
## 5499 38 2016-04-03 0.94 33668450.55 11320969.79 11512621.85
## 5500 39 2016-03-27 0.94 35930195.92 11249198.40 12745266.73
## 5501 40 2016-03-20 0.93 36335483.78 11134390.98 13727453.57
## 5502 41 2016-03-13 0.93 36374516.14 11661687.44 13104887.66
## 5503 42 2016-03-06 0.95 35064506.04 11824154.63 12196587.24
## 5504 43 2016-02-28 0.91 36801817.68 11907394.72 13210854.56
## 5505 44 2016-02-21 0.94 32804733.22 10015825.13 12003751.56
## 5506 45 2016-02-14 0.88 36476441.86 11913078.30 13187973.29
## 5507 46 2016-02-07 0.76 52288697.89 16573573.78 20470572.61
## 5508 47 2016-01-31 0.93 34721249.92 11098088.49 13278053.61
## 5509 48 2016-01-24 0.95 32787079.21 7020459.00 14054367.50
## 5510 49 2016-01-17 0.94 34426341.87 10036597.84 13832256.04
## 5511 50 2016-01-10 0.93 35264336.01 11441286.89 13226088.66
## 5512 51 2016-01-03 0.86 38142088.04 11616506.17 16054083.86
## 5513 0 2016-12-25 0.92 5720079.58 1951252.95 1240717.89
## 5514 1 2016-12-18 0.88 5618429.48 2112070.11 1168212.84
## 5515 2 2016-12-11 0.84 6648833.68 1687192.84 1545122.38
## 5516 3 2016-12-04 0.93 5919532.49 2142009.81 1164205.54
## 5517 4 2016-11-27 1.09 4187550.98 1525325.69 938768.71
## 5518 5 2016-11-20 1.10 4944373.81 2005353.24 913021.63
## 5519 6 2016-11-13 1.18 4864099.95 1740717.89 1032253.37
## 5520 7 2016-11-06 1.26 4245702.35 1493574.72 867974.26
## 5521 8 2016-10-30 1.26 3852439.62 1398732.86 762970.93
## 5522 9 2016-10-23 1.17 4760018.22 1301893.54 1138468.74
## 5523 10 2016-10-16 1.15 5308225.44 1613263.25 1052993.06
## 5524 11 2016-10-09 1.13 5374797.25 1941978.26 1006693.14
## 5525 12 2016-10-02 1.03 6079587.47 1560246.50 1206950.63
## 5526 13 2016-09-25 1.08 5338132.99 1763859.71 1029363.30
## 5527 14 2016-09-18 1.04 5474121.64 1966754.72 1200623.82
## 5528 15 2016-09-11 0.96 6097779.55 2364733.51 1265510.82
## 5529 16 2016-09-04 0.92 6676702.06 2858767.17 1348831.14
## 5530 17 2016-08-28 0.96 6114187.88 2276321.08 1334700.26
## 5531 18 2016-08-21 0.93 6290164.89 2887138.23 1153539.96
## 5532 19 2016-08-14 1.00 6127060.42 2524278.53 1212034.14
## 5533 20 2016-08-07 0.95 6596769.24 2858873.86 1399000.87
## 5534 21 2016-07-31 1.10 5463799.79 1874227.32 1254400.92
## 5535 22 2016-07-24 1.08 5556043.02 1812625.23 1301287.98
## 5536 23 2016-07-17 1.02 5787378.41 1883575.14 1304616.13
## 5537 24 2016-07-10 1.01 6487362.71 2293685.50 1475916.77
## 5538 25 2016-07-03 0.97 6817643.13 2313258.79 1738562.93
## 5539 26 2016-06-26 0.87 6862241.03 2645564.44 1532440.38
## 5540 27 2016-06-19 0.86 6964845.92 2805282.99 1600273.86
## 5541 28 2016-06-12 0.92 6216040.13 2213963.72 1516386.11
## 5542 29 2016-06-05 0.82 7637424.02 2492773.58 2070556.97
## 5543 30 2016-05-29 0.79 7568132.39 2670894.03 1834685.24
## 5544 31 2016-05-22 0.83 6642111.52 2319082.35 1642958.82
## 5545 32 2016-05-15 0.77 7486622.03 2693393.35 1778717.19
## 5546 33 2016-05-08 0.75 8706859.44 2987238.83 2488058.52
## 5547 34 2016-05-01 0.79 7158300.84 2324813.13 2013820.54
## 5548 35 2016-04-24 0.78 6746174.80 2621906.13 1746409.68
## 5549 36 2016-04-17 0.77 7592473.98 2283526.35 2074920.94
## 5550 37 2016-04-10 0.79 7275842.54 2750665.83 1941317.22
## 5551 38 2016-04-03 0.79 6645738.99 2376641.30 1623272.79
## 5552 39 2016-03-27 0.78 7081399.02 2701807.88 1651027.14
## 5553 40 2016-03-20 0.78 6938294.62 2557843.72 1955450.63
## 5554 41 2016-03-13 0.81 6725483.24 2302275.93 1773673.19
## 5555 42 2016-03-06 0.80 6903293.00 2817152.63 1691666.04
## 5556 43 2016-02-28 0.78 7193896.75 2394790.48 1865704.89
## 5557 44 2016-02-21 0.77 7047624.39 2022750.67 2166534.86
## 5558 45 2016-02-14 0.78 6774726.47 2645973.11 1680248.49
## 5559 46 2016-02-07 0.69 9718438.84 3353158.49 2960080.17
## 5560 47 2016-01-31 0.85 6331953.73 2168765.69 1735400.35
## 5561 48 2016-01-24 0.78 6118107.22 1121790.63 2113196.92
## 5562 49 2016-01-17 0.81 7221572.36 2091961.92 2079267.92
## 5563 50 2016-01-10 0.77 7438252.93 2530745.31 2193263.08
## 5564 51 2016-01-03 0.73 7707711.90 2204871.45 2638893.24
## 5565 0 2016-12-25 0.73 867992.74 484143.84 69977.40
## 5566 1 2016-12-18 0.76 790789.79 388322.10 66773.28
## 5567 2 2016-12-11 0.79 776453.82 308697.33 68324.89
## 5568 3 2016-12-04 0.85 699171.51 353339.84 66386.39
## 5569 4 2016-11-27 0.80 674184.53 415839.52 45217.58
## 5570 5 2016-11-20 0.99 670051.41 407045.54 40680.13
## 5571 6 2016-11-13 0.96 690820.58 429758.58 39757.86
## 5572 7 2016-11-06 0.99 643630.66 389129.36 47289.95
## 5573 8 2016-10-30 1.11 474480.97 230696.56 55531.58
## 5574 9 2016-10-23 1.00 620389.40 326067.93 68189.98
## 5575 10 2016-10-16 0.87 902725.42 490768.42 72347.94
## 5576 11 2016-10-09 1.05 732830.17 432642.49 61267.94
## 5577 12 2016-10-02 1.14 605034.40 326742.01 61488.36
## 5578 13 2016-09-25 1.07 598623.24 334016.40 61710.24
## 5579 14 2016-09-18 0.95 749931.49 471618.33 85785.47
## 5580 15 2016-09-11 0.73 1012039.31 689424.36 117338.63
## 5581 16 2016-09-04 0.88 863039.15 570194.15 87176.97
## 5582 17 2016-08-28 0.93 789223.60 472159.48 93803.41
## 5583 18 2016-08-21 0.92 808012.61 484477.52 87640.89
## 5584 19 2016-08-14 0.93 798986.84 449883.20 89651.56
## 5585 20 2016-08-07 0.95 816529.48 500097.71 81237.11
## 5586 21 2016-07-31 1.06 708243.40 404007.95 76077.49
## 5587 22 2016-07-24 1.03 797993.91 432573.44 85761.86
## 5588 23 2016-07-17 0.95 802834.40 449793.85 85497.73
## 5589 24 2016-07-10 0.87 979053.68 571522.50 102689.06
## 5590 25 2016-07-03 0.86 1026317.80 581532.54 106150.45
## 5591 26 2016-06-26 0.80 1028845.61 558419.63 101284.45
## 5592 27 2016-06-19 0.79 1048148.17 633115.26 111120.94
## 5593 28 2016-06-12 0.82 916958.75 552199.46 94429.85
## 5594 29 2016-06-05 0.75 1030392.53 625919.72 125188.20
## 5595 30 2016-05-29 0.77 985833.89 556578.41 134448.46
## 5596 31 2016-05-22 0.80 857842.32 497605.20 111206.40
## 5597 32 2016-05-15 0.70 901217.17 581142.58 136712.42
## 5598 33 2016-05-08 0.74 1052940.48 623286.74 183588.62
## 5599 34 2016-05-01 0.73 926205.77 489363.62 148534.17
## 5600 35 2016-04-24 0.77 859293.22 475418.60 155177.72
## 5601 36 2016-04-17 0.73 944337.62 538758.64 154216.58
## 5602 37 2016-04-10 0.77 897755.55 567763.55 128899.01
## 5603 38 2016-04-03 0.73 776232.98 552528.04 80391.33
## 5604 39 2016-03-27 0.71 936600.58 638259.36 112685.01
## 5605 40 2016-03-20 0.70 932377.12 572667.00 148116.03
## 5606 41 2016-03-13 0.72 886197.95 563341.91 136619.69
## 5607 42 2016-03-06 0.77 814614.77 548260.50 108856.08
## 5608 43 2016-02-28 0.73 824072.51 532849.51 112139.39
## 5609 44 2016-02-21 0.70 840912.75 531994.93 140944.90
## 5610 45 2016-02-14 0.70 963046.73 621734.73 151510.22
## 5611 46 2016-02-07 0.68 1198679.87 755962.49 197733.56
## 5612 47 2016-01-31 0.79 788831.92 512429.69 88819.79
## 5613 48 2016-01-24 1.12 296402.96 45720.39 99167.08
## 5614 49 2016-01-17 0.83 712937.27 440675.35 120098.37
## 5615 50 2016-01-10 0.74 781036.73 486986.64 152838.09
## 5616 51 2016-01-03 0.76 761760.52 419119.49 178471.03
## 5617 0 2017-12-31 1.47 113514.42 2622.70 101135.53
## 5618 1 2017-12-24 1.45 77039.09 2811.71 58592.23
## 5619 2 2017-12-17 1.43 70677.56 2578.95 50811.52
## 5620 3 2017-12-10 1.29 92325.53 3220.05 75147.56
## 5621 4 2017-12-03 1.39 139970.00 3772.00 126551.00
## 5622 5 2017-11-26 1.50 62977.00 2413.00 49076.00
## 5623 6 2017-11-19 1.65 97273.00 2695.00 80596.00
## 5624 7 2017-11-12 1.26 113586.00 4509.00 96748.00
## 5625 8 2017-11-05 1.62 71076.94 2483.36 55509.31
## 5626 9 2017-10-29 1.67 69432.23 2959.76 57585.49
## 5627 10 2017-10-22 1.56 69704.09 3758.80 57340.30
## 5628 11 2017-10-15 1.65 73574.89 3383.35 63355.37
## 5629 12 2017-10-08 1.78 55368.61 3679.82 45843.75
## 5630 13 2017-10-01 1.69 71205.11 4411.02 57416.25
## 5631 14 2017-09-24 1.64 68539.64 2508.62 56023.16
## 5632 15 2017-09-17 1.41 80109.29 3986.20 66934.64
## 5633 16 2017-09-10 1.78 99645.88 3368.35 87155.11
## 5634 17 2017-09-03 1.76 74297.64 4738.38 59299.03
## 5635 18 2017-08-27 1.61 75471.56 2156.20 59831.83
## 5636 19 2017-08-20 1.61 74620.33 1553.71 59028.13
## 5637 20 2017-08-13 1.52 133070.41 1947.26 118605.14
## 5638 21 2017-08-06 1.53 92938.17 2456.91 76509.07
## 5639 22 2017-07-30 1.61 83599.96 1915.81 73287.66
## 5640 23 2017-07-23 1.49 84416.61 1905.52 72533.28
## 5641 24 2017-07-16 1.39 102461.61 2468.78 86707.66
## 5642 25 2017-07-09 1.52 101331.41 2899.46 81929.02
## 5643 26 2017-07-02 1.56 98282.07 2808.47 79968.24
## 5644 27 2017-06-25 1.53 89303.04 2224.67 74282.58
## 5645 28 2017-06-18 1.58 97079.34 2454.01 82154.43
## 5646 29 2017-06-11 1.65 91949.26 1989.84 76736.87
## 5647 30 2017-06-04 1.70 84842.97 1923.04 72573.09
## 5648 31 2017-05-28 1.80 121869.11 2345.65 106690.16
## 5649 32 2017-05-21 1.38 100256.85 2307.02 86817.51
## 5650 33 2017-05-14 1.77 96750.67 2804.86 80469.48
## 5651 34 2017-05-07 1.47 127193.26 2473.53 87791.87
## 5652 35 2017-04-30 1.13 124926.39 2573.11 99451.52
## 5653 36 2017-04-23 1.34 89327.10 4437.50 61512.84
## 5654 37 2017-04-16 1.62 90487.05 4362.98 71957.73
## 5655 38 2017-04-09 1.54 105436.11 3708.13 87775.86
## 5656 39 2017-04-02 1.62 92621.11 4530.80 68015.37
## 5657 40 2017-03-26 1.16 122951.65 3184.29 100854.22
## 5658 41 2017-03-19 1.60 92774.61 2332.96 72033.15
## 5659 42 2017-03-12 1.54 95713.29 2046.80 67162.63
## 5660 43 2017-03-05 1.18 107354.25 3123.26 90784.49
## 5661 44 2017-02-26 1.40 88371.09 3190.28 73959.76
## 5662 45 2017-02-19 1.67 95475.07 2702.57 81691.54
## 5663 46 2017-02-12 1.42 97215.94 3808.43 81070.44
## 5664 47 2017-02-05 1.49 183549.08 5666.60 165530.03
## 5665 48 2017-01-29 1.31 95424.59 3844.62 78315.15
## 5666 49 2017-01-22 1.59 128679.24 4119.94 111173.08
## 5667 50 2017-01-15 1.55 88526.26 3327.65 71956.77
## 5668 51 2017-01-08 1.55 91728.18 3355.47 75641.23
## 5669 52 2017-01-01 1.47 129948.23 4845.77 117027.41
## 5670 0 2017-12-31 0.95 649352.59 341061.46 41818.27
## 5671 1 2017-12-24 1.11 444781.87 212413.82 30834.68
## 5672 2 2017-12-17 1.00 484326.63 231133.40 33481.83
## 5673 3 2017-12-10 0.99 543619.28 274345.62 38433.88
## 5674 4 2017-12-03 1.07 504933.00 263807.00 32457.00
## 5675 5 2017-11-26 1.12 412213.00 211077.00 27773.00
## 5676 6 2017-11-19 1.13 453755.00 239860.00 31169.00
## 5677 7 2017-11-12 1.11 518209.00 251896.00 31719.00
## 5678 8 2017-11-05 1.08 567572.70 275749.63 32494.72
## 5679 9 2017-10-29 1.28 493921.10 256988.66 36334.71
## 5680 10 2017-10-22 1.49 406008.95 219172.21 35958.88
## 5681 11 2017-10-15 1.64 406111.30 197442.90 34760.61
## 5682 12 2017-10-08 1.60 411520.44 213442.97 32020.48
## 5683 13 2017-10-01 1.55 421235.13 222683.91 45065.96
## 5684 14 2017-09-24 1.50 403780.43 222498.30 45024.88
## 5685 15 2017-09-17 1.59 392935.20 204374.88 47135.66
## 5686 16 2017-09-10 1.54 466988.83 241057.35 47619.22
## 5687 17 2017-09-03 1.53 433455.08 235645.56 47493.42
## 5688 18 2017-08-27 1.49 458036.12 230031.71 48132.94
## 5689 19 2017-08-20 1.43 475921.53 230252.90 49199.54
## 5690 20 2017-08-13 1.37 534058.70 251178.40 62180.62
## 5691 21 2017-08-06 1.36 518140.33 252436.49 60584.70
## 5692 22 2017-07-30 1.34 472013.29 247038.63 60149.97
## 5693 23 2017-07-23 1.24 518682.51 285745.92 65016.24
## 5694 24 2017-07-16 1.20 582068.66 301471.59 63898.41
## 5695 25 2017-07-09 1.19 507337.70 233475.62 57935.64
## 5696 26 2017-07-02 1.16 528297.88 248095.78 56275.22
## 5697 27 2017-06-25 1.12 501274.14 249204.48 46343.42
## 5698 28 2017-06-18 1.20 492836.43 269328.71 49177.93
## 5699 29 2017-06-11 1.13 572838.59 318335.08 51385.66
## 5700 30 2017-06-04 1.08 710038.58 361265.98 55627.72
## 5701 31 2017-05-28 1.23 523993.71 273538.26 50236.52
## 5702 32 2017-05-21 1.20 526840.14 253792.75 49347.30
## 5703 33 2017-05-14 1.18 568923.79 265556.05 49122.87
## 5704 34 2017-05-07 1.10 726726.65 377225.07 72058.11
## 5705 35 2017-04-30 1.17 595539.82 304668.94 74961.15
## 5706 36 2017-04-23 1.21 530030.64 249318.38 55045.80
## 5707 37 2017-04-16 1.15 543227.58 237537.66 48907.53
## 5708 38 2017-04-09 1.23 465350.20 223170.21 48912.66
## 5709 39 2017-04-02 1.26 481933.74 226289.90 48770.22
## 5710 40 2017-03-26 1.32 443514.95 222457.31 50731.36
## 5711 41 2017-03-19 1.25 460990.81 215046.31 50085.35
## 5712 42 2017-03-12 1.21 469277.94 217624.69 48169.84
## 5713 43 2017-03-05 1.08 511362.62 237307.08 52012.07
## 5714 44 2017-02-26 0.85 631507.77 302620.37 53782.78
## 5715 45 2017-02-19 0.86 563018.60 279494.45 52644.02
## 5716 46 2017-02-12 0.79 666871.06 355571.08 77241.13
## 5717 47 2017-02-05 0.83 888094.87 442152.50 167181.75
## 5718 48 2017-01-29 0.95 627695.79 285147.95 86150.35
## 5719 49 2017-01-22 0.84 755472.09 320378.00 135920.57
## 5720 50 2017-01-15 0.99 557377.82 249159.52 86964.23
## 5721 51 2017-01-08 0.98 601546.19 279265.77 77758.24
## 5722 52 2017-01-01 0.93 547565.88 224073.54 118926.37
## 5723 0 2017-12-31 1.15 849487.62 66628.66 519460.20
## 5724 1 2017-12-24 1.41 624268.68 66338.96 363593.22
## 5725 2 2017-12-17 1.44 628735.17 67126.05 369810.83
## 5726 3 2017-12-10 1.13 940850.93 103332.38 546809.87
## 5727 4 2017-12-03 1.43 658939.00 69819.00 407522.00
## 5728 5 2017-11-26 1.43 629719.00 59916.00 377227.00
## 5729 6 2017-11-19 1.45 644740.00 64122.00 365922.00
## 5730 7 2017-11-12 1.49 658693.00 78052.00 387453.00
## 5731 8 2017-11-05 1.41 736468.07 93808.96 458177.74
## 5732 9 2017-10-29 1.55 682236.82 62566.85 434269.43
## 5733 10 2017-10-22 1.60 672066.53 60120.62 418176.99
## 5734 11 2017-10-15 1.66 667770.44 57542.76 426158.13
## 5735 12 2017-10-08 1.71 598836.97 58351.00 380897.88
## 5736 13 2017-10-01 1.59 705451.50 57840.63 461605.20
## 5737 14 2017-09-24 1.59 676498.82 58682.06 451995.87
## 5738 15 2017-09-17 1.58 664501.74 55766.21 443692.78
## 5739 16 2017-09-10 1.57 660103.83 52853.34 424593.63
## 5740 17 2017-09-03 1.62 671504.54 58996.88 435940.98
## 5741 18 2017-08-27 1.66 653598.86 51628.46 402657.24
## 5742 19 2017-08-20 1.57 691636.14 58935.48 417107.93
## 5743 20 2017-08-13 1.48 697320.96 61461.48 431018.65
## 5744 21 2017-08-06 1.47 695848.77 60785.37 440986.27
## 5745 22 2017-07-30 1.47 655426.21 57622.28 399898.30
## 5746 23 2017-07-23 1.48 692872.87 65421.16 435763.72
## 5747 24 2017-07-16 1.48 670476.49 64407.19 415327.90
## 5748 25 2017-07-09 1.64 701869.50 64096.37 448758.20
## 5749 26 2017-07-02 1.60 672614.37 57584.22 397714.06
## 5750 27 2017-06-25 1.65 693972.27 57367.81 446948.93
## 5751 28 2017-06-18 1.67 713471.14 62875.95 462835.50
## 5752 29 2017-06-11 1.65 744158.66 65666.00 475095.67
## 5753 30 2017-06-04 1.80 757909.72 62567.13 482039.31
## 5754 31 2017-05-28 1.75 779183.52 66151.19 477777.76
## 5755 32 2017-05-21 1.67 750139.67 70765.60 467149.29
## 5756 33 2017-05-14 1.59 731952.61 67663.32 394707.17
## 5757 34 2017-05-07 1.37 1097981.24 75658.43 722001.76
## 5758 35 2017-04-30 1.69 761924.71 74466.51 471825.66
## 5759 36 2017-04-23 1.67 749186.76 69674.09 458300.03
## 5760 37 2017-04-16 1.70 717940.19 67839.51 439898.36
## 5761 38 2017-04-09 1.64 738255.19 71187.86 438985.90
## 5762 39 2017-04-02 1.50 800801.84 82571.71 493953.33
## 5763 40 2017-03-26 1.60 739376.32 70467.54 462479.21
## 5764 41 2017-03-19 1.58 738956.53 70368.43 463108.00
## 5765 42 2017-03-12 1.60 763783.58 72820.10 476272.30
## 5766 43 2017-03-05 1.33 880326.29 84608.63 591422.21
## 5767 44 2017-02-26 1.48 814376.97 82179.16 531502.16
## 5768 45 2017-02-19 1.38 721257.38 96158.54 434568.32
## 5769 46 2017-02-12 1.24 925574.66 190311.92 538660.08
## 5770 47 2017-02-05 1.09 1170444.52 174325.38 770463.22
## 5771 48 2017-01-29 1.46 781538.81 81883.91 489023.96
## 5772 49 2017-01-22 1.42 826941.93 81908.85 528125.52
## 5773 50 2017-01-15 1.48 749510.72 76382.33 472453.49
## 5774 51 2017-01-08 1.14 1029279.83 83249.92 750033.84
## 5775 52 2017-01-01 1.47 631760.81 54530.42 408952.26
## 5776 0 2017-12-31 1.13 79646.97 38196.44 1706.22
## 5777 1 2017-12-24 1.18 71004.42 39116.52 2348.06
## 5778 2 2017-12-17 1.29 65090.38 31969.34 1752.04
## 5779 3 2017-12-10 1.08 85496.29 53165.53 1936.25
## 5780 4 2017-12-03 1.14 86646.00 38662.00 1518.00
## 5781 5 2017-11-26 1.44 54681.00 28307.00 1707.00
## 5782 6 2017-11-19 1.42 60602.00 31177.00 2085.00
## 5783 7 2017-11-12 1.23 81827.00 37876.00 2047.00
## 5784 8 2017-11-05 1.21 81104.74 40651.49 1848.89
## 5785 9 2017-10-29 1.44 68520.83 33724.32 2180.13
## 5786 10 2017-10-22 1.43 83842.86 49926.45 2947.99
## 5787 11 2017-10-15 1.83 58062.20 30892.83 2910.65
## 5788 12 2017-10-08 1.89 56087.36 28952.89 2680.35
## 5789 13 2017-10-01 1.80 58602.78 33499.14 2015.33
## 5790 14 2017-09-24 1.78 56671.53 29755.87 1936.46
## 5791 15 2017-09-17 1.73 65336.49 35146.94 2637.92
## 5792 16 2017-09-10 1.76 66479.27 36441.41 2816.58
## 5793 17 2017-09-03 1.68 64354.65 30130.01 3171.02
## 5794 18 2017-08-27 1.30 93803.53 45399.28 2514.25
## 5795 19 2017-08-20 1.37 88030.54 42285.45 2840.46
## 5796 20 2017-08-13 1.51 70716.83 36652.25 3646.53
## 5797 21 2017-08-06 1.54 73710.09 37252.55 3802.70
## 5798 22 2017-07-30 1.54 72020.82 36727.08 3472.94
## 5799 23 2017-07-23 1.51 70783.80 36289.63 3129.50
## 5800 24 2017-07-16 1.49 72245.09 35748.28 3543.60
## 5801 25 2017-07-09 0.98 125786.14 47772.28 3135.19
## 5802 26 2017-07-02 1.17 97408.49 41134.31 3402.67
## 5803 27 2017-06-25 1.20 95071.28 41340.98 3573.62
## 5804 28 2017-06-18 1.21 92906.33 40471.78 3263.11
## 5805 29 2017-06-11 1.21 92547.42 40250.67 2998.49
## 5806 30 2017-06-04 1.19 98460.27 42302.58 3757.52
## 5807 31 2017-05-28 1.21 100415.90 40637.11 3548.36
## 5808 32 2017-05-21 1.29 86532.91 35312.23 3430.40
## 5809 33 2017-05-14 1.20 94466.25 38987.28 2778.88
## 5810 34 2017-05-07 1.09 121483.27 60550.46 3285.18
## 5811 35 2017-04-30 1.03 109119.00 41327.06 2195.12
## 5812 36 2017-04-23 1.14 93656.08 41816.24 2688.06
## 5813 37 2017-04-16 1.15 99410.94 43003.22 3555.37
## 5814 38 2017-04-09 1.21 95508.38 39291.67 4115.55
## 5815 39 2017-04-02 1.20 94905.40 41043.29 3616.58
## 5816 40 2017-03-26 1.16 95292.56 43566.18 4140.76
## 5817 41 2017-03-19 1.15 86727.42 33891.70 3887.21
## 5818 42 2017-03-12 0.98 112776.10 33062.31 9415.52
## 5819 43 2017-03-05 1.11 93814.08 29234.27 5256.50
## 5820 44 2017-02-26 0.91 105023.56 31701.22 5199.76
## 5821 45 2017-02-19 0.94 107721.63 33444.06 7191.92
## 5822 46 2017-02-12 0.98 97785.46 41600.65 4101.11
## 5823 47 2017-02-05 0.90 136090.67 36808.59 11333.87
## 5824 48 2017-01-29 0.93 105132.82 35677.85 6532.78
## 5825 49 2017-01-22 1.01 88317.73 34251.49 5626.82
## 5826 50 2017-01-15 1.00 94156.43 36085.47 4773.66
## 5827 51 2017-01-08 1.02 103788.25 35596.88 7162.53
## 5828 52 2017-01-01 0.92 104510.11 27845.16 9408.92
## 5829 0 2017-12-31 1.40 419696.59 9622.52 325398.02
## 5830 1 2017-12-24 1.45 414147.94 10726.67 312860.91
## 5831 2 2017-12-17 1.28 516770.62 10139.25 413484.37
## 5832 3 2017-12-10 1.14 687251.82 13210.49 557434.99
## 5833 4 2017-12-03 1.40 488588.00 12171.00 386056.00
## 5834 5 2017-11-26 1.39 423778.00 10677.00 304833.00
## 5835 6 2017-11-19 1.36 476236.00 11494.00 341486.00
## 5836 7 2017-11-12 1.23 639092.00 15689.00 533027.00
## 5837 8 2017-11-05 1.49 440972.34 13002.80 334875.51
## 5838 9 2017-10-29 1.49 465106.32 14781.17 360615.41
## 5839 10 2017-10-22 1.48 435243.72 19871.30 328476.35
## 5840 11 2017-10-15 1.59 418233.95 20138.49 331423.32
## 5841 12 2017-10-08 1.61 451608.73 16621.16 322931.92
## 5842 13 2017-10-01 1.62 482271.83 14889.71 366122.85
## 5843 14 2017-09-24 1.62 498019.71 10697.54 384522.40
## 5844 15 2017-09-17 1.58 462796.84 11826.63 323528.38
## 5845 16 2017-09-10 1.63 524513.26 10795.32 394645.36
## 5846 17 2017-09-03 1.81 457862.00 10210.08 333916.08
## 5847 18 2017-08-27 1.79 455915.26 7262.03 319717.74
## 5848 19 2017-08-20 1.77 474982.44 6723.39 328845.89
## 5849 20 2017-08-13 1.52 624419.06 7302.93 492068.56
## 5850 21 2017-08-06 1.55 604758.68 8619.19 470232.85
## 5851 22 2017-07-30 1.48 568255.53 8414.57 429987.00
## 5852 23 2017-07-23 1.37 686734.63 7993.86 556263.37
## 5853 24 2017-07-16 1.56 594015.93 9162.09 463806.98
## 5854 25 2017-07-09 1.69 560021.69 8735.91 464670.36
## 5855 26 2017-07-02 1.67 545128.14 6572.32 437068.51
## 5856 27 2017-06-25 1.68 545889.03 5987.76 434222.79
## 5857 28 2017-06-18 1.66 581303.33 5379.22 452146.49
## 5858 29 2017-06-11 1.72 583709.06 5556.48 457512.97
## 5859 30 2017-06-04 1.73 590580.03 5139.73 460653.96
## 5860 31 2017-05-28 1.73 602637.88 5970.30 460430.96
## 5861 32 2017-05-21 1.69 572421.46 5555.84 441357.29
## 5862 33 2017-05-14 1.62 610348.46 5152.68 448442.71
## 5863 34 2017-05-07 1.49 676849.88 6703.20 493447.52
## 5864 35 2017-04-30 1.61 603284.31 5758.71 467084.40
## 5865 36 2017-04-23 1.63 520793.48 9577.17 382449.77
## 5866 37 2017-04-16 1.61 592049.78 7319.25 437483.37
## 5867 38 2017-04-09 1.53 629799.49 5715.72 450287.22
## 5868 39 2017-04-02 1.56 571902.20 7962.51 427483.90
## 5869 40 2017-03-26 1.51 550948.58 6860.31 412840.77
## 5870 41 2017-03-19 1.54 540540.50 5709.44 425273.84
## 5871 42 2017-03-12 1.55 495117.57 5729.95 389749.89
## 5872 43 2017-03-05 1.30 620307.93 9208.87 529716.12
## 5873 44 2017-02-26 1.24 599178.18 11751.20 489161.87
## 5874 45 2017-02-19 1.31 521125.33 27790.50 391316.37
## 5875 46 2017-02-12 1.12 791126.41 83640.38 593329.02
## 5876 47 2017-02-05 1.19 772110.18 50889.62 594522.97
## 5877 48 2017-01-29 1.32 604106.12 5792.32 464828.97
## 5878 49 2017-01-22 1.26 663735.14 4741.15 526892.92
## 5879 50 2017-01-15 1.30 577976.65 5430.50 457448.44
## 5880 51 2017-01-08 1.09 730358.49 7543.51 605624.94
## 5881 52 2017-01-01 1.29 458830.49 4119.90 371223.34
## 5882 0 2017-12-31 1.27 115508.29 5924.57 62632.07
## 5883 1 2017-12-24 1.28 127375.45 7430.89 72517.20
## 5884 2 2017-12-17 1.26 108352.42 7563.23 57326.40
## 5885 3 2017-12-10 1.25 127279.28 7934.47 63389.74
## 5886 4 2017-12-03 1.13 153282.00 7805.00 87461.00
## 5887 5 2017-11-26 1.23 102658.00 6353.00 50509.00
## 5888 6 2017-11-19 1.30 112445.00 8870.00 55800.00
## 5889 7 2017-11-12 1.37 118434.00 10402.00 55305.00
## 5890 8 2017-11-05 1.37 115630.87 9707.40 54119.19
## 5891 9 2017-10-29 1.36 121815.11 11383.36 53894.54
## 5892 10 2017-10-22 1.50 90910.72 24441.32 39988.75
## 5893 11 2017-10-15 1.50 86880.78 26274.97 40394.56
## 5894 12 2017-10-08 1.49 102625.05 25376.77 31576.96
## 5895 13 2017-10-01 1.53 96291.55 22791.70 42861.77
## 5896 14 2017-09-24 1.42 121501.78 11991.22 52356.55
## 5897 15 2017-09-17 1.37 140652.67 7007.92 59413.46
## 5898 16 2017-09-10 1.46 142196.93 2860.33 66980.46
## 5899 17 2017-09-03 1.56 135280.49 2894.04 67610.93
## 5900 18 2017-08-27 1.33 147839.98 1871.70 74398.45
## 5901 19 2017-08-20 1.34 142109.31 2619.19 71900.58
## 5902 20 2017-08-13 1.32 144618.71 2321.06 60729.79
## 5903 21 2017-08-06 1.32 155635.24 2068.33 78780.02
## 5904 22 2017-07-30 1.32 146069.40 1769.04 65452.36
## 5905 23 2017-07-23 1.34 148098.37 1917.57 67607.83
## 5906 24 2017-07-16 1.35 144761.54 1791.21 72328.87
## 5907 25 2017-07-09 1.31 166851.73 2075.70 80022.52
## 5908 26 2017-07-02 1.34 144309.09 1954.36 80410.59
## 5909 27 2017-06-25 1.46 115902.44 1954.58 77254.88
## 5910 28 2017-06-18 1.50 129734.97 2124.28 82873.30
## 5911 29 2017-06-11 1.62 114081.68 1737.40 75551.59
## 5912 30 2017-06-04 1.60 145203.51 1453.91 80512.88
## 5913 31 2017-05-28 1.64 160484.02 1588.75 75152.52
## 5914 32 2017-05-21 1.71 139635.02 1486.31 72163.62
## 5915 33 2017-05-14 1.55 152142.57 1761.80 66532.44
## 5916 34 2017-05-07 1.71 174746.25 1772.26 87260.23
## 5917 35 2017-04-30 1.54 178864.17 1803.39 83395.01
## 5918 36 2017-04-23 1.55 147244.20 2554.61 70195.44
## 5919 37 2017-04-16 1.54 166089.23 3103.77 70001.59
## 5920 38 2017-04-09 1.56 172946.22 1954.15 80632.60
## 5921 39 2017-04-02 1.54 167364.95 3854.74 73053.91
## 5922 40 2017-03-26 1.53 156787.69 2184.26 67000.84
## 5923 41 2017-03-19 1.54 151459.46 1917.68 72621.77
## 5924 42 2017-03-12 1.48 165974.96 1457.31 85677.37
## 5925 43 2017-03-05 1.68 140468.86 1420.89 75283.75
## 5926 44 2017-02-26 1.69 122294.43 1195.92 71329.25
## 5927 45 2017-02-19 1.68 109808.80 1360.81 62449.93
## 5928 46 2017-02-12 1.56 135286.70 1773.30 71050.71
## 5929 47 2017-02-05 1.40 188582.23 1561.11 97167.09
## 5930 48 2017-01-29 1.37 163136.70 1541.69 72000.86
## 5931 49 2017-01-22 1.34 160924.52 1691.65 70336.67
## 5932 50 2017-01-15 1.29 168230.55 2011.96 68322.14
## 5933 51 2017-01-08 1.37 158267.23 1506.69 83906.44
## 5934 52 2017-01-01 1.43 105349.04 1285.48 58531.95
## 5935 0 2017-12-31 0.93 7132711.23 2280934.17 3201737.11
## 5936 1 2017-12-24 1.13 5346535.57 1934361.67 1934710.69
## 5937 2 2017-12-17 0.98 6205211.05 1901831.08 2877209.20
## 5938 3 2017-12-10 1.06 5715712.21 2234102.17 2013200.40
## 5939 4 2017-12-03 1.09 5544556.00 2333912.00 1660573.00
## 5940 5 2017-11-26 1.30 4392810.00 1734281.00 1354966.00
## 5941 6 2017-11-19 1.26 4782021.00 1879513.00 1360694.00
## 5942 7 2017-11-12 1.15 5637795.00 2309785.00 1882561.00
## 5943 8 2017-11-05 1.15 5663438.53 2148627.40 2224529.18
## 5944 9 2017-10-29 1.20 5714676.89 1981731.12 2384845.53
## 5945 10 2017-10-22 1.53 4420877.40 1604916.52 1779177.98
## 5946 11 2017-10-15 1.68 4066640.98 1348029.41 1699672.65
## 5947 12 2017-10-08 1.74 4151444.41 1377101.00 1829530.74
## 5948 13 2017-10-01 1.77 3870633.16 1288266.68 1608863.15
## 5949 14 2017-09-24 1.74 3937000.67 1383479.62 1575761.37
## 5950 15 2017-09-17 1.72 4167531.38 1571529.56 1556655.98
## 5951 16 2017-09-10 1.71 4380657.13 1677368.14 1599511.35
## 5952 17 2017-09-03 1.65 4648718.22 1856634.40 1720930.65
## 5953 18 2017-08-27 1.78 4360013.67 1889886.87 1420373.34
## 5954 19 2017-08-20 1.64 4524974.68 1995269.12 1293180.21
## 5955 20 2017-08-13 1.26 5862368.39 2346710.99 2079376.28
## 5956 21 2017-08-06 1.36 5655955.05 2313742.61 1892140.35
## 5957 22 2017-07-30 1.38 5571000.96 2179199.68 2206571.02
## 5958 23 2017-07-23 1.46 5188483.10 2201004.96 1738865.16
## 5959 24 2017-07-16 1.49 5405190.35 2319570.09 1821613.01
## 5960 25 2017-07-09 1.28 6499668.48 2634902.26 1818682.87
## 5961 26 2017-07-02 1.28 6607292.61 2527123.67 1942683.02
## 5962 27 2017-06-25 1.15 6999255.87 2706875.38 1977949.64
## 5963 28 2017-06-18 1.20 6599048.85 2691571.96 1650089.15
## 5964 29 2017-06-11 1.22 6177216.24 2302944.62 1517908.04
## 5965 30 2017-06-04 1.20 6507093.57 2378539.46 1580024.38
## 5966 31 2017-05-28 1.32 6160751.92 2307940.04 1793496.44
## 5967 32 2017-05-21 1.35 5599003.03 2077113.57 1627754.26
## 5968 33 2017-05-14 1.17 6370622.30 2375685.35 1570244.89
## 5969 34 2017-05-07 1.08 7872203.23 2851510.24 2470795.47
## 5970 35 2017-04-30 1.25 5889669.20 2197824.46 1689225.61
## 5971 36 2017-04-23 1.26 5637299.78 2027854.71 1521895.03
## 5972 37 2017-04-16 1.34 5442086.44 2047142.24 1572972.43
## 5973 38 2017-04-09 1.13 6249182.98 1926187.79 2128867.47
## 5974 39 2017-04-02 1.22 5719811.06 1856672.56 1580307.30
## 5975 40 2017-03-26 1.33 5073070.91 1693588.76 1542979.33
## 5976 41 2017-03-19 1.31 5328958.01 1857645.04 1555271.43
## 5977 42 2017-03-12 1.31 5208101.86 1871004.41 1577127.23
## 5978 43 2017-03-05 1.15 5634150.07 1961188.27 1720072.57
## 5979 44 2017-02-26 0.95 6342089.92 2193499.50 2038284.77
## 5980 45 2017-02-19 0.95 6194368.66 1999799.14 2098407.09
## 5981 46 2017-02-12 0.79 6862176.64 2429385.13 1870884.97
## 5982 47 2017-02-05 0.67 11213596.29 3986429.59 3550403.07
## 5983 48 2017-01-29 0.76 8055482.07 3009291.31 2295856.21
## 5984 49 2017-01-22 0.76 8153340.48 3089603.62 2659661.41
## 5985 50 2017-01-15 0.93 6656554.36 2075029.62 2450277.12
## 5986 51 2017-01-08 1.00 6653048.21 1988635.39 2569566.25
## 5987 52 2017-01-01 0.89 7175276.66 2266313.37 2877688.31
## 5988 0 2017-12-31 0.93 346356.50 60766.53 108930.41
## 5989 1 2017-12-24 1.33 182537.83 53317.48 58732.18
## 5990 2 2017-12-17 1.26 189529.04 58017.31 56564.52
## 5991 3 2017-12-10 1.02 277528.93 58726.14 60515.61
## 5992 4 2017-12-03 1.26 220837.00 58826.00 94262.00
## 5993 5 2017-11-26 1.40 170412.00 45363.00 56764.00
## 5994 6 2017-11-19 1.40 179011.00 47542.00 59312.00
## 5995 7 2017-11-12 1.44 190445.00 53681.00 65657.00
## 5996 8 2017-11-05 1.47 187381.18 46741.48 65173.50
## 5997 9 2017-10-29 1.49 183224.98 52951.42 62872.00
## 5998 10 2017-10-22 1.64 168237.31 44543.75 65040.05
## 5999 11 2017-10-15 1.70 175323.30 45266.57 68119.98
## 6000 12 2017-10-08 1.77 178991.71 50017.71 66076.12
## 6001 13 2017-10-01 1.76 180280.25 43576.07 74145.54
## 6002 14 2017-09-24 1.72 186923.93 47607.14 71519.48
## 6003 15 2017-09-17 1.61 192447.11 56017.67 64593.12
## 6004 16 2017-09-10 1.69 187822.60 45960.24 68912.39
## 6005 17 2017-09-03 1.65 200900.91 49285.16 69478.02
## 6006 18 2017-08-27 1.58 208438.23 60886.40 65605.00
## 6007 19 2017-08-20 1.52 212479.12 57230.80 69135.38
## 6008 20 2017-08-13 1.47 209771.02 47263.33 78914.53
## 6009 21 2017-08-06 1.43 206493.73 43174.26 78385.61
## 6010 22 2017-07-30 1.40 212607.67 54840.38 81789.28
## 6011 23 2017-07-23 1.39 215463.51 50924.04 75358.77
## 6012 24 2017-07-16 1.38 209534.16 44530.25 73163.04
## 6013 25 2017-07-09 1.32 222027.09 62331.48 70720.40
## 6014 26 2017-07-02 1.36 224816.41 60811.83 76448.74
## 6015 27 2017-06-25 1.33 211639.60 53140.24 72807.06
## 6016 28 2017-06-18 1.43 201837.88 45497.30 78803.31
## 6017 29 2017-06-11 1.38 224288.57 50865.51 86113.51
## 6018 30 2017-06-04 1.49 226422.86 59349.56 86778.91
## 6019 31 2017-05-28 1.50 237363.56 55170.16 89547.81
## 6020 32 2017-05-21 1.50 227842.05 56077.90 87872.71
## 6021 33 2017-05-14 1.41 224626.96 52616.28 77142.23
## 6022 34 2017-05-07 1.36 303551.54 76880.62 106192.08
## 6023 35 2017-04-30 1.53 235698.79 57129.17 87500.56
## 6024 36 2017-04-23 1.50 220970.07 48220.74 78264.66
## 6025 37 2017-04-16 1.56 203220.34 48494.75 77380.84
## 6026 38 2017-04-09 1.54 201298.91 50325.29 75492.06
## 6027 39 2017-04-02 1.48 231427.69 47420.03 85811.10
## 6028 40 2017-03-26 1.48 225271.53 48843.91 94477.70
## 6029 41 2017-03-19 1.47 206732.76 42389.40 89209.74
## 6030 42 2017-03-12 1.55 207026.03 48009.39 87659.78
## 6031 43 2017-03-05 1.41 202553.07 43409.71 87666.41
## 6032 44 2017-02-26 1.26 241552.96 50330.36 118606.57
## 6033 45 2017-02-19 1.33 198557.90 46010.49 78996.07
## 6034 46 2017-02-12 1.25 206762.31 58973.85 74076.16
## 6035 47 2017-02-05 0.95 359702.04 95176.35 172311.19
## 6036 48 2017-01-29 1.33 213609.12 48872.88 86135.67
## 6037 49 2017-01-22 1.18 247754.70 42582.24 116159.86
## 6038 50 2017-01-15 1.37 196897.85 39546.13 84479.17
## 6039 51 2017-01-08 1.28 219338.92 56739.54 80201.70
## 6040 52 2017-01-01 1.21 217051.50 47765.32 94571.69
## 6041 0 2017-12-31 0.93 1182647.50 144034.24 845964.70
## 6042 1 2017-12-24 1.36 707646.11 83138.48 417905.67
## 6043 2 2017-12-17 1.49 620053.78 113959.92 275986.91
## 6044 3 2017-12-10 1.13 1021445.27 142085.83 277789.30
## 6045 4 2017-12-03 1.56 654739.00 99971.00 378155.00
## 6046 5 2017-11-26 1.70 506394.00 71736.00 278263.00
## 6047 6 2017-11-19 1.71 555872.00 86790.00 285841.00
## 6048 7 2017-11-12 1.78 541010.00 90581.00 276787.00
## 6049 8 2017-11-05 1.77 538967.37 96105.50 284220.43
## 6050 9 2017-10-29 1.94 551605.92 117423.10 268773.52
## 6051 10 2017-10-22 2.06 519814.03 84590.83 275588.35
## 6052 11 2017-10-15 2.11 546055.57 89191.92 288024.23
## 6053 12 2017-10-08 2.22 516320.59 62315.40 296817.34
## 6054 13 2017-10-01 2.14 537708.81 73349.22 293404.88
## 6055 14 2017-09-24 2.07 551895.80 79162.45 322016.51
## 6056 15 2017-09-17 2.15 553215.27 59561.15 315414.15
## 6057 16 2017-09-10 2.02 590590.10 65245.47 318095.50
## 6058 17 2017-09-03 2.00 614460.20 65246.80 343566.36
## 6059 18 2017-08-27 1.93 624618.47 87298.17 336708.41
## 6060 19 2017-08-20 1.88 674811.14 91477.74 349704.00
## 6061 20 2017-08-13 1.89 640354.46 64033.75 355733.16
## 6062 21 2017-08-06 1.72 692140.55 68696.24 401419.79
## 6063 22 2017-07-30 1.62 735265.55 76110.93 447892.34
## 6064 23 2017-07-23 1.59 752799.06 79551.49 459858.58
## 6065 24 2017-07-16 1.54 801887.84 91095.18 486178.44
## 6066 25 2017-07-09 1.54 880107.48 82890.07 504037.61
## 6067 26 2017-07-02 1.45 943746.50 128743.48 534893.06
## 6068 27 2017-06-25 1.44 868770.67 132426.14 473567.46
## 6069 28 2017-06-18 1.53 862382.95 68578.06 549159.54
## 6070 29 2017-06-11 1.60 807370.03 87526.68 514710.25
## 6071 30 2017-06-04 1.64 776194.77 79878.40 493631.53
## 6072 31 2017-05-28 1.63 781085.77 62151.32 538899.85
## 6073 32 2017-05-21 1.64 764241.14 67698.15 496380.19
## 6074 33 2017-05-14 1.60 792532.64 99653.40 470279.57
## 6075 34 2017-05-07 1.51 976084.98 133904.86 591928.07
## 6076 35 2017-04-30 1.62 787324.19 81817.28 498579.75
## 6077 36 2017-04-23 1.63 719367.50 81460.10 470214.98
## 6078 37 2017-04-16 1.65 742675.28 65083.44 490301.80
## 6079 38 2017-04-09 1.65 699592.47 70040.01 454691.92
## 6080 39 2017-04-02 1.65 676300.83 64888.08 452598.70
## 6081 40 2017-03-26 1.64 656875.03 60039.23 432870.45
## 6082 41 2017-03-19 1.64 678898.01 61927.68 448962.74
## 6083 42 2017-03-12 1.66 665364.72 59930.13 446178.36
## 6084 43 2017-03-05 1.62 680803.20 59136.57 454626.10
## 6085 44 2017-02-26 1.61 674827.05 52553.89 442525.98
## 6086 45 2017-02-19 1.27 728402.35 61491.20 461727.30
## 6087 46 2017-02-12 1.05 874349.55 144293.33 454380.75
## 6088 47 2017-02-05 0.70 1621253.97 378806.26 912672.33
## 6089 48 2017-01-29 1.10 830499.38 86213.34 511365.64
## 6090 49 2017-01-22 1.21 845065.66 120093.41 497235.79
## 6091 50 2017-01-15 1.23 776820.81 78836.36 480071.92
## 6092 51 2017-01-08 1.16 822522.24 79629.99 499835.88
## 6093 52 2017-01-01 1.15 803348.87 87695.70 531287.44
## 6094 0 2017-12-31 0.86 278128.16 86072.67 43570.02
## 6095 1 2017-12-24 1.36 159238.40 34443.54 41602.51
## 6096 2 2017-12-17 1.30 169219.79 21459.60 53838.76
## 6097 3 2017-12-10 1.16 234296.59 5977.05 88000.51
## 6098 4 2017-12-03 1.05 302992.00 5197.00 133150.00
## 6099 5 2017-11-26 1.23 165103.00 3566.00 62154.00
## 6100 6 2017-11-19 1.01 247158.00 4314.00 89762.00
## 6101 7 2017-11-12 0.90 324830.00 5473.00 119880.00
## 6102 8 2017-11-05 1.01 320427.23 4581.41 121602.23
## 6103 9 2017-10-29 1.42 233003.46 4682.70 80070.26
## 6104 10 2017-10-22 1.75 181203.19 4778.41 59196.88
## 6105 11 2017-10-15 1.81 182274.57 6137.38 59691.71
## 6106 12 2017-10-08 1.90 170365.80 6658.45 50674.92
## 6107 13 2017-10-01 1.86 183683.68 7514.77 58917.31
## 6108 14 2017-09-24 1.79 182714.75 4560.35 68227.85
## 6109 15 2017-09-17 1.79 184434.69 4223.33 69168.18
## 6110 16 2017-09-10 1.75 210180.81 4525.65 74602.50
## 6111 17 2017-09-03 1.72 212627.84 4651.19 73801.87
## 6112 18 2017-08-27 1.31 253876.89 4199.84 88697.40
## 6113 19 2017-08-20 1.15 307618.14 4339.15 107640.20
## 6114 20 2017-08-13 1.34 261153.80 4609.64 92313.29
## 6115 21 2017-08-06 1.46 236484.90 4310.92 88272.35
## 6116 22 2017-07-30 1.48 213593.10 3801.61 82403.53
## 6117 23 2017-07-23 1.47 215667.84 4245.43 85748.65
## 6118 24 2017-07-16 1.50 218147.06 3860.38 91780.98
## 6119 25 2017-07-09 1.09 255253.55 3260.92 95015.46
## 6120 26 2017-07-02 0.79 336087.28 3711.44 101205.94
## 6121 27 2017-06-25 0.80 337211.80 4289.76 100910.25
## 6122 28 2017-06-18 1.09 281486.15 4452.82 110401.61
## 6123 29 2017-06-11 0.87 365008.71 7487.38 85499.13
## 6124 30 2017-06-04 1.00 337444.34 11153.71 83649.82
## 6125 31 2017-05-28 0.96 303442.79 10451.69 76776.70
## 6126 32 2017-05-21 1.00 260725.30 7946.27 73693.15
## 6127 33 2017-05-14 0.76 313988.97 8786.74 87347.28
## 6128 34 2017-05-07 0.60 538518.77 8438.14 131508.13
## 6129 35 2017-04-30 1.10 242716.93 11133.59 89607.64
## 6130 36 2017-04-23 1.13 205401.48 7434.43 68248.73
## 6131 37 2017-04-16 1.06 261398.15 7865.99 77040.01
## 6132 38 2017-04-09 1.17 215849.78 8795.66 76148.94
## 6133 39 2017-04-02 1.01 290569.60 7282.55 72866.01
## 6134 40 2017-03-26 1.16 221214.93 2737.56 75138.64
## 6135 41 2017-03-19 0.95 263837.93 2059.16 71214.46
## 6136 42 2017-03-12 0.90 284997.70 3110.30 77406.82
## 6137 43 2017-03-05 0.78 272988.49 2739.88 82627.36
## 6138 44 2017-02-26 0.78 282344.52 3306.70 108390.14
## 6139 45 2017-02-19 0.70 303146.46 2623.77 93502.67
## 6140 46 2017-02-12 0.65 320492.68 3907.11 131463.63
## 6141 47 2017-02-05 0.65 411450.85 3229.39 181550.84
## 6142 48 2017-01-29 0.71 325944.73 3040.61 118753.45
## 6143 49 2017-01-22 0.69 380429.31 3186.11 142025.18
## 6144 50 2017-01-15 0.76 346523.78 2939.57 125731.86
## 6145 51 2017-01-08 0.82 285027.21 4147.01 126967.13
## 6146 52 2017-01-01 0.64 329279.29 2646.83 130250.60
## 6147 0 2017-12-31 0.80 221203.78 103506.03 30763.37
## 6148 1 2017-12-24 1.06 140322.03 47451.51 20793.80
## 6149 2 2017-12-17 1.03 162900.37 55232.97 32627.00
## 6150 3 2017-12-10 1.10 149626.60 62869.74 18377.18
## 6151 4 2017-12-03 0.99 194796.00 74697.00 45552.00
## 6152 5 2017-11-26 1.04 126378.00 60008.00 16437.00
## 6153 6 2017-11-19 0.97 169553.00 78940.00 14167.00
## 6154 7 2017-11-12 0.97 196433.00 98437.00 14574.00
## 6155 8 2017-11-05 0.96 222749.35 108463.21 15618.10
## 6156 9 2017-10-29 1.22 165260.84 72722.59 18568.73
## 6157 10 2017-10-22 1.55 111491.11 46747.30 15690.62
## 6158 11 2017-10-15 1.71 109664.86 47436.39 16441.16
## 6159 12 2017-10-08 1.83 103123.48 46870.14 8224.80
## 6160 13 2017-10-01 1.72 118344.44 53367.76 13597.94
## 6161 14 2017-09-24 1.69 120872.81 53450.48 16472.11
## 6162 15 2017-09-17 1.70 120600.86 51846.36 16291.52
## 6163 16 2017-09-10 1.68 135633.34 54122.63 19954.70
## 6164 17 2017-09-03 1.62 127613.24 53867.78 21626.87
## 6165 18 2017-08-27 1.26 176231.47 86236.44 19787.99
## 6166 19 2017-08-20 1.23 211279.90 93230.93 20982.37
## 6167 20 2017-08-13 1.52 151390.04 59728.76 19181.67
## 6168 21 2017-08-06 1.21 194759.03 82089.07 24630.41
## 6169 22 2017-07-30 1.22 170792.43 87045.12 20908.30
## 6170 23 2017-07-23 1.39 137783.13 62106.54 20698.51
## 6171 24 2017-07-16 1.36 150749.34 61744.88 28471.78
## 6172 25 2017-07-09 0.95 240071.43 94170.47 28458.64
## 6173 26 2017-07-02 0.85 276442.30 109297.17 29874.64
## 6174 27 2017-06-25 0.86 243935.99 100495.93 26548.19
## 6175 28 2017-06-18 0.81 304247.54 115493.41 35647.10
## 6176 29 2017-06-11 0.98 181254.11 82013.93 22618.84
## 6177 30 2017-06-04 1.10 196391.15 82888.11 20624.08
## 6178 31 2017-05-28 1.24 182566.46 81187.49 20819.14
## 6179 32 2017-05-21 1.16 180283.53 84951.87 22123.26
## 6180 33 2017-05-14 0.99 210349.00 91332.73 15547.02
## 6181 34 2017-05-07 0.93 276421.87 126893.08 33865.90
## 6182 35 2017-04-30 1.18 199643.40 87269.79 27191.09
## 6183 36 2017-04-23 1.26 166919.21 70224.87 19859.62
## 6184 37 2017-04-16 0.99 242720.67 97052.67 23006.95
## 6185 38 2017-04-09 1.07 225843.95 107031.40 23208.36
## 6186 39 2017-04-02 1.23 174975.95 75024.52 25021.32
## 6187 40 2017-03-26 1.26 153513.23 68172.26 23491.33
## 6188 41 2017-03-19 1.30 136371.39 64865.99 24224.72
## 6189 42 2017-03-12 1.29 140126.45 62328.69 32440.45
## 6190 43 2017-03-05 1.14 166169.72 74969.93 29779.78
## 6191 44 2017-02-26 1.04 186429.24 63979.21 49174.69
## 6192 45 2017-02-19 1.07 159054.67 60793.07 31711.26
## 6193 46 2017-02-12 0.78 226525.29 100274.00 43260.87
## 6194 47 2017-02-05 0.69 323030.81 140453.99 60090.44
## 6195 48 2017-01-29 1.06 163084.68 66807.47 32338.23
## 6196 49 2017-01-22 0.91 197072.56 75919.97 47945.33
## 6197 50 2017-01-15 0.97 200226.42 90931.56 32602.28
## 6198 51 2017-01-08 0.86 226219.71 105022.53 34667.40
## 6199 52 2017-01-01 0.83 218881.63 87684.11 50243.59
## 6200 0 2017-12-31 0.90 1116393.20 481105.48 307423.18
## 6201 1 2017-12-24 0.99 1060456.59 565235.94 203334.65
## 6202 2 2017-12-17 0.83 1084068.05 540252.14 217661.59
## 6203 3 2017-12-10 0.75 1288280.85 637875.57 219736.68
## 6204 4 2017-12-03 0.85 1199422.00 575766.00 258400.00
## 6205 5 2017-11-26 0.95 898548.00 523362.00 160636.00
## 6206 6 2017-11-19 0.94 958421.00 561075.00 167540.00
## 6207 7 2017-11-12 0.96 1054327.00 509106.00 271438.00
## 6208 8 2017-11-05 0.96 1142499.74 600272.43 245464.06
## 6209 9 2017-10-29 1.05 1071345.81 548902.52 213645.56
## 6210 10 2017-10-22 1.10 1037930.19 525021.72 186939.29
## 6211 11 2017-10-15 1.28 884631.40 480909.50 174844.63
## 6212 12 2017-10-08 1.29 919708.71 488695.54 194837.09
## 6213 13 2017-10-01 1.30 893387.50 492841.54 170718.08
## 6214 14 2017-09-24 1.29 946384.19 523101.14 168546.34
## 6215 15 2017-09-17 1.24 982833.04 562493.44 181711.95
## 6216 16 2017-09-10 1.20 997274.92 569828.24 167025.65
## 6217 17 2017-09-03 1.23 1043009.46 589764.93 185508.07
## 6218 18 2017-08-27 1.13 1090966.44 631381.37 186107.13
## 6219 19 2017-08-20 0.99 1163466.68 624826.63 228512.25
## 6220 20 2017-08-13 1.00 1263766.23 677058.95 260341.69
## 6221 21 2017-08-06 0.98 1253537.50 663949.10 307186.94
## 6222 22 2017-07-30 1.03 1154233.85 636100.17 259717.64
## 6223 23 2017-07-23 0.99 1197803.17 640831.59 275273.34
## 6224 24 2017-07-16 0.98 1219892.61 572059.17 327858.80
## 6225 25 2017-07-09 0.84 1514500.00 675094.64 287850.86
## 6226 26 2017-07-02 0.90 1378563.61 637767.81 287481.13
## 6227 27 2017-06-25 0.89 1327166.18 688781.77 221432.21
## 6228 28 2017-06-18 0.90 1441940.59 734956.89 307811.08
## 6229 29 2017-06-11 0.90 1361774.87 734135.94 231555.96
## 6230 30 2017-06-04 0.93 1325912.38 712765.48 227992.90
## 6231 31 2017-05-28 0.93 1386906.10 747618.37 269246.45
## 6232 32 2017-05-21 0.91 1291606.06 728358.74 222773.66
## 6233 33 2017-05-14 0.95 1292071.56 674072.36 238304.70
## 6234 34 2017-05-07 0.89 1473846.78 824175.30 269156.57
## 6235 35 2017-04-30 0.90 1407490.70 653423.58 337551.65
## 6236 36 2017-04-23 0.85 1496361.87 673961.13 338732.54
## 6237 37 2017-04-16 0.87 1517178.55 756530.97 289149.09
## 6238 38 2017-04-09 0.90 1337046.52 710379.21 275048.24
## 6239 39 2017-04-02 0.83 1372247.80 798833.39 216633.21
## 6240 40 2017-03-26 0.91 1282796.85 700655.11 223658.42
## 6241 41 2017-03-19 0.94 1153699.28 591093.13 237495.22
## 6242 42 2017-03-12 0.90 1170640.71 617249.46 200229.13
## 6243 43 2017-03-05 0.93 1105083.35 558906.77 208324.30
## 6244 44 2017-02-26 0.73 1372811.19 821922.48 198567.11
## 6245 45 2017-02-19 0.76 1177312.94 501922.03 272758.35
## 6246 46 2017-02-12 0.70 1422345.94 624160.13 276020.88
## 6247 47 2017-02-05 0.65 1772501.55 882268.72 362714.58
## 6248 48 2017-01-29 0.73 1306293.11 789341.03 172742.07
## 6249 49 2017-01-22 0.70 1382964.89 850531.30 222669.42
## 6250 50 2017-01-15 0.70 1389716.89 750093.63 313392.54
## 6251 51 2017-01-08 0.78 1247488.60 556814.80 343124.23
## 6252 52 2017-01-01 0.68 1336539.20 526727.72 438041.57
## 6253 0 2017-12-31 0.94 938481.85 127052.75 355322.20
## 6254 1 2017-12-24 1.19 675592.64 142027.32 171218.36
## 6255 2 2017-12-17 1.13 646736.55 157024.25 154962.46
## 6256 3 2017-12-10 0.97 886841.87 150700.53 330683.28
## 6257 4 2017-12-03 1.10 849840.00 149815.00 325073.00
## 6258 5 2017-11-26 1.36 543243.00 125916.00 171383.00
## 6259 6 2017-11-19 1.13 701022.00 132242.00 196662.00
## 6260 7 2017-11-12 1.03 847836.00 137872.00 269918.00
## 6261 8 2017-11-05 1.07 934570.70 122060.91 320967.57
## 6262 9 2017-10-29 1.20 783939.18 130556.48 226576.70
## 6263 10 2017-10-22 1.43 638993.72 126273.71 238205.63
## 6264 11 2017-10-15 1.57 537139.26 126304.77 158787.10
## 6265 12 2017-10-08 1.60 537932.73 133463.10 140121.62
## 6266 13 2017-10-01 1.47 605234.66 114291.47 249372.98
## 6267 14 2017-09-24 1.60 499761.73 125319.71 161435.81
## 6268 15 2017-09-17 1.47 557213.38 150991.79 156645.07
## 6269 16 2017-09-10 1.56 585138.06 114529.62 167203.28
## 6270 17 2017-09-03 1.50 588489.26 122402.66 165312.08
## 6271 18 2017-08-27 1.10 896083.20 122874.44 379022.88
## 6272 19 2017-08-20 1.20 877603.13 113449.77 324067.53
## 6273 20 2017-08-13 1.46 635905.08 148506.19 198503.52
## 6274 21 2017-08-06 1.43 638888.58 145450.77 211822.19
## 6275 22 2017-07-30 1.19 787191.53 145887.05 313773.34
## 6276 23 2017-07-23 1.15 971350.62 149313.58 353625.53
## 6277 24 2017-07-16 1.46 642837.36 108383.89 207831.49
## 6278 25 2017-07-09 1.11 951407.12 164106.61 267690.26
## 6279 26 2017-07-02 1.19 813544.33 124815.87 182812.48
## 6280 27 2017-06-25 1.17 841763.42 165523.87 173432.50
## 6281 28 2017-06-18 1.14 890723.20 185315.80 198308.54
## 6282 29 2017-06-11 1.18 872407.69 192091.93 212252.78
## 6283 30 2017-06-04 1.16 895594.90 198732.29 179793.41
## 6284 31 2017-05-28 1.19 835834.41 172557.01 175140.35
## 6285 32 2017-05-21 1.23 750701.05 145486.51 205774.79
## 6286 33 2017-05-14 1.23 781305.34 166017.34 223913.99
## 6287 34 2017-05-07 1.13 904098.60 147250.97 357127.75
## 6288 35 2017-04-30 1.33 703503.26 145242.61 162526.92
## 6289 36 2017-04-23 1.15 766941.79 162809.94 163230.47
## 6290 37 2017-04-16 1.23 813466.54 164060.81 178842.29
## 6291 38 2017-04-09 1.31 704360.11 136193.81 164298.89
## 6292 39 2017-04-02 1.33 681540.61 150610.93 159643.84
## 6293 40 2017-03-26 1.42 630931.96 158588.80 150934.84
## 6294 41 2017-03-19 1.32 678002.96 152538.65 156751.57
## 6295 42 2017-03-12 1.32 673601.39 138467.07 157143.73
## 6296 43 2017-03-05 1.32 639567.49 142858.33 161939.15
## 6297 44 2017-02-26 1.15 782244.57 139037.76 237453.81
## 6298 45 2017-02-19 1.07 799071.01 153258.18 254318.67
## 6299 46 2017-02-12 0.96 821592.06 204917.87 291657.99
## 6300 47 2017-02-05 0.77 1258952.81 239163.63 502457.31
## 6301 48 2017-01-29 1.05 887964.38 172614.57 214811.63
## 6302 49 2017-01-22 1.03 906838.40 149313.21 268029.66
## 6303 50 2017-01-15 1.04 808771.72 147752.34 212522.91
## 6304 51 2017-01-08 0.92 844689.96 169103.67 249167.67
## 6305 52 2017-01-01 0.80 959368.84 138364.14 336467.73
## 6306 0 2017-12-31 0.84 467584.30 146333.69 91027.90
## 6307 1 2017-12-24 1.25 298146.18 50834.19 57335.28
## 6308 2 2017-12-17 1.08 369196.72 60128.92 98625.18
## 6309 3 2017-12-10 1.13 311949.95 89161.52 44929.63
## 6310 4 2017-12-03 0.97 515907.00 101693.00 183341.00
## 6311 5 2017-11-26 1.21 229292.00 71317.00 40629.00
## 6312 6 2017-11-19 0.99 353938.00 112881.00 39979.00
## 6313 7 2017-11-12 0.93 432903.00 163957.00 42219.00
## 6314 8 2017-11-05 1.00 426643.42 154127.34 42917.02
## 6315 9 2017-10-29 1.28 316276.92 91775.45 40457.01
## 6316 10 2017-10-22 1.59 230384.71 57747.31 39113.60
## 6317 11 2017-10-15 1.79 205378.62 57304.56 33515.01
## 6318 12 2017-10-08 1.94 208300.17 55417.49 17297.60
## 6319 13 2017-10-01 1.88 215840.47 56101.34 24145.02
## 6320 14 2017-09-24 1.82 234792.97 61575.52 32561.28
## 6321 15 2017-09-17 1.84 231672.30 56672.38 29720.64
## 6322 16 2017-09-10 1.80 251097.79 60774.27 32685.75
## 6323 17 2017-09-03 1.68 234930.31 58131.60 35365.15
## 6324 18 2017-08-27 1.32 304000.24 99924.49 29648.99
## 6325 19 2017-08-20 1.25 388250.81 113908.85 34529.25
## 6326 20 2017-08-13 1.55 286679.02 64304.67 33590.30
## 6327 21 2017-08-06 1.25 400745.99 101371.87 45320.08
## 6328 22 2017-07-30 1.29 339850.04 114942.57 39063.15
## 6329 23 2017-07-23 1.55 267254.47 66396.62 40479.00
## 6330 24 2017-07-16 1.18 385966.55 100370.00 55199.44
## 6331 25 2017-07-09 0.99 502774.82 119584.90 56064.04
## 6332 26 2017-07-02 1.22 392513.77 65065.41 63951.02
## 6333 27 2017-06-25 1.01 402914.93 96114.24 58116.71
## 6334 28 2017-06-18 0.85 668936.01 127581.26 129555.86
## 6335 29 2017-06-11 1.28 315240.72 71644.61 61426.82
## 6336 30 2017-06-04 1.26 361513.16 77883.80 57322.69
## 6337 31 2017-05-28 1.29 361905.98 83266.74 48464.11
## 6338 32 2017-05-21 1.32 307674.16 71333.90 44186.58
## 6339 33 2017-05-14 1.03 445350.61 110697.80 44186.84
## 6340 34 2017-05-07 0.99 625475.58 160714.71 82132.76
## 6341 35 2017-04-30 1.48 324983.09 64498.25 50224.27
## 6342 36 2017-04-23 1.46 295788.03 60299.30 42596.28
## 6343 37 2017-04-16 1.45 342545.94 68514.24 51563.48
## 6344 38 2017-04-09 1.51 284715.12 64658.67 48429.11
## 6345 39 2017-04-02 1.48 288639.34 65914.28 45497.47
## 6346 40 2017-03-26 1.48 289107.02 69601.63 44602.74
## 6347 41 2017-03-19 1.48 262116.19 71290.38 45054.51
## 6348 42 2017-03-12 1.44 238211.13 73391.30 40214.51
## 6349 43 2017-03-05 0.97 383170.95 117593.23 42026.91
## 6350 44 2017-02-26 0.83 540315.74 133389.93 105832.88
## 6351 45 2017-02-19 1.07 311270.60 82084.73 46507.12
## 6352 46 2017-02-12 0.74 475602.70 148920.01 87966.44
## 6353 47 2017-02-05 0.65 797699.81 214826.74 228906.58
## 6354 48 2017-01-29 1.01 381506.20 125847.46 70435.94
## 6355 49 2017-01-22 0.84 616589.93 129912.94 202323.91
## 6356 50 2017-01-15 0.98 397115.64 124452.62 72303.07
## 6357 51 2017-01-08 0.90 470643.79 157160.74 76519.91
## 6358 52 2017-01-01 0.75 480612.79 100364.10 165059.57
## 6359 0 2017-12-31 1.09 202635.01 2522.84 103361.16
## 6360 1 2017-12-24 1.64 130735.97 2190.40 59470.20
## 6361 2 2017-12-17 1.25 162923.49 2042.43 74185.34
## 6362 3 2017-12-10 1.61 107018.62 2211.54 52467.15
## 6363 4 2017-12-03 0.99 301527.00 2268.00 182507.00
## 6364 5 2017-11-26 1.65 96700.00 1864.00 50330.00
## 6365 6 2017-11-19 1.40 139279.00 2688.00 68242.00
## 6366 7 2017-11-12 1.59 110784.00 2585.00 49202.00
## 6367 8 2017-11-05 1.70 103715.88 2335.02 46898.66
## 6368 9 2017-10-29 1.55 138190.33 2263.72 65813.83
## 6369 10 2017-10-22 1.96 97132.42 2538.84 37656.26
## 6370 11 2017-10-15 2.07 94071.58 3559.98 37970.75
## 6371 12 2017-10-08 2.19 86753.64 2689.21 30568.23
## 6372 13 2017-10-01 2.09 97411.58 3178.13 35898.69
## 6373 14 2017-09-24 1.96 113272.89 2101.47 48552.76
## 6374 15 2017-09-17 1.99 100498.79 1713.76 40378.99
## 6375 16 2017-09-10 1.86 111733.79 2360.30 46227.08
## 6376 17 2017-09-03 1.65 127147.57 2659.69 52612.04
## 6377 18 2017-08-27 1.74 112023.41 1978.65 45102.68
## 6378 19 2017-08-20 1.70 124908.76 2503.59 47876.89
## 6379 20 2017-08-13 1.70 125212.99 3912.70 48945.22
## 6380 21 2017-08-06 1.45 167234.75 2082.16 69687.29
## 6381 22 2017-07-30 1.63 127602.86 2162.74 49417.90
## 6382 23 2017-07-23 1.68 136088.12 2240.69 56572.58
## 6383 24 2017-07-16 1.42 169837.53 2520.38 70377.13
## 6384 25 2017-07-09 1.43 178186.11 2225.40 71380.42
## 6385 26 2017-07-02 1.51 192007.39 2073.97 71125.60
## 6386 27 2017-06-25 1.74 142258.18 2010.17 54017.53
## 6387 28 2017-06-18 1.29 245293.35 2180.87 96015.63
## 6388 29 2017-06-11 1.79 158876.02 2308.29 64251.02
## 6389 30 2017-06-04 1.88 162051.09 2254.78 74167.19
## 6390 31 2017-05-28 1.85 165718.77 1824.13 70747.33
## 6391 32 2017-05-21 1.88 148499.08 1972.51 64369.19
## 6392 33 2017-05-14 1.87 151273.21 1659.83 68015.22
## 6393 34 2017-05-07 1.46 254982.52 2037.53 134403.02
## 6394 35 2017-04-30 1.83 157868.62 2008.80 72819.17
## 6395 36 2017-04-23 1.67 146024.28 1826.18 67510.44
## 6396 37 2017-04-16 1.67 175861.50 1857.22 80672.38
## 6397 38 2017-04-09 1.73 144360.97 2187.70 69915.75
## 6398 39 2017-04-02 1.73 140629.70 1804.04 68299.15
## 6399 40 2017-03-26 1.71 149479.58 1890.37 71916.37
## 6400 41 2017-03-19 1.73 141712.21 1749.65 70210.67
## 6401 42 2017-03-12 1.73 129820.93 1645.17 64057.69
## 6402 43 2017-03-05 1.50 128203.51 1498.24 59098.06
## 6403 44 2017-02-26 1.02 238305.05 1386.96 140947.20
## 6404 45 2017-02-19 1.42 141775.80 1224.48 80219.40
## 6405 46 2017-02-12 1.13 176589.86 1277.43 107963.46
## 6406 47 2017-02-05 0.81 391313.63 1573.98 298897.77
## 6407 48 2017-01-29 1.29 168252.20 1391.78 100681.06
## 6408 49 2017-01-22 0.92 322366.88 1152.99 227003.50
## 6409 50 2017-01-15 1.29 166158.43 935.22 107348.70
## 6410 51 2017-01-08 1.26 174079.23 1225.77 102134.85
## 6411 52 2017-01-01 0.77 306129.40 1217.67 224774.25
## 6412 0 2017-12-31 0.92 4398887.92 1092011.22 1740608.60
## 6413 1 2017-12-24 1.30 2860693.26 507534.15 1076521.40
## 6414 2 2017-12-17 1.22 3023285.74 605188.35 1037403.48
## 6415 3 2017-12-10 1.18 3258080.63 609987.32 926924.56
## 6416 4 2017-12-03 1.15 3837027.00 603156.00 1732528.00
## 6417 5 2017-11-26 1.38 2254700.00 483896.00 837408.00
## 6418 6 2017-11-19 1.23 2983690.00 581511.00 991256.00
## 6419 7 2017-11-12 1.19 3284210.00 699961.00 1049661.00
## 6420 8 2017-11-05 1.26 3225071.95 696600.38 1043530.21
## 6421 9 2017-10-29 1.52 2739607.48 570308.79 901889.60
## 6422 10 2017-10-22 1.75 2247856.71 444286.92 806545.92
## 6423 11 2017-10-15 1.86 2221613.58 446922.80 801194.66
## 6424 12 2017-10-08 1.98 2063573.51 419515.35 658131.80
## 6425 13 2017-10-01 1.89 2289168.77 444534.18 780137.97
## 6426 14 2017-09-24 1.83 2415482.04 458465.32 895147.87
## 6427 15 2017-09-17 1.86 2358162.43 421369.74 851995.69
## 6428 16 2017-09-10 1.81 2589499.71 441483.65 913391.31
## 6429 17 2017-09-03 1.73 2638911.89 445855.59 975125.15
## 6430 18 2017-08-27 1.49 2973144.04 629034.10 996526.74
## 6431 19 2017-08-20 1.44 3378088.25 666458.42 1089386.32
## 6432 20 2017-08-13 1.57 2971011.18 504445.27 1051826.50
## 6433 21 2017-08-06 1.42 3357719.29 574437.85 1199617.75
## 6434 22 2017-07-30 1.44 3127451.33 628374.02 1159890.30
## 6435 23 2017-07-23 1.47 3014558.52 557159.67 1180490.16
## 6436 24 2017-07-16 1.38 3372297.92 613737.91 1337473.31
## 6437 25 2017-07-09 1.20 4104371.46 695313.32 1385858.46
## 6438 26 2017-07-02 1.18 4250394.01 740503.01 1423924.97
## 6439 27 2017-06-25 1.15 3938985.06 718886.46 1270259.61
## 6440 28 2017-06-18 1.12 4668135.31 707122.82 1685604.76
## 6441 29 2017-06-11 1.27 3714237.95 596035.19 1338515.62
## 6442 30 2017-06-04 1.33 3649478.04 559144.79 1336833.13
## 6443 31 2017-05-28 1.37 3562841.46 580440.94 1365403.08
## 6444 32 2017-05-21 1.34 3415474.26 605625.06 1302177.14
## 6445 33 2017-05-14 1.19 3901825.70 649626.44 1290414.96
## 6446 34 2017-05-07 1.10 5308891.12 923002.11 1932630.68
## 6447 35 2017-04-30 1.38 3584134.90 633332.25 1431880.81
## 6448 36 2017-04-23 1.38 3193269.98 536784.83 1228762.83
## 6449 37 2017-04-16 1.36 3543152.49 561509.96 1337527.18
## 6450 38 2017-04-09 1.41 3149013.04 583906.30 1255688.28
## 6451 39 2017-04-02 1.41 3081036.18 504640.46 1212295.86
## 6452 40 2017-03-26 1.42 3002195.77 474956.60 1228379.13
## 6453 41 2017-03-19 1.39 2975356.86 463863.64 1224340.81
## 6454 42 2017-03-12 1.38 2883466.63 460240.32 1259335.82
## 6455 43 2017-03-05 1.24 3197341.66 563498.27 1313704.16
## 6456 44 2017-02-26 1.08 3848715.52 565282.75 1692494.90
## 6457 45 2017-02-19 1.10 3184221.55 458082.87 1329999.72
## 6458 46 2017-02-12 0.88 4129136.03 765348.23 1694610.53
## 6459 47 2017-02-05 0.73 6575186.76 1338529.97 3117639.02
## 6460 48 2017-01-29 1.01 3799154.10 593815.23 1631554.73
## 6461 49 2017-01-22 0.95 4696372.14 680490.86 2241043.46
## 6462 50 2017-01-15 1.05 3893220.87 667328.63 1705655.80
## 6463 51 2017-01-08 0.99 4067134.96 725716.77 1755106.40
## 6464 52 2017-01-01 0.88 4225245.40 636277.70 2157249.60
## 6465 0 2017-12-31 1.37 195897.40 35962.67 106173.46
## 6466 1 2017-12-24 1.37 217968.19 37343.09 115065.17
## 6467 2 2017-12-17 1.37 196746.00 35590.92 101937.40
## 6468 3 2017-12-10 1.13 274939.00 43089.18 163729.22
## 6469 4 2017-12-03 1.27 231977.00 39382.00 127730.00
## 6470 5 2017-11-26 1.30 191490.00 30488.00 89564.00
## 6471 6 2017-11-19 1.30 216608.00 30820.00 97308.00
## 6472 7 2017-11-12 1.38 201442.00 31166.00 99684.00
## 6473 8 2017-11-05 1.45 191459.87 31048.20 99317.22
## 6474 9 2017-10-29 1.47 203026.62 30541.03 117170.48
## 6475 10 2017-10-22 1.43 206115.08 30373.68 111836.53
## 6476 11 2017-10-15 1.48 205858.60 32691.30 112916.52
## 6477 12 2017-10-08 1.54 164699.75 34256.95 79474.31
## 6478 13 2017-10-01 1.45 213952.02 37491.09 115716.48
## 6479 14 2017-09-24 1.44 209982.19 36336.43 122032.96
## 6480 15 2017-09-17 1.46 189035.91 32973.74 107531.22
## 6481 16 2017-09-10 1.51 180874.92 32675.66 97799.79
## 6482 17 2017-09-03 1.53 212828.72 39153.66 117858.62
## 6483 18 2017-08-27 1.48 214056.41 40614.08 112224.82
## 6484 19 2017-08-20 1.47 212934.98 40413.35 104200.02
## 6485 20 2017-08-13 1.43 238229.99 42116.11 127782.88
## 6486 21 2017-08-06 1.37 235902.96 42012.76 129112.23
## 6487 22 2017-07-30 1.36 222758.77 41369.26 115565.26
## 6488 23 2017-07-23 1.38 224207.07 44426.16 116786.25
## 6489 24 2017-07-16 1.38 224434.92 42951.31 120360.02
## 6490 25 2017-07-09 1.47 237446.62 41065.78 129466.37
## 6491 26 2017-07-02 1.48 226114.96 40997.57 111399.05
## 6492 27 2017-06-25 1.46 222447.25 40132.56 121032.80
## 6493 28 2017-06-18 1.50 238389.11 45186.48 131057.91
## 6494 29 2017-06-11 1.50 232728.73 50902.99 115824.28
## 6495 30 2017-06-04 1.55 247060.03 50484.86 118452.04
## 6496 31 2017-05-28 1.56 275488.47 53527.90 137082.84
## 6497 32 2017-05-21 1.51 244638.89 52736.28 119601.86
## 6498 33 2017-05-14 1.54 239036.52 52237.47 95012.50
## 6499 34 2017-05-07 1.51 301180.77 53636.12 140316.58
## 6500 35 2017-04-30 1.48 268831.64 54369.02 135977.00
## 6501 36 2017-04-23 1.49 225681.54 53508.78 103642.10
## 6502 37 2017-04-16 1.56 261861.07 50600.52 123726.97
## 6503 38 2017-04-09 1.48 251676.02 47837.77 121350.21
## 6504 39 2017-04-02 1.46 239412.64 53424.06 110824.96
## 6505 40 2017-03-26 1.38 254599.21 52944.04 131659.03
## 6506 41 2017-03-19 1.40 243265.50 59161.21 118545.42
## 6507 42 2017-03-12 1.42 245928.12 51306.88 126552.09
## 6508 43 2017-03-05 1.19 273485.30 53961.57 151537.00
## 6509 44 2017-02-26 1.29 260743.16 52855.29 139066.59
## 6510 45 2017-02-19 1.28 224541.20 56042.20 104680.99
## 6511 46 2017-02-12 1.13 276755.29 105170.96 106548.49
## 6512 47 2017-02-05 1.14 348380.90 117876.11 153442.16
## 6513 48 2017-01-29 1.25 267917.78 64322.44 129735.77
## 6514 49 2017-01-22 1.40 266851.77 49774.50 135845.63
## 6515 50 2017-01-15 1.44 251547.43 47536.54 126095.12
## 6516 51 2017-01-08 1.30 275064.65 51590.90 153751.13
## 6517 52 2017-01-01 1.35 235430.29 41800.77 136109.66
## 6518 0 2017-12-31 1.42 245203.25 4805.09 183945.55
## 6519 1 2017-12-24 1.50 225990.67 5610.69 161963.18
## 6520 2 2017-12-17 1.44 228292.45 6271.96 160129.76
## 6521 3 2017-12-10 1.14 447122.29 18098.00 359319.53
## 6522 4 2017-12-03 1.55 231210.00 5716.00 166828.00
## 6523 5 2017-11-26 1.38 229399.00 5695.00 153323.00
## 6524 6 2017-11-19 1.38 264765.00 4591.00 169972.00
## 6525 7 2017-11-12 1.56 226866.00 6490.00 162389.00
## 6526 8 2017-11-05 1.53 240615.51 5209.01 161648.13
## 6527 9 2017-10-29 1.53 247946.32 5938.74 188044.00
## 6528 10 2017-10-22 1.50 244786.18 7441.12 179802.05
## 6529 11 2017-10-15 1.58 236604.19 7043.32 177668.62
## 6530 12 2017-10-08 1.60 217988.15 7540.43 159211.65
## 6531 13 2017-10-01 1.60 250057.54 6770.97 189987.47
## 6532 14 2017-09-24 1.59 228615.67 4809.81 181192.01
## 6533 15 2017-09-17 1.54 222593.17 7488.87 162728.73
## 6534 16 2017-09-10 1.57 243134.01 5195.18 182049.97
## 6535 17 2017-09-03 1.74 224635.60 4476.51 165217.63
## 6536 18 2017-08-27 1.78 220520.33 4245.98 160115.84
## 6537 19 2017-08-20 1.74 223619.15 3659.65 155326.78
## 6538 20 2017-08-13 1.63 263624.63 4240.00 193118.61
## 6539 21 2017-08-06 1.60 262304.20 5057.28 200007.70
## 6540 22 2017-07-30 1.56 258166.40 5477.90 190639.60
## 6541 23 2017-07-23 1.59 264308.37 8142.48 201585.67
## 6542 24 2017-07-16 1.59 265615.87 10004.17 205771.60
## 6543 25 2017-07-09 1.72 273059.91 10848.33 198967.11
## 6544 26 2017-07-02 1.76 259782.83 9173.43 191483.01
## 6545 27 2017-06-25 1.68 275912.97 8658.16 220849.19
## 6546 28 2017-06-18 1.79 256900.68 5734.57 195637.72
## 6547 29 2017-06-11 1.75 296173.79 11601.99 218427.65
## 6548 30 2017-06-04 1.81 288516.73 10922.08 216912.96
## 6549 31 2017-05-28 1.85 304340.56 10672.40 225753.07
## 6550 32 2017-05-21 1.80 279086.43 10370.09 208423.40
## 6551 33 2017-05-14 1.76 285282.20 4501.51 193014.31
## 6552 34 2017-05-07 1.61 369499.67 6754.65 251849.93
## 6553 35 2017-04-30 1.66 300311.86 7020.54 234305.43
## 6554 36 2017-04-23 1.76 267468.69 8180.90 201383.54
## 6555 37 2017-04-16 1.80 257405.41 6808.85 189287.26
## 6556 38 2017-04-09 1.74 284522.31 7409.75 199909.01
## 6557 39 2017-04-02 1.71 269090.51 10131.30 204310.58
## 6558 40 2017-03-26 1.58 270398.76 7860.88 203663.76
## 6559 41 2017-03-19 1.66 253838.30 5615.33 195073.06
## 6560 42 2017-03-12 1.65 248805.91 4902.42 186372.61
## 6561 43 2017-03-05 1.25 373924.25 8437.42 316785.84
## 6562 44 2017-02-26 1.59 259318.66 11083.37 193422.27
## 6563 45 2017-02-19 1.30 249027.94 30000.58 167971.32
## 6564 46 2017-02-12 1.14 395980.22 85641.41 249990.68
## 6565 47 2017-02-05 1.20 486542.38 52460.96 356398.62
## 6566 48 2017-01-29 1.46 292710.38 4741.29 220159.57
## 6567 49 2017-01-22 1.47 332672.05 4349.36 247185.31
## 6568 50 2017-01-15 1.43 284386.03 4665.17 223678.05
## 6569 51 2017-01-08 1.25 369468.59 5105.33 315473.05
## 6570 52 2017-01-01 1.64 232663.88 2772.36 188107.91
## 6571 0 2017-12-31 0.78 1391181.63 564063.25 209000.62
## 6572 1 2017-12-24 0.99 1063384.61 486643.36 150511.24
## 6573 2 2017-12-17 0.98 928716.60 429276.67 184347.17
## 6574 3 2017-12-10 0.79 1266364.71 459265.36 294180.18
## 6575 4 2017-12-03 0.77 1398400.00 540763.00 289729.00
## 6576 5 2017-11-26 0.88 991547.00 501157.00 134619.00
## 6577 6 2017-11-19 0.89 1142126.00 620361.00 134476.00
## 6578 7 2017-11-12 0.88 1256897.00 514065.00 251034.00
## 6579 8 2017-11-05 0.95 1363261.11 526090.63 264224.32
## 6580 9 2017-10-29 1.12 1126402.78 481864.71 189258.96
## 6581 10 2017-10-22 1.16 1008358.03 492168.22 128029.43
## 6582 11 2017-10-15 1.26 1029556.13 476686.67 149935.14
## 6583 12 2017-10-08 1.29 1042700.75 491561.89 146966.38
## 6584 13 2017-10-01 1.29 991939.31 472251.74 141695.25
## 6585 14 2017-09-24 1.25 949769.71 470511.08 145808.34
## 6586 15 2017-09-17 1.20 964460.21 460806.95 171011.56
## 6587 16 2017-09-10 1.10 1138315.80 606027.02 165584.72
## 6588 17 2017-09-03 1.19 852110.88 426423.84 171139.39
## 6589 18 2017-08-27 1.16 1109914.22 510226.80 195358.46
## 6590 19 2017-08-20 1.01 1096227.54 458024.37 216584.11
## 6591 20 2017-08-13 0.99 1332232.95 406049.08 395755.28
## 6592 21 2017-08-06 0.99 1192888.53 552895.89 251754.00
## 6593 22 2017-07-30 1.00 1117345.60 536258.78 203627.59
## 6594 23 2017-07-23 1.02 1088792.51 510127.52 214165.71
## 6595 24 2017-07-16 1.01 1143310.87 475986.48 251487.71
## 6596 25 2017-07-09 0.78 1513596.50 565234.20 223073.67
## 6597 26 2017-07-02 0.83 1348652.11 559731.32 240188.70
## 6598 27 2017-06-25 0.82 1352318.90 569850.04 285476.88
## 6599 28 2017-06-18 0.77 1755331.30 583952.66 412002.26
## 6600 29 2017-06-11 0.89 1240308.02 627610.50 201534.03
## 6601 30 2017-06-04 0.83 1377530.34 603106.83 192105.68
## 6602 31 2017-05-28 0.87 1315258.80 627786.36 268181.39
## 6603 32 2017-05-21 0.83 1262476.33 579270.57 219956.52
## 6604 33 2017-05-14 0.79 1444023.34 625728.18 231431.19
## 6605 34 2017-05-07 0.74 1789051.94 732114.63 350523.80
## 6606 35 2017-04-30 0.72 1832450.40 576270.01 451254.61
## 6607 36 2017-04-23 0.68 1776220.69 665435.93 352920.48
## 6608 37 2017-04-16 0.76 1402904.54 820487.46 207708.35
## 6609 38 2017-04-09 0.81 1244695.02 684059.72 272460.29
## 6610 39 2017-04-02 0.70 1543050.06 879079.77 183771.99
## 6611 40 2017-03-26 0.83 1074520.66 663134.30 182628.92
## 6612 41 2017-03-19 0.85 1016536.61 653306.71 183349.68
## 6613 42 2017-03-12 0.90 903586.21 619358.06 151499.32
## 6614 43 2017-03-05 0.74 1110895.97 697103.02 161909.48
## 6615 44 2017-02-26 0.53 1547337.25 1067091.80 116819.32
## 6616 45 2017-02-19 0.67 1190708.83 565042.04 142847.65
## 6617 46 2017-02-12 0.58 1420811.06 781130.12 148459.74
## 6618 47 2017-02-05 0.55 1977923.65 1026765.08 406006.03
## 6619 48 2017-01-29 0.70 1258481.11 789020.20 215934.35
## 6620 49 2017-01-22 0.68 1119168.10 798585.87 170357.81
## 6621 50 2017-01-15 0.53 1613159.67 1134750.48 184545.50
## 6622 51 2017-01-08 0.57 1417208.02 933181.79 198434.84
## 6623 52 2017-01-01 0.51 1475741.07 985040.19 290583.75
## 6624 0 2017-12-31 0.96 205202.95 67904.72 57394.76
## 6625 1 2017-12-24 1.30 148389.14 22248.67 58457.91
## 6626 2 2017-12-17 1.26 143975.58 18371.92 58045.77
## 6627 3 2017-12-10 1.26 167890.91 9368.90 83042.64
## 6628 4 2017-12-03 1.25 182891.00 8806.00 103238.00
## 6629 5 2017-11-26 1.40 115688.00 7132.00 51923.00
## 6630 6 2017-11-19 1.08 178437.00 7408.00 76810.00
## 6631 7 2017-11-12 1.03 202129.00 11814.00 89236.00
## 6632 8 2017-11-05 1.26 194103.11 8575.56 86633.97
## 6633 9 2017-10-29 1.63 152558.08 8565.38 65715.28
## 6634 10 2017-10-22 1.67 125746.37 8944.76 57230.12
## 6635 11 2017-10-15 1.76 120662.74 9351.20 52216.91
## 6636 12 2017-10-08 1.97 105043.74 10071.88 37063.61
## 6637 13 2017-10-01 1.84 128999.95 9051.01 53986.11
## 6638 14 2017-09-24 1.74 135854.22 7948.80 63487.06
## 6639 15 2017-09-17 1.86 126434.16 7889.87 55951.98
## 6640 16 2017-09-10 1.86 139315.43 8832.22 60421.90
## 6641 17 2017-09-03 1.70 145552.03 7686.15 61680.49
## 6642 18 2017-08-27 1.29 179853.82 8671.85 83185.36
## 6643 19 2017-08-20 1.39 174633.06 7182.87 83860.57
## 6644 20 2017-08-13 1.49 154354.18 7053.96 68255.91
## 6645 21 2017-08-06 1.35 170536.59 7818.03 78546.10
## 6646 22 2017-07-30 1.41 159525.40 7452.61 74597.93
## 6647 23 2017-07-23 1.36 155196.74 7482.96 70451.99
## 6648 24 2017-07-16 1.35 166601.37 9861.88 82250.49
## 6649 25 2017-07-09 1.08 209047.97 8754.14 85278.67
## 6650 26 2017-07-02 1.09 194572.17 8629.27 78472.44
## 6651 27 2017-06-25 1.04 197095.32 7378.96 72671.18
## 6652 28 2017-06-18 1.03 223221.90 11623.93 96522.44
## 6653 29 2017-06-11 0.98 224873.96 11584.14 72043.56
## 6654 30 2017-06-04 1.07 218092.41 11334.96 79916.60
## 6655 31 2017-05-28 1.19 188284.12 11651.62 77776.16
## 6656 32 2017-05-21 1.09 185608.56 13080.23 71966.19
## 6657 33 2017-05-14 0.85 268519.12 17926.54 93535.99
## 6658 34 2017-05-07 0.93 290014.77 22284.54 116928.39
## 6659 35 2017-04-30 1.18 212879.47 14827.79 86660.77
## 6660 36 2017-04-23 1.06 211977.98 11831.88 72470.48
## 6661 37 2017-04-16 1.14 205429.57 13018.13 79071.99
## 6662 38 2017-04-09 1.30 160389.47 11776.20 69900.70
## 6663 39 2017-04-02 1.26 166588.45 11375.50 61512.67
## 6664 40 2017-03-26 1.27 181489.14 12342.94 68119.93
## 6665 41 2017-03-19 1.25 168330.50 12798.54 60511.72
## 6666 42 2017-03-12 1.35 149318.47 10979.78 65279.45
## 6667 43 2017-03-05 1.35 150301.80 12865.79 66251.59
## 6668 44 2017-02-26 1.02 188900.46 12096.22 83033.68
## 6669 45 2017-02-19 0.94 179250.21 12336.44 74485.41
## 6670 46 2017-02-12 0.77 237575.64 17435.10 116691.02
## 6671 47 2017-02-05 0.84 276051.64 19443.88 146037.65
## 6672 48 2017-01-29 0.87 224036.18 12914.29 93252.53
## 6673 49 2017-01-22 0.93 204570.78 13553.31 92880.57
## 6674 50 2017-01-15 0.96 210793.64 15258.94 102478.51
## 6675 51 2017-01-08 0.86 222849.42 17783.95 112339.02
## 6676 52 2017-01-01 0.91 186464.64 16193.14 97953.50
## 6677 0 2017-12-31 1.12 206562.78 115793.69 14230.19
## 6678 1 2017-12-24 1.38 127181.54 67108.80 8048.69
## 6679 2 2017-12-17 0.99 176847.28 98660.32 11261.09
## 6680 3 2017-12-10 1.01 181425.66 95942.65 11557.82
## 6681 4 2017-12-03 1.26 152697.00 87017.00 9779.00
## 6682 5 2017-11-26 1.42 120001.00 65331.00 7096.00
## 6683 6 2017-11-19 1.21 155729.00 84638.00 10606.00
## 6684 7 2017-11-12 1.33 154511.00 85332.00 9938.00
## 6685 8 2017-11-05 1.48 131679.37 74308.60 8741.26
## 6686 9 2017-10-29 1.17 193936.80 108447.00 13949.40
## 6687 10 2017-10-22 1.56 152418.64 89649.03 11079.10
## 6688 11 2017-10-15 1.76 137503.61 75857.38 10193.63
## 6689 12 2017-10-08 1.79 152742.37 89903.47 10996.65
## 6690 13 2017-10-01 2.00 128592.98 68330.79 14372.21
## 6691 14 2017-09-24 1.82 130570.77 82615.31 12009.49
## 6692 15 2017-09-17 1.73 141725.96 82016.13 13544.55
## 6693 16 2017-09-10 1.77 117342.62 62701.34 11080.30
## 6694 17 2017-09-03 1.88 147242.45 82573.64 14144.89
## 6695 18 2017-08-27 1.63 138021.20 83466.70 12673.20
## 6696 19 2017-08-20 1.63 150828.78 86428.56 13226.03
## 6697 20 2017-08-13 1.49 171995.95 90069.37 14574.55
## 6698 21 2017-08-06 1.44 148237.94 82275.37 12280.16
## 6699 22 2017-07-30 1.43 157712.19 89089.69 13102.88
## 6700 23 2017-07-23 1.44 172994.22 101545.19 14942.73
## 6701 24 2017-07-16 1.48 160177.18 88735.04 14194.77
## 6702 25 2017-07-09 1.42 161864.64 98757.83 14132.78
## 6703 26 2017-07-02 1.41 189413.48 113926.84 18894.24
## 6704 27 2017-06-25 1.36 180199.86 99600.41 16687.42
## 6705 28 2017-06-18 1.45 151012.55 94578.34 12992.82
## 6706 29 2017-06-11 1.43 193088.40 119698.07 15932.56
## 6707 30 2017-06-04 1.46 178356.70 119654.85 16223.79
## 6708 31 2017-05-28 1.43 181588.22 96509.06 15848.55
## 6709 32 2017-05-21 1.44 155818.85 86716.20 14543.35
## 6710 33 2017-05-14 1.47 148325.98 79945.48 12921.51
## 6711 34 2017-05-07 1.13 268808.12 155607.42 26574.54
## 6712 35 2017-04-30 1.26 240227.67 150982.37 24978.55
## 6713 36 2017-04-23 1.47 156137.58 85993.83 16104.95
## 6714 37 2017-04-16 1.46 151862.73 83664.62 16186.11
## 6715 38 2017-04-09 1.50 151364.03 81448.74 17365.30
## 6716 39 2017-04-02 1.64 149669.60 84324.85 16423.70
## 6717 40 2017-03-26 1.62 149813.32 81656.27 16051.23
## 6718 41 2017-03-19 1.56 138402.06 72614.47 15206.97
## 6719 42 2017-03-12 1.55 146196.96 78256.68 17190.82
## 6720 43 2017-03-05 1.56 134582.21 71350.35 16171.12
## 6721 44 2017-02-26 1.16 172502.22 90291.99 20630.64
## 6722 45 2017-02-19 1.23 139949.65 72634.25 18683.75
## 6723 46 2017-02-12 0.90 216367.38 107196.49 33548.36
## 6724 47 2017-02-05 0.74 398543.91 191954.42 65200.84
## 6725 48 2017-01-29 1.11 206654.98 87623.67 29999.87
## 6726 49 2017-01-22 0.91 246514.81 75808.70 50763.51
## 6727 50 2017-01-15 1.16 191122.29 80023.35 30493.69
## 6728 51 2017-01-08 1.15 141693.33 47783.40 23081.48
## 6729 52 2017-01-01 0.81 263730.05 94909.67 46910.39
## 6730 0 2017-12-31 1.04 291922.57 57663.71 111439.26
## 6731 1 2017-12-24 1.24 234520.01 63831.10 66599.45
## 6732 2 2017-12-17 1.03 267987.97 62937.38 102137.37
## 6733 3 2017-12-10 1.03 288441.17 65071.68 94140.95
## 6734 4 2017-12-03 1.01 315521.00 66925.00 127968.00
## 6735 5 2017-11-26 1.16 205033.00 52245.00 75503.00
## 6736 6 2017-11-19 1.13 234265.00 60519.00 77336.00
## 6737 7 2017-11-12 1.06 291325.00 57132.00 110255.00
## 6738 8 2017-11-05 1.12 321534.28 57828.06 121041.61
## 6739 9 2017-10-29 1.29 243340.40 56224.61 94603.45
## 6740 10 2017-10-22 1.37 204094.51 61741.10 74165.15
## 6741 11 2017-10-15 1.45 202735.87 57479.41 76990.78
## 6742 12 2017-10-08 1.64 195455.06 62574.22 60756.44
## 6743 13 2017-10-01 1.61 189529.26 58261.77 67847.94
## 6744 14 2017-09-24 1.61 192284.92 59560.00 62383.75
## 6745 15 2017-09-17 1.58 201028.75 64271.49 63852.15
## 6746 16 2017-09-10 1.49 215393.25 116267.62 26602.41
## 6747 17 2017-09-03 1.53 204091.69 95445.95 29557.08
## 6748 18 2017-08-27 1.48 203947.90 107288.21 26219.44
## 6749 19 2017-08-20 1.26 261684.23 109201.66 44715.50
## 6750 20 2017-08-13 1.18 323793.98 100523.04 68158.20
## 6751 21 2017-08-06 1.30 283779.47 114985.35 53059.42
## 6752 22 2017-07-30 1.29 288905.90 113471.56 46394.92
## 6753 23 2017-07-23 1.28 296887.44 114294.17 62879.45
## 6754 24 2017-07-16 1.22 299858.79 131681.44 54114.55
## 6755 25 2017-07-09 0.99 399827.40 138190.07 54694.89
## 6756 26 2017-07-02 1.06 376795.81 129619.03 48964.77
## 6757 27 2017-06-25 1.03 362489.51 130867.46 49034.77
## 6758 28 2017-06-18 1.01 357696.04 133507.85 55577.57
## 6759 29 2017-06-11 0.99 374211.54 158132.02 51454.31
## 6760 30 2017-06-04 1.05 376990.33 137454.97 53764.53
## 6761 31 2017-05-28 1.06 364486.68 130568.12 50153.97
## 6762 32 2017-05-21 1.02 356922.23 117366.67 63083.52
## 6763 33 2017-05-14 0.98 399525.37 125448.07 75420.31
## 6764 34 2017-05-07 0.94 468975.91 160728.38 76426.47
## 6765 35 2017-04-30 0.95 359011.13 113104.90 65026.20
## 6766 36 2017-04-23 0.84 439665.28 118344.17 81560.68
## 6767 37 2017-04-16 0.93 410849.51 119501.49 58233.45
## 6768 38 2017-04-09 1.04 304603.84 115811.58 40245.44
## 6769 39 2017-04-02 1.04 329722.62 118797.68 41149.92
## 6770 40 2017-03-26 1.02 325734.59 117623.43 43374.75
## 6771 41 2017-03-19 1.02 318004.24 111396.46 43301.14
## 6772 42 2017-03-12 0.99 315445.03 114790.55 38280.91
## 6773 43 2017-03-05 0.96 345889.75 119711.85 49738.25
## 6774 44 2017-02-26 0.89 325905.13 97278.06 57129.17
## 6775 45 2017-02-19 0.93 318600.59 135001.70 40837.72
## 6776 46 2017-02-12 0.72 406866.03 128160.12 59930.14
## 6777 47 2017-02-05 0.54 680234.93 286395.34 121440.60
## 6778 48 2017-01-29 0.93 309146.07 120542.24 45790.67
## 6779 49 2017-01-22 0.79 382850.78 133276.27 64435.68
## 6780 50 2017-01-15 0.78 419687.35 118904.72 80217.63
## 6781 51 2017-01-08 0.81 411218.71 112947.03 77763.79
## 6782 52 2017-01-01 0.77 363865.19 95268.03 75111.35
## 6783 0 2017-12-31 0.88 3212261.75 1368619.91 755743.47
## 6784 1 2017-12-24 1.10 2389829.32 1076720.74 350754.59
## 6785 2 2017-12-17 0.89 3130916.47 1046466.31 1167417.29
## 6786 3 2017-12-10 1.07 2404221.58 1024592.52 396712.41
## 6787 4 2017-12-03 1.01 2615853.00 1177940.00 396804.00
## 6788 5 2017-11-26 1.19 2153918.00 987928.00 327525.00
## 6789 6 2017-11-19 1.14 2391383.00 1042472.00 309130.00
## 6790 7 2017-11-12 1.08 2626121.00 1225567.00 413517.00
## 6791 8 2017-11-05 1.04 2691240.89 1079147.36 743292.73
## 6792 9 2017-10-29 1.09 2850377.20 1085428.83 843048.34
## 6793 10 2017-10-22 1.49 1968638.86 924450.62 360936.46
## 6794 11 2017-10-15 1.67 1779831.36 741758.67 385402.67
## 6795 12 2017-10-08 1.80 1711267.24 753730.08 343707.72
## 6796 13 2017-10-01 1.77 1697028.59 725653.31 335816.39
## 6797 14 2017-09-24 1.75 1760610.46 768658.64 337637.65
## 6798 15 2017-09-17 1.73 1865690.48 837463.16 357662.06
## 6799 16 2017-09-10 1.74 1969051.97 898753.94 359807.34
## 6800 17 2017-09-03 1.61 2176974.29 1050438.58 441327.04
## 6801 18 2017-08-27 1.66 2117126.80 1096036.21 344686.36
## 6802 19 2017-08-20 1.45 2309865.74 1207541.43 324882.97
## 6803 20 2017-08-13 1.19 2832849.85 1412649.35 452871.67
## 6804 21 2017-08-06 1.22 2742628.31 1359069.50 414552.66
## 6805 22 2017-07-30 1.39 2426027.85 1263812.03 399835.58
## 6806 23 2017-07-23 1.38 2484918.32 1266618.54 407573.08
## 6807 24 2017-07-16 1.37 2558156.26 1327685.51 409058.25
## 6808 25 2017-07-09 1.12 3382974.98 1520215.45 437585.10
## 6809 26 2017-07-02 1.07 3507155.74 1521073.33 497356.53
## 6810 27 2017-06-25 0.92 3655667.22 1609002.40 414532.82
## 6811 28 2017-06-18 0.99 3631321.55 1581223.40 480083.42
## 6812 29 2017-06-11 0.99 3390850.94 1280363.31 415143.16
## 6813 30 2017-06-04 0.96 3637220.72 1330141.06 418291.29
## 6814 31 2017-05-28 1.13 3243908.89 1296066.67 466479.64
## 6815 32 2017-05-21 1.14 2921916.66 1169688.69 428611.48
## 6816 33 2017-05-14 0.94 3551402.91 1376168.79 430527.04
## 6817 34 2017-05-07 0.87 4214313.10 1745366.17 583071.39
## 6818 35 2017-04-30 0.99 3299258.02 1329981.71 518018.74
## 6819 36 2017-04-23 1.04 3074226.19 1118405.84 429077.76
## 6820 37 2017-04-16 1.18 2789630.40 1044500.39 455872.03
## 6821 38 2017-04-09 1.01 2993246.61 957440.04 408516.09
## 6822 39 2017-04-02 0.98 3100355.01 975079.42 428361.34
## 6823 40 2017-03-26 1.12 2583323.58 861802.43 418362.30
## 6824 41 2017-03-19 1.11 2737872.14 965781.76 422615.12
## 6825 42 2017-03-12 1.12 2633574.94 974290.82 439065.83
## 6826 43 2017-03-05 0.99 2768930.88 897311.08 518369.51
## 6827 44 2017-02-26 0.82 2935077.50 980146.15 477454.27
## 6828 45 2017-02-19 0.79 3033918.41 1029674.70 493496.38
## 6829 46 2017-02-12 0.64 3625630.64 1181120.66 592688.22
## 6830 47 2017-02-05 0.53 5470227.08 1741607.02 937331.61
## 6831 48 2017-01-29 0.60 4230448.98 1439453.61 741369.62
## 6832 49 2017-01-22 0.62 4215552.57 1715034.11 663032.28
## 6833 50 2017-01-15 0.76 3363407.98 1075572.75 703853.31
## 6834 51 2017-01-08 0.89 3120961.67 969758.40 692908.87
## 6835 52 2017-01-01 0.84 3551337.17 1223299.39 829896.69
## 6836 0 2017-12-31 0.87 117941.49 26048.65 34289.02
## 6837 1 2017-12-24 1.18 80024.09 6596.13 28324.60
## 6838 2 2017-12-17 1.07 80191.11 6894.24 28129.43
## 6839 3 2017-12-10 1.01 100072.52 6065.04 37048.51
## 6840 4 2017-12-03 1.11 108947.00 2489.00 52286.00
## 6841 5 2017-11-26 1.45 53796.00 1858.00 22808.00
## 6842 6 2017-11-19 1.18 79284.00 2182.00 33869.00
## 6843 7 2017-11-12 1.14 100811.00 3181.00 43510.00
## 6844 8 2017-11-05 1.18 86085.33 3045.35 37125.60
## 6845 9 2017-10-29 1.23 102915.21 3751.03 44115.78
## 6846 10 2017-10-22 1.70 62179.04 3538.09 25086.52
## 6847 11 2017-10-15 1.79 60616.52 3403.65 25005.30
## 6848 12 2017-10-08 1.98 52865.97 4093.28 17191.20
## 6849 13 2017-10-01 1.89 62180.50 3158.20 25612.00
## 6850 14 2017-09-24 1.88 59540.52 2256.64 25575.25
## 6851 15 2017-09-17 1.73 68830.07 2265.55 31173.61
## 6852 16 2017-09-10 1.65 78604.92 2337.33 34553.13
## 6853 17 2017-09-03 1.64 80371.08 2707.25 35073.50
## 6854 18 2017-08-27 1.62 80466.47 3038.11 33674.56
## 6855 19 2017-08-20 1.56 88644.49 2852.34 35594.01
## 6856 20 2017-08-13 1.38 93447.51 2736.38 37308.97
## 6857 21 2017-08-06 1.30 95140.94 2317.10 37610.34
## 6858 22 2017-07-30 1.30 90428.76 2384.77 33397.53
## 6859 23 2017-07-23 1.37 92486.04 2203.65 37670.64
## 6860 24 2017-07-16 1.44 87217.20 3058.87 41177.44
## 6861 25 2017-07-09 1.01 124946.18 2696.41 45861.16
## 6862 26 2017-07-02 1.02 113658.98 2605.69 47985.11
## 6863 27 2017-06-25 0.97 114003.27 2137.42 43420.23
## 6864 28 2017-06-18 1.06 104369.68 2581.61 49620.17
## 6865 29 2017-06-11 1.04 112253.93 2251.92 46391.41
## 6866 30 2017-06-04 1.06 121602.81 2191.20 48994.64
## 6867 31 2017-05-28 1.08 111487.07 2098.77 48808.39
## 6868 32 2017-05-21 1.10 104440.16 2090.74 51642.32
## 6869 33 2017-05-14 1.27 82244.67 2266.19 37229.40
## 6870 34 2017-05-07 1.06 135486.52 2467.22 57992.66
## 6871 35 2017-04-30 1.26 93663.48 2431.03 48499.45
## 6872 36 2017-04-23 1.17 93502.86 2091.62 42839.29
## 6873 37 2017-04-16 1.22 100089.52 2109.81 47637.85
## 6874 38 2017-04-09 1.20 89926.02 2222.25 43333.76
## 6875 39 2017-04-02 1.15 96962.69 2228.91 43114.54
## 6876 40 2017-03-26 1.11 100036.14 2435.42 46979.43
## 6877 41 2017-03-19 1.29 74388.06 1883.85 44133.45
## 6878 42 2017-03-12 1.18 85005.19 2122.02 42103.02
## 6879 43 2017-03-05 0.99 101061.01 1914.78 49340.20
## 6880 44 2017-02-26 0.95 106098.37 2181.83 59928.42
## 6881 45 2017-02-19 0.94 94778.79 1979.99 41851.86
## 6882 46 2017-02-12 0.75 131965.58 2078.54 58269.96
## 6883 47 2017-02-05 0.91 126829.29 2214.61 74680.70
## 6884 48 2017-01-29 0.94 116309.90 2082.57 55703.27
## 6885 49 2017-01-22 0.94 127597.75 2407.87 66870.27
## 6886 50 2017-01-15 1.06 89361.43 2069.09 43683.90
## 6887 51 2017-01-08 0.86 118310.74 2489.41 55251.90
## 6888 52 2017-01-01 0.77 110696.17 1692.13 60441.72
## 6889 0 2017-12-31 1.17 728998.69 499352.88 74265.81
## 6890 1 2017-12-24 1.45 506569.10 336796.77 44094.52
## 6891 2 2017-12-17 1.01 660737.83 449484.96 63179.34
## 6892 3 2017-12-10 1.03 713866.00 484033.33 71985.61
## 6893 4 2017-12-03 1.35 550215.00 358080.00 50526.00
## 6894 5 2017-11-26 1.45 464647.00 302437.00 44200.00
## 6895 6 2017-11-19 1.23 642013.00 418092.00 65920.00
## 6896 7 2017-11-12 1.42 513109.00 336664.00 51672.00
## 6897 8 2017-11-05 1.53 463170.50 314039.49 47476.82
## 6898 9 2017-10-29 1.22 674788.56 450543.04 71919.22
## 6899 10 2017-10-22 1.59 558315.26 378185.30 61183.38
## 6900 11 2017-10-15 1.79 472074.73 324877.96 49047.42
## 6901 12 2017-10-08 1.92 455831.94 302210.81 44414.13
## 6902 13 2017-10-01 2.04 399836.65 254127.88 48863.68
## 6903 14 2017-09-24 1.93 408851.65 291020.95 42336.40
## 6904 15 2017-09-17 1.84 409206.24 278164.17 53156.30
## 6905 16 2017-09-10 1.81 362581.90 266569.88 34078.89
## 6906 17 2017-09-03 1.98 465051.74 323445.92 50947.85
## 6907 18 2017-08-27 1.65 450204.59 302627.69 49717.50
## 6908 19 2017-08-20 1.70 468514.70 317677.27 56349.59
## 6909 20 2017-08-13 1.51 568797.63 383486.57 70899.96
## 6910 21 2017-08-06 1.48 501154.94 341186.45 64789.85
## 6911 22 2017-07-30 1.46 501001.78 342501.26 62144.33
## 6912 23 2017-07-23 1.47 546833.62 374063.45 67585.09
## 6913 24 2017-07-16 1.48 523617.87 367930.59 65180.09
## 6914 25 2017-07-09 1.43 550195.13 371243.58 67379.10
## 6915 26 2017-07-02 1.44 627569.42 419259.34 76464.05
## 6916 27 2017-06-25 1.43 539847.30 349940.70 66569.13
## 6917 28 2017-06-18 1.52 505828.46 311873.22 66760.95
## 6918 29 2017-06-11 1.48 696603.38 447672.96 88004.23
## 6919 30 2017-06-04 1.49 687913.86 449727.40 85907.47
## 6920 31 2017-05-28 1.45 645768.88 403556.09 74337.63
## 6921 32 2017-05-21 1.49 605721.02 383030.29 75985.14
## 6922 33 2017-05-14 1.50 594781.35 373017.97 71834.66
## 6923 34 2017-05-07 1.17 910239.07 569792.16 130126.67
## 6924 35 2017-04-30 1.26 832704.20 511842.97 127586.28
## 6925 36 2017-04-23 1.51 556944.14 333198.36 78525.35
## 6926 37 2017-04-16 1.50 533442.27 329067.90 75100.84
## 6927 38 2017-04-09 1.54 494093.73 312737.23 74502.99
## 6928 39 2017-04-02 1.71 493610.85 299394.50 74726.71
## 6929 40 2017-03-26 1.71 498987.31 297987.32 79372.45
## 6930 41 2017-03-19 1.62 520937.75 297627.53 79475.12
## 6931 42 2017-03-12 1.70 473865.59 286726.08 80308.24
## 6932 43 2017-03-05 1.67 464210.89 273177.19 78151.22
## 6933 44 2017-02-26 1.26 553803.50 328098.98 90099.40
## 6934 45 2017-02-19 1.35 468266.51 262617.90 89037.77
## 6935 46 2017-02-12 0.97 804977.39 462514.53 171782.76
## 6936 47 2017-02-05 0.87 1254201.12 689710.71 281503.40
## 6937 48 2017-01-29 1.30 609721.18 271896.48 128996.33
## 6938 49 2017-01-22 1.05 793514.22 308899.67 230819.58
## 6939 50 2017-01-15 1.34 588482.19 251140.35 125991.87
## 6940 51 2017-01-08 1.40 522278.22 209904.22 121128.25
## 6941 52 2017-01-01 0.98 787406.10 309692.08 199635.67
## 6942 0 2017-12-31 0.96 3777193.46 937259.75 1398684.02
## 6943 1 2017-12-24 1.26 2494315.29 589482.87 939519.27
## 6944 2 2017-12-17 1.23 2483817.57 586473.42 918892.91
## 6945 3 2017-12-10 1.07 3370521.81 728666.15 1219626.41
## 6946 4 2017-12-03 1.18 3003104.00 755828.00 1275665.00
## 6947 5 2017-11-26 1.33 2200251.00 488106.00 903101.00
## 6948 6 2017-11-19 1.30 2462798.00 567752.00 938850.00
## 6949 7 2017-11-12 1.33 2631186.00 670773.00 1022489.00
## 6950 8 2017-11-05 1.28 2880937.37 797195.70 1081492.86
## 6951 9 2017-10-29 1.41 2661899.80 639486.72 1075382.15
## 6952 10 2017-10-22 1.56 2380544.44 537789.18 1026119.76
## 6953 11 2017-10-15 1.63 2395914.69 529662.41 1066264.19
## 6954 12 2017-10-08 1.72 2133166.39 515353.83 852450.97
## 6955 13 2017-10-01 1.64 2443800.39 484618.58 1130202.23
## 6956 14 2017-09-24 1.60 2466210.08 494295.13 1150979.86
## 6957 15 2017-09-17 1.55 2466838.85 512068.16 1116827.87
## 6958 16 2017-09-10 1.56 2428140.05 466611.07 1074163.59
## 6959 17 2017-09-03 1.54 2561783.52 512114.91 1135717.01
## 6960 18 2017-08-27 1.50 2617107.98 577443.09 1071863.58
## 6961 19 2017-08-20 1.41 2865414.36 613834.15 1140930.95
## 6962 20 2017-08-13 1.37 2902604.84 595916.46 1267014.94
## 6963 21 2017-08-06 1.34 2907563.95 601191.03 1272881.65
## 6964 22 2017-07-30 1.34 2817091.62 613040.11 1200263.60
## 6965 23 2017-07-23 1.34 2886538.37 613826.71 1240751.66
## 6966 24 2017-07-16 1.34 2827404.11 566734.82 1217131.68
## 6967 25 2017-07-09 1.29 3173372.45 643600.31 1287442.95
## 6968 26 2017-07-02 1.26 3218961.84 663114.75 1257956.68
## 6969 27 2017-06-25 1.27 3147519.14 673327.18 1319522.05
## 6970 28 2017-06-18 1.34 3032871.22 600416.38 1348477.92
## 6971 29 2017-06-11 1.34 3150788.24 640517.27 1365909.57
## 6972 30 2017-06-04 1.43 3212276.31 699461.68 1357927.08
## 6973 31 2017-05-28 1.38 3380161.63 750399.45 1352784.05
## 6974 32 2017-05-21 1.34 3232304.82 740206.13 1308057.07
## 6975 33 2017-05-14 1.31 3047596.25 721743.92 1036404.83
## 6976 34 2017-05-07 1.19 4372728.72 926758.39 1699122.93
## 6977 35 2017-04-30 1.38 3291328.16 771445.46 1301500.70
## 6978 36 2017-04-23 1.40 3060395.83 617149.84 1225887.12
## 6979 37 2017-04-16 1.43 2965083.46 618949.71 1222427.88
## 6980 38 2017-04-09 1.39 2990138.08 650949.77 1221294.08
## 6981 39 2017-04-02 1.30 3350938.53 670531.47 1325656.97
## 6982 40 2017-03-26 1.33 3162600.85 673395.80 1328645.97
## 6983 41 2017-03-19 1.35 2933076.38 607103.98 1325162.91
## 6984 42 2017-03-12 1.33 3059010.05 718846.39 1306320.17
## 6985 43 2017-03-05 1.14 3397985.84 737562.33 1432039.90
## 6986 44 2017-02-26 1.20 3310530.37 689256.50 1618434.51
## 6987 45 2017-02-19 1.19 2929351.67 665322.17 1215056.58
## 6988 46 2017-02-12 1.07 3403723.66 936823.61 1373680.54
## 6989 47 2017-02-05 0.95 4703681.01 1220323.46 2257429.97
## 6990 48 2017-01-29 1.22 3151000.47 740797.00 1363481.75
## 6991 49 2017-01-22 1.17 3394184.15 737948.84 1519035.24
## 6992 50 2017-01-15 1.23 3034320.24 693675.19 1293221.45
## 6993 51 2017-01-08 1.11 3454819.97 777266.14 1624949.84
## 6994 52 2017-01-01 1.12 2878967.54 653896.00 1285364.27
## 6995 0 2017-12-31 0.81 258729.83 159028.54 10137.80
## 6996 1 2017-12-24 1.04 182002.85 96258.83 6816.80
## 6997 2 2017-12-17 0.91 197844.12 97643.53 7363.32
## 6998 3 2017-12-10 0.90 239587.94 123093.48 7029.89
## 6999 4 2017-12-03 1.01 229337.00 123038.00 8062.00
## 7000 5 2017-11-26 1.08 159826.00 83217.00 6254.00
## 7001 6 2017-11-19 1.02 188444.00 104128.00 6946.00
## 7002 7 2017-11-12 1.07 202631.00 121879.00 7035.00
## 7003 8 2017-11-05 1.02 229240.49 144908.02 8243.13
## 7004 9 2017-10-29 1.14 217723.59 125954.95 9477.04
## 7005 10 2017-10-22 1.41 167135.85 97915.36 9503.17
## 7006 11 2017-10-15 1.57 161020.39 87209.67 10227.66
## 7007 12 2017-10-08 1.76 140968.03 77117.26 4016.38
## 7008 13 2017-10-01 1.70 154956.62 73759.23 21324.74
## 7009 14 2017-09-24 1.66 159412.07 74533.49 22831.21
## 7010 15 2017-09-17 1.48 167440.24 70892.31 29793.52
## 7011 16 2017-09-10 1.42 176082.45 72427.91 37438.94
## 7012 17 2017-09-03 1.34 188701.54 76965.28 42751.23
## 7013 18 2017-08-27 1.28 184465.49 82465.35 40038.54
## 7014 19 2017-08-20 1.07 261757.88 114191.45 37848.66
## 7015 20 2017-08-13 1.05 268655.66 124290.96 38810.91
## 7016 21 2017-08-06 1.13 243526.27 106178.67 36727.83
## 7017 22 2017-07-30 1.14 217774.89 106460.13 29771.49
## 7018 23 2017-07-23 1.21 211384.21 95944.35 32144.65
## 7019 24 2017-07-16 1.18 212210.95 93140.13 32246.58
## 7020 25 2017-07-09 0.99 267296.70 101167.78 35679.18
## 7021 26 2017-07-02 0.96 281067.39 112545.01 39946.64
## 7022 27 2017-06-25 0.90 287217.67 114569.65 47014.32
## 7023 28 2017-06-18 1.00 260893.43 108420.61 33689.09
## 7024 29 2017-06-11 1.13 218540.28 107489.08 23109.92
## 7025 30 2017-06-04 1.07 269102.17 133059.17 12467.64
## 7026 31 2017-05-28 0.97 282671.14 149461.62 7592.89
## 7027 32 2017-05-21 0.99 259151.84 139176.17 7391.96
## 7028 33 2017-05-14 1.02 225323.91 124825.70 7630.50
## 7029 34 2017-05-07 0.84 368796.80 169743.69 12217.82
## 7030 35 2017-04-30 0.99 286322.22 147000.26 11874.45
## 7031 36 2017-04-23 1.10 226088.30 109053.98 8877.76
## 7032 37 2017-04-16 1.09 230566.12 111412.23 9801.87
## 7033 38 2017-04-09 1.03 251089.69 110090.84 10197.45
## 7034 39 2017-04-02 0.95 281438.76 122671.42 10966.77
## 7035 40 2017-03-26 0.91 276732.88 135016.05 10773.00
## 7036 41 2017-03-19 0.96 228023.12 110762.28 10019.64
## 7037 42 2017-03-12 0.75 261830.38 154343.07 10155.12
## 7038 43 2017-03-05 0.60 379324.44 174849.76 10907.30
## 7039 44 2017-02-26 0.88 216226.59 121849.81 13162.21
## 7040 45 2017-02-19 0.82 225664.23 113867.81 12392.24
## 7041 46 2017-02-12 0.66 271393.50 139708.54 30102.92
## 7042 47 2017-02-05 0.68 377719.70 182395.78 43116.96
## 7043 48 2017-01-29 0.93 238392.73 109656.49 20938.22
## 7044 49 2017-01-22 0.87 251189.52 112820.57 30481.58
## 7045 50 2017-01-15 0.89 251914.74 109163.63 20522.38
## 7046 51 2017-01-08 0.84 255094.17 126438.73 17389.25
## 7047 52 2017-01-01 0.73 249074.81 112089.34 27327.66
## 7048 0 2017-12-31 1.06 262281.64 164147.55 23239.77
## 7049 1 2017-12-24 1.14 224869.91 127281.43 14372.70
## 7050 2 2017-12-17 1.03 251753.79 151885.76 18381.27
## 7051 3 2017-12-10 1.06 251601.16 144316.93 21840.90
## 7052 4 2017-12-03 0.97 266547.00 163448.00 19343.00
## 7053 5 2017-11-26 1.27 176817.00 96043.00 12239.00
## 7054 6 2017-11-19 1.27 207295.00 118191.00 14363.00
## 7055 7 2017-11-12 1.11 292987.00 176864.00 25045.00
## 7056 8 2017-11-05 1.32 225563.40 131134.51 19876.07
## 7057 9 2017-10-29 1.11 277437.66 169106.09 21885.18
## 7058 10 2017-10-22 1.26 269443.25 159833.64 24349.84
## 7059 11 2017-10-15 1.46 227947.46 135384.25 18515.33
## 7060 12 2017-10-08 1.34 328829.92 207980.89 24630.11
## 7061 13 2017-10-01 1.72 227535.41 132184.69 21112.28
## 7062 14 2017-09-24 1.70 205976.51 129861.05 22072.72
## 7063 15 2017-09-17 1.62 219275.21 136981.14 25106.49
## 7064 16 2017-09-10 1.62 217336.35 123071.39 24260.85
## 7065 17 2017-09-03 1.57 227168.31 129857.31 26734.97
## 7066 18 2017-08-27 1.46 229748.30 133655.24 27697.42
## 7067 19 2017-08-20 1.46 226946.53 128287.97 25042.77
## 7068 20 2017-08-13 1.39 236698.78 130628.39 30558.86
## 7069 21 2017-08-06 1.33 240983.48 130001.44 34141.47
## 7070 22 2017-07-30 1.40 246036.68 142551.37 30114.36
## 7071 23 2017-07-23 1.39 262774.91 155838.78 38067.91
## 7072 24 2017-07-16 1.32 232912.36 120631.11 29406.15
## 7073 25 2017-07-09 1.26 267928.19 156935.51 23221.13
## 7074 26 2017-07-02 1.27 302052.69 177146.52 24028.95
## 7075 27 2017-06-25 1.30 293079.22 168867.39 19760.58
## 7076 28 2017-06-18 1.29 287734.91 177973.04 25893.61
## 7077 29 2017-06-11 1.32 312695.00 187011.15 31940.35
## 7078 30 2017-06-04 1.38 256543.43 158511.61 25352.42
## 7079 31 2017-05-28 1.39 293608.21 182795.19 30514.83
## 7080 32 2017-05-21 1.36 252110.25 155348.21 27177.19
## 7081 33 2017-05-14 1.35 241194.43 139087.23 25294.95
## 7082 34 2017-05-07 1.02 423839.41 261367.48 53102.06
## 7083 35 2017-04-30 1.32 301447.98 193112.77 28592.77
## 7084 36 2017-04-23 1.35 227634.47 134821.90 21723.74
## 7085 37 2017-04-16 1.27 268722.38 156177.03 33661.51
## 7086 38 2017-04-09 1.34 235686.80 134722.14 26489.36
## 7087 39 2017-04-02 1.37 243155.13 137881.46 33317.61
## 7088 40 2017-03-26 1.38 236515.28 133157.90 29086.58
## 7089 41 2017-03-19 1.32 231348.89 130993.69 32649.16
## 7090 42 2017-03-12 1.32 239083.77 145739.86 25219.09
## 7091 43 2017-03-05 1.13 254912.18 134356.15 50228.72
## 7092 44 2017-02-26 0.98 307637.26 190219.99 30519.39
## 7093 45 2017-02-19 1.11 220338.25 123639.40 24706.23
## 7094 46 2017-02-12 0.90 276002.68 160040.82 30195.68
## 7095 47 2017-02-05 0.61 633235.06 400599.94 80089.33
## 7096 48 2017-01-29 0.97 344239.35 208314.95 36546.78
## 7097 49 2017-01-22 1.06 267331.27 138670.15 34757.27
## 7098 50 2017-01-15 1.01 291083.26 171326.01 35657.65
## 7099 51 2017-01-08 1.10 230884.67 124108.53 31296.37
## 7100 52 2017-01-01 0.81 318672.94 175385.65 42839.67
## 7101 0 2017-12-31 1.33 1201219.44 36680.16 816261.84
## 7102 1 2017-12-24 1.34 1233461.89 36684.62 791089.36
## 7103 2 2017-12-17 1.41 1181560.33 35511.18 661369.74
## 7104 3 2017-12-10 1.14 2390308.58 48483.07 1906061.15
## 7105 4 2017-12-03 1.41 1191930.00 42352.00 652690.00
## 7106 5 2017-11-26 1.42 1210256.00 39943.00 696301.00
## 7107 6 2017-11-19 1.37 1335298.00 47063.00 654065.00
## 7108 7 2017-11-12 1.52 1122350.00 51661.00 667319.00
## 7109 8 2017-11-05 1.41 1319642.14 61830.21 632293.37
## 7110 9 2017-10-29 1.57 1217806.97 74423.50 788262.18
## 7111 10 2017-10-22 1.54 1253047.60 71422.68 788731.96
## 7112 11 2017-10-15 1.68 1176751.31 75694.79 747793.74
## 7113 12 2017-10-08 1.69 1105462.53 75444.57 669974.98
## 7114 13 2017-10-01 1.67 1201890.84 83287.52 707902.58
## 7115 14 2017-09-24 1.65 1178504.26 77197.18 716125.04
## 7116 15 2017-09-17 1.61 1154925.12 71450.66 693111.36
## 7117 16 2017-09-10 1.61 1150959.10 76107.84 681320.36
## 7118 17 2017-09-03 1.80 1077993.21 72172.99 630743.85
## 7119 18 2017-08-27 1.81 1100987.66 73400.68 639876.64
## 7120 19 2017-08-20 1.75 1057188.97 72101.32 582403.53
## 7121 20 2017-08-13 1.58 1267239.35 64027.77 686338.23
## 7122 21 2017-08-06 1.56 1277419.69 59767.30 821262.42
## 7123 22 2017-07-30 1.52 1306226.34 63098.74 856414.09
## 7124 23 2017-07-23 1.55 1306877.98 63537.04 830714.94
## 7125 24 2017-07-16 1.57 1327763.45 71450.18 859372.14
## 7126 25 2017-07-09 1.63 1442667.56 82965.35 800414.02
## 7127 26 2017-07-02 1.72 1304560.72 56685.05 733184.24
## 7128 27 2017-06-25 1.47 1521598.08 53675.18 1060721.23
## 7129 28 2017-06-18 1.82 1242160.85 55732.76 765117.64
## 7130 29 2017-06-11 1.74 1374185.78 54293.79 753430.43
## 7131 30 2017-06-04 1.83 1335461.36 51740.89 834879.59
## 7132 31 2017-05-28 1.75 1451146.59 52861.92 824445.19
## 7133 32 2017-05-21 1.80 1298242.54 54128.18 817106.16
## 7134 33 2017-05-14 1.75 1387420.96 51358.70 797684.64
## 7135 34 2017-05-07 1.65 1746824.60 56814.61 920313.85
## 7136 35 2017-04-30 1.84 1228100.25 48042.72 808258.75
## 7137 36 2017-04-23 1.68 1247609.13 45532.93 838408.44
## 7138 37 2017-04-16 1.76 1222890.71 38975.10 775310.37
## 7139 38 2017-04-09 1.75 1277721.97 37746.37 775729.89
## 7140 39 2017-04-02 1.74 1221327.78 36138.61 791416.43
## 7141 40 2017-03-26 1.72 1154893.52 28449.94 717035.68
## 7142 41 2017-03-19 1.70 1155875.16 16705.37 737596.20
## X4770 Total.Bags Small.Bags Large.Bags XLarge.Bags
## 1 48.16 8696.87 8603.62 93.25 0.00
## 2 58.33 9505.56 9408.07 97.49 0.00
## 3 130.50 8145.35 8042.21 103.14 0.00
## 4 72.58 5811.16 5677.40 133.76 0.00
## 5 75.78 6183.95 5986.26 197.69 0.00
## 6 43.61 6683.91 6556.47 127.44 0.00
## 7 93.26 8318.86 8196.81 122.05 0.00
## 8 80.00 6829.22 6266.85 562.37 0.00
## 9 85.34 11388.36 11104.53 283.83 0.00
## 10 113.00 8625.92 8061.47 564.45 0.00
## 11 117.07 8205.66 7877.86 327.80 0.00
## 12 105.32 10123.90 9866.27 257.63 0.00
## 13 101.36 8756.75 8379.98 376.77 0.00
## 14 154.84 6034.46 5888.87 145.59 0.00
## 15 150.50 9267.36 8489.10 778.26 0.00
## 16 142.00 9286.68 8665.19 621.49 0.00
## 17 240.79 7990.10 7762.87 227.23 0.00
## 18 335.43 10306.73 10218.93 87.80 0.00
## 19 444.78 10880.36 10745.79 134.57 0.00
## 20 394.90 10443.22 10297.68 145.54 0.00
## 21 368.95 9225.89 9116.34 109.55 0.00
## 22 741.08 11847.02 11768.52 78.50 0.00
## 23 966.61 13192.69 13061.53 131.16 0.00
## 24 2238.02 11287.48 11103.49 183.99 0.00
## 25 4257.64 24431.90 24290.08 108.49 33.33
## 26 5883.16 29898.96 29663.19 235.77 0.00
## 27 4662.71 26662.08 26311.76 350.32 0.00
## 28 5481.18 21875.65 21662.00 213.65 0.00
## 29 4377.19 29002.59 28343.14 659.45 0.00
## 30 90.32 22775.21 22314.99 460.22 0.00
## 31 50.55 23681.01 23222.49 458.52 0.00
## 32 58.70 29355.13 28761.81 593.32 0.00
## 33 94.32 26657.44 26285.43 372.01 0.00
## 34 185.66 16821.30 16535.55 285.75 0.00
## 35 217.24 12570.51 12201.95 368.56 0.00
## 36 89.62 12778.44 12076.83 701.61 0.00
## 37 47.15 14301.92 13602.97 698.95 0.00
## 38 21.50 17104.37 16438.49 665.88 0.00
## 39 93.76 10728.94 9869.16 755.61 104.17
## 40 89.50 7684.08 7208.49 475.59 0.00
## 41 141.80 9749.66 9252.60 497.06 0.00
## 42 99.67 10370.69 9989.59 381.10 0.00
## 43 159.05 9181.99 8827.55 354.44 0.00
## 44 181.49 9151.45 8986.06 165.39 0.00
## 45 151.00 9379.54 9000.16 379.38 0.00
## 46 222.42 10313.03 9979.87 333.16 0.00
## 47 163.25 10621.54 10113.10 508.44 0.00
## 48 179.32 9323.18 9170.82 152.36 0.00
## 49 164.14 10845.82 10103.35 742.47 0.00
## 50 135.77 11921.05 11651.09 269.96 0.00
## 51 127.12 8424.77 8036.04 388.73 0.00
## 52 49.90 9716.46 9186.93 529.53 0.00
## 53 297.90 66354.31 48605.95 17748.36 0.00
## 54 103.06 58797.87 46930.26 11867.61 0.00
## 55 275.80 61545.31 38903.57 22628.21 13.53
## 56 181.92 50690.04 37032.67 13654.66 2.71
## 57 307.83 53794.68 33031.72 20738.55 24.41
## 58 501.16 56382.08 36992.30 19389.78 0.00
## 59 455.97 47046.48 33656.42 13390.06 0.00
## 60 488.24 48628.65 35662.93 12941.12 24.60
## 61 252.79 65398.38 39460.77 25929.39 8.22
## 62 304.36 56751.46 31826.88 24924.58 0.00
## 63 291.22 60339.19 36884.35 23454.84 0.00
## 64 599.71 86294.11 41159.96 45134.15 0.00
## 65 644.43 59460.41 14875.64 44584.77 0.00
## 66 680.80 45662.30 20533.87 25125.65 2.78
## 67 1349.41 86201.96 33698.43 52442.25 61.28
## 68 714.93 75983.02 46290.32 29678.76 13.94
## 69 911.25 94436.19 49833.55 44549.67 52.97
## 70 1034.09 61281.24 47138.07 14112.50 30.67
## 71 950.09 57418.09 45534.11 11883.98 0.00
## 72 1424.96 59216.90 45068.25 14148.65 0.00
## 73 4251.74 67472.20 45820.45 21568.48 83.27
## 74 3515.48 53888.32 42126.47 11720.30 41.55
## 75 708.00 57210.66 45114.22 12096.44 0.00
## 76 1982.03 61292.37 45099.87 16192.50 0.00
## 77 867.46 58303.85 46023.59 12280.26 0.00
## 78 848.55 70560.49 50684.74 19851.00 24.75
## 79 816.56 65342.19 52099.76 13108.03 134.40
## 80 678.40 74542.11 55484.76 19010.81 46.54
## 81 471.72 61261.44 48612.13 12578.28 71.03
## 82 738.68 72290.28 50954.84 21329.99 5.45
## 83 522.81 51735.02 40505.16 11199.95 29.91
## 84 1260.80 56539.87 33867.00 22651.15 21.72
## 85 838.68 45392.29 33710.20 11682.09 0.00
## 86 1089.33 46668.26 34108.44 12559.82 0.00
## 87 1059.73 66181.63 32520.82 33660.81 0.00
## 88 1041.78 41511.84 31315.29 10196.55 0.00
## 89 873.24 43342.60 29661.72 13680.88 0.00
## 90 219.14 50884.32 25833.07 25051.25 0.00
## 91 374.51 45037.12 28612.48 16289.92 134.72
## 92 261.01 43780.25 29313.92 14466.33 0.00
## 93 304.89 62275.10 40495.12 21766.54 13.44
## 94 310.70 46575.23 34911.70 11625.94 37.59
## 95 236.97 43241.42 33847.33 9394.09 0.00
## 96 347.78 49456.96 32180.90 17273.38 2.68
## 97 237.47 43430.04 33423.74 10006.30 0.00
## 98 638.18 44885.92 26727.66 18158.26 0.00
## 99 524.85 38940.18 18044.41 20895.77 0.00
## 100 294.94 51694.49 10553.73 41140.76 0.00
## 101 594.25 36612.16 13176.39 23435.77 0.00
## 102 511.69 40040.48 16782.71 23257.77 0.00
## 103 1135.18 47038.08 21309.61 25728.47 0.00
## 104 82.15 46815.79 16707.15 30108.64 0.00
## 105 17353.79 144911.10 142543.88 2367.22 0.00
## 106 19112.14 144238.07 141751.91 2486.16 0.00
## 107 24291.20 150966.28 149070.40 1895.88 0.00
## 108 25760.49 118664.97 117112.77 1552.20 0.00
## 109 20147.53 105468.28 103615.95 1852.33 0.00
## 110 23343.49 121670.73 119007.61 2663.12 0.00
## 111 37990.29 129760.36 125297.67 4462.69 0.00
## 112 51035.04 144840.21 138777.63 6062.58 0.00
## 113 58615.76 157925.70 152716.40 5209.30 0.00
## 114 49085.74 156128.69 149987.55 6141.14 0.00
## 115 49171.33 151925.64 146421.02 5504.62 0.00
## 116 58490.10 168354.42 163669.01 4685.41 0.00
## 117 42257.73 172234.02 167494.61 4739.41 0.00
## 118 59018.61 151893.12 146792.81 5100.31 0.00
## 119 45336.12 174029.62 168889.78 5139.84 0.00
## 120 42270.47 151499.56 145686.02 5813.54 0.00
## 121 68180.35 168970.84 165696.58 3268.72 5.54
## 122 42754.34 185304.24 181968.79 3158.90 176.55
## 123 47216.18 178376.77 175047.15 3060.44 269.18
## 124 43102.61 155975.35 153156.63 2796.82 21.90
## 125 42933.87 164862.89 161564.81 3298.08 0.00
## 126 44749.58 166728.92 163667.68 3061.24 0.00
## 127 45010.81 178660.25 174774.80 3880.04 5.41
## 128 50319.84 200713.09 196837.60 3862.02 13.47
## 129 50679.01 193887.17 189236.32 4406.05 244.80
## 130 56044.51 206108.89 200097.99 5890.57 120.33
## 131 51109.85 211564.63 207378.09 4022.51 164.03
## 132 51952.74 224622.73 220904.35 3488.37 230.01
## 133 48344.86 249197.18 244982.26 3668.30 546.62
## 134 43720.95 225052.84 221165.85 3626.41 260.58
## 135 45832.80 217785.55 211787.29 5730.22 268.04
## 136 49808.51 234503.17 228842.95 5548.94 111.28
## 137 44840.98 227331.17 222163.10 5152.19 15.88
## 138 44390.54 224519.06 215572.03 8947.03 0.00
## 139 77537.43 209686.17 201874.28 7767.45 44.44
## 140 39942.57 218351.80 212064.73 6184.29 102.78
## 141 42125.28 225627.29 219885.88 5741.41 0.00
## 142 42270.76 201392.01 196076.34 5315.67 0.00
## 143 41867.08 191339.73 184109.06 6357.06 873.61
## 144 43759.68 163768.62 158964.08 4804.54 0.00
## 145 42381.39 176385.62 171699.95 4685.67 0.00
## 146 46596.22 197864.76 193130.90 4733.86 0.00
## 147 42267.91 192522.26 188374.49 4147.77 0.00
## 148 40241.65 171961.07 168224.20 3736.87 0.00
## 149 62611.61 190762.55 186976.97 3785.58 0.00
## 150 45900.05 179990.18 174864.87 5125.31 0.00
## 151 37437.32 180932.96 175771.39 5161.57 0.00
## 152 83652.48 164589.36 159916.87 4672.49 0.00
## 153 39488.95 217350.64 209761.81 7588.83 0.00
## 154 40576.08 173858.50 169390.88 4467.62 0.00
## 155 42526.96 155406.52 151330.87 4075.65 0.00
## 156 39995.03 141136.68 137146.07 3990.61 0.00
## 157 5894.40 23561.10 23520.19 5.69 35.22
## 158 7393.84 21935.90 21900.35 11.43 24.12
## 159 6458.44 21868.27 21842.87 4.44 20.96
## 160 4086.26 43091.60 42734.53 0.00 357.07
## 161 6031.49 16057.99 15860.63 0.00 197.36
## 162 6662.80 17547.95 17530.67 4.32 12.96
## 163 6502.37 25635.41 25200.25 8.65 426.51
## 164 6285.73 12999.91 12777.83 119.79 102.29
## 165 6428.27 12362.73 12331.82 0.00 30.91
## 166 6551.57 13711.48 13660.98 0.00 50.50
## 167 6586.27 8921.26 8918.00 0.00 3.26
## 168 7604.48 13769.64 13543.47 185.46 40.71
## 169 7551.63 5968.42 5462.15 504.65 1.62
## 170 3663.30 7763.11 7596.64 160.00 6.47
## 171 6640.07 10893.80 10601.02 273.41 19.37
## 172 6593.46 7482.65 7482.65 0.00 0.00
## 173 7991.75 6936.04 6934.43 0.00 1.61
## 174 7922.58 5440.56 5440.56 0.00 0.00
## 175 4433.12 7420.09 7420.09 0.00 0.00
## 176 6457.21 6096.91 6090.51 0.00 6.40
## 177 3931.19 7582.25 7568.92 13.33 0.00
## 178 5435.36 6036.39 5987.50 48.89 0.00
## 179 5479.57 6511.85 6358.04 153.81 0.00
## 180 5565.17 7170.97 6354.45 816.52 0.00
## 181 7474.40 9571.92 8335.04 1236.88 0.00
## 182 8434.98 6637.61 6557.06 80.55 0.00
## 183 3974.75 5621.07 5619.44 0.00 1.63
## 184 5875.85 7286.27 7021.56 0.00 264.71
## 185 3135.99 7800.04 7800.04 0.00 0.00
## 186 6655.69 5612.56 5603.80 8.76 0.00
## 187 4028.30 7866.15 7860.31 5.84 0.00
## 188 6037.23 7507.26 7469.51 0.00 37.75
## 189 2919.87 6354.01 6345.82 0.00 8.19
## 190 7891.16 9495.53 9453.06 0.00 42.47
## 191 4289.72 6354.81 6349.93 0.00 4.88
## 192 3401.65 7179.45 7174.60 0.00 4.85
## 193 3260.22 7960.22 7953.80 0.00 6.42
## 194 7523.01 5747.78 5747.78 0.00 0.00
## 195 3790.38 6513.78 6510.61 0.00 3.17
## 196 3101.98 4789.54 4789.54 0.00 0.00
## 197 7290.24 3311.77 3311.77 0.00 0.00
## 198 2981.80 4445.90 4445.90 0.00 0.00
## 199 7403.75 4860.43 4860.43 0.00 0.00
## 200 3491.83 7237.98 6478.75 759.23 0.00
## 201 2122.09 7467.27 7235.20 232.07 0.00
## 202 6492.94 5340.86 3647.52 1693.34 0.00
## 203 3047.00 3047.17 1373.42 1673.75 0.00
## 204 2904.77 6644.84 4867.26 1777.58 0.00
## 205 2061.16 4530.04 2009.53 2520.51 0.00
## 206 2257.23 3915.94 1119.18 2796.76 0.00
## 207 3321.89 4923.75 3295.11 1628.64 0.00
## 208 2752.35 7755.62 6064.30 1691.32 0.00
## 209 13952.56 86012.86 85913.60 99.26 0.00
## 210 5887.72 88901.80 88768.47 133.33 0.00
## 211 219.40 89722.96 89523.38 199.58 0.00
## 212 142.99 75889.78 75666.22 223.56 0.00
## 213 105.86 74125.62 73864.52 261.10 0.00
## 214 233.74 78648.17 78161.82 486.35 0.00
## 215 139.71 87352.15 85604.19 1747.96 0.00
## 216 231.74 93342.82 88265.25 5077.57 0.00
## 217 170.29 98507.92 93443.08 5064.84 0.00
## 218 191.31 99326.99 94581.94 4745.05 0.00
## 219 332.87 91049.58 86046.25 5003.33 0.00
## 220 355.03 101909.89 97513.23 4396.66 0.00
## 221 277.56 103038.91 97207.43 5831.48 0.00
## 222 289.49 84726.90 82123.56 2603.34 0.00
## 223 418.46 95171.55 91612.66 3558.89 0.00
## 224 353.77 89114.66 84843.55 4271.11 0.00
## 225 496.62 95172.85 94558.41 614.44 0.00
## 226 554.04 83430.90 83242.01 188.89 0.00
## 227 608.61 95826.50 95585.38 241.12 0.00
## 228 748.65 96109.23 95887.01 222.22 0.00
## 229 827.06 94518.79 94287.69 231.10 0.00
## 230 1451.95 97508.59 97214.15 294.44 0.00
## 231 1957.86 100694.94 100466.86 228.08 0.00
## 232 5071.77 109746.47 109519.00 227.47 0.00
## 233 9361.55 148182.59 146946.54 1236.05 0.00
## 234 11053.82 148861.42 145982.99 2878.43 0.00
## 235 9120.30 143455.74 142574.63 881.11 0.00
## 236 8899.20 126114.48 125821.15 293.33 0.00
## 237 6545.42 151442.10 151258.77 183.33 0.00
## 238 93.05 137408.28 137224.94 183.34 0.00
## 239 108.60 142818.64 142515.32 303.32 0.00
## 240 276.82 138157.74 137769.31 388.43 0.00
## 241 162.66 149526.12 147667.72 1858.40 0.00
## 242 131.47 143997.65 141309.43 2688.22 0.00
## 243 239.76 118714.26 115148.87 3565.39 0.00
## 244 131.46 109400.12 106866.42 2533.70 0.00
## 245 162.91 115562.72 114562.17 1000.55 0.00
## 246 106.09 110638.95 108644.33 1994.62 0.00
## 247 99.92 115635.81 113541.34 1948.64 145.83
## 248 151.36 110561.28 108838.11 1723.17 0.00
## 249 155.94 102664.18 102204.17 460.01 0.00
## 250 111.59 102556.32 101931.87 624.45 0.00
## 251 78.96 114386.82 113811.26 575.56 0.00
## 252 192.98 97862.93 97423.17 439.76 0.00
## 253 142.33 100715.97 100498.19 217.78 0.00
## 254 143.41 114839.16 114283.61 555.55 0.00
## 255 383.73 106216.72 105403.38 813.34 0.00
## 256 272.81 110214.39 109900.93 313.46 0.00
## 257 45.98 116472.16 115538.05 934.11 0.00
## 258 132.53 109036.52 108668.74 367.78 0.00
## 259 121.81 111524.61 111192.88 331.73 0.00
## 260 128.82 87663.13 87406.84 256.29 0.00
## 261 85.76 55236.68 55236.68 0.00 0.00
## 262 106.67 51165.21 51165.21 0.00 0.00
## 263 66.45 56202.44 56202.44 0.00 0.00
## 264 167.12 48355.65 48355.65 0.00 0.00
## 265 113.49 42662.25 42662.25 0.00 0.00
## 266 107.53 49642.35 49642.35 0.00 0.00
## 267 107.48 56335.34 55593.12 742.22 0.00
## 268 55.00 60187.87 58885.65 1302.22 0.00
## 269 186.40 54298.62 52956.40 1342.22 0.00
## 270 79.64 61283.43 59381.21 1902.22 0.00
## 271 58.28 63787.47 62627.47 1160.00 0.00
## 272 96.18 56025.17 54829.61 1195.56 0.00
## 273 101.43 57425.67 56141.23 1284.44 0.00
## 274 106.47 28438.30 27767.19 671.11 0.00
## 275 88.61 19258.95 18437.84 821.11 0.00
## 276 134.33 22867.43 22421.87 445.56 0.00
## 277 173.32 25106.09 25092.76 13.33 0.00
## 278 241.67 20483.02 20483.02 0.00 0.00
## 279 170.47 23840.42 23840.42 0.00 0.00
## 280 258.00 22371.73 22371.73 0.00 0.00
## 281 349.19 24051.92 24051.92 0.00 0.00
## 282 471.55 31622.86 31622.86 0.00 0.00
## 283 741.77 43788.54 43788.54 0.00 0.00
## 284 2205.14 70982.41 70982.41 0.00 0.00
## 285 4714.73 74222.68 73796.01 426.67 0.00
## 286 6707.85 75277.49 74370.82 906.67 0.00
## 287 5397.32 78811.96 78749.74 62.22 0.00
## 288 5424.52 54130.44 54130.44 0.00 0.00
## 289 4432.54 95473.84 95473.84 0.00 0.00
## 290 138.81 71990.67 71990.67 0.00 0.00
## 291 79.38 75473.15 75473.15 0.00 0.00
## 292 103.94 65785.96 65741.52 44.44 0.00
## 293 56.53 74392.69 73414.91 977.78 0.00
## 294 185.16 95285.89 94832.56 453.33 0.00
## 295 81.86 85477.33 84332.05 1102.22 43.06
## 296 106.40 86183.43 85503.15 640.00 40.28
## 297 59.18 85576.80 85056.94 519.86 0.00
## 298 92.75 71752.15 70938.40 813.75 0.00
## 299 95.69 72056.80 71408.88 597.92 50.00
## 300 80.52 70027.47 69919.00 108.47 0.00
## 301 48.20 71344.15 71288.59 55.56 0.00
## 302 66.42 54157.60 54046.49 111.11 0.00
## 303 102.31 62576.63 62216.63 360.00 0.00
## 304 104.16 69541.74 69479.52 62.22 0.00
## 305 131.72 62312.01 61765.34 546.67 0.00
## 306 57.76 55357.07 55232.63 124.44 0.00
## 307 161.96 64513.81 63918.25 595.56 0.00
## 308 112.49 86919.58 86848.47 71.11 0.00
## 309 74.53 58649.74 57909.74 740.00 0.00
## 310 133.29 43421.89 43419.67 2.22 0.00
## 311 79.61 53514.26 53514.26 0.00 0.00
## 312 109.55 57182.88 57182.88 0.00 0.00
## 313 232755.85 1212707.01 1090140.07 110737.35 11829.59
## 314 266689.82 1209165.20 1061703.58 136747.10 10714.52
## 315 232985.13 1592438.33 1404012.00 180150.37 8275.96
## 316 221957.26 1510267.34 1376640.91 126664.37 6962.06
## 317 222311.07 1081497.47 991568.84 82338.39 7590.24
## 318 215632.16 1069305.91 979612.52 82444.32 7249.07
## 319 195159.32 1152918.94 1091768.68 53797.92 7352.34
## 320 216523.58 855636.58 813006.40 36305.96 6324.22
## 321 211901.97 651915.96 626993.54 19804.69 5117.73
## 322 215622.63 618031.72 606392.86 7596.27 4042.59
## 323 217814.17 646990.52 633893.61 10780.32 2316.59
## 324 221032.74 555041.88 533478.03 18373.18 3190.67
## 325 222260.58 472090.38 442923.78 25572.26 3594.34
## 326 206460.07 515245.79 496867.66 13336.34 5041.79
## 327 273922.36 552209.77 529779.37 17303.91 5126.49
## 328 270794.34 584419.64 502056.88 76297.56 6065.20
## 329 240185.00 629688.27 591629.83 33545.37 4513.07
## 330 233027.36 649475.65 640600.64 5989.25 2885.76
## 331 222082.91 545248.81 535183.95 6573.50 3491.36
## 332 208724.73 577651.80 572197.46 2081.96 3372.38
## 333 193831.60 580768.97 570728.54 7356.84 2683.59
## 334 183471.03 566776.08 559587.76 4953.57 2234.75
## 335 209427.05 598607.54 590750.10 5181.16 2676.28
## 336 188207.47 601233.56 577736.96 20673.80 2822.80
## 337 157478.05 622965.78 601358.64 18032.41 3574.73
## 338 254187.47 762371.42 731692.08 27317.19 3362.15
## 339 212173.21 654819.00 630301.44 21861.54 2656.02
## 340 218423.77 662032.34 634244.68 24277.53 3510.13
## 341 210670.82 683201.17 657421.42 22961.19 2818.56
## 342 221330.48 678868.68 651944.51 23422.39 3501.78
## 343 209443.33 580523.01 554224.64 23083.08 3215.29
## 344 195991.06 574119.93 546420.69 24485.84 3213.40
## 345 168597.35 547243.56 525804.70 18497.03 2941.83
## 346 194575.97 634790.89 613601.09 18366.27 2823.53
## 347 192473.92 631798.44 609388.58 19735.89 2673.97
## 348 196469.02 576599.58 548252.41 26483.99 1863.18
## 349 177354.82 598285.63 524767.96 71988.59 1529.08
## 350 185198.77 614443.51 532714.02 79865.30 1864.19
## 351 225396.85 601124.94 539258.29 59212.09 2654.56
## 352 193577.55 669440.18 605995.11 61958.73 1486.34
## 353 195791.46 713009.12 681403.86 30058.97 1546.29
## 354 194761.49 662527.26 632903.55 27625.15 1998.56
## 355 184720.58 671312.66 642307.00 27241.05 1764.61
## 356 170580.54 552070.01 515386.40 34845.51 1838.10
## 357 172675.88 635318.73 596184.90 36940.51 2193.32
## 358 169907.54 594411.66 544990.68 47017.93 2403.05
## 359 149458.93 612526.38 553682.71 56311.08 2532.59
## 360 177145.49 600149.24 556205.20 41203.20 2740.84
## 361 150535.50 570609.87 521004.15 46809.48 2796.24
## 362 121614.31 559990.93 520299.26 36501.18 3190.49
## 363 103573.42 546047.53 510560.41 31874.03 3613.09
## 364 137479.64 528451.74 477193.38 47882.56 3375.80
## 365 23041.69 37630.04 35130.42 2499.62 0.00
## 366 19842.51 35054.76 33273.25 1781.51 0.00
## 367 23842.95 39031.59 35793.08 3238.51 0.00
## 368 28482.72 30439.26 28181.92 2257.34 0.00
## 369 22685.80 30791.41 27376.30 3415.11 0.00
## 370 24221.58 25723.09 22228.47 3494.62 0.00
## 371 36860.51 23632.22 21132.10 2500.12 0.00
## 372 49282.25 29723.04 28076.04 1647.00 0.00
## 373 53968.86 37373.73 32848.04 4525.69 0.00
## 374 44882.51 34587.41 30219.23 4368.18 0.00
## 375 44707.32 34534.79 31176.68 3358.11 0.00
## 376 58989.81 39795.83 33103.01 6692.82 0.00
## 377 40366.93 38050.77 30388.81 7661.96 0.00
## 378 58551.64 31620.63 27053.27 4567.36 0.00
## 379 41261.83 47353.43 38940.45 8412.98 0.00
## 380 36469.43 62868.31 56910.24 5958.07 0.00
## 381 64372.34 66041.86 59197.70 6844.16 0.00
## 382 38130.29 65683.65 63371.06 2312.59 0.00
## 383 41677.60 78864.57 76846.13 2018.44 0.00
## 384 41343.26 62985.56 60769.22 2216.34 0.00
## 385 37614.30 61746.27 57783.20 3963.07 0.00
## 386 39734.90 60699.91 58627.67 2072.24 0.00
## 387 39260.71 64127.07 62053.65 2073.42 0.00
## 388 39515.29 65605.47 62470.83 3134.64 0.00
## 389 35107.11 67851.56 65681.23 2170.33 0.00
## 390 40602.17 71243.15 67865.26 3377.89 0.00
## 391 42044.35 69753.61 67989.08 1764.53 0.00
## 392 38260.10 73048.34 69426.00 3622.34 0.00
## 393 41193.22 69824.22 67842.39 1981.83 0.00
## 394 38578.80 72650.56 69123.57 3526.99 0.00
## 395 44529.73 61153.08 58990.80 2162.28 0.00
## 396 46014.43 63676.95 59663.25 4013.70 0.00
## 397 40248.52 59786.84 57583.99 2202.85 0.00
## 398 38370.27 63906.65 61759.57 2147.08 0.00
## 399 77627.49 64214.79 58626.28 5588.51 0.00
## 400 37961.14 59902.38 58701.20 1201.18 0.00
## 401 36041.12 64618.32 63182.05 1436.27 0.00
## 402 39638.34 65183.51 61787.29 3396.22 0.00
## 403 36210.12 58148.27 56450.56 1599.10 98.61
## 404 40688.42 52860.94 51856.01 1004.93 0.00
## 405 37099.23 59411.65 56443.98 2967.67 0.00
## 406 43739.93 52470.09 51028.01 1442.08 0.00
## 407 36249.61 53912.29 52537.96 1374.33 0.00
## 408 34948.86 55725.59 52873.84 2851.75 0.00
## 409 61590.31 46972.92 44919.71 2053.21 0.00
## 410 40430.51 49548.44 40419.97 9128.47 0.00
## 411 31778.73 51284.33 41921.30 9363.03 0.00
## 412 80813.88 49070.43 33450.14 15620.29 0.00
## 413 31576.20 54309.81 41623.40 12686.41 0.00
## 414 38677.39 47055.08 33996.73 13058.35 0.00
## 415 40801.77 49435.79 38822.26 10613.53 0.00
## 416 38568.95 50797.56 44329.03 6468.53 0.00
## 417 78378.25 94741.09 83066.75 1617.67 10056.67
## 418 96306.30 94063.90 76241.25 9592.65 8230.00
## 419 94162.53 82588.46 76829.42 5693.75 65.29
## 420 92888.37 62910.83 62473.12 420.95 16.76
## 421 74988.97 62161.46 61862.57 298.89 0.00
## 422 89732.33 73751.75 73457.31 294.44 0.00
## 423 93857.48 74984.77 74723.66 261.11 0.00
## 424 101889.32 66166.46 65842.08 324.38 0.00
## 425 106536.92 68869.94 68447.93 422.01 0.00
## 426 108012.41 66124.18 65795.24 323.33 5.61
## 427 118311.09 63116.01 62076.66 285.56 753.79
## 428 119996.31 68648.48 65144.93 528.99 2974.56
## 429 105711.40 69930.27 66015.29 2240.14 1674.84
## 430 101193.84 70795.02 63370.36 2923.19 4501.47
## 431 103103.75 74891.66 71195.89 3316.58 379.19
## 432 128619.66 82914.08 78368.45 3809.54 736.09
## 433 122938.43 86202.35 82905.34 3289.62 7.39
## 434 112344.22 73918.94 71627.03 2205.32 86.59
## 435 103622.38 80272.17 77073.51 2759.79 438.87
## 436 104997.44 83807.06 80018.54 3447.81 340.71
## 437 104796.41 81788.18 79510.48 1904.80 372.90
## 438 97419.33 82175.80 79197.97 2476.30 501.53
## 439 99066.58 88152.13 83728.75 3516.34 907.04
## 440 116910.43 98743.44 92362.71 3531.27 2849.46
## 441 109149.46 94328.48 90428.86 2536.23 1363.39
## 442 118634.70 129052.84 126579.11 2236.49 237.24
## 443 104595.10 129786.59 126835.70 1896.33 1054.56
## 444 122239.65 111021.71 107242.86 1658.76 2120.09
## 445 107908.15 119024.61 116318.18 2618.95 87.48
## 446 122929.34 105212.40 99942.37 4693.09 576.94
## 447 132732.66 101425.36 99122.66 2299.08 3.62
## 448 113475.77 104263.68 101615.53 2639.11 9.04
## 449 109205.15 85534.20 82689.93 2813.47 30.80
## 450 141250.98 93316.19 88847.94 4468.25 0.00
## 451 129694.01 93715.67 89297.42 4414.64 3.61
## 452 97410.38 92705.90 88341.96 3573.83 790.11
## 453 93303.25 92160.87 89276.61 2780.32 103.94
## 454 83137.77 94153.90 91664.47 2475.13 14.30
## 455 90801.53 91422.80 87170.22 3422.83 829.75
## 456 84865.54 101458.91 97284.77 4163.46 10.68
## 457 83937.78 90358.90 87394.44 2925.41 39.05
## 458 98822.10 97254.41 93312.94 3914.88 26.59
## 459 112934.40 109455.37 107215.40 2234.66 5.31
## 460 111791.06 90420.46 88092.48 2289.01 38.97
## 461 106178.47 94439.89 90447.44 3976.51 15.94
## 462 110446.60 97651.22 92518.95 5112.69 19.58
## 463 119634.41 82336.09 78980.96 3273.20 81.93
## 464 164884.41 93077.90 89516.93 3448.62 112.35
## 465 145882.24 85220.93 75867.61 9265.81 87.51
## 466 140239.95 98865.72 95516.44 3311.71 37.57
## 467 133848.57 79298.64 74716.43 4539.25 42.96
## 468 124506.10 77539.48 72888.46 4651.02 0.00
## 469 9546.88 50369.30 14050.64 30968.06 5350.60
## 470 7517.01 56245.76 12118.45 39679.66 4447.65
## 471 4574.03 75464.86 15835.20 58783.54 846.12
## 472 15475.56 59144.00 13539.21 42885.85 2718.94
## 473 5885.57 38977.90 12785.15 24850.38 1342.37
## 474 9595.72 47140.21 13804.56 31446.68 1888.97
## 475 4905.63 56845.80 15733.89 40083.17 1028.74
## 476 19577.35 60246.26 12989.82 42509.75 4746.69
## 477 13267.88 71626.45 14831.20 53584.84 3210.41
## 478 9187.24 59603.90 12423.07 45209.19 1971.64
## 479 8931.62 43077.80 17414.57 24553.19 1110.04
## 480 13777.63 50536.17 16191.77 31742.92 2601.48
## 481 11767.90 64105.72 16488.06 45980.45 1637.21
## 482 11725.37 49128.68 12344.28 34341.61 2442.79
## 483 21179.76 47094.76 12353.22 29601.09 5140.45
## 484 18310.19 56180.00 17271.72 34690.26 4218.02
## 485 8956.92 66632.12 19499.39 45312.94 1819.79
## 486 14357.02 63318.92 17804.54 42734.02 2780.36
## 487 5299.54 58589.27 15961.91 41548.22 1079.14
## 488 21571.37 63557.70 16806.65 41442.96 5308.09
## 489 10921.95 56136.97 19933.89 34194.18 2008.90
## 490 9778.16 51052.19 16179.92 33163.78 1708.49
## 491 5691.94 68917.85 24769.87 43020.67 1127.31
## 492 14449.26 58337.87 21470.67 33782.97 3084.23
## 493 4243.48 61781.42 23225.75 37926.40 629.27
## 494 10201.81 71706.32 27500.30 43026.64 1179.38
## 495 3666.71 72823.95 34098.54 38098.48 626.93
## 496 15259.47 65000.04 25431.90 37441.30 2126.84
## 497 10046.57 66485.56 30258.12 34920.23 1307.21
## 498 14601.72 63389.74 23651.85 36952.36 2785.53
## 499 4652.39 63377.28 20976.26 41425.81 975.21
## 500 4490.78 55604.51 24486.78 30170.62 947.11
## 501 14523.82 59491.63 18091.92 38536.09 2863.62
## 502 2408.09 73034.51 22506.92 50265.04 262.55
## 503 7282.09 57176.48 18315.96 37361.33 1499.19
## 504 6904.19 60583.96 21522.31 37783.16 1278.49
## 505 12959.10 60889.38 35196.33 23101.71 2591.34
## 506 1306.19 55624.64 38219.34 17270.02 135.28
## 507 2508.15 51050.29 36567.48 14361.02 121.79
## 508 2448.36 70724.27 46587.15 23745.65 391.47
## 509 23368.18 48822.51 11317.29 31773.08 5732.14
## 510 3387.38 57836.43 19570.41 37402.27 863.75
## 511 3678.29 64425.57 30834.06 32786.33 805.18
## 512 18680.72 47259.72 14963.96 28229.86 4065.90
## 513 3240.16 41141.35 18685.14 21703.66 752.55
## 514 3067.22 39617.86 21356.07 17556.58 705.21
## 515 4185.64 37258.67 17773.67 18571.14 913.86
## 516 19442.29 51829.32 15335.37 31756.14 4737.81
## 517 656.23 46636.08 20650.03 25970.02 16.03
## 518 1086.61 42403.04 24024.17 18264.75 114.12
## 519 1203.53 43475.66 17035.73 26345.43 94.50
## 520 1447.06 55083.44 17525.31 37445.46 112.67
## 521 15564.05 23071.78 15032.43 3874.64 4164.71
## 522 16370.50 20266.48 11760.83 4248.29 4257.36
## 523 12957.84 20165.81 14642.30 4307.42 1216.09
## 524 24435.11 18819.11 12451.60 3866.86 2500.65
## 525 16653.11 17371.46 12106.21 4115.58 1149.67
## 526 20730.65 18380.41 13855.13 2827.12 1698.16
## 527 15258.85 23023.60 19594.87 2618.43 810.30
## 528 29583.90 25669.50 14899.79 6935.32 3834.39
## 529 23764.43 21489.11 14668.10 3691.47 3129.54
## 530 19024.16 17089.46 11461.37 3925.91 1702.18
## 531 18606.59 23459.71 18601.80 4384.37 473.54
## 532 24724.80 23892.68 16946.85 4765.93 2179.90
## 533 23069.29 19254.83 14952.36 2202.87 2099.60
## 534 18527.75 18440.24 10970.85 5538.06 1931.33
## 535 26200.37 21237.40 12029.73 4671.88 4535.79
## 536 26703.23 24698.19 17099.64 4201.55 3397.00
## 537 20842.40 21787.18 16533.98 3611.52 1641.68
## 538 25751.74 24775.19 16928.02 4937.44 2909.73
## 539 15723.09 20871.64 14961.58 5010.51 899.55
## 540 32383.88 23949.07 15230.44 4314.54 4404.09
## 541 20857.42 29968.97 20668.00 7460.64 1840.33
## 542 17344.74 23215.97 17997.33 3281.88 1936.76
## 543 13557.25 28990.45 23981.05 3986.29 1023.11
## 544 24209.42 26449.59 21845.65 2442.62 2161.32
## 545 16034.68 25544.60 22605.91 2366.05 572.64
## 546 24674.62 30288.91 24909.93 4244.24 1134.74
## 547 12796.57 35543.34 29338.02 5683.66 521.66
## 548 24529.19 31938.32 24969.38 4739.34 2229.60
## 549 20023.58 34656.36 27204.22 6030.43 1421.71
## 550 29167.30 33480.24 23654.01 5888.63 3937.60
## 551 13935.13 27507.96 21434.49 4733.20 1340.27
## 552 14261.54 34792.89 22680.26 10832.31 1280.32
## 553 22934.89 21611.56 15997.43 2463.86 3150.27
## 554 10126.30 27215.37 23689.19 2796.71 729.47
## 555 15882.39 27235.65 16302.79 9726.39 1206.47
## 556 16624.25 28635.30 22384.10 4959.65 1291.55
## 557 26369.27 25870.22 20819.20 1861.68 3189.34
## 558 9955.72 24861.81 23837.01 840.46 184.34
## 559 9926.54 18571.52 17853.07 642.52 75.93
## 560 8711.76 32728.88 31416.00 937.48 375.40
## 561 24995.65 16321.19 9158.76 2691.96 4470.47
## 562 9632.10 22629.45 18487.57 3462.12 679.76
## 563 11404.82 36170.41 29553.30 5482.53 1134.58
## 564 25775.13 19375.08 13297.29 1837.60 4240.19
## 565 10603.51 21411.43 18266.69 2275.13 869.61
## 566 8939.85 24561.91 22104.10 1860.18 597.63
## 567 7652.85 20393.63 17859.26 1970.91 563.46
## 568 21795.64 23945.98 16360.12 3422.61 4163.25
## 569 7822.59 23196.35 21117.47 2057.45 21.43
## 570 7040.95 27417.51 24386.64 2962.41 68.46
## 571 7190.05 18981.23 16400.27 2458.67 122.29
## 572 7609.24 18869.56 16518.15 2132.21 219.20
## 573 84912.97 164495.27 136560.04 12277.70 15657.53
## 574 91158.34 139567.69 103511.91 10331.25 25724.53
## 575 62436.80 122485.83 114978.22 7472.99 34.62
## 576 8533.47 119463.87 108772.12 10525.27 166.48
## 577 6211.50 110783.37 96799.40 13967.44 16.53
## 578 9913.68 115460.44 102317.99 13138.76 3.69
## 579 10305.52 124103.96 109552.23 14527.64 24.09
## 580 33026.94 103376.75 92853.60 10364.96 158.19
## 581 85323.07 105901.09 98097.43 7644.90 158.76
## 582 49959.10 101822.75 96417.63 5279.41 125.71
## 583 61892.18 94315.01 87201.10 7044.44 69.47
## 584 99900.94 107867.59 101828.12 5967.19 72.28
## 585 50993.14 122784.54 107305.26 15396.93 82.35
## 586 25647.49 114293.50 101477.90 12776.10 39.50
## 587 10973.08 112113.80 99272.95 12833.33 7.52
## 588 9094.89 144444.25 119755.29 24666.41 22.55
## 589 9815.66 129188.38 120588.01 8581.65 18.72
## 590 7468.25 110266.58 101093.60 9171.11 1.87
## 591 8261.74 111144.33 102621.57 8502.23 20.53
## 592 7090.26 109684.37 100806.90 8864.44 13.03
## 593 7793.22 109761.68 101618.63 8139.34 3.71
## 594 4688.24 103103.00 91893.62 11209.38 0.00
## 595 6417.32 116524.06 97727.08 18793.29 3.69
## 596 4970.49 133329.08 115942.32 17379.41 7.35
## 597 4382.19 107362.42 102573.93 4008.88 779.61
## 598 5388.47 145175.58 139670.52 5497.78 7.28
## 599 7191.26 133410.70 125900.09 7499.76 10.85
## 600 8600.70 143730.96 134708.23 9013.74 8.99
## 601 7557.93 134774.73 130578.16 4187.62 8.95
## 602 13350.40 133958.89 126849.55 7102.22 7.12
## 603 7287.06 112892.03 99456.40 13421.47 14.16
## 604 6833.07 101993.85 96860.23 5117.65 15.97
## 605 6382.50 96117.87 88480.13 7628.89 8.85
## 606 7803.87 115964.95 107302.84 8644.44 17.67
## 607 9753.52 111724.32 104797.33 6148.99 778.00
## 608 12091.21 102359.29 91505.88 10463.78 389.63
## 609 16013.68 102270.38 89209.96 13055.16 5.26
## 610 12596.79 94370.85 85100.44 9261.60 8.81
## 611 13592.62 120093.08 105522.18 13748.75 822.15
## 612 13339.76 109584.41 95894.64 13670.42 19.35
## 613 11678.42 98562.51 88559.01 9991.57 11.93
## 614 14065.99 102495.19 90708.11 11780.00 7.08
## 615 11201.82 111142.58 97450.44 13677.78 14.36
## 616 12398.67 107972.30 95284.48 12675.55 12.27
## 617 12580.26 102738.51 85321.83 17416.68 0.00
## 618 12656.97 82586.46 67518.45 15061.17 6.84
## 619 12106.60 80177.93 67959.08 12176.08 42.77
## 620 18855.32 90804.99 79314.06 11474.72 16.21
## 621 9610.83 78188.26 60158.30 18029.96 0.00
## 622 15550.56 74805.23 62375.69 12416.71 12.83
## 623 11900.83 87684.88 67857.83 19801.95 25.10
## 624 9817.28 89330.21 54563.33 34760.08 6.80
## 625 19103.69 266590.08 38620.02 227884.21 85.85
## 626 24477.83 202799.96 34993.02 167806.94 0.00
## 627 29349.34 294366.50 34244.40 260040.92 81.18
## 628 8807.96 340033.61 35086.04 304844.07 103.50
## 629 14146.28 149739.49 31920.41 117819.08 0.00
## 630 18215.73 282805.93 31358.60 251447.33 0.00
## 631 20029.10 378320.36 36279.71 342040.65 0.00
## 632 12294.00 209920.36 39635.83 170279.53 5.00
## 633 8551.05 237105.47 41633.91 195471.56 0.00
## 634 11222.00 223824.71 39914.62 183910.09 0.00
## 635 13693.47 239193.51 41688.37 197487.51 17.63
## 636 18840.69 216495.03 40462.27 176032.76 0.00
## 637 27621.71 184827.70 41345.58 143474.53 7.59
## 638 15285.72 173509.24 43108.21 130401.03 0.00
## 639 25529.99 187898.66 40644.98 147253.68 0.00
## 640 17938.63 149626.22 47733.95 101892.27 0.00
## 641 19090.66 151435.78 47833.83 103601.95 0.00
## 642 19353.95 161467.42 43991.55 117475.87 0.00
## 643 21420.30 123397.31 45407.51 77989.80 0.00
## 644 18154.64 123499.57 46710.57 76789.00 0.00
## 645 24025.84 136451.77 46596.12 89855.65 0.00
## 646 16711.00 134187.27 45644.80 88542.47 0.00
## 647 25777.83 162596.91 58753.10 103843.81 0.00
## 648 17089.18 208462.46 68585.03 139859.47 17.96
## 649 22068.15 169338.72 66816.09 101611.95 910.68
## 650 19546.92 142805.60 88349.57 54456.03 0.00
## 651 18449.63 153136.30 93206.17 59917.38 12.75
## 652 12854.03 128296.93 83581.46 44715.47 0.00
## 653 17694.15 129731.23 79508.59 50222.64 0.00
## 654 17507.30 158078.11 70061.87 88016.24 0.00
## 655 18725.02 88434.22 52816.05 35618.17 0.00
## 656 18817.60 70664.14 50060.32 20603.82 0.00
## 657 17377.87 113999.04 50687.72 63311.32 0.00
## 658 16724.31 115631.98 49343.56 66285.96 2.46
## 659 14810.14 97967.31 45163.77 52803.54 0.00
## 660 5981.19 72694.91 44469.33 27221.41 1004.17
## 661 6231.67 116877.94 44279.02 72598.92 0.00
## 662 8603.75 98979.25 42716.25 56263.00 0.00
## 663 6308.61 86002.58 53589.80 31483.61 929.17
## 664 4760.21 90116.63 55936.09 34180.54 0.00
## 665 8461.12 82484.50 47368.30 35116.20 0.00
## 666 5122.11 93526.66 50621.03 42905.63 0.00
## 667 7264.83 102365.18 54092.42 48272.76 0.00
## 668 5507.38 75911.22 38246.75 37664.47 0.00
## 669 5686.33 156112.59 62564.22 93534.16 14.21
## 670 7797.57 100261.58 80270.81 19965.51 25.26
## 671 5420.92 141257.84 92800.41 48427.25 30.18
## 672 5736.45 158602.93 90555.95 68006.59 40.39
## 673 4944.79 127364.97 74743.60 52611.95 9.42
## 674 4225.31 151308.90 77528.06 73764.68 16.16
## 675 5357.69 122524.21 85793.27 36703.98 26.96
## 676 5553.60 115559.90 67894.33 47661.52 4.05
## 677 59789.18 62067.48 48936.21 762.35 12368.92
## 678 45459.85 51805.83 40496.17 2931.68 8377.98
## 679 47788.47 57504.44 48318.35 2843.43 6342.66
## 680 113791.21 54242.79 30612.06 885.86 22744.87
## 681 63664.14 42282.80 31628.56 920.38 9733.86
## 682 63404.02 55653.33 47388.76 1257.23 7007.34
## 683 52490.90 72836.93 65345.24 1141.32 6350.37
## 684 113928.21 53703.17 30614.89 734.95 22353.33
## 685 104529.50 56532.65 35176.99 1106.60 20249.06
## 686 74327.91 42762.15 30131.74 727.93 11902.48
## 687 72553.22 70322.58 63143.78 823.99 6354.81
## 688 72960.79 73877.49 68721.34 1222.93 3933.22
## 689 90271.45 54175.41 40779.28 1039.04 12357.09
## 690 78776.60 46419.67 33816.62 1081.83 11521.22
## 691 111298.27 60966.23 38180.88 839.26 21946.09
## 692 106452.77 70173.13 51456.91 1329.55 17386.67
## 693 79770.33 61933.21 49676.97 1237.68 11018.56
## 694 100520.31 68937.09 52515.07 1066.62 15355.40
## 695 61914.67 55181.73 45741.01 2154.69 7286.03
## 696 125069.99 74575.51 53326.63 1573.30 19675.58
## 697 80145.92 67447.96 54938.34 1471.57 11038.05
## 698 76533.58 72591.34 63454.14 1676.31 7460.89
## 699 63099.70 105548.20 98037.18 2518.38 4992.64
## 700 105281.52 73481.26 61402.16 2038.49 10040.61
## 701 62708.05 82776.40 76701.28 1977.04 4098.08
## 702 96051.18 74583.10 66416.56 1849.74 6316.80
## 703 48618.79 115728.27 111301.27 2126.05 2300.95
## 704 121664.66 82434.57 70155.32 2831.82 9447.43
## 705 90747.55 86444.91 80661.40 1786.01 3997.50
## 706 131114.30 76377.86 61921.23 1180.76 13275.87
## 707 53233.66 80020.07 74758.21 797.64 4464.22
## 708 46503.59 98619.41 94585.49 715.81 3318.11
## 709 116503.88 65900.89 53494.15 591.25 11815.49
## 710 48825.24 91797.23 87986.35 1880.03 1930.85
## 711 74593.79 66858.29 60634.57 785.52 5438.20
## 712 66651.75 100217.05 93903.26 1475.78 4838.01
## 713 107930.54 81262.16 68265.07 4057.84 8939.25
## 714 43008.11 107068.62 101770.10 2451.53 2846.99
## 715 49925.60 69389.45 65997.82 1999.07 1392.56
## 716 38352.45 116730.39 113016.39 2415.87 1298.13
## 717 144745.74 63171.07 44419.39 754.44 17997.24
## 718 48302.85 67078.32 62158.56 1375.92 3543.84
## 719 46763.06 104569.21 99704.49 473.70 4391.02
## 720 129285.88 69072.83 50732.68 1144.16 17195.99
## 721 46471.63 70506.75 66789.41 267.65 3449.69
## 722 41639.69 82193.26 78474.19 676.16 3042.91
## 723 40515.81 61772.96 57777.05 1023.87 2972.04
## 724 127173.89 70681.78 54003.36 688.47 15989.95
## 725 45889.29 73764.25 69311.52 1280.03 3172.70
## 726 37740.18 94985.22 92319.38 1066.01 1599.83
## 727 76985.00 56696.63 48639.13 620.82 7436.68
## 728 74062.76 56132.13 46679.86 1060.51 8391.76
## 729 5754.75 37856.64 30738.09 2919.24 4199.31
## 730 3211.51 35160.73 30547.62 2288.36 2324.75
## 731 3264.07 40989.06 38257.02 2231.37 500.67
## 732 15635.86 32057.78 26570.40 1560.59 3926.79
## 733 3336.97 30728.58 27835.71 2816.43 76.44
## 734 5725.81 36725.69 33606.78 2327.22 791.69
## 735 2506.31 48756.23 47301.23 1427.26 27.74
## 736 7556.57 36853.50 34956.27 1819.27 77.96
## 737 8605.43 45973.75 43392.69 1757.12 823.94
## 738 9431.21 35155.60 30487.72 3036.22 1631.66
## 739 17329.17 45134.39 40257.54 1830.77 3046.08
## 740 49279.06 39487.65 21799.30 2155.38 15532.97
## 741 18103.36 36660.84 29446.94 2198.98 5014.92
## 742 13024.28 34572.59 28888.74 1913.24 3770.61
## 743 9651.55 53745.61 51686.05 1815.57 243.99
## 744 20439.94 51809.03 43865.37 2851.68 5091.98
## 745 6016.37 48654.83 45108.48 3486.89 59.46
## 746 16719.44 53915.89 48562.08 2309.09 3044.72
## 747 5459.79 45548.13 40204.96 4716.36 626.81
## 748 20395.04 65762.77 55316.85 6674.12 3771.80
## 749 8389.85 52956.51 49559.83 3294.27 102.41
## 750 10359.57 59731.09 55048.69 4030.14 652.26
## 751 9957.92 74652.44 69267.05 4085.24 1300.15
## 752 29478.33 61454.75 52697.22 3806.21 4951.32
## 753 9833.58 72569.86 66368.31 4901.72 1299.83
## 754 34986.30 55789.84 44032.97 5692.28 6064.59
## 755 9941.32 87927.29 80548.80 5044.35 2334.14
## 756 32903.12 62515.24 53623.47 4943.16 3948.61
## 757 4934.17 71614.68 67207.35 4401.93 5.40
## 758 10407.58 61035.00 55432.55 4067.09 1535.36
## 759 3360.05 67038.66 64208.38 2794.35 35.93
## 760 3111.69 73748.18 69048.81 4663.55 35.82
## 761 12421.42 56626.26 52456.30 3991.49 178.47
## 762 3817.57 63493.67 59129.49 4335.74 28.44
## 763 6727.83 48803.19 46862.74 1898.03 42.42
## 764 6421.76 73116.36 68758.56 4305.08 52.72
## 765 15023.71 72777.59 68697.84 3761.98 317.77
## 766 2717.16 72097.04 68693.55 3377.45 26.04
## 767 5487.61 55701.88 50462.56 5165.79 73.53
## 768 3003.97 81048.91 75725.67 5299.20 24.04
## 769 19097.99 59636.74 57118.41 2105.90 412.43
## 770 4214.32 48607.19 45347.61 3244.22 15.36
## 771 3903.17 72556.48 69329.04 3169.54 57.90
## 772 26454.42 54083.87 47217.11 3519.09 3347.67
## 773 4894.78 52872.75 48858.06 3767.48 247.21
## 774 4215.01 63861.70 57601.99 6203.39 56.32
## 775 4855.23 52496.61 48150.41 4209.37 136.83
## 776 19211.54 48422.82 43899.75 4377.27 145.80
## 777 6374.01 58722.91 54053.21 4552.75 116.95
## 778 6411.99 64385.90 60381.95 3727.81 276.14
## 779 13798.90 42379.30 39193.44 2896.97 288.89
## 780 22612.46 45921.57 43899.46 1097.68 924.43
## 781 254629.93 577490.50 400003.80 98401.09 79085.61
## 782 241580.61 542059.05 358218.65 122999.48 60840.92
## 783 228576.54 574072.01 409909.70 148004.93 16157.38
## 784 398320.64 500758.99 325850.00 124306.44 50602.55
## 785 248818.72 431502.68 328369.47 83149.01 19984.20
## 786 280543.97 501609.21 391454.61 89472.08 20682.52
## 787 248635.49 580587.77 465154.46 99695.62 15737.69
## 788 425242.73 554939.60 365002.12 138161.32 51776.16
## 789 388703.05 578565.03 399665.31 133071.89 45827.83
## 790 331096.84 496812.93 335249.25 130933.76 30629.92
## 791 353741.96 535275.88 419558.97 92629.46 23087.45
## 792 456771.26 539608.87 384772.59 93016.17 61820.11
## 793 381986.61 504171.61 354840.13 106127.86 43203.62
## 794 344488.51 476539.59 327299.75 103091.55 46148.29
## 795 418235.21 570423.23 406010.16 109268.58 55144.49
## 796 447108.50 634481.27 448051.74 132685.58 53743.95
## 797 348448.68 614942.66 468148.29 121209.44 25584.93
## 798 419390.50 612822.05 457558.59 111788.68 43474.78
## 799 279710.88 568324.22 427635.30 122225.92 18463.00
## 800 475383.38 676086.49 486209.97 129683.80 60192.72
## 801 331336.66 638020.47 497895.48 115527.66 24597.33
## 802 321610.93 627504.75 500704.88 104570.86 22229.01
## 803 281882.10 762154.55 617211.53 127530.47 17412.55
## 804 454643.18 690083.05 535843.25 110898.39 43341.41
## 805 288141.07 715927.19 581802.24 120335.36 13789.59
## 806 442059.88 774585.36 606612.51 140253.50 27719.35
## 807 261863.52 966268.71 803974.11 148652.02 13642.58
## 808 493928.69 780156.36 611156.81 132172.82 36826.73
## 809 346867.18 815016.42 683334.70 119899.69 11782.03
## 810 447117.42 742128.19 584086.31 122232.65 35809.23
## 811 280464.92 725079.29 593192.94 119920.22 11966.13
## 812 263068.72 788587.54 641756.72 134308.54 12522.28
## 813 406338.23 620547.95 481046.82 110126.40 29374.73
## 814 274259.73 737043.24 585000.53 147022.85 5019.86
## 815 327171.65 653682.62 493009.35 146837.36 13835.91
## 816 294073.96 749589.73 615887.17 116500.49 17202.07
## 817 383840.98 717945.69 609139.49 84879.59 23926.61
## 818 190091.28 754073.69 688965.80 60642.37 4465.52
## 819 221603.31 617473.32 552075.78 61643.12 3754.42
## 820 196545.04 845500.49 758625.31 82421.91 4453.27
## 821 451798.84 605211.12 453829.96 105804.36 45576.80
## 822 223788.70 622038.00 498932.31 114147.11 8958.58
## 823 253978.78 824997.37 697812.88 114519.60 12664.89
## 824 478701.64 598713.96 462539.26 88541.92 47632.78
## 825 246541.13 610248.66 512270.39 88536.91 9441.36
## 826 237030.33 650580.44 561485.40 81172.24 7922.80
## 827 238780.53 560633.82 472576.07 78544.87 9512.88
## 828 510153.65 646531.70 479453.25 126925.79 40152.66
## 829 271642.56 617677.34 503612.64 109501.00 4563.70
## 830 257105.89 697090.44 600155.95 93434.54 3499.95
## 831 316856.73 515263.25 412976.97 91214.54 11071.74
## 832 318102.38 537780.56 412779.64 111072.91 13928.01
## 833 149.11 52172.66 51396.60 776.06 0.00
## 834 158.29 55158.59 53929.04 1229.55 0.00
## 835 229.97 52629.91 51752.86 877.05 0.00
## 836 118.19 46803.55 46345.26 458.29 0.00
## 837 110.54 40269.85 39640.65 629.20 0.00
## 838 198.26 49886.79 47519.78 2367.01 0.00
## 839 93.58 50823.87 46939.57 3884.30 0.00
## 840 169.50 49315.46 47637.88 1677.58 0.00
## 841 173.18 50255.22 49340.53 914.69 0.00
## 842 185.61 53876.65 52569.78 1306.87 0.00
## 843 408.03 49802.07 48878.61 923.46 0.00
## 844 267.77 55402.42 53610.63 1791.79 0.00
## 845 323.79 60166.23 59227.50 938.73 0.00
## 846 294.60 53387.54 51731.16 1656.38 0.00
## 847 279.75 54908.16 53988.59 919.57 0.00
## 848 294.21 50518.36 48537.65 1980.71 0.00
## 849 465.01 58803.58 57426.04 1344.61 32.93
## 850 614.86 59591.72 57205.13 1779.77 606.82
## 851 584.81 56436.02 54580.78 1140.14 715.10
## 852 402.50 49302.80 48581.44 714.85 6.51
## 853 510.58 57148.33 56333.05 815.28 0.00
## 854 733.22 57808.16 56786.27 1018.67 3.22
## 855 480.44 61945.48 60632.24 1271.50 41.74
## 856 1020.51 66951.32 65842.25 1051.54 57.53
## 857 2740.31 68899.75 67025.83 1705.19 168.73
## 858 3215.99 80549.34 78409.83 1623.22 516.29
## 859 2556.60 73590.72 70488.10 2376.23 726.39
## 860 3182.40 79455.29 76907.65 1624.65 922.99
## 861 2028.31 92380.65 87952.58 2821.41 1606.66
## 862 675.56 85424.65 81417.34 3219.51 787.80
## 863 804.17 91399.84 87880.67 2341.73 1177.44
## 864 777.66 93390.75 89913.88 2641.89 834.98
## 865 487.01 86571.14 85065.22 1400.80 105.12
## 866 585.43 87226.64 85161.38 2065.26 0.00
## 867 527.56 79068.14 76930.85 2137.29 0.00
## 868 415.14 70271.11 68210.88 2022.73 37.50
## 869 501.77 79210.81 77244.93 1965.88 0.00
## 870 400.34 64579.13 62948.16 1630.97 0.00
## 871 485.39 68028.00 66320.66 1643.45 63.89
## 872 418.10 62385.18 61035.96 1349.22 0.00
## 873 481.59 60235.19 57777.32 2457.87 0.00
## 874 470.53 74630.51 72181.56 2448.95 0.00
## 875 334.13 77675.77 75825.42 1850.35 0.00
## 876 614.07 67379.54 65870.90 1508.64 0.00
## 877 506.96 74589.10 73386.08 1203.02 0.00
## 878 503.53 73264.41 72146.24 1118.17 0.00
## 879 722.59 76542.91 75408.57 1134.34 0.00
## 880 851.33 70932.74 69529.64 1403.10 0.00
## 881 426.35 83379.23 79720.85 3658.38 0.00
## 882 535.87 65730.17 64180.88 1549.29 0.00
## 883 582.30 64838.42 63840.09 998.33 0.00
## 884 1286.19 48952.57 47583.64 1368.93 0.00
## 885 169.66 44521.40 43577.26 944.14 0.00
## 886 184.96 46958.69 45981.69 977.00 0.00
## 887 332.83 47235.04 46493.47 741.57 0.00
## 888 192.36 36087.90 35448.13 639.77 0.00
## 889 169.10 37099.33 36423.45 675.88 0.00
## 890 319.25 31693.36 30800.02 893.34 0.00
## 891 197.29 42156.85 40290.46 1866.39 0.00
## 892 171.88 43220.27 37770.33 5449.94 0.00
## 893 288.44 49489.36 44831.20 4658.16 0.00
## 894 300.22 47535.60 43920.24 3615.36 0.00
## 895 594.12 45108.78 42004.56 3104.22 0.00
## 896 491.68 52442.71 49064.30 3378.41 0.00
## 897 287.31 51469.03 46352.66 5116.37 0.00
## 898 248.86 46105.98 42271.23 3834.75 0.00
## 899 270.67 57606.92 52877.17 4729.75 0.00
## 900 206.25 53422.12 47929.52 5492.60 0.00
## 901 497.89 54784.25 52839.06 1945.19 0.00
## 902 593.94 47188.50 46616.28 572.22 0.00
## 903 422.19 45255.29 44345.82 909.47 0.00
## 904 886.72 52808.59 51496.76 1311.83 0.00
## 905 706.64 56845.94 55625.90 1220.04 0.00
## 906 1283.94 48824.22 47631.34 1192.88 0.00
## 907 2171.08 55094.92 52815.80 2279.12 0.00
## 908 5496.69 59063.86 56769.39 2294.47 0.00
## 909 11286.35 73611.03 71429.27 2181.76 0.00
## 910 11793.14 71726.72 67565.11 4161.61 0.00
## 911 9682.22 63988.35 60622.57 3365.78 0.00
## 912 10100.06 69297.55 67505.16 1792.39 0.00
## 913 6839.64 72846.84 69607.77 3239.07 0.00
## 914 219.26 67534.04 66052.80 1481.24 0.00
## 915 142.52 76734.47 74809.00 1925.47 0.00
## 916 177.56 80420.66 78505.66 1915.00 0.00
## 917 249.30 72312.87 69888.23 2424.64 0.00
## 918 390.91 76807.72 73455.49 3352.23 0.00
## 919 539.00 69666.09 66957.03 2709.06 0.00
## 920 229.90 66780.15 64008.53 2693.84 77.78
## 921 175.12 70677.64 66844.17 3833.47 0.00
## 922 133.93 64932.26 63103.19 1829.07 0.00
## 923 194.45 58950.13 56550.70 2399.43 0.00
## 924 217.08 53019.67 50509.85 2509.82 0.00
## 925 139.93 56636.95 53990.12 2646.83 0.00
## 926 160.54 68370.25 65306.48 3063.77 0.00
## 927 145.30 81264.03 77718.63 3545.40 0.00
## 928 271.71 59968.22 57600.88 2367.34 0.00
## 929 285.70 73550.85 71330.51 2220.34 0.00
## 930 216.75 80581.70 79026.53 1555.17 0.00
## 931 215.13 68467.05 65594.58 2872.47 0.00
## 932 364.83 75877.74 72234.63 3643.11 0.00
## 933 231.99 86591.50 79402.42 7189.08 0.00
## 934 286.52 64898.32 62671.58 2226.74 0.00
## 935 223.15 85049.89 83319.80 1730.09 0.00
## 936 165.35 58061.57 55401.31 2660.26 0.00
## 937 126150.81 140578.89 73711.94 36493.62 30373.33
## 938 127372.19 134472.15 72198.16 31520.66 30753.33
## 939 81450.04 118249.90 69011.01 48622.22 616.67
## 940 7041.19 123301.75 61020.31 62281.44 0.00
## 941 4334.89 97740.46 67880.28 29860.18 0.00
## 942 6924.43 112776.26 70785.25 41991.01 0.00
## 943 4611.00 131185.34 62414.66 68770.68 0.00
## 944 20404.29 124311.49 56573.89 67737.60 0.00
## 945 111263.81 135090.91 56198.27 78892.64 0.00
## 946 81274.85 101889.59 57577.21 44260.60 51.78
## 947 80895.03 87942.98 59835.83 28107.15 0.00
## 948 126765.96 112924.68 62638.13 50286.55 0.00
## 949 43558.15 128610.30 59751.00 68859.30 0.00
## 950 16780.90 110005.86 61098.51 48907.35 0.00
## 951 6959.50 97093.64 55198.32 41895.32 0.00
## 952 5559.36 128197.69 55636.91 72560.78 0.00
## 953 6230.70 128398.07 63724.96 64673.11 0.00
## 954 4514.17 101800.73 72264.60 29536.13 0.00
## 955 4323.68 97753.82 62733.47 35020.35 0.00
## 956 3479.25 102019.40 65764.02 36255.38 0.00
## 957 5288.30 98490.67 62834.44 35656.23 0.00
## 958 3494.60 93996.27 60782.86 33213.41 0.00
## 959 5096.53 115646.96 69845.31 45801.65 0.00
## 960 4233.66 146607.39 73695.03 72912.36 0.00
## 961 3226.08 129130.78 71467.17 57474.72 188.89
## 962 3957.20 145201.69 98660.98 46540.71 0.00
## 963 1935.65 182793.53 87444.74 95348.79 0.00
## 964 2227.98 165540.77 84406.17 81134.60 0.00
## 965 4700.10 164984.41 85200.08 79784.33 0.00
## 966 3899.67 127682.54 72504.80 55177.74 0.00
## 967 2927.27 119148.01 53981.67 65166.34 0.00
## 968 5151.72 97641.42 58142.73 39498.69 0.00
## 969 3241.06 82512.33 47881.90 34630.43 0.00
## 970 3776.21 119273.42 49686.88 69586.54 0.00
## 971 4521.86 138113.52 55875.33 82238.19 0.00
## 972 5527.28 91745.87 58557.13 33188.74 0.00
## 973 3898.56 112472.41 78217.04 34255.37 0.00
## 974 3936.53 107051.39 97144.19 9907.20 0.00
## 975 4878.20 139400.33 132586.15 6814.18 0.00
## 976 4633.28 128755.71 122988.43 5767.28 0.00
## 977 5199.15 122875.54 71977.68 50897.86 0.00
## 978 5000.20 110522.10 62352.87 48169.23 0.00
## 979 5321.52 135735.59 60498.92 75236.67 0.00
## 980 4149.71 114118.74 63264.46 50854.28 0.00
## 981 6532.39 105622.79 73227.41 32395.38 0.00
## 982 5598.15 120148.78 83840.62 36308.16 0.00
## 983 5175.33 114519.05 103507.51 11011.54 0.00
## 984 8063.40 134420.71 86145.18 48275.53 0.00
## 985 4231.47 120289.18 95546.28 24742.90 0.00
## 986 9353.74 120280.76 107320.39 12960.37 0.00
## 987 4094.47 152918.86 126995.76 25923.10 0.00
## 988 4378.92 115837.55 90299.85 25537.70 0.00
## 989 11206.40 37857.68 20644.64 11524.06 5688.98
## 990 9327.71 35339.83 18144.63 12133.67 5061.53
## 991 11398.44 39055.62 21259.82 15580.08 2215.72
## 992 13570.12 38650.33 19365.92 17733.68 1550.73
## 993 10854.59 29256.30 17455.74 9975.21 1825.35
## 994 9639.94 32825.44 20313.48 11041.51 1470.45
## 995 12795.08 36598.17 22294.87 11753.19 2550.11
## 996 20220.42 38397.37 19246.38 15189.72 3961.27
## 997 16933.14 40333.83 20800.04 16206.13 3327.66
## 998 16586.30 40696.01 18548.38 19394.80 2752.83
## 999 12142.13 40805.64 24129.91 15546.00 1129.73
## 1000 13860.26 35112.95 21300.25 11566.09 2246.61
## 1001 13528.83 35118.97 18727.08 14546.97 1844.92
## 1002 16176.43 34774.67 19742.24 12078.24 2954.19
## 1003 24166.47 41170.10 18045.98 18135.33 4988.79
## 1004 17967.91 49656.88 22010.51 24284.79 3361.58
## 1005 16662.01 44015.86 25163.49 15845.63 3006.74
## 1006 15531.08 41058.35 23305.32 15000.54 2752.49
## 1007 10288.24 40101.97 23701.08 14786.36 1614.53
## 1008 20017.79 44629.48 23010.00 17605.07 4014.41
## 1009 12389.35 40810.60 24883.56 14289.69 1637.35
## 1010 13847.90 40114.79 22812.10 14978.27 2324.42
## 1011 7897.34 47941.69 27526.10 19119.03 1296.56
## 1012 15100.98 46213.29 25201.47 18741.75 2270.07
## 1013 7053.06 48250.01 27061.56 20240.11 948.34
## 1014 13495.86 52872.97 30631.37 21037.53 1204.07
## 1015 9267.12 62336.52 34863.23 26114.84 1358.45
## 1016 14564.30 58792.48 33861.06 23155.13 1776.29
## 1017 13744.21 52338.89 33478.56 17581.12 1279.21
## 1018 10648.98 48179.03 30541.64 15866.46 1770.93
## 1019 6630.76 42933.59 26714.31 15126.47 1092.81
## 1020 14814.07 41464.83 26023.27 12630.31 2811.25
## 1021 16162.78 39737.03 21260.58 16314.28 2162.17
## 1022 5271.20 46168.54 23578.29 22228.41 361.84
## 1023 7488.56 40171.15 21559.51 17453.10 1158.54
## 1024 16641.02 41141.09 23192.65 14397.12 3551.32
## 1025 10136.69 50565.87 35778.37 13533.90 1253.60
## 1026 2457.50 43745.75 33143.47 10414.35 187.93
## 1027 2843.96 40579.11 33761.92 6720.88 96.31
## 1028 8095.81 50118.75 37465.78 11727.21 925.76
## 1029 15542.64 38735.04 19721.51 16305.28 2708.25
## 1030 5551.28 41913.69 24140.96 16954.05 818.68
## 1031 10846.32 45811.82 27937.40 15551.62 2322.80
## 1032 14372.16 39567.14 22401.71 14728.68 2436.75
## 1033 5161.84 37626.92 22828.92 13884.93 913.07
## 1034 4664.15 35774.97 22442.70 12428.29 903.98
## 1035 8455.43 33519.02 18968.55 12562.27 1988.20
## 1036 14761.53 41561.14 20669.59 18130.75 2760.80
## 1037 724.50 36954.33 21963.56 14952.61 38.16
## 1038 2048.78 40469.37 22405.47 17913.92 149.98
## 1039 1771.71 33310.48 18466.87 14765.56 78.05
## 1040 1201.50 36485.45 20325.41 16160.04 0.00
## 1041 514.70 33308.89 15300.85 18008.04 0.00
## 1042 241.09 26097.27 16151.43 9940.60 5.24
## 1043 199.12 30390.01 11312.69 19064.31 13.01
## 1044 703.20 19876.09 8770.31 11105.78 0.00
## 1045 266.31 27787.69 7638.25 20149.44 0.00
## 1046 301.94 29814.06 10738.71 19075.35 0.00
## 1047 998.99 24915.80 12498.87 12406.71 10.22
## 1048 411.40 24157.08 12761.19 11395.89 0.00
## 1049 995.43 39232.86 14379.48 24853.38 0.00
## 1050 796.53 27218.86 19339.98 7878.88 0.00
## 1051 834.92 24385.70 14116.28 10269.42 0.00
## 1052 1201.18 35015.95 14261.06 20754.89 0.00
## 1053 537.65 36206.89 14925.09 21281.80 0.00
## 1054 1047.02 24334.81 14588.26 9746.55 0.00
## 1055 447.77 37710.23 17060.74 20649.49 0.00
## 1056 461.14 27745.16 18430.60 9314.56 0.00
## 1057 1561.01 44923.50 20609.55 24313.95 0.00
## 1058 657.28 31863.89 20460.51 11403.38 0.00
## 1059 731.09 31182.63 20588.04 10594.59 0.00
## 1060 697.22 30162.42 19619.87 10514.58 27.97
## 1061 668.99 43942.61 21556.41 22386.20 0.00
## 1062 759.06 28552.99 19135.05 9417.94 0.00
## 1063 619.03 23708.89 18522.50 5186.39 0.00
## 1064 647.13 37280.40 17718.50 19561.90 0.00
## 1065 584.22 29324.53 19289.35 10035.18 0.00
## 1066 1193.27 51113.07 31922.01 19191.06 0.00
## 1067 866.73 37283.57 29903.31 7380.26 0.00
## 1068 1147.34 48407.22 26218.22 22189.00 0.00
## 1069 2356.55 41014.29 30968.84 10045.45 0.00
## 1070 710.02 43920.22 24338.56 19581.66 0.00
## 1071 615.86 32956.06 22617.48 10338.58 0.00
## 1072 1049.26 41618.38 20782.40 20835.98 0.00
## 1073 524.46 30302.84 19947.77 10355.07 0.00
## 1074 625.50 31430.84 22038.43 9392.41 0.00
## 1075 1347.25 51669.25 25088.83 26430.42 150.00
## 1076 595.04 30893.61 21798.68 9094.93 0.00
## 1077 650.56 34237.01 24494.31 9742.70 0.00
## 1078 645.10 34893.41 17504.21 17389.20 0.00
## 1079 848.18 29192.42 16686.17 12506.25 0.00
## 1080 861.41 25226.14 17583.62 7642.52 0.00
## 1081 613.36 34923.30 19581.38 15341.92 0.00
## 1082 999.80 23903.32 17130.38 6772.94 0.00
## 1083 745.39 25443.64 19549.59 5894.05 0.00
## 1084 570.69 31639.73 17059.55 14580.18 0.00
## 1085 1447.09 29076.27 21773.29 7302.98 0.00
## 1086 595.88 24427.51 15354.40 9073.11 0.00
## 1087 375.65 19397.24 11016.44 8380.80 0.00
## 1088 1299.60 42945.86 20816.49 22129.37 0.00
## 1089 523.89 27925.94 16753.47 11172.47 0.00
## 1090 513.69 25060.56 14684.19 10376.37 0.00
## 1091 529.41 24566.54 14862.70 9703.84 0.00
## 1092 468.70 28686.57 13653.15 15033.42 0.00
## 1093 4977.64 58612.10 34675.97 23936.13 0.00
## 1094 4749.61 54103.94 34992.96 19110.98 0.00
## 1095 4942.71 41643.52 33834.13 7809.39 0.00
## 1096 10794.34 30694.05 30201.26 492.79 0.00
## 1097 5227.59 30435.14 29475.24 959.90 0.00
## 1098 3926.84 33241.61 31653.96 1587.65 0.00
## 1099 4614.58 35507.27 33636.41 1870.86 0.00
## 1100 5456.06 37333.35 36573.68 759.67 0.00
## 1101 12912.69 35398.62 34277.25 1121.37 0.00
## 1102 14217.03 35458.53 33684.23 1774.30 0.00
## 1103 4681.66 38960.02 37274.27 1685.75 0.00
## 1104 13357.96 36894.51 33903.57 2990.94 0.00
## 1105 5551.93 38659.62 30931.87 7727.75 0.00
## 1106 4057.49 35317.04 31037.22 4279.82 0.00
## 1107 5225.21 44254.15 35941.12 8313.03 0.00
## 1108 11064.14 74655.89 31703.25 42952.64 0.00
## 1109 7149.50 52471.92 38692.25 13779.67 0.00
## 1110 6958.54 38266.54 37518.56 747.98 0.00
## 1111 4561.64 40566.09 38541.74 2024.35 0.00
## 1112 7799.26 60363.91 48127.04 12236.87 0.00
## 1113 8925.51 63010.39 41697.82 21312.57 0.00
## 1114 6250.99 49169.44 38914.95 10254.49 0.00
## 1115 8654.82 50085.95 41514.45 8571.50 0.00
## 1116 5011.33 54738.47 44134.02 10604.45 0.00
## 1117 5024.08 53258.63 41822.44 11436.19 0.00
## 1118 6281.59 77806.86 63540.12 14266.74 0.00
## 1119 4334.64 63660.06 52651.46 11008.60 0.00
## 1120 4219.33 78859.33 58695.06 20164.27 0.00
## 1121 3768.89 78678.44 45747.40 32931.04 0.00
## 1122 5234.25 71065.39 47209.35 23856.04 0.00
## 1123 8253.99 58376.60 41385.11 16991.49 0.00
## 1124 4566.03 51766.98 40849.99 10916.99 0.00
## 1125 3609.37 47743.43 34337.21 13406.22 0.00
## 1126 4266.19 55663.97 36501.34 19162.63 0.00
## 1127 6101.01 66137.41 37775.36 28362.05 0.00
## 1128 5032.11 63436.41 39250.19 24170.94 15.28
## 1129 7618.69 55650.51 34413.09 21237.42 0.00
## 1130 4229.89 50734.51 32104.77 18629.74 0.00
## 1131 6194.31 50949.57 38773.41 12176.16 0.00
## 1132 7463.43 47723.32 39098.87 8624.45 0.00
## 1133 5684.01 38838.17 38187.21 650.96 0.00
## 1134 5897.76 35286.92 34915.51 371.41 0.00
## 1135 5339.34 38563.47 38263.99 299.48 0.00
## 1136 12440.57 36602.27 35745.05 857.22 0.00
## 1137 4731.85 36265.13 36112.87 152.26 0.00
## 1138 3869.22 38503.26 38196.57 306.69 0.00
## 1139 4610.86 43708.68 42743.96 964.72 0.00
## 1140 4255.15 36449.01 35205.21 1243.80 0.00
## 1141 3874.78 32113.37 31833.66 279.71 0.00
## 1142 4887.89 33175.55 32897.59 277.96 0.00
## 1143 9591.88 37144.36 36874.44 269.92 0.00
## 1144 4591.23 58638.68 58126.59 512.09 0.00
## 1145 86202.11 808554.03 722787.61 74359.03 11407.39
## 1146 96111.90 786663.79 681332.22 94921.87 10409.70
## 1147 67975.05 1093869.01 962784.81 123270.26 7813.94
## 1148 64728.33 1096637.79 997845.83 92324.72 6467.24
## 1149 70943.62 749929.73 681435.37 61342.99 7151.37
## 1150 75963.22 747730.78 676325.88 64489.99 6914.91
## 1151 70734.46 814312.28 763322.82 44152.29 6837.17
## 1152 75385.11 527994.86 492713.56 29335.02 5946.28
## 1153 74252.61 396225.49 378048.56 13371.54 4805.39
## 1154 78774.20 349302.31 341731.29 3774.75 3796.27
## 1155 78303.54 367464.22 358998.74 6303.21 2162.27
## 1156 74862.42 297183.03 280841.88 13203.35 3137.80
## 1157 86683.25 273329.98 251924.68 17899.44 3505.86
## 1158 81864.64 282554.50 268104.31 9642.69 4807.50
## 1159 118706.07 302063.20 284791.57 12275.43 4996.20
## 1160 97210.13 296957.26 226956.87 64067.31 5933.08
## 1161 90624.69 343856.96 312763.93 26701.71 4391.32
## 1162 86574.37 363761.25 357387.32 3503.63 2870.30
## 1163 92245.94 287109.44 279700.22 3994.61 3414.61
## 1164 79890.52 305952.21 301831.12 760.09 3361.00
## 1165 69168.37 311765.28 304882.47 4251.42 2631.39
## 1166 58532.61 296687.12 291524.01 2991.10 2172.01
## 1167 79478.59 321891.95 316322.88 2936.81 2632.26
## 1168 89206.49 306935.34 290890.18 13264.37 2780.79
## 1169 83398.45 312825.50 298568.77 11398.26 2858.47
## 1170 99097.11 398193.01 377663.89 17234.66 3294.46
## 1171 75759.53 353112.97 336537.82 13953.67 2621.48
## 1172 79616.07 353494.88 334560.23 15484.32 3450.33
## 1173 69556.02 374448.36 357012.13 14619.41 2816.82
## 1174 71705.74 385717.60 367627.51 14651.88 3438.21
## 1175 76580.26 309928.20 292423.13 14480.99 3024.08
## 1176 73414.62 301690.01 283662.09 14885.79 3142.13
## 1177 54789.31 294872.18 280916.40 11067.18 2888.60
## 1178 60232.29 358535.96 345073.29 10675.70 2786.97
## 1179 61569.48 369784.70 356360.42 11566.37 1857.91
## 1180 62487.28 297393.39 280321.62 15427.14 1644.63
## 1181 58423.48 326247.83 279355.95 45364.01 1527.87
## 1182 64716.40 336665.65 284383.05 50472.61 1809.99
## 1183 73965.36 284995.25 245998.59 36929.22 2067.44
## 1184 69022.84 289111.44 250801.63 36844.97 1464.84
## 1185 68607.44 294948.19 275797.37 17691.29 1459.53
## 1186 70872.78 332057.97 313898.03 16220.47 1939.47
## 1187 62567.60 328752.16 311497.60 15650.13 1604.43
## 1188 61863.94 294779.67 269524.60 23570.43 1684.64
## 1189 61573.28 337149.23 309850.06 25218.02 2081.15
## 1190 62511.83 308754.91 271596.41 35034.18 2124.32
## 1191 58216.26 327154.33 280560.62 44327.49 2266.22
## 1192 64439.70 342179.83 308754.64 31108.07 2317.12
## 1193 60922.43 294095.95 255279.65 36398.19 2418.11
## 1194 59364.23 290195.16 260857.96 26671.18 2666.02
## 1195 58892.91 251246.65 222971.68 25111.74 3163.23
## 1196 64225.78 255504.05 215571.80 36981.72 2950.53
## 1197 3204.01 19313.09 11289.80 7288.66 734.63
## 1198 2554.61 21242.60 11290.59 9360.13 591.88
## 1199 1613.63 25724.07 11718.37 13677.35 328.35
## 1200 4604.01 30842.12 10619.03 19216.17 1006.92
## 1201 2342.95 21015.03 10740.29 9710.74 564.00
## 1202 3367.31 23120.13 12082.22 10219.32 818.59
## 1203 1787.47 21785.27 12910.54 8473.25 401.48
## 1204 6709.02 25673.62 10817.81 12978.02 1877.79
## 1205 5446.36 34334.65 11070.08 21945.20 1319.37
## 1206 4127.43 21992.98 11226.36 9879.33 887.29
## 1207 2941.09 22942.67 12347.11 10100.74 494.82
## 1208 4873.81 22661.26 11836.73 10132.33 692.20
## 1209 4198.90 17661.21 10607.98 6299.47 753.76
## 1210 4205.02 14966.61 8797.15 5225.48 943.98
## 1211 7294.86 21939.92 9084.99 10942.97 1911.96
## 1212 5424.16 22000.26 9468.95 11295.37 1235.94
## 1213 3287.09 27561.89 10648.23 16180.34 733.32
## 1214 5962.35 18915.74 10816.15 6584.54 1515.05
## 1215 1974.24 20818.82 10968.34 9442.40 408.08
## 1216 7750.34 20799.47 11076.00 7718.56 2004.91
## 1217 4025.84 23661.40 12114.64 10835.71 711.05
## 1218 3666.88 25822.62 11522.64 13604.50 695.48
## 1219 2057.87 31495.70 13129.21 17841.09 525.40
## 1220 4934.99 22015.98 13721.17 7346.56 948.25
## 1221 1678.98 25581.67 13950.77 11355.84 275.06
## 1222 3205.65 27274.78 16460.65 10376.77 437.36
## 1223 1060.80 24664.28 15247.78 9197.48 219.02
## 1224 6132.64 24023.54 15669.16 7104.77 1249.61
## 1225 3570.35 25644.25 15803.53 9422.58 418.14
## 1226 4540.35 23778.30 12423.77 10432.41 922.12
## 1227 1622.81 24616.59 11607.93 12647.23 361.43
## 1228 1616.65 19369.88 10358.52 8634.83 376.53
## 1229 4737.13 18294.66 8983.07 8235.74 1075.85
## 1230 606.53 22339.91 9533.88 12740.14 65.89
## 1231 2641.74 24590.55 8761.52 15348.83 480.20
## 1232 2780.63 18699.45 9812.43 8286.28 600.74
## 1233 5341.52 25912.53 19572.82 5205.38 1134.33
## 1234 340.98 23399.45 19990.04 3351.93 57.48
## 1235 565.69 23334.16 15903.95 7424.19 6.02
## 1236 1117.00 25781.36 22498.91 3113.19 169.26
## 1237 7475.66 22383.21 7992.82 12576.61 1813.78
## 1238 1294.26 16983.09 9906.76 6777.06 299.27
## 1239 1615.17 19921.07 11944.24 7667.38 309.45
## 1240 6909.13 17005.21 7537.07 7839.58 1628.56
## 1241 1217.83 25787.70 9789.94 15762.59 235.17
## 1242 1394.17 24814.08 11567.45 12926.67 319.96
## 1243 1307.44 19962.84 10210.07 9464.13 288.64
## 1244 5155.25 31116.86 8618.05 21296.75 1202.06
## 1245 234.29 21079.53 8875.65 12189.00 14.88
## 1246 426.73 19076.50 10228.66 8804.67 43.17
## 1247 237.88 19278.00 7964.88 11299.66 13.46
## 1248 283.88 23797.31 7769.36 16027.95 0.00
## 1249 54.44 112404.73 53606.13 58798.60 0.00
## 1250 92.33 79785.65 50138.45 29624.11 23.09
## 1251 85.47 92802.85 38463.54 54339.31 0.00
## 1252 83.27 58507.18 25297.27 33209.91 0.00
## 1253 70.13 78304.23 27392.48 50911.75 0.00
## 1254 72.44 92251.87 32763.43 59482.61 5.83
## 1255 21.31 67428.91 34369.92 33058.99 0.00
## 1256 21.15 68261.19 36440.10 31818.17 2.92
## 1257 32.81 95034.30 37980.05 57051.32 2.93
## 1258 42.02 58966.05 33429.62 25527.63 8.80
## 1259 24.92 66948.85 40518.51 26421.51 8.83
## 1260 21.60 94106.57 39787.55 54316.07 2.95
## 1261 48.48 95953.46 47869.19 48084.27 0.00
## 1262 40.63 59931.10 35358.56 24572.54 0.00
## 1263 58.29 102119.70 47692.12 54427.58 0.00
## 1264 17.92 68960.66 42655.40 26305.26 0.00
## 1265 13.63 114243.13 49819.37 64423.76 0.00
## 1266 73.73 83400.23 59815.95 23581.37 2.91
## 1267 63.85 83033.23 58853.12 24165.63 14.48
## 1268 31.89 84829.18 62035.11 22794.07 0.00
## 1269 81.16 118286.41 61527.63 56758.78 0.00
## 1270 66.26 85844.97 63761.30 22083.67 0.00
## 1271 76.64 83754.92 63018.58 20736.34 0.00
## 1272 98.68 93289.73 55330.18 37959.55 0.00
## 1273 87.27 86917.07 61873.39 24836.74 206.94
## 1274 193.76 132960.51 72566.19 60394.32 0.00
## 1275 262.36 104373.38 76411.06 27962.32 0.00
## 1276 5433.80 128508.67 74032.13 54476.54 0.00
## 1277 9215.34 99432.77 72754.69 26678.08 0.00
## 1278 103.99 119601.11 65839.19 53761.92 0.00
## 1279 57.90 86843.58 61102.87 25740.71 0.00
## 1280 72.94 123093.37 62451.72 60641.65 0.00
## 1281 136.17 90466.64 64400.34 26066.30 0.00
## 1282 58.42 82813.29 60376.64 22436.65 0.00
## 1283 35.99 145921.28 68322.23 77201.83 397.22
## 1284 120.02 92640.24 63701.43 28442.98 495.83
## 1285 41.04 88144.38 58121.16 30023.22 0.00
## 1286 59.84 103947.32 47627.94 56319.38 0.00
## 1287 91.39 91331.20 49707.36 41286.34 337.50
## 1288 87.26 75955.62 47569.63 28385.99 0.00
## 1289 165.20 104472.39 51350.08 53122.31 0.00
## 1290 145.85 63925.13 38984.80 24940.33 0.00
## 1291 62.90 69396.41 47346.87 22049.54 0.00
## 1292 41.65 102048.78 45516.03 56532.75 0.00
## 1293 67.64 78578.59 51870.47 26708.12 0.00
## 1294 77.29 74509.99 38771.73 35738.26 0.00
## 1295 34.50 62445.11 36164.82 26280.29 0.00
## 1296 82.04 111768.82 48097.17 63671.65 0.00
## 1297 65.81 66921.20 35279.75 31641.45 0.00
## 1298 42.64 77092.27 41312.00 35780.27 0.00
## 1299 38.69 63792.34 35069.71 28722.63 0.00
## 1300 39.07 86680.79 38505.18 48175.61 0.00
## 1301 103811.97 503211.34 464119.16 35717.26 3374.92
## 1302 96387.48 476795.23 434534.42 38523.10 3737.71
## 1303 113979.43 503346.14 445274.87 57239.73 831.54
## 1304 133316.89 437811.32 377999.41 57793.89 2018.02
## 1305 101739.67 386815.54 344830.99 40738.63 1245.92
## 1306 117353.23 407481.76 364155.91 41724.40 1601.45
## 1307 168586.54 414549.90 373075.42 40843.12 631.36
## 1308 228267.05 457857.57 402488.58 52180.99 3188.00
## 1309 260946.16 513481.76 429082.15 81904.30 2495.31
## 1310 211478.23 474081.03 417038.17 55815.71 1227.15
## 1311 215608.69 474781.39 423533.77 50778.19 469.43
## 1312 277954.43 525255.56 455592.88 68091.96 1570.72
## 1313 194003.80 501338.98 438547.27 61454.54 1337.17
## 1314 274903.15 429281.32 383854.11 43807.49 1619.72
## 1315 208537.92 560915.88 479718.29 76793.78 4403.81
## 1316 182702.62 612905.67 548306.36 61850.13 2749.18
## 1317 314497.84 676142.98 598816.21 75569.59 1757.18
## 1318 196950.90 660271.38 620018.68 36845.26 3407.44
## 1319 210164.47 697778.71 654945.01 41707.37 1126.33
## 1320 222563.23 617281.73 577210.39 36597.11 3474.23
## 1321 203932.87 647068.05 597061.79 48069.52 1936.74
## 1322 208419.92 651663.25 604227.70 46004.95 1430.60
## 1323 199553.32 693787.13 638982.26 53809.21 995.66
## 1324 218257.94 729054.18 685065.97 41646.75 2341.46
## 1325 205773.72 707753.89 662158.17 44652.53 943.19
## 1326 232974.97 771995.45 717654.81 53154.69 1185.95
## 1327 215752.18 760937.75 722276.90 37287.39 1373.46
## 1328 215613.45 798951.75 750253.84 45536.54 3161.37
## 1329 206159.51 829249.94 786795.07 40769.55 1685.32
## 1330 200001.49 776459.27 717859.42 56141.40 2458.45
## 1331 207708.91 719675.73 661787.82 56794.41 1093.50
## 1332 231744.91 736290.27 679537.84 55107.23 1645.20
## 1333 203615.52 713733.83 667222.64 44437.39 2073.80
## 1334 190755.81 744169.09 679213.00 64322.24 633.85
## 1335 364283.54 694686.58 624533.81 68904.63 1248.14
## 1336 192090.19 683542.79 642966.90 39078.44 1497.45
## 1337 190006.01 741163.42 701805.76 37167.77 2189.89
## 1338 185691.58 679969.25 635124.32 44745.79 99.14
## 1339 183653.85 651847.67 607923.59 42910.27 1013.81
## 1340 203057.64 582784.48 547007.10 35421.43 355.95
## 1341 197573.91 618124.04 560370.06 53740.87 4013.11
## 1342 210234.78 614825.79 578103.50 34641.93 2080.36
## 1343 179824.24 622978.93 588931.15 33275.04 772.74
## 1344 182873.34 584081.95 543841.07 37011.94 3228.94
## 1345 295228.18 583298.37 535973.53 46783.55 541.29
## 1346 206499.63 597683.07 515932.56 81139.48 611.03
## 1347 159491.59 619501.72 543231.71 75649.40 620.61
## 1348 388259.15 592750.56 464442.27 125798.21 2510.08
## 1349 164873.48 671880.46 572717.40 99142.71 20.35
## 1350 186027.52 569042.98 478770.70 90214.44 57.84
## 1351 191515.19 551745.27 465764.93 85966.27 14.07
## 1352 181058.65 510468.50 429166.89 80986.81 314.80
## 1353 4748.08 30706.82 23563.06 7140.43 3.33
## 1354 4356.81 28291.87 23562.10 4722.17 7.60
## 1355 6145.91 33007.18 23065.69 9806.94 134.55
## 1356 5447.67 27852.12 22956.94 4797.18 98.00
## 1357 5435.02 27921.83 20470.74 7440.75 10.34
## 1358 5985.48 31136.03 23717.19 7157.13 261.71
## 1359 5903.53 29388.04 24126.65 5261.39 0.00
## 1360 4873.39 30867.39 25641.93 5225.46 0.00
## 1361 5054.46 36386.93 24437.20 11949.73 0.00
## 1362 4334.10 33823.49 25000.22 8823.27 0.00
## 1363 6047.46 33416.07 23996.08 9419.99 0.00
## 1364 7009.22 41597.15 23793.78 17803.37 0.00
## 1365 6363.08 42689.39 26267.85 16376.41 45.13
## 1366 6807.92 34912.98 25432.19 9435.58 45.21
## 1367 9286.56 47365.20 27175.41 19540.16 649.63
## 1368 9786.12 43316.14 31983.60 11023.29 309.25
## 1369 9638.66 42839.39 27102.45 15494.02 242.92
## 1370 7912.88 30401.34 24581.81 5819.53 0.00
## 1371 10060.87 29946.36 25633.87 4312.49 0.00
## 1372 13672.42 28448.24 22867.47 5354.02 226.75
## 1373 10196.35 40116.38 30602.26 8883.04 631.08
## 1374 9366.36 35417.45 30724.37 4552.23 140.85
## 1375 9807.32 34668.75 29923.80 4702.51 42.44
## 1376 9567.97 43915.12 34877.55 8680.30 357.27
## 1377 9746.41 35029.70 29736.49 5171.88 121.33
## 1378 10804.25 44395.34 35733.99 8482.00 179.35
## 1379 8297.63 41366.23 36900.28 3662.58 803.37
## 1380 8103.01 51516.37 41015.00 9725.53 775.84
## 1381 7010.57 44678.04 38948.35 5729.69 0.00
## 1382 10508.18 40282.52 31059.24 8944.38 278.90
## 1383 11839.00 28738.48 24244.27 4413.30 80.91
## 1384 14228.41 30491.73 22090.48 7942.08 459.17
## 1385 10852.62 29553.43 25235.57 4310.30 7.56
## 1386 13932.74 28377.52 23620.06 4406.92 350.54
## 1387 16218.93 33653.27 23216.64 10436.63 0.00
## 1388 15685.44 24976.50 21480.56 3495.94 0.00
## 1389 12377.93 29135.28 22422.52 6712.76 0.00
## 1390 12737.74 24411.32 14353.71 10057.61 0.00
## 1391 14141.74 28395.27 21583.06 6812.21 0.00
## 1392 14079.54 26089.72 19540.62 6549.10 0.00
## 1393 13155.99 29424.89 22501.23 6833.78 89.88
## 1394 11458.43 26382.77 21886.31 3381.70 1114.76
## 1395 10813.59 26514.22 22958.63 3555.59 0.00
## 1396 10894.89 27015.92 20732.64 6153.50 129.78
## 1397 13693.83 23321.89 20671.70 2645.20 4.99
## 1398 11085.73 23901.18 21186.15 2715.03 0.00
## 1399 9717.73 28126.02 25896.73 2229.29 0.00
## 1400 17578.18 29612.86 23898.35 5714.51 0.00
## 1401 11082.07 25973.12 24183.43 1789.69 0.00
## 1402 12187.72 25636.88 23520.54 2116.34 0.00
## 1403 11665.78 25244.96 22478.92 2766.04 0.00
## 1404 11699.03 25514.31 19681.13 5611.51 221.67
## 1405 284.70 63153.04 53908.72 9224.82 19.50
## 1406 255.72 62784.09 57100.55 5619.06 64.48
## 1407 437.88 52875.54 44564.80 8310.74 0.00
## 1408 325.00 45662.47 41822.80 3839.67 0.00
## 1409 298.68 55299.38 49172.32 6127.06 0.00
## 1410 388.83 60224.78 53791.54 6426.96 6.28
## 1411 335.00 60127.39 56099.00 4028.39 0.00
## 1412 692.39 53203.11 49206.68 3996.43 0.00
## 1413 486.47 58508.19 50413.78 8082.05 12.36
## 1414 646.78 55281.08 51959.11 3321.97 0.00
## 1415 1003.78 62424.19 58060.12 4364.07 0.00
## 1416 1155.54 64726.02 56426.31 8293.55 6.16
## 1417 1171.50 67519.32 59907.03 7612.29 0.00
## 1418 1515.75 57247.33 53115.57 4131.76 0.00
## 1419 1608.76 63217.52 56901.55 6309.86 6.11
## 1420 1713.51 59446.30 54335.47 5110.83 0.00
## 1421 2204.32 72866.95 64673.20 8193.75 0.00
## 1422 2416.44 72492.97 68104.04 4376.84 12.09
## 1423 2886.60 66738.62 61777.91 4942.58 18.13
## 1424 7405.88 77862.64 72975.89 4844.44 42.31
## 1425 11932.03 78462.86 71332.39 7130.47 0.00
## 1426 11763.00 71226.18 66186.24 5015.77 24.17
## 1427 12343.88 64500.27 61569.83 2930.44 0.00
## 1428 11720.44 70840.03 62702.44 8131.55 6.04
## 1429 11822.33 67711.28 62705.51 4999.72 6.05
## 1430 15050.73 88003.25 81157.38 6839.81 6.06
## 1431 8080.05 79188.15 75120.40 4043.46 24.29
## 1432 7161.74 95352.92 86878.25 8474.67 0.00
## 1433 268.71 84988.85 80570.60 4418.25 0.00
## 1434 297.49 93290.27 85387.95 7902.32 0.00
## 1435 319.00 71581.14 67111.69 4469.45 0.00
## 1436 235.00 78697.80 71635.79 7062.01 0.00
## 1437 262.00 74870.07 69919.72 4950.35 0.00
## 1438 321.00 71530.63 67176.21 4354.42 0.00
## 1439 299.55 90612.57 81127.80 9484.77 0.00
## 1440 288.00 76712.86 72727.69 3985.17 0.00
## 1441 373.11 77990.72 74117.30 3873.42 0.00
## 1442 294.00 60210.27 53843.01 6367.26 0.00
## 1443 250.00 62911.64 57555.16 5167.59 188.89
## 1444 77.75 66128.37 62564.20 3564.17 0.00
## 1445 179.21 77003.82 68626.59 8377.23 0.00
## 1446 183.95 62466.03 58352.29 4113.74 0.00
## 1447 269.87 72616.80 69335.51 3281.29 0.00
## 1448 384.82 69213.28 62740.63 6472.65 0.00
## 1449 346.88 66214.87 62873.75 3341.12 0.00
## 1450 253.04 62663.62 60468.24 2195.38 0.00
## 1451 202.67 63558.12 61345.53 2212.59 0.00
## 1452 426.32 84349.10 76463.29 7885.81 0.00
## 1453 352.52 69524.60 66085.94 3438.66 0.00
## 1454 213.64 64197.94 61302.50 2895.44 0.00
## 1455 231.54 62815.17 59593.91 3221.26 0.00
## 1456 218.63 60062.94 54422.22 5640.72 0.00
## 1457 894.58 242666.68 208470.99 34191.25 4.44
## 1458 803.83 257139.12 212615.20 44523.92 0.00
## 1459 1657.92 261652.47 222446.62 39205.85 0.00
## 1460 892.62 164640.74 136643.23 27997.51 0.00
## 1461 863.58 170082.08 139508.76 30573.32 0.00
## 1462 1227.89 190226.47 156660.80 33558.60 7.07
## 1463 929.57 225327.84 196060.17 29267.67 0.00
## 1464 753.78 287368.02 198024.18 89343.84 0.00
## 1465 1226.57 238141.21 183727.03 54399.03 15.15
## 1466 540.63 239305.85 192750.44 46555.41 0.00
## 1467 1173.01 232925.94 181854.71 51069.15 2.08
## 1468 721.46 291019.03 214209.27 76809.76 0.00
## 1469 1078.17 261493.00 208106.11 53386.89 0.00
## 1470 983.60 243521.35 185973.17 57548.18 0.00
## 1471 801.09 262288.13 214317.49 47970.64 0.00
## 1472 1030.24 249522.08 181277.74 68237.18 7.16
## 1473 1295.45 245037.41 201210.17 43820.11 7.13
## 1474 1530.58 248566.36 208604.73 39872.77 88.86
## 1475 822.48 231864.49 197249.71 34604.15 10.63
## 1476 1727.95 223383.83 188594.00 34787.84 1.99
## 1477 976.16 249029.47 218715.85 30313.62 0.00
## 1478 1330.65 251358.48 216693.68 34664.80 0.00
## 1479 1321.69 280464.51 233874.80 46589.71 0.00
## 1480 2324.14 304967.64 256581.76 48382.38 3.50
## 1481 5130.14 354358.67 306199.58 47542.37 616.72
## 1482 5470.64 346630.58 278911.21 67625.57 93.80
## 1483 3347.48 346716.06 266450.36 80224.13 41.57
## 1484 5159.36 330913.35 287710.54 43147.53 55.28
## 1485 3548.03 404479.55 323080.99 81280.96 117.60
## 1486 2235.54 356187.72 296939.83 59171.88 76.01
## 1487 1368.92 389227.77 322139.90 67077.51 10.36
## 1488 1724.03 387861.93 322563.16 65288.42 10.35
## 1489 1648.45 360824.94 300933.75 59891.19 0.00
## 1490 4590.52 374369.29 316975.34 57393.95 0.00
## 1491 4554.01 333131.79 257688.23 74835.23 608.33
## 1492 2618.10 340354.69 246376.89 93487.52 490.28
## 1493 2366.85 382749.70 278784.54 103965.16 0.00
## 1494 1846.37 298956.93 239070.00 59886.93 0.00
## 1495 2011.01 312567.62 252129.98 59757.08 680.56
## 1496 1812.92 278150.10 216859.46 61290.64 0.00
## 1497 1650.73 283375.45 223369.68 60005.77 0.00
## 1498 1923.63 323761.50 258642.39 65119.11 0.00
## 1499 2109.98 339799.82 271636.20 68163.62 0.00
## 1500 2849.43 289988.49 228539.44 61449.05 0.00
## 1501 2885.00 309388.56 253336.80 56051.76 0.00
## 1502 2659.51 289359.35 240950.54 48408.81 0.00
## 1503 2996.36 317964.50 249204.48 68760.02 0.00
## 1504 3251.93 323358.53 243186.43 80172.10 0.00
## 1505 3184.12 313450.45 249848.32 63602.13 0.00
## 1506 3039.37 272986.43 211934.06 61052.37 0.00
## 1507 2315.72 285498.61 221731.33 63767.28 0.00
## 1508 1871.07 249495.69 178683.01 70812.68 0.00
## 1509 35858.35 737425.66 690116.94 46305.06 1003.66
## 1510 14909.65 771939.46 709816.20 60823.26 1300.00
## 1511 4716.39 758446.17 706707.82 51734.84 3.51
## 1512 3341.42 588521.80 547611.80 40901.19 8.81
## 1513 3025.26 555230.06 513647.72 41582.34 0.00
## 1514 4067.05 626738.42 581899.23 44833.83 5.36
## 1515 3393.33 707396.63 658542.91 48853.72 0.00
## 1516 4491.79 781895.19 645890.25 136004.94 0.00
## 1517 4729.26 780893.62 697293.46 83580.91 19.25
## 1518 3363.89 775888.90 693912.61 81976.29 0.00
## 1519 5421.22 742234.48 661214.66 81018.08 1.74
## 1520 4364.98 832068.41 721415.51 110651.17 1.73
## 1521 5434.32 800321.68 716567.95 83753.73 0.00
## 1522 4785.85 682854.15 589490.48 93363.67 0.00
## 1523 4293.65 751988.48 672883.20 79105.28 0.00
## 1524 4616.79 740533.23 638404.31 102122.78 6.14
## 1525 6693.26 754549.46 688674.24 65777.16 98.06
## 1526 11075.10 740291.22 678533.22 60808.49 949.51
## 1527 7167.44 739215.62 682203.72 55968.11 1043.79
## 1528 8138.99 733613.13 677997.05 55602.12 13.96
## 1529 9116.57 777021.96 722077.58 54944.38 0.00
## 1530 11726.40 794064.20 742929.61 51131.53 3.06
## 1531 14864.77 883031.61 815705.91 67279.91 45.79
## 1532 36476.44 967205.69 900291.21 66844.37 70.11
## 1533 75096.18 1216976.60 1148604.15 67207.62 1164.83
## 1534 92678.08 1312115.77 1208641.02 102680.02 794.73
## 1535 72708.66 1252367.02 1129604.18 121974.02 788.82
## 1536 77296.43 1120373.14 1052770.72 66494.05 1108.37
## 1537 56827.08 1406275.30 1285655.99 118366.89 2252.42
## 1538 7058.90 1188680.28 1099881.50 87700.94 1097.84
## 1539 5488.64 1253507.02 1154091.74 97864.57 1550.71
## 1540 7774.83 1328704.27 1206950.37 120720.48 1033.42
## 1541 5593.26 1244427.66 1156872.13 87402.54 152.99
## 1542 10220.82 1210170.12 1120295.45 89874.67 0.00
## 1543 13487.57 1088403.62 954844.81 132615.75 943.06
## 1544 7040.21 1035648.21 902141.63 132855.85 650.73
## 1545 6389.90 1115911.35 984678.78 131232.57 0.00
## 1546 5306.97 1001738.90 920108.45 81630.45 0.00
## 1547 6203.70 954229.55 869574.86 83524.01 1130.68
## 1548 5707.16 851860.36 769079.25 82778.21 2.90
## 1549 5436.84 869687.19 782209.83 87477.36 0.00
## 1550 5531.34 936644.39 843930.39 92714.00 0.00
## 1551 7864.97 1017429.27 909308.32 108119.32 1.63
## 1552 7317.59 894348.37 810060.60 84287.77 0.00
## 1553 7049.52 940038.24 860636.05 79402.19 0.00
## 1554 7773.07 929791.25 864046.29 65744.96 0.00
## 1555 7219.81 965974.48 869917.39 96055.45 1.64
## 1556 9191.41 1006703.42 896750.09 109953.33 0.00
## 1557 7923.65 1004627.94 903840.54 100787.40 0.00
## 1558 7215.59 868986.62 784229.51 84757.11 0.00
## 1559 6915.47 881104.32 796190.93 84913.39 0.00
## 1560 7580.38 764351.66 669970.50 94381.16 0.00
## 1561 12123.24 39602.96 39602.96 0.00 0.00
## 1562 3820.83 45911.51 45911.51 0.00 0.00
## 1563 116.84 35319.62 35319.62 0.00 0.00
## 1564 94.18 38140.59 38140.59 0.00 0.00
## 1565 88.58 34725.57 34725.57 0.00 0.00
## 1566 140.77 40780.57 40777.10 3.47 0.00
## 1567 90.93 47080.01 46867.66 212.35 0.00
## 1568 132.37 33770.89 33362.00 408.89 0.00
## 1569 209.48 65281.14 65081.14 200.00 0.00
## 1570 158.24 43066.49 42475.38 591.11 0.00
## 1571 192.81 37551.02 36297.69 1253.33 0.00
## 1572 204.79 43108.05 43001.38 106.67 0.00
## 1573 248.25 40649.51 40431.73 217.78 0.00
## 1574 265.22 28024.32 27515.43 508.89 0.00
## 1575 291.70 49249.26 48164.82 1084.44 0.00
## 1576 277.25 52903.22 52023.22 880.00 0.00
## 1577 377.70 48438.75 48349.86 88.89 0.00
## 1578 457.24 54650.81 54650.81 0.00 0.00
## 1579 608.29 58875.69 58875.69 0.00 0.00
## 1580 775.00 65208.52 65208.52 0.00 0.00
## 1581 815.98 52404.14 52400.81 3.33 0.00
## 1582 1637.61 66056.20 66056.20 0.00 0.00
## 1583 2452.04 73522.70 73518.43 4.27 0.00
## 1584 6851.58 62451.94 62434.86 17.08 0.00
## 1585 15371.77 148840.39 148811.62 28.77 0.00
## 1586 17991.98 176818.96 176636.74 182.22 0.00
## 1587 15156.27 152474.29 152425.40 48.89 0.00
## 1588 14779.66 108756.94 108756.94 0.00 0.00
## 1589 10744.54 162093.57 162093.57 0.00 0.00
## 1590 37.43 110774.35 110774.35 0.00 0.00
## 1591 61.25 97960.94 97960.94 0.00 0.00
## 1592 53.34 137204.86 137204.86 0.00 0.00
## 1593 29.88 131916.01 131904.74 11.27 0.00
## 1594 78.56 71634.08 71253.97 380.11 0.00
## 1595 59.55 60372.30 60354.57 17.73 0.00
## 1596 79.62 56276.09 56259.03 17.06 0.00
## 1597 78.27 59937.61 59936.64 0.97 0.00
## 1598 58.52 89721.50 89699.64 21.86 0.00
## 1599 82.02 54403.15 54288.70 114.45 0.00
## 1600 57.27 37964.11 37036.33 927.78 0.00
## 1601 55.64 48050.17 47856.09 194.08 0.00
## 1602 90.60 48433.02 48390.80 42.22 0.00
## 1603 15.02 50908.82 50606.60 302.22 0.00
## 1604 41.26 42880.02 42880.02 0.00 0.00
## 1605 23.63 43742.64 43735.97 6.67 0.00
## 1606 33.13 53466.02 53303.80 162.22 0.00
## 1607 33.62 50852.58 50014.80 837.78 0.00
## 1608 34.23 46670.10 46576.76 93.34 0.00
## 1609 24.12 53547.65 53543.21 4.44 0.00
## 1610 38.05 64770.92 64770.92 0.00 0.00
## 1611 22.90 44863.79 44863.79 0.00 0.00
## 1612 14.68 52490.37 52490.37 0.00 0.00
## 1613 124.04 73781.31 40641.55 33139.76 0.00
## 1614 122.07 53005.58 36258.03 16747.55 0.00
## 1615 168.63 67992.66 31407.15 36585.51 0.00
## 1616 121.93 42163.27 24098.62 18064.65 0.00
## 1617 37.82 51276.67 21536.82 29739.85 0.00
## 1618 120.55 60802.83 27114.53 33688.30 0.00
## 1619 109.39 50391.31 27742.90 22648.41 0.00
## 1620 92.19 49479.56 31369.94 18109.62 0.00
## 1621 80.56 72567.19 33748.18 38819.01 0.00
## 1622 91.29 47882.36 29737.38 18128.16 16.82
## 1623 71.02 49234.66 32915.51 16319.15 0.00
## 1624 105.62 66806.60 31968.47 34838.13 0.00
## 1625 60.86 74081.45 37192.16 36886.48 2.81
## 1626 142.31 46212.68 29149.95 17062.73 0.00
## 1627 119.94 76241.81 36956.49 39285.32 0.00
## 1628 43.61 56837.79 37653.91 19183.88 0.00
## 1629 82.75 86221.59 43014.65 43206.94 0.00
## 1630 173.11 63273.58 44694.90 18578.68 0.00
## 1631 81.78 63317.35 47516.81 15800.54 0.00
## 1632 91.62 64382.93 45260.21 19122.72 0.00
## 1633 99.51 81232.50 47242.50 33990.00 0.00
## 1634 88.69 60259.72 43472.90 16786.82 0.00
## 1635 71.27 60386.34 44878.70 15507.64 0.00
## 1636 61.06 79609.51 42477.40 37132.11 0.00
## 1637 73.35 58395.25 41732.15 16663.10 0.00
## 1638 83.04 95423.88 58523.36 36900.52 0.00
## 1639 118.88 80757.08 62186.73 18570.35 0.00
## 1640 726.55 92609.27 55420.02 37189.25 0.00
## 1641 2083.82 75173.50 56501.85 18663.64 8.01
## 1642 561.66 86061.13 48219.72 37841.41 0.00
## 1643 73.35 55906.05 38303.20 17602.85 0.00
## 1644 160.42 76278.08 37157.88 39120.20 0.00
## 1645 173.63 54407.98 38066.02 16341.96 0.00
## 1646 138.92 51717.03 35990.16 15726.87 0.00
## 1647 165.60 95445.05 40398.41 54823.03 223.61
## 1648 93.98 56809.87 38167.83 18294.82 347.22
## 1649 205.89 54827.73 35504.70 19323.03 0.00
## 1650 96.79 71780.19 31886.66 39893.53 0.00
## 1651 103.76 63600.61 34091.52 29143.81 365.28
## 1652 128.97 47398.55 29215.60 18182.95 0.00
## 1653 141.02 73045.90 37453.09 35592.81 0.00
## 1654 115.89 49846.38 34513.35 15333.03 0.00
## 1655 86.78 49331.49 33996.64 15334.85 0.00
## 1656 114.63 61957.64 31707.62 30250.02 0.00
## 1657 66.79 53147.10 36700.48 16446.62 0.00
## 1658 37.33 44375.38 20733.73 23641.65 0.00
## 1659 99.17 42392.17 18229.35 24162.82 0.00
## 1660 180.21 80264.72 26854.75 53409.97 0.00
## 1661 91.59 48864.81 22591.61 26273.20 0.00
## 1662 83.80 43569.17 18914.84 24654.33 0.00
## 1663 52.44 43410.02 18762.45 24647.57 0.00
## 1664 75.22 52719.49 19933.70 32785.79 0.00
## 1665 530.89 89292.89 82776.35 6513.36 3.18
## 1666 532.68 98302.52 88587.50 9715.02 0.00
## 1667 683.27 94649.63 87738.34 6908.05 3.24
## 1668 540.52 75010.31 67405.80 7596.24 8.27
## 1669 533.71 67938.12 62262.05 5676.07 0.00
## 1670 591.76 80592.91 74840.49 5752.42 0.00
## 1671 604.60 85346.19 78169.59 7176.60 0.00
## 1672 479.70 92267.09 76143.42 16123.67 0.00
## 1673 570.57 90086.72 78873.23 11206.74 6.75
## 1674 437.37 94916.51 84288.89 10627.62 0.00
## 1675 819.38 92670.88 83101.65 9569.23 0.00
## 1676 550.69 103675.87 83281.81 20392.37 1.69
## 1677 754.42 104610.89 91635.61 12975.28 0.00
## 1678 497.49 97946.15 82669.93 15276.22 0.00
## 1679 580.30 94858.12 84698.03 10160.09 0.00
## 1680 752.17 91927.28 78976.79 12950.49 0.00
## 1681 633.36 97929.43 89096.28 8827.37 5.78
## 1682 654.66 95910.31 86293.69 9570.66 45.96
## 1683 717.48 90761.35 82479.25 8193.68 88.42
## 1684 652.49 86244.48 78393.26 7851.22 0.00
## 1685 801.53 95410.30 88554.27 6856.03 0.00
## 1686 955.95 93959.69 85344.81 8614.88 0.00
## 1687 856.78 103353.68 92024.65 11329.03 0.00
## 1688 1472.69 115527.52 103254.89 12272.63 0.00
## 1689 1885.79 121261.71 109196.16 11757.42 308.13
## 1690 1024.11 136666.84 122252.96 14370.22 43.66
## 1691 806.52 127826.72 111168.32 16658.40 0.00
## 1692 1155.21 128855.48 117744.63 11040.67 70.18
## 1693 1064.13 150847.40 130970.38 19779.78 97.24
## 1694 1339.88 132948.73 116932.41 15941.00 75.32
## 1695 1068.66 146361.56 130734.40 15496.02 131.14
## 1696 1055.58 146344.69 129470.64 16871.38 2.67
## 1697 1129.29 129556.30 116806.95 12725.41 23.94
## 1698 2051.34 134165.69 118815.58 15350.11 0.00
## 1699 1834.71 124874.01 106616.53 18018.59 238.89
## 1700 1439.55 117693.87 100776.04 16917.83 0.00
## 1701 1309.62 128778.14 110321.07 18457.07 0.00
## 1702 1217.98 108780.22 95743.68 13036.54 0.00
## 1703 1290.63 108167.08 94087.03 14028.66 51.39
## 1704 1168.94 100706.58 88306.35 12400.23 0.00
## 1705 1104.04 98706.55 85471.81 13234.74 0.00
## 1706 1077.74 116220.12 102101.20 14118.92 0.00
## 1707 1051.07 121768.61 106813.89 14953.22 1.50
## 1708 1528.30 107527.31 93745.13 13782.18 0.00
## 1709 1353.67 117031.82 105513.50 11518.32 0.00
## 1710 1259.97 107117.77 97737.29 9380.48 0.00
## 1711 1353.94 113793.17 100107.79 13683.87 1.51
## 1712 1722.10 119325.59 104365.66 14959.93 0.00
## 1713 1409.19 126670.39 110991.22 15679.17 0.00
## 1714 1469.44 105386.55 93250.96 12135.59 0.00
## 1715 1715.41 101558.06 88980.00 12578.06 0.00
## 1716 2121.45 86647.87 72829.94 13817.93 0.00
## 1717 11642.46 100891.80 70749.02 30142.78 0.00
## 1718 10346.68 97475.33 72169.92 25305.41 0.00
## 1719 9429.99 110082.85 92028.11 18054.74 0.00
## 1720 13354.80 60258.38 60255.64 2.74 0.00
## 1721 9770.44 57662.53 57662.53 0.00 0.00
## 1722 11102.75 64644.27 63088.81 1555.46 0.00
## 1723 11412.94 63651.99 63178.20 473.79 0.00
## 1724 11555.39 62686.12 62666.63 19.49 0.00
## 1725 20971.41 62363.88 62363.88 0.00 0.00
## 1726 19968.66 64616.17 64585.35 30.82 0.00
## 1727 10255.97 68190.77 68128.99 61.78 0.00
## 1728 19579.82 71958.63 71955.82 2.81 0.00
## 1729 10663.95 82685.54 82685.54 0.00 0.00
## 1730 9974.50 60035.27 59972.02 63.25 0.00
## 1731 6031.40 72211.55 64530.22 7681.33 0.00
## 1732 15399.69 184333.58 74017.75 110315.83 0.00
## 1733 6101.99 153645.11 93116.34 60528.77 0.00
## 1734 5931.86 84814.48 84714.70 99.78 0.00
## 1735 4923.05 77455.61 75885.27 1570.34 0.00
## 1736 8294.96 134721.67 95992.23 38729.44 0.00
## 1737 7040.81 124788.86 79670.22 45118.64 0.00
## 1738 5261.65 124508.92 80224.04 44284.88 0.00
## 1739 8805.55 110773.22 77011.19 33762.03 0.00
## 1740 4302.29 115356.09 84065.18 31290.91 0.00
## 1741 4759.57 120165.04 84710.72 35134.88 319.44
## 1742 5251.74 135007.13 98977.04 36030.09 0.00
## 1743 4419.34 106701.94 84853.81 21848.13 0.00
## 1744 4910.71 122109.28 99129.04 22980.24 0.00
## 1745 4263.45 122309.95 94240.24 28069.71 0.00
## 1746 4499.84 122272.51 90030.35 32242.16 0.00
## 1747 10400.82 111990.65 81585.03 30405.62 0.00
## 1748 6013.78 106093.45 84441.02 21652.43 0.00
## 1749 4706.99 101431.12 77703.34 23727.78 0.00
## 1750 4878.68 108781.92 77196.88 31585.04 0.00
## 1751 5692.05 104421.65 80245.00 23882.21 294.44
## 1752 5832.62 94537.77 76637.06 17900.71 0.00
## 1753 7534.30 97564.37 44646.67 52917.70 0.00
## 1754 5732.19 85777.92 39455.85 46322.07 0.00
## 1755 7128.12 82912.63 49271.61 33641.02 0.00
## 1756 8638.85 67462.20 43759.93 23702.27 0.00
## 1757 6035.48 60883.78 60874.89 8.89 0.00
## 1758 6041.54 67422.51 67422.51 0.00 0.00
## 1759 5737.48 68487.04 68487.04 0.00 0.00
## 1760 12551.58 64435.76 64435.76 0.00 0.00
## 1761 6791.95 67730.71 67727.10 3.61 0.00
## 1762 5938.72 71351.98 71344.45 7.53 0.00
## 1763 5517.00 79618.55 79618.55 0.00 0.00
## 1764 6335.66 82437.73 82437.73 0.00 0.00
## 1765 5034.13 75561.02 75558.47 2.55 0.00
## 1766 5643.07 70788.61 70788.61 0.00 0.00
## 1767 12237.43 66305.28 66305.28 0.00 0.00
## 1768 6509.41 92499.06 92499.06 0.00 0.00
## 1769 951.32 25060.99 17512.17 7392.15 156.67
## 1770 1003.63 26066.51 17094.03 8749.15 223.33
## 1771 959.83 24468.56 15525.47 8943.09 0.00
## 1772 1081.56 17594.30 8739.98 8854.32 0.00
## 1773 958.70 16517.66 7946.78 8570.88 0.00
## 1774 1119.61 18248.33 12552.12 5696.21 0.00
## 1775 979.92 19392.22 13712.24 5679.98 0.00
## 1776 2313.90 34534.21 13430.34 21103.87 0.00
## 1777 1706.56 17835.82 12000.07 5835.75 0.00
## 1778 1289.08 24616.77 13587.31 11029.46 0.00
## 1779 1465.61 23740.41 13949.01 9791.40 0.00
## 1780 1535.63 21715.58 14948.34 6767.24 0.00
## 1781 2321.10 16593.05 13300.88 3292.17 0.00
## 1782 1852.47 25919.02 14361.09 11557.93 0.00
## 1783 1176.81 28426.96 19393.09 9033.87 0.00
## 1784 998.60 29623.33 21080.82 8542.51 0.00
## 1785 2074.97 32403.84 23118.99 9284.85 0.00
## 1786 3632.29 28656.28 20079.07 8573.41 3.80
## 1787 1714.56 29055.01 18577.69 10477.32 0.00
## 1788 1381.07 31222.95 21335.31 9887.64 0.00
## 1789 3021.58 41787.40 26618.86 15168.54 0.00
## 1790 1151.93 29516.38 23664.27 5852.11 0.00
## 1791 1088.54 26187.71 20545.66 5642.05 0.00
## 1792 1675.99 26651.84 23700.61 2951.23 0.00
## 1793 2652.87 24019.53 21786.27 2221.89 11.37
## 1794 5316.06 41505.82 31488.54 10017.28 0.00
## 1795 3823.55 43528.03 31542.36 11981.88 3.79
## 1796 4210.41 39029.98 29949.74 9080.24 0.00
## 1797 3147.67 43460.25 34041.60 9418.65 0.00
## 1798 1482.90 37523.11 28434.19 9081.46 7.46
## 1799 1439.62 34581.71 24083.06 10498.65 0.00
## 1800 3203.21 58265.70 26280.32 31985.38 0.00
## 1801 1406.54 31811.59 24984.50 6827.09 0.00
## 1802 1279.05 30450.96 23419.51 7031.45 0.00
## 1803 5183.12 52968.31 24324.24 28644.07 0.00
## 1804 1309.41 32543.11 22762.11 9781.00 0.00
## 1805 1286.70 29235.06 29007.20 227.86 0.00
## 1806 1180.96 27667.08 27527.96 139.12 0.00
## 1807 1645.11 23849.53 23652.54 161.52 35.47
## 1808 1503.84 14146.62 14034.79 108.32 3.51
## 1809 1370.01 17814.28 10044.46 7769.82 0.00
## 1810 1291.66 23563.41 17661.43 5901.98 0.00
## 1811 3731.73 37704.08 19742.03 17962.05 0.00
## 1812 1225.82 24342.77 19985.54 4357.23 0.00
## 1813 1187.76 24832.45 19166.04 5666.41 0.00
## 1814 1559.04 24336.58 19783.32 4553.26 0.00
## 1815 990.22 26110.75 20249.85 5860.90 0.00
## 1816 2164.35 31870.24 20561.48 11308.76 0.00
## 1817 2397.99 24416.80 17599.77 6817.03 0.00
## 1818 1075.26 19359.33 12321.55 7037.78 0.00
## 1819 1325.17 18068.15 12165.94 5902.21 0.00
## 1820 1561.70 14925.18 11264.80 3660.38 0.00
## 1821 25188.57 305294.16 279127.08 24838.63 1328.45
## 1822 27253.71 273908.59 255725.09 16936.24 1247.26
## 1823 17927.73 295915.03 266174.79 28516.98 1223.26
## 1824 13005.11 258550.08 243961.62 13539.44 1049.02
## 1825 10648.01 263489.68 248449.51 14157.64 882.53
## 1826 15421.83 278062.60 260079.65 16838.20 1144.75
## 1827 17268.45 287218.66 270313.26 16012.74 892.66
## 1828 19975.92 284193.27 266376.52 16399.34 1417.41
## 1829 17013.86 279410.25 264897.41 13224.58 1288.26
## 1830 15616.99 252026.43 237398.61 13346.37 1281.45
## 1831 14931.07 272685.30 257340.06 13759.12 1586.12
## 1832 14585.67 261635.43 248699.54 11296.81 1639.08
## 1833 15401.65 235041.31 223134.82 10382.51 1523.98
## 1834 14587.65 233797.53 221484.44 10779.94 1533.15
## 1835 15441.14 253447.75 237139.11 15090.36 1218.28
## 1836 15652.47 292538.17 271845.35 19120.68 1572.14
## 1837 15397.86 294901.44 276258.81 17590.29 1052.34
## 1838 14634.43 289454.67 270142.84 18056.86 1254.97
## 1839 16041.72 287126.69 275002.90 10772.67 1351.12
## 1840 14777.59 292735.89 277836.31 13619.13 1280.45
## 1841 21090.12 296214.97 281135.85 13951.38 1127.74
## 1842 33145.85 291685.02 276864.79 13477.89 1342.34
## 1843 53882.08 315858.91 292786.50 21669.83 1402.58
## 1844 37429.71 348617.23 332847.58 14512.26 1257.39
## 1845 14462.47 310580.92 292683.09 12904.75 4993.08
## 1846 19636.37 413266.21 396505.99 15522.11 1238.11
## 1847 18637.71 371995.31 358087.94 12451.24 1456.13
## 1848 22901.69 375649.64 358605.35 15767.87 1276.42
## 1849 27161.21 386476.34 375290.39 9693.84 1492.11
## 1850 17034.85 356482.08 353409.98 1330.64 1741.46
## 1851 11918.96 337124.70 334423.95 902.84 1797.91
## 1852 12148.13 342974.37 338254.28 2828.90 1891.19
## 1853 11424.24 312540.76 308421.89 2567.10 1551.77
## 1854 12270.69 349757.60 344545.73 3874.51 1337.36
## 1855 17406.31 321411.50 311074.95 6744.66 3591.89
## 1856 23878.20 292763.12 278730.74 6240.25 7792.13
## 1857 33180.04 279933.00 272779.43 5725.48 1428.09
## 1858 12343.11 253094.70 246327.83 5726.34 1040.53
## 1859 11645.81 321150.02 305406.51 9584.33 6159.18
## 1860 10085.33 294229.04 286268.48 6846.07 1114.49
## 1861 11548.82 304301.88 293708.39 9411.90 1181.59
## 1862 10344.37 304904.94 300231.39 3729.66 943.89
## 1863 9283.84 271059.63 269498.52 734.29 826.82
## 1864 11417.67 292807.55 291293.85 540.74 972.96
## 1865 20287.44 278266.03 276280.33 860.21 1125.49
## 1866 17649.52 233302.27 231591.27 844.44 866.56
## 1867 12488.08 214140.34 212347.25 690.66 1102.43
## 1868 13768.85 237852.92 235274.47 1245.73 1332.72
## 1869 14022.68 201319.44 198193.38 1929.49 1196.57
## 1870 14504.70 208774.76 206579.02 1074.30 1121.44
## 1871 10009.45 207260.73 205299.64 954.59 1006.50
## 1872 10476.89 178834.99 177360.20 440.57 1034.22
## 1873 16182.87 182057.05 181763.30 44.65 249.10
## 1874 13276.06 185649.45 185479.46 29.77 140.22
## 1875 12487.18 159304.83 159009.01 109.68 186.14
## 1876 13360.01 369224.37 363808.78 4531.76 883.83
## 1877 13672.29 147728.56 147268.25 89.00 371.31
## 1878 14806.53 151241.84 150474.71 7.40 759.73
## 1879 16340.66 268718.74 258913.25 2157.19 7648.30
## 1880 15085.38 138777.63 136935.61 236.07 1605.95
## 1881 11993.63 130546.65 130164.27 123.39 258.99
## 1882 13673.67 180363.08 178207.01 1322.84 833.23
## 1883 16086.11 120076.92 119843.01 92.18 141.73
## 1884 31627.53 217371.85 211701.25 3997.36 1673.24
## 1885 45229.53 99750.32 99417.33 165.46 167.53
## 1886 13101.24 124637.29 124612.73 1.84 22.72
## 1887 12831.81 140761.55 140535.44 58.92 167.19
## 1888 15103.06 116632.54 116569.24 22.02 41.28
## 1889 13357.86 88635.44 88369.14 231.21 35.09
## 1890 13235.52 73954.47 73781.04 138.56 34.87
## 1891 15312.90 102045.90 101670.76 332.04 43.10
## 1892 15332.72 78920.77 78821.71 94.95 4.11
## 1893 17536.12 71330.02 71232.22 89.57 8.23
## 1894 20132.68 69771.31 69761.93 7.32 2.06
## 1895 17189.62 66375.24 66239.50 135.74 0.00
## 1896 16444.94 61655.47 56419.16 5228.04 8.27
## 1897 17027.48 99285.92 88288.73 10900.79 96.40
## 1898 22969.60 62996.20 59731.74 3256.13 8.33
## 1899 21601.64 66678.86 66557.46 98.42 22.98
## 1900 32660.15 91721.74 89830.23 14.83 1876.68
## 1901 18608.64 100409.39 99951.29 393.39 64.71
## 1902 19235.07 90828.09 90346.52 473.22 8.35
## 1903 17218.66 106764.41 106687.47 51.91 25.03
## 1904 15508.11 104967.35 104757.58 136.92 72.85
## 1905 19253.03 94881.97 94742.82 0.00 139.15
## 1906 16212.44 121651.82 121155.50 338.86 157.46
## 1907 16791.96 94925.13 94890.92 7.35 26.86
## 1908 13860.48 94309.71 94185.46 85.32 38.93
## 1909 13456.08 115499.66 114658.35 690.46 150.85
## 1910 15964.76 67404.32 67361.20 43.12 0.00
## 1911 19335.81 73791.63 73228.59 144.25 418.79
## 1912 18487.16 57634.42 57229.61 402.85 1.96
## 1913 16449.01 42332.00 42292.09 37.97 1.94
## 1914 17300.74 58756.28 58756.28 0.00 0.00
## 1915 17444.77 52975.38 52751.04 220.46 3.88
## 1916 16252.30 83724.44 79396.05 4310.94 17.45
## 1917 15574.43 74647.23 74573.17 74.06 0.00
## 1918 16459.01 53934.48 51454.09 2472.63 7.76
## 1919 13386.63 40125.46 38999.96 1125.50 0.00
## 1920 15903.81 59749.80 48200.04 11547.81 1.95
## 1921 13384.30 58282.20 40428.06 17854.14 0.00
## 1922 14692.73 48187.39 34402.17 13785.22 0.00
## 1923 22743.24 72844.44 64831.61 8012.83 0.00
## 1924 19781.57 76559.75 61308.73 15251.02 0.00
## 1925 21669.44 53099.59 52596.72 502.87 0.00
## 1926 20913.36 46870.95 46617.48 253.47 0.00
## 1927 24041.02 45929.66 45573.83 355.83 0.00
## 1928 26500.57 45323.34 45120.91 202.43 0.00
## 1929 21863.66 41941.45 41606.59 334.86 0.00
## 1930 25366.63 33965.32 33573.06 392.26 0.00
## 1931 38424.89 35806.16 34671.43 1134.73 0.00
## 1932 52451.86 41447.22 39551.73 1895.49 0.00
## 1933 63741.60 48799.78 46809.56 1990.22 0.00
## 1934 50086.92 46227.43 44925.95 1301.48 0.00
## 1935 53069.24 49953.39 48619.54 1333.85 0.00
## 1936 69417.88 50755.47 48621.59 2133.88 0.00
## 1937 45935.19 36510.50 34300.90 2209.60 0.00
## 1938 69313.13 35429.80 33593.74 1836.06 0.00
## 1939 47238.12 55341.44 52100.42 3241.02 0.00
## 1940 37519.32 81905.93 80146.20 1759.73 0.00
## 1941 77352.73 84577.81 83519.16 1058.65 0.00
## 1942 42039.92 97524.71 97342.36 182.35 0.00
## 1943 46614.00 111927.84 111602.10 325.74 0.00
## 1944 47919.71 83623.99 83231.20 392.79 0.00
## 1945 44441.11 81636.45 81028.63 607.82 0.00
## 1946 44520.15 84548.09 84232.28 315.81 0.00
## 1947 41446.55 87245.46 87050.05 195.41 0.00
## 1948 45046.22 91422.77 90363.60 1059.17 0.00
## 1949 42204.73 87823.46 86455.56 1367.90 0.00
## 1950 40891.64 89649.71 88239.15 1410.56 0.00
## 1951 45055.08 86923.34 86724.24 199.10 0.00
## 1952 41369.10 89724.00 89158.23 565.77 0.00
## 1953 41274.25 89973.86 89685.43 288.43 0.00
## 1954 41892.02 83374.53 82782.86 591.67 0.00
## 1955 43537.37 80818.61 80542.50 276.11 0.00
## 1956 50072.71 77201.14 76580.12 621.02 0.00
## 1957 41158.83 81190.15 80610.84 579.31 0.00
## 1958 37794.41 92389.81 91891.14 498.67 0.00
## 1959 80829.91 75045.87 73838.89 1147.26 59.72
## 1960 38961.11 82673.58 81554.51 978.79 140.28
## 1961 36476.98 93048.28 92654.74 393.54 0.00
## 1962 37443.69 93425.98 92113.02 1312.96 0.00
## 1963 37207.47 86015.69 85179.62 836.07 0.00
## 1964 44155.00 67329.30 66273.35 1055.95 0.00
## 1965 37929.90 68437.27 67695.64 741.63 0.00
## 1966 46569.19 68301.38 68114.58 186.80 0.00
## 1967 37877.54 65638.05 65493.35 144.70 0.00
## 1968 36330.01 68052.73 67743.53 309.20 0.00
## 1969 69371.34 54365.07 53806.04 559.03 0.00
## 1970 48502.71 60996.87 49618.45 11378.42 0.00
## 1971 33712.03 73022.33 62051.18 10971.15 0.00
## 1972 88450.29 61014.39 41191.91 19822.48 0.00
## 1973 36067.46 76676.23 63206.25 13469.98 0.00
## 1974 39543.93 60466.47 46298.95 14167.52 0.00
## 1975 41272.69 66316.08 50818.20 15497.88 0.00
## 1976 39928.01 55663.83 44040.64 11623.19 0.00
## 1977 5986.26 40778.79 40770.10 3.44 5.25
## 1978 5425.25 33995.68 33982.55 5.25 7.88
## 1979 7096.70 34365.83 34365.83 0.00 0.00
## 1980 7028.58 26733.72 26727.63 6.09 0.00
## 1981 5499.99 23240.40 23240.40 0.00 0.00
## 1982 6545.55 27741.68 27736.40 2.64 2.64
## 1983 9940.86 30101.25 29466.63 634.62 0.00
## 1984 12315.03 30658.71 29783.15 875.56 0.00
## 1985 16391.80 30561.30 29676.86 884.44 0.00
## 1986 13184.36 28386.13 27568.35 817.78 0.00
## 1987 13205.22 27556.65 27252.31 280.00 24.34
## 1988 16004.59 29386.28 28741.43 617.78 27.07
## 1989 11357.40 30814.53 30425.15 389.38 0.00
## 1990 16430.71 23905.77 23139.55 766.22 0.00
## 1991 11692.02 34710.17 34070.17 640.00 0.00
## 1992 9499.01 44222.78 43507.62 715.16 0.00
## 1993 19484.71 48355.89 48304.30 48.89 2.70
## 1994 10562.29 45766.79 45766.79 0.00 0.00
## 1995 12155.66 46959.56 46959.56 0.00 0.00
## 1996 12570.49 44672.22 44672.22 0.00 0.00
## 1997 12731.89 44376.09 44376.09 0.00 0.00
## 1998 13008.81 43712.90 43712.90 0.00 0.00
## 1999 11762.30 50052.40 50052.40 0.00 0.00
## 2000 12403.89 53881.89 53877.92 3.97 0.00
## 2001 12718.46 50900.73 50740.73 160.00 0.00
## 2002 15212.24 59456.82 58905.71 551.11 0.00
## 2003 11394.34 55431.61 55427.17 4.44 0.00
## 2004 11120.60 58619.28 58619.28 0.00 0.00
## 2005 10989.87 62286.69 62286.69 0.00 0.00
## 2006 10333.21 62583.40 61701.18 882.22 0.00
## 2007 11466.99 58556.59 53587.70 4968.89 0.00
## 2008 13055.11 59553.69 56304.95 3246.13 2.61
## 2009 11273.72 56076.29 52612.50 3458.56 5.23
## 2010 11036.66 64086.74 57579.67 6507.07 0.00
## 2011 21169.69 53432.41 51895.62 1238.18 298.61
## 2012 11133.44 50108.57 49595.75 390.60 122.22
## 2013 10864.49 53735.19 53008.05 727.14 0.00
## 2014 9863.28 46257.71 44510.63 1747.08 0.00
## 2015 9827.34 46779.93 45789.32 990.61 0.00
## 2016 11552.86 43299.69 42423.09 876.60 0.00
## 2017 10380.07 48873.40 48817.84 55.56 0.00
## 2018 11621.92 44199.13 44199.13 0.00 0.00
## 2019 10295.75 51568.09 51568.09 0.00 0.00
## 2020 9840.75 47068.95 47039.78 29.17 0.00
## 2021 17018.36 43386.55 43046.27 340.28 0.00
## 2022 10942.01 47574.75 41738.23 5836.52 0.00
## 2023 7883.33 49271.38 42969.44 6301.94 0.00
## 2024 21686.02 47141.67 40189.17 6952.50 0.00
## 2025 8644.27 56189.36 45878.25 10311.11 0.00
## 2026 9958.28 47657.12 36798.65 10858.47 0.00
## 2027 10952.11 44915.40 36160.54 8754.86 0.00
## 2028 9762.41 36245.72 31778.36 4467.36 0.00
## 2029 152.86 33496.40 32877.16 0.00 619.24
## 2030 116.69 28670.50 27888.28 8.89 773.33
## 2031 127.18 27033.05 27030.08 2.97 0.00
## 2032 100.43 22565.73 22565.73 0.00 0.00
## 2033 114.57 19307.60 19307.60 0.00 0.00
## 2034 163.50 25520.11 25520.11 0.00 0.00
## 2035 99.00 23209.55 23209.55 0.00 0.00
## 2036 135.05 24946.90 24873.75 73.15 0.00
## 2037 177.07 21706.68 20934.80 771.88 0.00
## 2038 153.35 19662.35 19231.66 430.69 0.00
## 2039 115.01 21570.47 21570.47 0.00 0.00
## 2040 151.21 26315.96 26312.88 3.08 0.00
## 2041 126.92 24788.88 24788.88 0.00 0.00
## 2042 84.32 19580.71 19577.65 0.00 3.06
## 2043 128.08 23770.14 23770.14 0.00 0.00
## 2044 180.33 28194.07 28181.85 12.22 0.00
## 2045 139.46 33050.28 33001.48 42.70 6.10
## 2046 261.10 30352.74 29963.27 389.47 0.00
## 2047 318.39 29295.96 27837.68 1458.28 0.00
## 2048 411.16 29038.41 29038.41 0.00 0.00
## 2049 76.24 30114.32 30114.32 0.00 0.00
## 2050 92.49 28450.20 28450.20 0.00 0.00
## 2051 67.53 31073.35 31073.35 0.00 0.00
## 2052 110.24 33820.42 33820.42 0.00 0.00
## 2053 740.63 34430.38 34430.38 0.00 0.00
## 2054 2541.99 39017.24 39017.24 0.00 0.00
## 2055 68.94 37248.89 37248.89 0.00 0.00
## 2056 73.18 36598.52 36598.52 0.00 0.00
## 2057 19.99 38423.54 38416.87 6.67 0.00
## 2058 109.92 38863.12 38372.75 490.37 0.00
## 2059 33.05 34881.28 33050.17 1831.11 0.00
## 2060 99.51 35973.41 34793.39 1180.02 0.00
## 2061 68.28 33803.81 32381.59 1422.22 0.00
## 2062 146.10 36773.19 34415.41 2357.78 0.00
## 2063 120.87 32580.81 32327.48 253.33 0.00
## 2064 81.83 27733.40 27733.40 0.00 0.00
## 2065 146.75 31213.28 30623.78 589.50 0.00
## 2066 130.09 30036.67 28274.78 1761.89 0.00
## 2067 258.54 28281.56 27849.27 432.29 0.00
## 2068 110.35 24095.86 22961.86 1134.00 0.00
## 2069 102.64 28188.95 28170.39 15.56 3.00
## 2070 73.88 28334.59 27985.70 348.89 0.00
## 2071 81.58 31548.04 31447.87 100.17 0.00
## 2072 79.57 26994.60 26965.71 28.89 0.00
## 2073 43.06 26074.28 25882.69 191.59 0.00
## 2074 87.02 28674.03 26632.49 2041.54 0.00
## 2075 134.25 28554.64 25981.67 2572.97 0.00
## 2076 93.81 30471.81 27117.84 3353.97 0.00
## 2077 103.60 33310.01 29161.12 4148.89 0.00
## 2078 117.98 29457.09 25952.51 3504.58 0.00
## 2079 57.82 29842.10 26555.99 3286.11 0.00
## 2080 34.10 23332.97 21582.97 1750.00 0.00
## 2081 13805.30 42090.49 42084.71 5.78 0.00
## 2082 15917.28 45152.67 45138.23 8.66 5.78
## 2083 16953.75 43253.61 43250.73 2.88 0.00
## 2084 12748.39 38644.34 38638.58 0.00 5.76
## 2085 13205.04 36591.97 36574.73 0.00 17.24
## 2086 12684.60 39405.23 39405.23 0.00 0.00
## 2087 11181.91 39707.10 39707.10 0.00 0.00
## 2088 11093.06 42153.10 42153.10 0.00 0.00
## 2089 12762.49 38515.75 38515.75 0.00 0.00
## 2090 12903.00 42041.18 42041.18 0.00 0.00
## 2091 12783.14 43963.77 43963.77 0.00 0.00
## 2092 13141.51 45098.53 45098.53 0.00 0.00
## 2093 12312.13 35121.90 35121.90 0.00 0.00
## 2094 13481.19 39676.01 39676.01 0.00 0.00
## 2095 12364.88 41185.70 41185.70 0.00 0.00
## 2096 15102.86 47534.93 47530.56 4.37 0.00
## 2097 17201.50 49975.71 49967.00 8.71 0.00
## 2098 17331.98 48058.50 48058.50 0.00 0.00
## 2099 12415.75 46984.00 46984.00 0.00 0.00
## 2100 13395.95 49367.82 49356.20 11.62 0.00
## 2101 13618.36 49058.44 49041.00 17.44 0.00
## 2102 14770.96 48750.72 48750.72 0.00 0.00
## 2103 13184.96 51583.69 51550.15 33.54 0.00
## 2104 9285.10 54572.39 54572.39 0.00 0.00
## 2105 6078.13 57129.47 56976.69 0.00 152.78
## 2106 17131.92 67335.82 67335.82 0.00 0.00
## 2107 13590.10 56932.07 56932.07 0.00 0.00
## 2108 14700.40 55748.74 55744.30 4.44 0.00
## 2109 13867.94 58386.05 58386.05 0.00 0.00
## 2110 14288.77 53695.75 53695.75 0.00 0.00
## 2111 14172.36 45784.54 45775.86 8.68 0.00
## 2112 12830.34 48450.54 48450.54 0.00 0.00
## 2113 12034.36 43324.61 43324.61 0.00 0.00
## 2114 13246.38 44760.05 44760.05 0.00 0.00
## 2115 13261.84 41485.92 41281.75 0.00 204.17
## 2116 13085.26 46748.71 46748.71 0.00 0.00
## 2117 13267.34 43418.46 43392.71 25.75 0.00
## 2118 13073.16 41668.76 41625.86 42.90 0.00
## 2119 15099.24 54074.24 54049.06 25.18 0.00
## 2120 13740.39 62923.50 62884.77 38.73 0.00
## 2121 13423.63 83611.14 83611.14 0.00 0.00
## 2122 14830.61 48082.12 48082.12 0.00 0.00
## 2123 13402.92 50002.75 50002.75 0.00 0.00
## 2124 13870.37 39017.62 39017.62 0.00 0.00
## 2125 11561.59 39235.20 39235.20 0.00 0.00
## 2126 10273.69 41744.74 41744.74 0.00 0.00
## 2127 9798.79 40435.38 40435.38 0.00 0.00
## 2128 15342.47 39738.53 39738.53 0.00 0.00
## 2129 9507.42 38819.19 38819.19 0.00 0.00
## 2130 5672.46 39320.62 39320.62 0.00 0.00
## 2131 5094.23 43729.56 43722.89 6.67 0.00
## 2132 9737.50 39600.08 39600.08 0.00 0.00
## 2133 20174.55 148004.82 116383.07 31621.75 0.00
## 2134 25052.93 145559.55 111019.22 34540.33 0.00
## 2135 16726.87 172045.33 128053.44 43991.89 0.00
## 2136 17406.01 142269.38 114044.25 28225.13 0.00
## 2137 20206.16 80862.62 64857.94 16004.68 0.00
## 2138 18973.90 73350.70 59945.93 13404.77 0.00
## 2139 15638.32 71573.34 63091.00 8482.34 0.00
## 2140 16457.11 65663.77 58719.13 6944.64 0.00
## 2141 17716.68 59472.47 53567.27 5897.02 8.18
## 2142 18702.56 51591.92 48469.97 3117.85 4.10
## 2143 19380.83 51370.42 47913.55 3456.87 0.00
## 2144 17638.39 37541.38 35490.61 2050.77 0.00
## 2145 18666.34 35912.61 31952.30 3960.31 0.00
## 2146 14807.56 36841.32 34448.65 2392.67 0.00
## 2147 28629.58 42656.63 39560.70 3095.93 0.00
## 2148 21645.98 51402.37 46655.35 4747.02 0.00
## 2149 19961.19 46041.03 41719.29 4321.74 0.00
## 2150 19843.62 47145.37 45500.19 1645.18 0.00
## 2151 20782.84 35146.06 33582.95 1563.11 0.00
## 2152 16942.25 39151.88 38649.39 502.49 0.00
## 2153 14248.31 43037.04 41132.08 1904.96 0.00
## 2154 12740.87 44134.93 42995.09 1139.84 0.00
## 2155 16605.49 37883.85 36718.01 1165.84 0.00
## 2156 16611.22 45181.38 41231.13 3950.25 0.00
## 2157 14524.67 41887.14 38417.55 3469.59 0.00
## 2158 18794.71 52306.90 46816.59 5490.31 0.00
## 2159 15418.32 42519.03 37940.93 4578.10 0.00
## 2160 16575.72 45654.06 41075.95 4578.11 0.00
## 2161 14478.75 47695.91 43522.90 4173.01 0.00
## 2162 13914.85 50436.20 46211.78 4224.42 0.00
## 2163 14150.62 43435.79 39195.38 4240.41 0.00
## 2164 13519.38 34409.91 29727.22 4682.69 0.00
## 2165 9903.23 32985.60 29400.09 3585.51 0.00
## 2166 11997.54 46804.91 43190.60 3614.31 0.00
## 2167 14408.91 54378.35 50153.42 4224.93 0.00
## 2168 14634.32 43742.85 37689.45 6053.40 0.00
## 2169 13282.24 47833.34 25453.84 22379.50 0.00
## 2170 14665.62 50276.09 26305.87 23949.07 21.15
## 2171 15718.90 42526.45 25464.02 16966.53 95.90
## 2172 14998.04 45428.04 25798.74 19629.30 0.00
## 2173 14165.05 44551.18 38487.70 6063.48 0.00
## 2174 17440.00 43196.29 37920.39 5268.51 7.39
## 2175 14754.16 47821.85 42719.72 5102.13 0.00
## 2176 14036.07 38271.41 32922.93 5315.64 32.84
## 2177 14484.65 47811.06 42234.77 5543.66 32.63
## 2178 15333.50 39267.34 33642.66 5425.61 199.07
## 2179 14251.47 42168.21 36417.77 5526.46 223.98
## 2180 15691.23 41625.89 36622.51 4738.29 265.09
## 2181 13326.97 35060.12 30090.58 4708.25 261.29
## 2182 14125.01 32682.78 27844.81 4411.36 426.61
## 2183 12900.65 35484.40 31807.96 3271.85 404.59
## 2184 15302.75 36852.99 30884.29 5595.00 373.70
## 2185 28184.73 59699.20 59094.49 582.90 21.81
## 2186 33083.99 65863.51 65038.10 766.09 59.32
## 2187 34069.96 69907.84 69022.62 781.91 103.31
## 2188 37321.12 55914.28 55171.77 638.89 103.62
## 2189 31195.04 54694.01 53992.69 647.78 53.54
## 2190 29410.26 56732.83 55908.92 773.33 50.58
## 2191 27969.25 64629.08 63811.01 780.00 38.07
## 2192 36598.97 78127.90 77364.54 693.33 70.03
## 2193 31481.92 59793.91 58929.19 845.56 19.16
## 2194 31358.89 69432.75 68582.18 812.22 38.35
## 2195 31021.35 75526.07 74724.61 756.67 44.79
## 2196 33512.19 72798.38 72030.82 735.56 32.00
## 2197 32511.26 47921.11 47092.45 796.67 31.99
## 2198 28301.64 65437.81 64581.92 785.56 70.33
## 2199 33739.89 69655.95 68664.57 946.67 44.71
## 2200 48322.55 76904.56 76151.26 734.16 19.14
## 2201 30732.28 77768.63 76963.49 805.14 0.00
## 2202 28647.61 79706.70 78843.03 863.67 0.00
## 2203 27089.79 73081.95 72131.45 950.50 0.00
## 2204 27530.50 80218.92 79372.32 846.60 0.00
## 2205 24997.46 75267.19 74158.48 1108.71 0.00
## 2206 28138.78 77320.82 76597.08 723.74 0.00
## 2207 32096.30 79427.61 78533.80 893.81 0.00
## 2208 19150.08 82475.36 81674.34 801.02 0.00
## 2209 10213.51 89795.11 88477.64 893.86 423.61
## 2210 30802.97 101029.34 100146.51 882.83 0.00
## 2211 29603.67 85242.60 84459.27 783.33 0.00
## 2212 29789.01 86014.20 84970.33 1043.87 0.00
## 2213 32092.36 80431.50 79360.05 1071.45 0.00
## 2214 36846.32 77328.49 76252.85 1075.64 0.00
## 2215 26109.55 76087.42 75077.58 1009.84 0.00
## 2216 23810.65 77389.63 76306.09 1083.54 0.00
## 2217 26013.96 72595.29 71643.24 952.05 0.00
## 2218 33343.35 74446.83 73411.19 1035.64 0.00
## 2219 32834.29 65327.99 64042.60 971.50 313.89
## 2220 35558.24 79763.23 78503.98 1052.31 206.94
## 2221 25208.79 74092.75 72532.18 1560.57 0.00
## 2222 25315.71 75080.91 73789.73 1291.18 0.00
## 2223 35650.70 90075.10 88603.82 1025.45 445.83
## 2224 26459.60 110683.59 109753.43 930.16 0.00
## 2225 30959.94 106219.42 105385.09 818.89 15.44
## 2226 25349.50 94629.73 93761.35 862.22 6.16
## 2227 31289.15 96460.01 95539.75 803.34 116.92
## 2228 22240.62 67758.06 66973.03 726.66 58.37
## 2229 27811.91 80955.21 80088.91 823.33 42.97
## 2230 27243.31 78180.39 77306.88 824.45 49.06
## 2231 20265.96 74764.60 74003.77 733.33 27.50
## 2232 20587.92 65344.53 64393.44 832.23 118.86
## 2233 21293.67 83160.71 82293.47 796.67 70.57
## 2234 12868.74 78809.61 78241.87 515.56 52.18
## 2235 4107.26 86365.43 85706.54 658.89 0.00
## 2236 8803.79 82484.31 82033.71 444.44 6.16
## 2237 7000.66 163282.83 162930.64 26.71 325.48
## 2238 6308.35 170625.58 170458.45 11.87 155.26
## 2239 9650.50 173616.66 173537.66 35.61 43.39
## 2240 9120.48 380463.57 380298.38 0.00 165.19
## 2241 9878.62 141505.48 141430.43 0.00 75.05
## 2242 9372.34 149574.61 149358.02 0.00 216.59
## 2243 9650.82 274024.06 273223.43 0.00 800.63
## 2244 9195.56 173012.26 172749.32 0.00 262.94
## 2245 10032.64 143118.89 143026.95 0.00 91.94
## 2246 8273.34 179825.96 179544.36 0.00 281.60
## 2247 10284.15 141311.60 141266.83 0.00 44.77
## 2248 15431.19 236162.14 234219.02 0.00 1943.12
## 2249 11368.07 116490.89 115646.75 0.00 844.14
## 2250 10158.38 146171.63 146143.41 13.28 14.94
## 2251 11283.42 178390.07 178374.58 8.85 6.64
## 2252 10787.88 164191.08 164176.14 0.00 14.94
## 2253 12346.64 124195.98 124129.03 61.97 4.98
## 2254 12204.13 112137.13 112127.34 1.48 8.31
## 2255 9738.82 138530.85 138486.18 26.47 18.20
## 2256 12055.67 110369.01 110361.10 2.94 4.97
## 2257 13416.02 120360.39 120360.39 0.00 0.00
## 2258 12790.08 115293.24 115288.63 2.95 1.66
## 2259 12492.00 92421.13 92385.74 35.39 0.00
## 2260 11882.66 90162.67 90074.05 88.62 0.00
## 2261 12664.42 119003.82 117906.60 980.83 116.39
## 2262 16266.67 101373.46 95899.37 5462.40 11.69
## 2263 13848.78 84517.69 84437.86 58.06 21.77
## 2264 16161.24 110588.90 110537.43 31.33 20.14
## 2265 13480.42 119758.54 119723.88 17.89 16.77
## 2266 14325.27 78781.52 78760.94 8.90 11.68
## 2267 14394.68 99889.70 99789.03 97.35 3.32
## 2268 14400.18 109668.66 109172.41 459.78 36.47
## 2269 13149.80 87879.88 86751.20 1074.06 54.62
## 2270 9484.24 123759.63 111289.42 12415.67 54.54
## 2271 11154.42 95493.06 94995.86 477.54 19.66
## 2272 10046.11 89268.48 89235.28 21.77 11.43
## 2273 10877.06 103707.33 103533.21 161.10 13.02
## 2274 11710.31 65951.43 65783.96 144.77 22.70
## 2275 9791.26 69588.14 69293.36 210.54 84.24
## 2276 9896.09 75186.63 74523.35 658.45 4.83
## 2277 8716.19 82909.98 82898.73 0.00 11.25
## 2278 12217.98 79078.82 79057.76 8.42 12.64
## 2279 8269.01 69966.25 69941.69 8.24 16.32
## 2280 12576.63 110717.87 110637.01 62.51 18.35
## 2281 10013.75 82808.62 82779.56 0.00 29.06
## 2282 8106.15 58247.14 57771.22 431.17 44.75
## 2283 10978.60 67361.34 65239.69 2117.07 4.58
## 2284 10182.71 143116.90 142049.31 1034.01 33.58
## 2285 11119.33 61449.41 61054.23 370.74 24.44
## 2286 11177.67 68250.89 67519.53 720.65 10.71
## 2287 18076.48 86855.48 81221.30 5632.65 1.53
## 2288 15291.36 111554.96 96695.27 14859.69 0.00
## 2289 8151.76 57249.75 48181.83 9060.09 7.83
## 2290 6244.22 49487.98 44628.73 4851.44 7.81
## 2291 7391.81 53689.68 43815.60 9863.71 10.37
## 2292 9427.71 46316.90 40092.42 6203.80 20.68
## 2293 7454.33 42801.07 33356.89 9433.78 10.40
## 2294 8114.19 43345.68 34239.23 9106.45 0.00
## 2295 11569.87 35143.60 29409.04 5734.56 0.00
## 2296 15742.56 39718.69 34385.71 5325.20 7.78
## 2297 19045.03 58741.07 44763.47 13977.60 0.00
## 2298 17192.49 52518.80 43924.89 8593.91 0.00
## 2299 16616.90 49369.29 40996.42 8372.87 0.00
## 2300 20190.40 61147.52 43009.49 18138.03 0.00
## 2301 14906.36 58649.87 38750.39 19899.48 0.00
## 2302 18765.64 51329.38 42223.65 9105.73 0.00
## 2303 14421.82 71477.38 49597.26 21851.29 28.83
## 2304 13939.72 69966.50 55240.30 14707.82 18.38
## 2305 23189.42 86517.63 68114.97 18328.93 73.73
## 2306 15284.88 75880.69 70666.71 5198.14 15.84
## 2307 17089.65 89642.51 84625.03 5017.48 0.00
## 2308 17614.64 84760.22 78819.75 5940.47 0.00
## 2309 18362.39 87081.14 75517.04 11497.68 66.42
## 2310 19051.78 77550.50 72040.69 5488.53 21.28
## 2311 18771.89 85644.86 80982.38 4662.48 0.00
## 2312 18957.89 77507.49 67097.27 10410.22 0.00
## 2313 17190.82 79172.38 73161.82 5916.12 94.44
## 2314 20072.67 89263.83 78695.41 10568.42 0.00
## 2315 18078.63 94248.26 89211.38 4983.53 53.35
## 2316 17373.26 96387.01 84821.85 11533.12 32.04
## 2317 18287.95 88543.07 82278.60 6256.45 8.02
## 2318 17294.66 91280.65 80177.95 11102.70 0.00
## 2319 18015.98 76250.04 70487.95 5756.74 5.35
## 2320 20373.51 81734.51 69674.41 12060.10 0.00
## 2321 18077.99 82453.98 76994.15 5459.83 0.00
## 2322 16482.29 69855.24 64229.19 5626.05 0.00
## 2323 26965.17 86801.25 70270.99 16530.26 0.00
## 2324 16204.46 68330.58 63208.06 5122.52 0.00
## 2325 15722.07 78051.53 72168.56 5882.97 0.00
## 2326 16838.53 70520.02 57990.96 12529.06 0.00
## 2327 18418.66 61466.69 53591.38 7875.31 0.00
## 2328 16553.04 71512.42 64967.19 6545.23 0.00
## 2329 15237.87 83671.96 71610.52 12061.44 0.00
## 2330 18024.31 63961.80 58791.05 5170.75 0.00
## 2331 14400.70 62840.24 58373.46 4466.78 0.00
## 2332 13638.46 68425.29 57884.58 10540.71 0.00
## 2333 23875.57 70004.39 64068.23 5936.16 0.00
## 2334 14735.34 60249.60 44927.07 15322.53 0.00
## 2335 12641.17 59543.76 44770.78 14772.98 0.00
## 2336 27248.16 79706.75 51793.30 27913.45 0.00
## 2337 12431.59 64163.71 45690.04 18473.67 0.00
## 2338 14954.10 56975.63 35311.93 21663.70 0.00
## 2339 14197.05 63367.54 44864.96 18502.58 0.00
## 2340 12923.45 68870.22 52556.00 16314.22 0.00
## 2341 392846.12 852656.17 663310.00 105317.59 84028.58
## 2342 412828.75 759069.21 555356.92 95639.50 108072.79
## 2343 271514.98 671313.43 554563.94 115546.32 1203.17
## 2344 38648.11 639039.37 496732.56 141970.00 336.81
## 2345 27985.18 601011.86 505843.61 95136.58 31.67
## 2346 39736.75 668922.06 550979.27 117935.74 7.05
## 2347 39019.73 767185.69 600933.14 166200.10 52.45
## 2348 115276.98 648983.07 485540.30 163125.93 316.84
## 2349 363472.91 660163.45 478366.44 181455.77 341.24
## 2350 247539.31 583832.41 475267.20 108231.39 333.82
## 2351 274013.56 572922.73 489000.20 83782.52 140.01
## 2352 426600.81 624295.99 504922.39 119235.17 138.43
## 2353 184770.84 691699.79 517821.64 173688.06 190.09
## 2354 83993.99 608981.85 480873.02 128033.07 75.76
## 2355 39835.27 600986.51 478669.38 122302.71 14.42
## 2356 34341.44 728227.71 533040.93 195143.56 43.22
## 2357 36318.54 723133.66 571900.30 151197.44 35.92
## 2358 28997.59 612042.13 535065.38 76947.64 29.11
## 2359 30815.55 599225.99 513745.16 85422.36 58.47
## 2360 35283.63 626262.47 536381.17 89808.28 73.02
## 2361 40173.44 616582.63 529408.18 87160.21 14.24
## 2362 24749.12 586106.01 492930.71 93162.67 12.63
## 2363 32905.16 640741.18 511308.60 129425.50 7.08
## 2364 28797.39 766441.65 589126.53 177294.71 20.41
## 2365 33415.56 668330.39 547333.33 119640.03 1357.03
## 2366 47955.04 857318.55 754238.62 103046.99 32.94
## 2367 81756.00 869763.29 678138.24 191572.72 52.33
## 2368 97002.67 857458.52 683943.14 173497.82 17.56
## 2369 77844.97 874884.95 716742.30 158100.12 42.53
## 2370 106106.86 778328.56 662252.69 116061.84 14.03
## 2371 34073.41 678140.86 530629.47 147483.35 28.04
## 2372 38143.15 636646.52 545155.31 91459.59 31.62
## 2373 33292.23 616787.66 528432.48 88337.60 17.58
## 2374 36330.84 685754.92 533597.59 152122.11 35.22
## 2375 58510.13 713924.16 546260.44 166650.78 1012.94
## 2376 73076.91 619798.70 519975.08 99430.45 393.17
## 2377 114923.71 638184.59 538970.63 99203.37 10.59
## 2378 102729.01 590480.11 536034.76 54424.19 21.16
## 2379 104285.22 730848.26 670637.73 58681.56 1528.97
## 2380 89374.20 696227.90 633029.23 63160.07 38.60
## 2381 81039.50 665688.14 540561.20 125103.19 23.75
## 2382 115290.48 653367.16 522678.26 130674.88 14.02
## 2383 79560.00 713532.20 537992.32 175511.51 28.37
## 2384 90167.62 649550.24 518799.05 130726.85 24.34
## 2385 81708.29 640697.37 529675.01 111022.36 0.00
## 2386 93961.98 642455.17 540023.82 102417.63 13.72
## 2387 75885.05 573512.32 518539.89 54886.55 85.88
## 2388 161845.27 646594.32 519847.64 126683.42 63.26
## 2389 68870.69 569012.95 476249.64 92763.31 0.00
## 2390 146481.44 554739.03 497106.16 57607.18 25.69
## 2391 88373.78 630813.48 533599.20 97164.07 50.21
## 2392 73432.89 570682.81 442217.85 128451.37 13.59
## 2393 13994.48 689385.90 425319.18 264039.61 27.11
## 2394 10520.40 535049.65 399343.68 135633.67 72.30
## 2395 12361.35 598734.70 326312.25 272310.91 111.54
## 2396 15672.86 421481.86 275520.16 145934.58 27.12
## 2397 12260.75 532750.78 280568.93 252139.55 42.30
## 2398 13736.85 569248.07 319821.73 249396.08 30.26
## 2399 20815.34 472050.50 313845.53 158186.80 18.17
## 2400 25682.97 453679.96 309652.75 143978.69 48.52
## 2401 31277.37 664706.85 353188.52 311503.15 15.18
## 2402 28828.13 510768.78 329672.20 181063.12 33.46
## 2403 28371.94 545844.22 355763.19 190038.31 42.72
## 2404 34930.57 755015.91 356707.71 398280.71 27.49
## 2405 25995.26 732122.60 340717.96 391377.16 27.48
## 2406 33834.37 494765.62 307494.33 187252.98 18.31
## 2407 27931.94 804545.20 382666.89 421701.40 176.91
## 2408 26776.37 608182.51 397112.08 211033.90 36.53
## 2409 43507.27 881613.71 472040.07 409430.79 142.85
## 2410 31618.81 625962.12 489650.49 136184.25 127.38
## 2411 35514.75 644139.08 520131.23 123968.56 39.29
## 2412 55158.31 665006.77 529013.85 135887.51 105.41
## 2413 79631.92 795955.12 525549.82 270162.46 242.84
## 2414 81144.70 624082.02 502278.30 121708.26 95.46
## 2415 78530.49 624197.52 515493.85 108703.67 0.00
## 2416 77561.44 710304.07 471729.89 238574.18 0.00
## 2417 72897.71 629756.16 501415.01 127742.54 598.61
## 2418 97111.62 892288.82 621425.86 270807.26 55.70
## 2419 59679.47 780701.23 648105.94 132335.36 259.93
## 2420 62634.60 891882.82 619129.21 272640.03 113.58
## 2421 46585.63 749424.22 611440.68 137878.92 104.62
## 2422 26236.45 819542.15 551432.71 268100.73 8.71
## 2423 25671.13 602974.22 473339.30 129597.25 37.67
## 2424 30510.18 747294.44 457338.88 289932.34 23.22
## 2425 26127.70 599906.11 470992.66 128913.45 0.00
## 2426 24440.63 559133.50 437055.69 122077.81 0.00
## 2427 40064.12 880125.23 496136.95 382606.34 1381.94
## 2428 23844.72 596410.45 461692.75 133263.53 1454.17
## 2429 23684.96 604809.78 455795.50 149014.28 0.00
## 2430 23471.11 664120.69 371569.32 292551.37 0.00
## 2431 26137.34 603911.64 387483.75 215544.56 883.33
## 2432 23224.70 526376.76 379305.43 147071.33 0.00
## 2433 21570.50 722405.24 447949.27 274435.21 20.76
## 2434 25792.72 499505.24 375572.97 123875.82 56.45
## 2435 20683.77 528577.63 413603.79 114973.84 0.00
## 2436 19429.67 650175.97 396512.64 253660.35 2.98
## 2437 34466.49 564495.84 437763.90 126731.94 0.00
## 2438 21706.04 496956.81 295183.36 201773.45 0.00
## 2439 18310.04 457962.13 272767.32 185194.81 0.00
## 2440 40258.76 776257.35 359145.48 417111.87 0.00
## 2441 18600.92 502397.09 281141.42 221255.67 0.00
## 2442 22004.31 484236.48 258541.90 225694.58 0.00
## 2443 21918.53 475337.14 260164.00 215173.14 0.00
## 2444 18938.42 568730.84 287820.14 280910.70 0.00
## 2445 2889.97 22039.81 21900.09 0.00 139.72
## 2446 2660.37 24499.24 24499.24 0.00 0.00
## 2447 2189.59 22273.67 22269.39 4.28 0.00
## 2448 2758.78 39460.50 38946.79 513.71 0.00
## 2449 2523.85 15204.47 15204.47 0.00 0.00
## 2450 2671.75 14000.11 14000.11 0.00 0.00
## 2451 2013.77 26395.24 26395.24 0.00 0.00
## 2452 2182.03 16116.33 16116.33 0.00 0.00
## 2453 2428.84 13658.51 13658.51 0.00 0.00
## 2454 2073.74 14771.47 14720.74 50.73 0.00
## 2455 1935.49 11298.84 11298.84 0.00 0.00
## 2456 1932.90 18479.05 18479.05 0.00 0.00
## 2457 1657.16 10054.67 10054.67 0.00 0.00
## 2458 2196.24 12539.42 12539.42 0.00 0.00
## 2459 4327.13 12114.63 12114.63 0.00 0.00
## 2460 2657.99 12475.89 12475.89 0.00 0.00
## 2461 3891.68 12820.37 12820.37 0.00 0.00
## 2462 3820.56 9429.80 9427.72 2.08 0.00
## 2463 2497.82 11939.99 11869.39 70.60 0.00
## 2464 3108.08 9950.38 9950.38 0.00 0.00
## 2465 3261.80 11761.63 11761.63 0.00 0.00
## 2466 3189.46 11954.51 11954.51 0.00 0.00
## 2467 3203.53 12060.88 12060.88 0.00 0.00
## 2468 2910.03 11475.29 11475.29 0.00 0.00
## 2469 3714.04 13754.79 13594.70 160.09 0.00
## 2470 6422.29 11592.92 11245.14 347.78 0.00
## 2471 6367.68 9944.71 9944.71 0.00 0.00
## 2472 4665.82 12770.38 12770.38 0.00 0.00
## 2473 3428.77 12621.45 12621.45 0.00 0.00
## 2474 3744.52 9182.63 9182.63 0.00 0.00
## 2475 3310.34 12797.10 12797.10 0.00 0.00
## 2476 3564.33 14362.08 14362.08 0.00 0.00
## 2477 4295.38 12710.93 12710.93 0.00 0.00
## 2478 3071.94 14372.43 12192.59 2179.84 0.00
## 2479 3133.35 12312.40 12127.23 185.17 0.00
## 2480 2597.12 12543.80 12543.80 0.00 0.00
## 2481 2783.29 14557.79 14557.79 0.00 0.00
## 2482 3057.26 10498.84 10498.84 0.00 0.00
## 2483 3073.43 10175.14 10090.70 84.44 0.00
## 2484 2051.36 9696.01 9376.01 320.00 0.00
## 2485 2400.38 10906.30 10906.30 0.00 0.00
## 2486 3967.68 8878.55 8878.55 0.00 0.00
## 2487 2713.19 7518.25 7514.21 4.04 0.00
## 2488 2869.92 13926.48 13805.14 121.34 0.00
## 2489 2537.35 12095.19 12095.19 0.00 0.00
## 2490 2683.92 8453.34 8319.63 133.71 0.00
## 2491 3175.96 5325.75 5135.22 190.53 0.00
## 2492 2704.69 12313.11 12276.59 36.52 0.00
## 2493 2672.12 8010.36 8010.36 0.00 0.00
## 2494 2933.27 8489.31 7986.02 503.29 0.00
## 2495 4131.75 8595.05 6899.10 1695.95 0.00
## 2496 3660.64 10002.54 9556.06 446.48 0.00
## 2497 23.89 76408.87 58430.48 17978.39 0.00
## 2498 40.52 71186.48 59160.36 12026.12 0.00
## 2499 71.71 76857.64 55878.32 20979.32 0.00
## 2500 27.18 61812.08 53742.31 8069.77 0.00
## 2501 115.21 64703.60 57854.06 6840.66 8.88
## 2502 23.45 67846.05 60331.15 7514.90 0.00
## 2503 14.91 68859.83 61782.77 7074.83 2.23
## 2504 25.08 64198.07 59269.38 4928.69 0.00
## 2505 43.44 68463.97 64373.15 4084.11 6.71
## 2506 37.92 61819.35 56579.05 5240.30 0.00
## 2507 25.38 55606.62 51312.19 4287.69 6.74
## 2508 28.01 55707.98 52275.19 3421.53 11.26
## 2509 51.42 49921.59 46870.06 3051.53 0.00
## 2510 62.01 42643.02 40596.31 2046.71 0.00
## 2511 58.84 49957.28 47579.68 2357.32 20.28
## 2512 227.53 57625.60 55794.90 1694.50 136.20
## 2513 71.50 58383.52 58293.14 88.13 2.25
## 2514 16.21 55562.09 55153.25 404.34 4.50
## 2515 33.19 56623.12 56606.63 11.99 4.50
## 2516 101.82 59345.94 59339.20 0.00 6.74
## 2517 230.92 60178.04 60173.56 0.00 4.48
## 2518 4.00 61459.44 61457.20 0.00 2.24
## 2519 21.88 58136.12 58136.12 0.00 0.00
## 2520 56.20 63651.68 63651.68 0.00 0.00
## 2521 232.99 56652.13 56425.96 3.95 222.22
## 2522 23.52 69956.37 69313.52 642.85 0.00
## 2523 54.82 69410.93 69371.63 39.30 0.00
## 2524 51.04 74925.07 74925.07 0.00 0.00
## 2525 102.06 73636.45 73588.28 0.00 48.17
## 2526 41.86 63211.07 63206.71 0.00 4.36
## 2527 8.73 61136.57 61113.45 23.12 0.00
## 2528 9.00 62241.03 62233.36 7.67 0.00
## 2529 37.30 52814.74 52814.74 0.00 0.00
## 2530 42.85 59623.07 59620.93 0.00 2.14
## 2531 32.39 47809.69 47809.69 0.00 0.00
## 2532 15.07 48896.86 48894.75 0.00 2.11
## 2533 33.73 45327.69 45322.98 4.71 0.00
## 2534 144.84 38323.44 38323.44 0.00 0.00
## 2535 67.97 46877.98 46762.42 115.56 0.00
## 2536 56.26 46842.81 46687.25 155.56 0.00
## 2537 39.92 47591.28 47513.51 77.77 0.00
## 2538 69.74 50344.06 50190.73 153.33 0.00
## 2539 48.39 41663.60 41663.60 0.00 0.00
## 2540 100.73 46026.18 46019.51 6.67 0.00
## 2541 58.03 43669.64 43660.75 8.89 0.00
## 2542 41.17 47524.63 47493.52 31.11 0.00
## 2543 48.87 41883.03 41880.81 2.22 0.00
## 2544 59.10 49768.12 49768.12 0.00 0.00
## 2545 42.62 46375.55 46375.55 0.00 0.00
## 2546 145.35 41018.95 41014.51 4.44 0.00
## 2547 62.72 44511.92 44509.70 2.22 0.00
## 2548 53.54 38412.10 38400.99 11.11 0.00
## 2549 14.41 17940.65 17940.65 0.00 0.00
## 2550 12.89 16474.25 16474.25 0.00 0.00
## 2551 5.70 16455.23 16455.23 0.00 0.00
## 2552 11.91 15306.35 15306.35 0.00 0.00
## 2553 8.89 13839.08 13839.08 0.00 0.00
## 2554 34.38 15904.98 15904.98 0.00 0.00
## 2555 20.94 16555.91 16364.80 191.11 0.00
## 2556 12.84 17112.74 16690.52 422.22 0.00
## 2557 29.66 17721.57 17374.90 346.67 0.00
## 2558 18.45 17568.90 16893.34 675.56 0.00
## 2559 21.65 19729.08 19364.64 364.44 0.00
## 2560 26.06 16399.22 15861.44 537.78 0.00
## 2561 10.41 17417.44 16884.11 533.33 0.00
## 2562 19.65 10110.05 9981.16 128.89 0.00
## 2563 29.82 8941.23 8492.34 448.89 0.00
## 2564 45.47 11436.14 10960.58 475.56 0.00
## 2565 97.12 10081.42 10081.42 0.00 0.00
## 2566 102.42 9064.05 9064.05 0.00 0.00
## 2567 77.91 11660.76 11660.76 0.00 0.00
## 2568 82.00 11261.32 11261.32 0.00 0.00
## 2569 127.27 10859.71 10859.71 0.00 0.00
## 2570 219.89 13396.20 13396.20 0.00 0.00
## 2571 334.92 17192.87 17192.87 0.00 0.00
## 2572 1027.97 23356.77 23356.77 0.00 0.00
## 2573 2809.38 28610.24 28512.46 97.78 0.00
## 2574 3980.63 29063.43 28845.65 217.78 0.00
## 2575 2965.17 29971.67 29940.56 31.11 0.00
## 2576 3173.19 24061.39 24061.39 0.00 0.00
## 2577 2737.16 34559.23 34559.23 0.00 0.00
## 2578 31.87 27287.24 27287.24 0.00 0.00
## 2579 44.53 29065.41 29065.41 0.00 0.00
## 2580 36.29 26415.68 26415.68 0.00 0.00
## 2581 39.09 26693.18 26524.29 168.89 0.00
## 2582 24.60 32893.46 32561.81 331.65 0.00
## 2583 18.81 25736.50 25405.70 330.80 0.00
## 2584 19.39 24599.38 24363.82 235.56 0.00
## 2585 49.37 27145.72 27009.47 136.25 0.00
## 2586 26.37 24170.77 23944.66 226.11 0.00
## 2587 20.46 24602.39 24340.17 262.22 0.00
## 2588 42.67 22497.90 22377.48 120.42 0.00
## 2589 43.48 24222.66 24222.66 0.00 0.00
## 2590 18.86 19042.97 19020.75 22.22 0.00
## 2591 25.35 21555.96 21318.18 237.78 0.00
## 2592 53.84 24330.97 24277.64 53.33 0.00
## 2593 41.70 20081.29 19816.85 264.44 0.00
## 2594 7.48 18240.96 18118.74 122.22 0.00
## 2595 14.20 24082.57 23658.13 424.44 0.00
## 2596 14.24 25844.56 25793.45 51.11 0.00
## 2597 36.39 21145.10 20725.10 420.00 0.00
## 2598 27.89 14818.36 14818.36 0.00 0.00
## 2599 14.93 19441.98 19441.98 0.00 0.00
## 2600 16.68 17715.21 17715.21 0.00 0.00
## 2601 56.54 94152.49 55850.56 38301.93 0.00
## 2602 33.84 68729.40 50715.84 18013.56 0.00
## 2603 52.15 82353.73 42015.01 40338.72 0.00
## 2604 43.83 51757.17 33251.65 18505.52 0.00
## 2605 18.37 75625.46 36785.63 38839.83 0.00
## 2606 57.68 77721.92 46934.42 30787.50 0.00
## 2607 51.52 65218.55 43524.24 21691.49 2.82
## 2608 40.46 59451.29 40754.56 18696.73 0.00
## 2609 100.62 90340.30 44449.47 45890.83 0.00
## 2610 43.18 72991.62 35990.35 36998.43 2.84
## 2611 42.22 90093.59 49373.24 40703.27 17.08
## 2612 80.58 135834.99 47783.02 88049.12 2.85
## 2613 106.53 137296.74 52595.05 84698.84 2.85
## 2614 99.97 82385.73 42717.37 39668.36 0.00
## 2615 88.00 141685.72 50247.33 91438.39 0.00
## 2616 102.06 89640.66 50111.01 39529.65 0.00
## 2617 63.26 136435.10 60131.29 76303.81 0.00
## 2618 149.12 82699.90 64691.49 17980.34 28.07
## 2619 66.95 82411.89 66986.23 15425.66 0.00
## 2620 66.42 93499.85 75599.35 17900.50 0.00
## 2621 161.33 111093.97 75694.10 35397.12 2.75
## 2622 170.40 83660.42 68312.39 15348.03 0.00
## 2623 115.96 83483.11 67480.10 16003.01 0.00
## 2624 138.60 100746.86 64830.87 35915.99 0.00
## 2625 100.60 84599.91 68163.21 16139.48 297.22
## 2626 163.96 128487.92 91543.31 36939.30 5.31
## 2627 108.06 112201.13 94295.35 17905.78 0.00
## 2628 773.09 116949.97 80513.03 36436.94 0.00
## 2629 2087.35 100710.16 82324.41 18385.75 0.00
## 2630 467.96 101726.86 65864.81 35862.05 0.00
## 2631 203.98 73642.93 57879.61 15763.32 0.00
## 2632 279.94 97550.29 58346.93 39203.36 0.00
## 2633 79.99 74648.61 58505.85 16142.76 0.00
## 2634 88.47 68870.84 53035.85 15834.99 0.00
## 2635 164.47 118179.16 62416.87 55151.18 611.11
## 2636 118.14 81181.77 60977.02 19915.86 288.89
## 2637 138.42 78191.01 56279.47 21911.54 0.00
## 2638 170.44 89504.08 46251.46 43252.62 0.00
## 2639 193.86 85296.44 51105.07 34191.37 0.00
## 2640 94.15 66588.03 45155.64 21432.39 0.00
## 2641 105.17 96616.00 55623.32 40992.68 0.00
## 2642 62.96 64026.86 46495.52 17531.34 0.00
## 2643 68.37 73768.29 55747.85 18020.44 0.00
## 2644 38.19 87472.18 50762.76 36709.42 0.00
## 2645 39.19 78737.16 62198.85 16538.31 0.00
## 2646 56.40 67663.34 34123.19 33540.15 0.00
## 2647 59.00 59249.19 25516.89 33732.30 0.00
## 2648 79.96 116945.11 50530.52 66414.59 0.00
## 2649 40.52 68895.19 30325.33 38569.86 0.00
## 2650 37.38 63066.57 25006.34 38060.23 0.00
## 2651 56.25 56919.19 19605.39 37313.80 0.00
## 2652 53.15 75991.75 33447.51 42544.24 0.00
## 2653 1184340.09 6288852.44 4850404.09 1252626.31 185822.04
## 2654 1201020.01 5842743.55 4618389.66 1025048.77 199305.12
## 2655 1016163.17 6364279.64 4964462.13 1371440.28 28377.23
## 2656 931830.63 6302262.96 5005077.36 1233956.21 63229.39
## 2657 731008.41 4789009.00 3901953.04 856560.34 30495.62
## 2658 804662.83 5347835.89 4178583.45 1137229.84 32022.60
## 2659 815641.54 6174345.95 4854619.04 1283546.73 36180.18
## 2660 1143214.59 5151513.67 4058500.97 1027701.97 65310.73
## 2661 1410928.18 5268565.42 3966597.25 1246220.37 55747.80
## 2662 1188118.95 4957516.02 3918658.43 999727.70 39129.89
## 2663 1220251.19 4910238.66 3930198.18 952191.42 27849.06
## 2664 1614282.73 5447001.44 4153477.60 1221305.29 72218.55
## 2665 1209045.07 4905188.79 3664890.84 1189350.26 50947.69
## 2666 1061979.37 4417407.34 3476492.68 886423.93 54490.73
## 2667 1112405.42 5188361.31 3938274.51 1183732.08 66354.72
## 2668 1118988.92 5363750.56 4072661.53 1226810.47 64278.56
## 2669 1129771.19 5581833.37 4363707.93 1184888.95 33236.49
## 2670 1060352.53 5054348.25 4316352.47 685816.37 52179.41
## 2671 909284.22 4956010.38 4318010.60 612362.43 25637.35
## 2672 1143364.58 5114911.87 4342839.06 703542.10 68530.71
## 2673 1014520.88 5310327.30 4391461.66 888237.91 30627.73
## 2674 984702.75 5039517.25 4322985.19 689175.80 27356.26
## 2675 1017157.74 5429599.36 4627251.87 779807.55 22539.94
## 2676 1154897.34 5821532.98 4757798.96 1013834.06 49899.96
## 2677 980361.75 5891860.33 5067198.34 796786.14 27875.85
## 2678 1342465.95 6743614.96 5803954.33 905204.55 34456.08
## 2679 1045832.54 6557305.21 5690216.31 846752.40 20336.50
## 2680 1326422.56 6464119.81 5517909.51 898027.46 48182.84
## 2681 1085081.61 6736304.04 5893641.72 822399.78 20262.54
## 2682 1144715.95 6293216.90 5304562.91 943995.95 44658.04
## 2683 903908.35 5713003.39 4967231.63 726046.25 19725.51
## 2684 899779.92 5930474.24 5094263.38 815628.55 20582.31
## 2685 963549.53 5444853.81 4747544.74 660983.55 36325.52
## 2686 858145.45 5818347.73 4991625.82 816629.40 10092.51
## 2687 1118329.50 5783173.92 4647155.48 1110987.23 25031.21
## 2688 889732.20 5303307.24 4584203.44 687179.40 31924.40
## 2689 1016631.26 5545446.91 4696224.79 819935.17 29286.95
## 2690 807942.41 5234560.94 4400469.38 826567.05 7524.51
## 2691 871981.29 5162693.36 4477299.71 666514.74 18878.91
## 2692 811272.88 5105697.16 4487886.76 610349.20 7461.20
## 2693 1066385.92 5089974.15 4275071.46 762527.54 52375.15
## 2694 871575.04 4916591.20 4287621.56 614904.92 14064.72
## 2695 834009.15 5272966.75 4583726.82 673149.42 16090.51
## 2696 1070576.07 4908090.63 4129138.63 725218.35 53733.65
## 2697 937138.85 5016746.91 4336247.12 667149.29 13350.50
## 2698 845653.52 4756762.52 4096226.46 648632.00 11904.06
## 2699 737939.45 4709852.62 4022474.85 673453.54 13924.23
## 2700 1381516.11 5384427.62 4216452.03 1121076.47 46899.12
## 2701 768020.05 4800192.94 3978636.90 812924.73 8631.31
## 2702 831301.90 4652069.81 3873041.26 771093.20 7935.35
## 2703 866574.66 4517384.18 3783261.16 718333.87 15789.15
## 2704 844093.32 4498940.02 3585321.58 894945.63 18672.81
## 2705 125254.82 1410681.68 838267.79 567269.76 5144.13
## 2706 130849.60 1274757.19 843691.13 417746.45 13319.61
## 2707 134101.62 1370013.83 851506.76 517936.19 570.88
## 2708 107568.34 1945832.15 1360760.83 582846.33 2224.99
## 2709 104219.76 936710.91 688674.00 247318.15 718.76
## 2710 118170.98 1226467.77 730580.48 494585.14 1302.15
## 2711 122763.34 1792437.92 1080985.70 699956.70 11495.52
## 2712 107753.58 1114328.40 770544.02 341544.79 2239.59
## 2713 132883.59 1139428.49 717110.41 421675.08 643.00
## 2714 134572.92 1246073.81 823727.52 420764.79 1581.50
## 2715 110348.57 1119504.06 689893.69 429405.37 205.00
## 2716 178042.28 1354079.39 947888.97 402360.11 3830.31
## 2717 179192.02 968402.49 630337.33 336994.14 1071.02
## 2718 98925.79 975941.51 669128.89 306758.91 53.71
## 2719 124207.93 1093844.42 751408.06 342166.04 270.32
## 2720 136996.39 1162462.36 733843.93 428556.23 62.20
## 2721 124722.73 1006861.26 696240.23 310568.88 52.15
## 2722 124657.84 864029.01 624782.63 239195.91 50.47
## 2723 107786.51 874951.19 709163.29 165723.93 63.97
## 2724 123334.73 926273.57 685992.88 240262.17 18.52
## 2725 135407.70 958695.11 667604.38 291065.47 25.26
## 2726 120434.79 897635.90 643461.37 254166.11 8.42
## 2727 146112.77 911220.95 645013.13 266207.82 0.00
## 2728 113523.76 1008593.49 665157.51 343389.61 46.37
## 2729 133097.00 1019569.43 731843.74 286270.91 1454.78
## 2730 155862.52 959673.43 767183.44 192422.82 67.17
## 2731 123261.81 900452.87 719727.54 180618.10 107.23
## 2732 138621.26 977615.26 807805.78 167640.78 2168.70
## 2733 112965.22 991775.64 776961.13 214729.56 84.95
## 2734 119829.50 952727.66 683695.78 269005.35 26.53
## 2735 129139.05 815978.60 665541.84 150400.52 36.24
## 2736 120398.95 775856.93 678849.33 96785.62 221.98
## 2737 108561.00 789666.35 608751.49 180702.04 212.82
## 2738 115290.95 897528.34 678316.72 218968.93 242.69
## 2739 104932.26 799141.73 611906.54 186891.82 343.37
## 2740 79259.00 748954.66 614556.77 133326.40 1071.49
## 2741 87250.83 849213.40 608287.23 240723.48 202.69
## 2742 103110.58 676640.15 469624.90 206981.28 33.97
## 2743 93055.21 682107.98 544939.22 135414.81 1753.95
## 2744 89701.26 639277.96 508576.86 130691.45 9.65
## 2745 101626.05 591547.44 515038.90 76495.68 12.86
## 2746 85831.16 622778.46 535269.21 87496.38 12.87
## 2747 98092.96 623079.09 524272.88 98774.76 31.45
## 2748 110088.02 686342.51 590705.71 95603.25 33.55
## 2749 79181.93 764383.70 587462.99 176871.66 49.05
## 2750 91125.41 611581.91 542973.12 68521.88 86.91
## 2751 76305.42 705601.43 579412.50 126120.73 68.20
## 2752 80893.53 877588.11 705333.64 172154.91 99.56
## 2753 71550.57 662667.80 521877.70 140735.66 54.44
## 2754 76348.13 709208.62 527358.78 181809.88 39.96
## 2755 127412.09 709812.44 598705.08 111073.82 33.54
## 2756 97024.09 839638.97 688813.01 150819.57 6.39
## 2757 15486.97 167413.55 123158.22 33065.33 11190.00
## 2758 12953.59 139645.33 90392.86 23535.80 25716.67
## 2759 13576.25 94574.27 83053.10 10947.84 573.33
## 2760 21088.12 69838.35 68233.56 1604.79 0.00
## 2761 11463.06 68482.62 67264.73 1217.89 0.00
## 2762 12008.93 77857.20 74953.33 2903.87 0.00
## 2763 12780.68 80955.45 77112.29 3843.16 0.00
## 2764 11968.00 80411.19 79009.15 1402.04 0.00
## 2765 32802.60 76854.64 75700.11 1154.53 0.00
## 2766 31960.04 73818.63 72717.86 1100.77 0.00
## 2767 15805.79 78482.62 77611.20 871.42 0.00
## 2768 31027.33 80879.33 79841.99 1037.34 0.00
## 2769 16661.98 74503.56 72761.14 1742.42 0.00
## 2770 12988.42 69858.04 68312.62 1545.42 0.00
## 2771 14247.44 89868.54 78779.54 11089.00 0.00
## 2772 26174.67 131258.59 82932.85 48325.74 0.00
## 2773 16170.57 103086.27 91173.40 11912.87 0.00
## 2774 16298.54 79792.92 78731.42 1061.50 0.00
## 2775 13332.23 91202.45 87927.36 3275.09 0.00
## 2776 20866.49 150889.58 125836.94 25052.64 0.00
## 2777 20222.28 134020.11 100912.13 33107.98 0.00
## 2778 13662.27 113968.37 95673.46 18294.91 0.00
## 2779 25086.72 114020.65 97555.49 16465.16 0.00
## 2780 16066.56 133190.00 115237.50 17952.50 0.00
## 2781 16185.82 123187.71 107273.37 15914.34 0.00
## 2782 18233.51 165010.47 146199.35 18811.12 0.00
## 2783 13077.85 149612.51 130392.24 19220.27 0.00
## 2784 13455.47 175171.59 148132.78 27038.81 0.00
## 2785 13413.05 168707.25 126508.62 42198.63 0.00
## 2786 12543.43 138123.55 103719.20 34404.35 0.00
## 2787 25328.56 110954.60 78423.65 32530.95 0.00
## 2788 14654.28 99447.77 82335.29 17112.48 0.00
## 2789 12170.59 96981.12 74460.15 22520.97 0.00
## 2790 13889.83 102869.65 79189.32 23680.33 0.00
## 2791 15065.01 108047.17 80711.69 27335.48 0.00
## 2792 14468.89 114260.63 80697.34 33563.29 0.00
## 2793 16243.48 101991.43 76595.17 25396.26 0.00
## 2794 11290.94 97223.47 71587.33 25636.14 0.00
## 2795 15530.04 98907.28 91530.77 7376.51 0.00
## 2796 18570.60 94573.49 88599.82 5973.67 0.00
## 2797 14084.25 91133.66 89232.98 1900.68 0.00
## 2798 13114.91 89094.40 86399.27 2695.13 0.00
## 2799 12344.54 88192.02 85848.21 2343.81 0.00
## 2800 28226.16 88901.67 86800.97 2100.70 0.00
## 2801 16470.86 88582.08 86050.77 2531.31 0.00
## 2802 12099.88 76806.54 73763.41 3043.13 0.00
## 2803 13717.57 83459.07 81116.25 2342.82 0.00
## 2804 14107.36 85808.44 82065.70 3742.74 0.00
## 2805 10573.29 66835.64 65072.69 1762.95 0.00
## 2806 12473.14 72437.30 71564.22 873.08 0.00
## 2807 27944.07 80109.87 78503.46 1606.41 0.00
## 2808 15267.89 168013.76 165202.22 2811.54 0.00
## 2809 426.92 11432.09 11017.32 411.83 2.94
## 2810 138.72 9504.66 8876.65 587.73 40.28
## 2811 86.65 12822.02 12176.75 645.27 0.00
## 2812 50.84 6704.29 6476.12 228.17 0.00
## 2813 18.14 8253.58 7973.98 279.60 0.00
## 2814 11.00 9504.34 9238.40 209.00 56.94
## 2815 34.00 10212.70 9790.67 422.03 0.00
## 2816 36.40 10905.44 10474.09 431.35 0.00
## 2817 54.31 9235.13 9153.12 82.01 0.00
## 2818 46.00 10274.06 10160.26 113.80 0.00
## 2819 53.77 10793.16 10434.39 358.77 0.00
## 2820 102.15 10169.82 9744.41 425.41 0.00
## 2821 84.08 13771.20 13345.52 425.68 0.00
## 2822 43.25 9725.54 9586.80 138.74 0.00
## 2823 37.48 9467.22 8958.14 509.08 0.00
## 2824 42.26 11660.16 10839.17 815.99 5.00
## 2825 88.11 15660.27 15340.19 220.08 100.00
## 2826 53.85 15427.61 14367.64 269.97 790.00
## 2827 28.03 16917.52 15811.00 286.52 820.00
## 2828 26.76 13530.48 12434.82 350.10 745.56
## 2829 10.90 15947.06 14597.20 178.19 1171.67
## 2830 25.46 19352.05 18803.23 78.82 470.00
## 2831 13.73 21531.14 18639.29 241.85 2650.00
## 2832 80.07 15613.57 13439.76 688.81 1485.00
## 2833 46.49 14031.58 10876.00 470.58 2685.00
## 2834 146.83 25264.97 21872.64 492.33 2900.00
## 2835 37.42 18469.39 16479.75 419.64 1570.00
## 2836 30.07 20646.54 18526.59 389.95 1730.00
## 2837 81.25 20010.67 18368.49 282.18 1360.00
## 2838 53.98 19458.93 17385.60 398.33 1675.00
## 2839 103.64 20250.90 19519.92 180.98 550.00
## 2840 59.07 23197.14 22571.49 20.65 605.00
## 2841 82.97 20091.66 19802.87 288.79 0.00
## 2842 84.80 22929.96 22697.54 232.42 0.00
## 2843 37.84 9289.46 8918.99 321.86 48.61
## 2844 43.15 13921.22 13463.97 337.81 119.44
## 2845 25.00 15467.40 14642.65 712.25 112.50
## 2846 38.00 13114.17 12671.09 443.08 0.00
## 2847 31.20 10527.10 10058.25 468.85 0.00
## 2848 36.73 13537.86 13037.43 500.43 0.00
## 2849 70.15 12484.36 12286.01 198.35 0.00
## 2850 60.99 11239.14 10817.56 421.58 0.00
## 2851 56.26 14911.75 14476.23 435.52 0.00
## 2852 63.13 14793.94 13739.89 1054.05 0.00
## 2853 24.98 14438.34 12280.58 2157.76 0.00
## 2854 12.00 19222.29 17663.46 1558.83 0.00
## 2855 109.88 10200.59 9349.67 850.92 0.00
## 2856 69.46 20700.95 19788.78 912.17 0.00
## 2857 68.41 24672.79 23926.35 746.44 0.00
## 2858 51.22 18105.21 17980.53 124.68 0.00
## 2859 109.08 11467.53 11293.65 173.88 0.00
## 2860 132.35 8230.19 8056.43 173.76 0.00
## 2861 184.62 210731.46 118884.36 91847.10 0.00
## 2862 283.15 190881.84 114872.09 76009.75 0.00
## 2863 171.64 179311.31 112574.78 66736.53 0.00
## 2864 207.15 171591.00 67806.59 103784.41 0.00
## 2865 167.47 154749.96 89194.82 65518.75 36.39
## 2866 167.63 201556.25 128442.19 72236.28 877.78
## 2867 180.57 158765.38 92308.66 66233.39 223.33
## 2868 168.26 161367.01 82410.76 78956.25 0.00
## 2869 160.28 176420.62 94305.34 82115.28 0.00
## 2870 166.14 183075.44 110435.47 72639.97 0.00
## 2871 103.96 188578.32 87593.44 100984.88 0.00
## 2872 156.52 195266.82 95659.91 99113.85 493.06
## 2873 140.88 188073.95 104367.67 83706.28 0.00
## 2874 131.95 183993.86 109841.32 73830.32 322.22
## 2875 132.15 222836.65 139748.72 82907.37 180.56
## 2876 206.41 256799.35 194086.09 62713.26 0.00
## 2877 130.69 202457.49 126235.35 75979.08 243.06
## 2878 123.63 203168.77 132127.40 70394.15 647.22
## 2879 82.91 207465.83 160464.82 47001.01 0.00
## 2880 86.59 242570.06 182840.11 59729.95 0.00
## 2881 58.44 192926.85 131851.39 61075.46 0.00
## 2882 64.96 228626.20 161931.73 66694.47 0.00
## 2883 110.76 187326.62 120773.07 66553.55 0.00
## 2884 164.21 188318.72 108732.19 78958.75 627.78
## 2885 256.20 225042.62 146617.68 78213.83 211.11
## 2886 165.28 328341.88 216115.15 110544.79 1681.94
## 2887 173.96 251715.31 199572.08 52123.23 20.00
## 2888 264.12 234417.14 148946.46 84045.68 1425.00
## 2889 1174.78 232431.49 169986.13 55753.42 6691.94
## 2890 561.72 226206.09 112958.38 105974.65 7273.06
## 2891 246.79 269397.39 77155.12 186791.99 5450.28
## 2892 174.90 267531.40 91575.69 171020.72 4934.99
## 2893 80.12 296862.48 126898.80 169317.09 646.59
## 2894 253.52 284413.81 77087.90 206444.51 881.40
## 2895 54.42 282138.92 64801.33 217337.59 0.00
## 2896 67.42 231029.85 71926.92 158919.60 183.33
## 2897 106.39 197262.72 66461.65 130217.81 583.26
## 2898 432.50 189301.37 69497.05 119037.82 766.50
## 2899 1349.18 99268.50 62657.11 36611.39 0.00
## 2900 1320.02 111106.99 78824.96 32268.42 13.61
## 2901 1727.11 110119.55 75568.52 34551.03 0.00
## 2902 1906.90 140293.70 73593.38 66700.32 0.00
## 2903 1499.40 95584.31 62105.43 33478.88 0.00
## 2904 1136.70 122138.09 60231.13 61906.96 0.00
## 2905 1996.32 83444.96 55736.39 27708.57 0.00
## 2906 1008.13 109208.77 74366.38 34842.39 0.00
## 2907 418.98 171633.14 77183.81 94449.33 0.00
## 2908 412.16 87653.00 54822.30 32830.70 0.00
## 2909 401.33 123185.27 64716.98 58468.29 0.00
## 2910 654.09 89797.05 56526.21 33270.84 0.00
## 2911 464.46 113323.49 54693.05 58630.44 0.00
## 2912 396.68 65592.57 43674.84 21906.93 10.80
## 2913 8529.79 146899.29 142957.45 2629.52 1312.32
## 2914 8751.94 137281.09 133753.32 2845.65 682.12
## 2915 9977.23 164505.82 153476.96 11028.86 0.00
## 2916 10049.72 159678.20 157703.86 1738.23 236.11
## 2917 8237.15 148712.67 146287.45 1715.50 709.72
## 2918 13095.11 192456.98 189672.97 1882.62 901.39
## 2919 28558.19 155102.07 153317.90 1348.06 436.11
## 2920 41286.91 150652.70 149603.88 1048.82 0.00
## 2921 27903.69 131613.96 130682.92 565.76 365.28
## 2922 27036.54 163941.32 163070.93 382.89 487.50
## 2923 19878.73 191620.34 190381.90 1238.44 0.00
## 2924 20639.81 187292.27 185599.01 1332.15 361.11
## 2925 19492.51 192925.75 190861.05 1423.03 641.67
## 2926 19205.77 181742.49 180490.59 1251.90 0.00
## 2927 18808.75 194985.36 191238.80 3746.56 0.00
## 2928 19881.72 168131.84 162753.29 4043.27 1335.28
## 2929 20154.92 201545.77 198131.80 2898.23 515.74
## 2930 15648.56 200822.14 194472.57 3978.68 2370.89
## 2931 21950.39 223234.14 203758.36 15197.45 4278.33
## 2932 24863.67 227903.75 219529.71 6984.04 1390.00
## 2933 28505.15 213876.87 210316.02 2285.85 1275.00
## 2934 31448.04 201103.37 197041.21 706.60 3355.56
## 2935 30142.23 203162.03 194809.70 1005.66 7346.67
## 2936 32758.16 246997.25 233727.43 2257.55 11012.27
## 2937 44218.72 232729.01 217648.42 2447.94 12632.65
## 2938 50114.65 229201.99 214851.77 2969.08 11381.14
## 2939 48949.85 209423.51 202616.05 3059.39 3748.07
## 2940 54129.89 211677.96 203569.59 3085.45 5022.92
## 2941 55744.03 214114.58 207727.87 3451.71 2935.00
## 2942 46714.72 215173.44 203788.41 8328.92 3056.11
## 2943 44265.84 206607.44 200150.21 3716.12 2741.11
## 2944 19544.87 216401.98 211306.25 2950.73 2145.00
## 2945 16372.03 196639.52 189850.35 6194.73 594.44
## 2946 16818.70 207324.76 204118.09 2691.39 515.28
## 2947 15073.22 197919.93 194073.11 3244.04 602.78
## 2948 15861.03 199687.08 196063.01 3132.40 491.67
## 2949 15881.19 189898.78 185709.01 3034.21 1155.56
## 2950 13247.91 189334.20 186797.56 2536.64 0.00
## 2951 12784.45 173047.31 170235.01 2812.30 0.00
## 2952 15295.40 182950.64 179809.74 3140.90 0.00
## 2953 16342.85 183580.59 180891.69 2688.90 0.00
## 2954 18702.51 187336.66 184423.26 2913.40 0.00
## 2955 21461.02 194487.33 191744.58 2742.75 0.00
## 2956 20335.44 165165.71 162543.26 2622.45 0.00
## 2957 54665.59 186408.27 180041.53 6366.74 0.00
## 2958 60290.41 175159.85 168368.44 6791.41 0.00
## 2959 48009.43 222601.19 217666.76 4934.43 0.00
## 2960 24482.29 164795.21 161204.17 3591.04 0.00
## 2961 24029.92 239435.14 233609.99 5825.15 0.00
## 2962 25662.38 216530.54 213938.82 2591.72 0.00
## 2963 26791.33 182859.42 180460.98 2398.44 0.00
## 2964 27147.33 151703.29 149408.43 2294.86 0.00
## 2965 6681.19 34130.87 33449.40 662.22 19.25
## 2966 5562.76 27796.22 27464.12 327.28 4.82
## 2967 4088.10 53564.83 53190.59 319.56 54.68
## 2968 3771.85 31508.76 31278.13 217.75 12.88
## 2969 5526.29 20453.45 20442.18 0.00 11.27
## 2970 7123.14 24105.60 24091.47 2.86 11.27
## 2971 6078.72 26055.98 25875.27 140.41 40.30
## 2972 7688.17 24070.04 23558.62 408.16 103.26
## 2973 7311.55 23625.96 22909.91 622.44 93.61
## 2974 6919.11 32027.85 30914.91 1098.42 14.52
## 2975 6689.31 33622.92 32413.74 1197.89 11.29
## 2976 6562.37 37495.57 28895.19 8576.21 24.17
## 2977 7082.70 63439.79 55975.11 7430.88 33.80
## 2978 5737.02 40135.99 34566.37 5564.81 4.81
## 2979 6951.12 33508.12 28303.11 5198.62 6.39
## 2980 6411.87 39834.23 38898.96 927.29 7.98
## 2981 7067.38 33326.42 31599.81 1718.65 7.96
## 2982 5918.50 33861.35 32151.54 1693.93 15.88
## 2983 4694.68 36295.84 34718.06 1577.78 0.00
## 2984 6569.03 36732.91 36020.50 671.26 41.15
## 2985 2.53 35931.48 35664.27 246.66 20.55
## 2986 2.53 36949.84 36949.84 0.00 0.00
## 2987 3.26 36901.64 36364.82 16.82 520.00
## 2988 6.29 39761.14 37729.96 799.61 1231.57
## 2989 3.06 88319.70 87357.84 20.39 941.47
## 2990 12.16 93735.23 93645.45 20.52 69.26
## 2991 9.30 88075.09 88025.14 34.45 15.50
## 2992 2.00 86206.38 86107.76 83.05 15.57
## 2993 2.63 31348.62 31094.59 245.80 8.23
## 2994 11.56 59233.89 59206.93 8.80 18.16
## 2995 6.61 48277.73 47343.36 926.10 8.27
## 2996 2.65 40660.11 40606.62 35.29 18.20
## 2997 15.58 54823.56 52268.89 2490.17 64.50
## 2998 7.29 57804.69 57439.50 330.49 34.70
## 2999 0.00 46416.84 46257.90 140.79 18.15
## 3000 590.88 39683.82 39671.39 5.85 6.58
## 3001 4729.87 54540.20 53939.82 14.55 585.83
## 3002 5340.61 33908.28 33662.76 156.09 89.43
## 3003 6316.00 40019.20 39916.37 94.75 8.08
## 3004 9114.47 45033.22 44763.68 242.28 27.26
## 3005 9201.19 29425.50 29351.66 62.69 11.15
## 3006 6448.33 43204.67 42383.79 784.39 36.49
## 3007 7307.07 43026.79 42481.59 527.80 17.40
## 3008 8767.10 37709.93 37217.14 472.26 20.53
## 3009 4890.81 42168.27 42111.91 50.05 6.31
## 3010 6617.29 28107.28 28012.67 85.14 9.47
## 3011 17989.29 48078.02 47555.74 452.82 69.46
## 3012 8440.95 34326.87 33947.26 46.78 332.83
## 3013 4714.06 31508.68 29874.81 1614.91 18.96
## 3014 8901.10 41296.97 40337.59 951.46 7.92
## 3015 9065.03 40666.50 40584.43 16.94 65.13
## 3016 5431.66 46529.75 46476.08 17.00 36.67
## 3017 4183.69 92551.11 91481.59 1069.52 0.00
## 3018 7765.43 77581.05 76135.49 1445.56 0.00
## 3019 5052.84 92390.56 90449.44 1634.18 306.94
## 3020 3449.16 71859.07 71377.77 307.69 173.61
## 3021 3069.37 66854.05 66399.33 31.11 423.61
## 3022 4915.71 105976.17 105940.61 35.56 0.00
## 3023 3726.92 74205.41 74205.41 0.00 0.00
## 3024 3370.17 73979.06 73804.06 0.00 175.00
## 3025 3787.66 62709.00 62705.31 3.69 0.00
## 3026 6144.55 87718.59 86922.76 0.00 795.83
## 3027 4742.43 97339.59 97339.59 0.00 0.00
## 3028 3837.72 90213.75 90213.75 0.00 0.00
## 3029 5003.77 92945.55 92945.55 0.00 0.00
## 3030 6515.89 97375.96 97375.96 0.00 0.00
## 3031 7080.02 96394.24 96061.70 332.54 0.00
## 3032 9617.73 106990.62 106090.54 900.08 0.00
## 3033 10225.22 126133.31 125074.64 665.06 393.61
## 3034 7653.70 148438.35 146015.83 1187.52 1235.00
## 3035 7923.98 209377.83 201033.61 7400.05 944.17
## 3036 8194.83 220254.40 215552.06 3642.34 1060.00
## 3037 8735.44 165788.27 165457.19 176.08 155.00
## 3038 8772.17 148935.30 147430.08 5.50 1499.72
## 3039 10965.64 141193.60 137804.71 11.11 3377.78
## 3040 10381.25 146586.13 142601.99 9.14 3975.00
## 3041 14982.90 157609.68 153175.43 49.25 4385.00
## 3042 17326.08 148159.03 143276.30 137.73 4745.00
## 3043 28898.79 154262.70 151759.78 142.92 2360.00
## 3044 38655.07 143632.17 141650.87 141.30 1840.00
## 3045 43090.81 154894.60 152477.50 87.10 2330.00
## 3046 51385.74 156774.99 155072.41 120.91 1581.67
## 3047 72848.75 131514.35 129466.02 142.22 1906.11
## 3048 81859.54 148326.66 146904.74 136.92 1285.00
## 3049 63055.48 122877.20 122533.87 198.89 144.44
## 3050 80414.29 138959.31 138862.64 96.67 0.00
## 3051 54779.30 136089.34 136034.89 54.45 0.00
## 3052 51958.73 124237.79 123011.98 152.20 1073.61
## 3053 43926.90 131170.10 131035.57 109.53 25.00
## 3054 74452.30 117738.39 117521.44 87.78 129.17
## 3055 42112.53 106393.14 106262.03 131.11 0.00
## 3056 51477.79 120501.62 120388.84 112.78 0.00
## 3057 34714.64 114436.03 114286.03 150.00 0.00
## 3058 46932.61 111590.45 111440.08 150.37 0.00
## 3059 36352.99 123833.49 123551.47 282.02 0.00
## 3060 36934.25 103327.61 102683.47 644.14 0.00
## 3061 36873.84 122278.36 120040.08 2238.28 0.00
## 3062 58165.42 125640.38 123660.33 1980.05 0.00
## 3063 25200.19 136074.64 134178.50 1896.14 0.00
## 3064 25252.35 119046.84 118219.26 827.58 0.00
## 3065 26052.91 159185.11 158806.43 378.68 0.00
## 3066 32505.74 141551.19 141307.39 243.80 0.00
## 3067 13321.08 127359.91 127177.65 182.26 0.00
## 3068 21182.52 91849.14 91579.91 269.23 0.00
## 3069 42.09 37361.44 35701.24 1660.20 0.00
## 3070 60.37 31888.21 29696.94 2191.27 0.00
## 3071 54.34 25052.52 23315.81 1736.71 0.00
## 3072 22.85 16976.58 15683.05 1256.03 37.50
## 3073 12.21 21660.75 21641.31 0.00 19.44
## 3074 27.83 24940.18 24940.18 0.00 0.00
## 3075 84.41 28872.81 28872.81 0.00 0.00
## 3076 79.68 23612.65 23400.15 0.00 212.50
## 3077 81.81 13874.57 13874.57 0.00 0.00
## 3078 78.19 58521.07 58521.07 0.00 0.00
## 3079 50.56 68051.32 68051.32 0.00 0.00
## 3080 112.39 65113.32 65113.32 0.00 0.00
## 3081 90.39 68176.45 68176.45 0.00 0.00
## 3082 35.97 67736.88 67732.44 4.44 0.00
## 3083 52.12 50144.22 49337.59 806.63 0.00
## 3084 65.32 41088.77 39986.67 1102.10 0.00
## 3085 68.67 24524.27 24296.23 53.04 175.00
## 3086 67.48 47650.39 46025.39 0.00 1625.00
## 3087 43.73 47493.08 46013.08 0.00 1480.00
## 3088 71.45 38774.15 37629.15 0.00 1145.00
## 3089 42.97 27929.62 26109.62 0.00 1820.00
## 3090 54.78 41589.10 40894.10 0.00 695.00
## 3091 61.80 38986.90 34596.90 0.00 4390.00
## 3092 102.25 68607.55 66177.55 0.00 2430.00
## 3093 46.25 94164.01 89911.51 0.00 4252.50
## 3094 53.07 93372.82 88472.82 0.00 4900.00
## 3095 83.37 84649.38 81949.38 0.00 2700.00
## 3096 57.85 87514.31 84829.31 0.00 2685.00
## 3097 107.12 97870.08 95730.08 0.00 2140.00
## 3098 258.40 92812.85 90282.85 0.00 2530.00
## 3099 353.83 63995.97 63440.97 0.00 555.00
## 3100 856.81 93614.16 92304.16 0.00 1310.00
## 3101 1160.99 90144.23 90144.23 0.00 0.00
## 3102 764.71 101271.16 101271.16 0.00 0.00
## 3103 1640.55 98638.65 98638.65 0.00 0.00
## 3104 1784.73 98706.04 98706.04 0.00 0.00
## 3105 57.68 100545.57 100545.57 0.00 0.00
## 3106 53.93 94989.26 94766.21 113.33 109.72
## 3107 18.55 81593.78 81542.67 51.11 0.00
## 3108 44.46 83262.19 83262.19 0.00 0.00
## 3109 54.56 76855.04 76855.04 0.00 0.00
## 3110 25.28 84757.76 84757.76 0.00 0.00
## 3111 32.49 79205.91 79197.02 8.89 0.00
## 3112 36.18 73641.93 72861.93 780.00 0.00
## 3113 31.37 72340.50 69018.28 3322.22 0.00
## 3114 40.49 75568.85 73328.85 2240.00 0.00
## 3115 123.88 99215.19 97444.08 1771.11 0.00
## 3116 88.82 80673.23 79715.45 957.78 0.00
## 3117 131.18 92561.98 92435.31 126.67 0.00
## 3118 120.55 80938.49 80938.49 0.00 0.00
## 3119 110.07 80759.05 80759.05 0.00 0.00
## 3120 98.93 71824.36 71824.36 0.00 0.00
## 3121 99997.75 1543243.98 1405419.80 99069.58 38754.60
## 3122 90983.73 1482118.72 1313839.11 135367.97 32911.64
## 3123 96836.26 1653880.17 1451475.99 177399.80 25004.38
## 3124 86152.75 1610487.83 1553052.29 27829.79 29605.75
## 3125 81897.44 1282555.79 1202939.23 49696.87 29919.69
## 3126 93901.07 1251188.05 1161049.94 61429.08 28709.03
## 3127 112541.90 1040994.32 952497.35 60542.13 27954.84
## 3128 120964.40 829275.46 763934.88 35997.83 29342.75
## 3129 92064.47 734907.62 686375.28 25241.60 23290.74
## 3130 82276.22 1289998.88 1201528.54 55799.76 32670.58
## 3131 108458.09 1533380.09 1423671.38 73117.52 36591.19
## 3132 123430.31 1481098.59 1379624.20 74894.96 26579.43
## 3133 121961.08 1507256.57 1420423.91 58294.32 28538.34
## 3134 117423.95 1675327.42 1583961.67 53653.13 37712.62
## 3135 112714.97 1535467.86 1434869.76 59481.09 41117.01
## 3136 114241.36 1671421.79 1576949.54 66072.42 28399.83
## 3137 107653.45 1892992.02 1819641.81 47476.91 25873.30
## 3138 133979.15 2001071.55 1924479.53 46601.83 29990.19
## 3139 171379.36 1778186.00 1679257.49 61139.96 37788.55
## 3140 218247.48 1580994.73 1476927.50 73032.78 31034.45
## 3141 211671.11 1741285.90 1616257.39 89290.29 35738.22
## 3142 244730.21 1710964.95 1581210.71 95425.63 34328.61
## 3143 302735.37 1634174.08 1526433.58 82025.57 25714.93
## 3144 278664.44 1688132.30 1563978.55 97434.91 26718.84
## 3145 292540.95 1912392.19 1771309.82 107540.46 33541.91
## 3146 356022.10 1882795.64 1722082.22 119871.18 40842.24
## 3147 328206.37 1778214.36 1641400.92 107903.90 28909.54
## 3148 319711.53 1754229.47 1622056.72 101882.82 30289.93
## 3149 328653.80 1709716.83 1571460.04 110755.40 27501.39
## 3150 373358.37 1938636.43 1739147.58 171241.77 28247.08
## 3151 341992.36 1739179.30 1546212.08 160781.09 32186.13
## 3152 329737.94 1754547.18 1594507.01 129666.02 30374.15
## 3153 353196.44 1499923.11 1325206.10 155366.22 19350.79
## 3154 336387.90 2140203.55 1606311.87 508755.56 25136.12
## 3155 291448.73 1924048.96 1421239.87 485685.06 17124.03
## 3156 325242.94 1744793.14 1467255.26 257014.51 20523.37
## 3157 382295.13 1769205.32 1659337.91 88790.80 21076.61
## 3158 358015.82 1944064.32 1740557.05 183825.53 19681.74
## 3159 334735.17 1673304.45 1454479.46 201547.46 17277.53
## 3160 311356.91 2207293.04 1926353.76 259874.87 21064.41
## 3161 299002.93 2092117.55 1883192.26 189928.31 18996.98
## 3162 317337.27 2094020.39 1888085.99 186807.69 19126.71
## 3163 325582.20 2234832.81 1981931.04 230048.66 22853.11
## 3164 302210.56 2391861.16 2091747.51 282242.79 17870.86
## 3165 267508.94 2256053.97 2073467.05 167309.24 15277.68
## 3166 278558.48 2555662.85 2207054.69 333029.79 15578.37
## 3167 424389.60 3056112.91 2693843.02 344774.59 17495.30
## 3168 287234.03 2024180.16 1874982.24 134692.75 14505.17
## 3169 272665.17 2285895.60 2122673.09 147881.99 15340.52
## 3170 250106.17 1759854.18 1579233.60 162289.68 18330.90
## 3171 261931.07 2131753.56 1793640.16 321613.97 16499.43
## 3172 257268.16 2301885.36 1950428.50 340852.13 10604.73
## 3173 7324.64 61550.33 51247.91 10232.98 69.44
## 3174 7942.68 54652.82 44604.56 10048.26 0.00
## 3175 8696.54 52402.49 46293.11 6109.38 0.00
## 3176 9451.98 59783.11 48016.74 11766.37 0.00
## 3177 8265.03 49866.72 44005.31 5861.41 0.00
## 3178 13913.04 48742.91 42721.62 6021.29 0.00
## 3179 22714.68 45377.66 38436.79 6940.87 0.00
## 3180 25305.86 52447.98 45861.67 6586.31 0.00
## 3181 26881.22 47315.53 40258.68 6816.57 240.28
## 3182 20290.31 52719.25 47060.46 5658.79 0.00
## 3183 17531.78 59418.46 48823.53 10354.65 240.28
## 3184 19419.57 63300.70 54704.14 8596.56 0.00
## 3185 16736.92 62415.77 53332.61 8258.16 825.00
## 3186 17495.42 63931.73 55653.47 8278.26 0.00
## 3187 16563.91 69104.56 57456.21 11648.35 0.00
## 3188 17914.48 69079.94 61214.70 7860.24 5.00
## 3189 18659.47 70716.58 62373.15 7805.93 537.50
## 3190 15013.36 60974.28 58688.03 1906.25 380.00
## 3191 20731.35 65878.96 64095.85 1628.11 155.00
## 3192 23025.36 65677.75 60859.82 4817.93 0.00
## 3193 24178.25 59438.36 55636.32 3787.04 15.00
## 3194 24742.11 54443.04 50677.92 3330.12 435.00
## 3195 26839.41 64303.50 57524.85 3346.43 3432.22
## 3196 25756.96 63385.26 58481.31 3223.95 1680.00
## 3197 40460.56 70310.34 62603.71 4548.85 3157.78
## 3198 40378.07 75234.77 64809.58 8290.19 2135.00
## 3199 39268.75 56511.83 52290.98 3210.85 1010.00
## 3200 46282.10 59636.49 52830.72 4841.60 1964.17
## 3201 46176.97 45826.33 40822.06 3825.94 1178.33
## 3202 41412.18 53253.57 45859.12 6333.06 1061.39
## 3203 41274.31 51876.53 45120.69 6510.84 245.00
## 3204 20859.76 49855.68 45579.73 3940.95 335.00
## 3205 17607.68 62552.38 51589.20 10963.18 0.00
## 3206 18608.39 65349.32 57141.94 7275.44 931.94
## 3207 18934.08 64335.15 52070.20 12264.95 0.00
## 3208 18456.31 60615.88 48775.07 10957.48 883.33
## 3209 17305.85 57169.29 50673.98 5886.98 608.33
## 3210 16896.71 60978.04 48991.14 11986.90 0.00
## 3211 14614.66 54550.00 47755.59 6794.41 0.00
## 3212 15518.85 50651.69 45385.09 5266.60 0.00
## 3213 18631.48 51414.29 45426.62 5987.67 0.00
## 3214 22961.75 61899.76 50889.70 11010.06 0.00
## 3215 21768.74 49718.76 44120.40 5598.36 0.00
## 3216 19046.18 53739.19 43150.21 10588.98 0.00
## 3217 19834.26 50506.60 45927.00 4579.60 0.00
## 3218 18323.51 52194.86 44807.51 7387.35 0.00
## 3219 42056.68 60211.46 42529.78 17681.68 0.00
## 3220 25918.83 43084.67 35669.83 7414.84 0.00
## 3221 30644.07 53618.46 42136.65 11481.81 0.00
## 3222 29112.58 43493.03 37725.60 5767.43 0.00
## 3223 29602.84 50533.30 42015.27 8518.03 0.00
## 3224 31682.42 41673.57 38144.36 3529.21 0.00
## 3225 110167.01 87253.42 81570.81 955.34 4727.27
## 3226 101491.49 73207.52 65277.81 1065.60 6864.11
## 3227 103932.55 96473.13 87751.52 1102.23 7619.38
## 3228 94496.12 67168.02 64475.13 621.47 2071.42
## 3229 81651.23 57319.76 56501.53 797.78 20.45
## 3230 80126.03 58079.74 55015.46 997.51 2066.77
## 3231 73021.81 64297.63 63465.65 593.89 238.09
## 3232 61665.74 59042.39 57803.54 1095.69 143.16
## 3233 60260.53 54407.20 48140.45 1587.11 4679.64
## 3234 68234.94 65255.52 55554.23 790.00 8911.29
## 3235 75841.97 71399.98 61522.13 1047.85 8830.00
## 3236 90031.80 71002.86 60216.05 968.89 9817.92
## 3237 90495.41 69708.54 58004.41 530.52 11173.61
## 3238 98808.73 76580.15 65665.70 744.44 10170.01
## 3239 97900.81 87579.67 80619.11 802.22 6158.34
## 3240 99520.95 99813.79 97150.37 2084.68 578.74
## 3241 91323.75 85223.46 82376.72 2320.05 526.69
## 3242 93288.97 100013.33 92533.97 4244.28 3235.08
## 3243 87449.64 105728.86 102613.78 1582.10 1532.98
## 3244 102966.19 102416.27 99833.21 2139.33 443.73
## 3245 103402.88 115222.87 113969.56 262.16 991.15
## 3246 97843.18 105614.94 104111.58 317.97 1185.39
## 3247 109032.48 120606.92 113683.42 1819.86 5103.64
## 3248 108230.65 139482.79 122026.18 12735.54 4721.07
## 3249 150963.07 127546.22 118624.54 1894.09 7027.59
## 3250 184518.62 149294.73 143295.47 378.93 5620.33
## 3251 159812.33 120603.83 115880.76 457.23 4265.84
## 3252 163027.81 103646.95 99766.00 1867.44 2013.51
## 3253 140924.68 101084.18 98096.94 2213.29 773.95
## 3254 145606.57 101565.60 96845.23 3216.39 1503.98
## 3255 145363.84 133790.81 129034.96 3359.70 1396.15
## 3256 145104.44 130127.26 121785.52 6544.59 1797.15
## 3257 157984.71 114084.93 108571.35 4797.75 715.83
## 3258 173293.69 145940.10 137880.91 4997.64 3061.55
## 3259 155289.67 107823.24 101940.66 4166.66 1715.92
## 3260 151281.44 101521.49 96823.55 4684.93 13.01
## 3261 137009.63 108693.54 101842.17 4806.90 2044.47
## 3262 153441.58 102558.90 91081.44 9926.52 1550.94
## 3263 139240.25 79443.89 75467.12 3947.19 29.58
## 3264 131467.33 99573.02 95288.60 4221.71 62.71
## 3265 122807.96 97127.74 93973.32 3147.06 7.36
## 3266 125901.94 88620.56 86428.90 2191.66 0.00
## 3267 129160.06 87829.53 85606.70 2222.83 0.00
## 3268 133067.18 92680.33 90777.56 1902.77 0.00
## 3269 125838.60 103715.10 93141.66 10558.80 14.64
## 3270 131202.78 125171.13 106296.76 18322.72 551.65
## 3271 155377.30 151635.74 129791.42 21748.61 95.71
## 3272 132958.04 93310.70 92124.35 1186.35 0.00
## 3273 136033.93 90661.34 88261.04 2400.30 0.00
## 3274 139309.53 103379.39 87560.47 15802.25 16.67
## 3275 143202.95 122380.70 82670.76 39333.27 376.67
## 3276 162054.24 113924.91 80769.55 21615.36 11540.00
## 3277 970.48 171021.51 26984.70 144036.81 0.00
## 3278 1472.39 112586.99 23082.87 89485.68 18.44
## 3279 753.56 163273.91 21944.83 141290.54 38.54
## 3280 2845.22 218535.89 24193.80 194318.91 23.18
## 3281 690.05 104697.60 19930.04 84702.28 65.28
## 3282 853.46 153899.48 23679.23 130220.25 0.00
## 3283 899.73 153091.07 23980.47 129104.39 6.21
## 3284 1003.69 143431.35 16151.12 127193.62 86.61
## 3285 841.37 149323.28 11631.40 137691.88 0.00
## 3286 1181.38 175195.00 18785.57 156407.87 1.56
## 3287 1275.42 149403.66 32352.58 117051.08 0.00
## 3288 1223.02 171435.07 21810.18 149624.89 0.00
## 3289 1380.85 170316.25 22840.83 147472.29 3.13
## 3290 1396.32 151437.79 23812.95 127624.84 0.00
## 3291 1335.29 168419.37 30495.85 137923.52 0.00
## 3292 1567.40 137723.06 29123.32 108519.74 80.00
## 3293 2099.28 128570.23 25361.20 102794.03 415.00
## 3294 1683.71 126954.22 27933.66 97229.69 1790.87
## 3295 1922.26 132131.58 28706.18 102390.40 1035.00
## 3296 2661.69 140908.88 35321.59 105549.16 38.13
## 3297 3143.09 127786.48 27221.70 100553.51 11.27
## 3298 3804.63 116617.91 27836.86 88090.70 690.35
## 3299 7052.87 119310.61 25436.76 89695.64 4178.21
## 3300 6998.74 132003.19 25789.15 101973.21 4240.83
## 3301 6514.15 106448.31 23189.21 78560.24 4698.86
## 3302 6496.41 150873.57 28096.15 118272.52 4504.90
## 3303 9805.14 104203.73 24577.20 75549.11 4077.42
## 3304 14007.18 135924.78 25143.66 105248.43 5532.69
## 3305 7051.08 72784.42 23417.10 46347.93 3019.39
## 3306 23750.21 107779.99 19176.89 81916.42 6686.68
## 3307 7148.83 92179.11 20884.04 69163.08 2131.99
## 3308 6810.54 95334.18 18281.32 74251.91 2800.95
## 3309 21963.46 73747.47 14077.50 53944.28 5725.69
## 3310 17789.78 108920.28 17361.66 87869.71 3688.91
## 3311 9601.89 63838.87 17965.35 44324.00 1549.52
## 3312 9484.48 63021.68 19112.22 41934.57 1974.89
## 3313 25464.30 58377.15 16055.57 36551.04 5770.54
## 3314 8960.13 71862.08 21423.87 49093.66 1344.55
## 3315 10846.90 66924.01 13780.66 50468.58 2674.77
## 3316 16191.17 74729.97 18832.18 52163.65 3734.14
## 3317 16430.07 73298.71 18928.90 50472.61 3897.20
## 3318 7482.64 73399.04 19111.28 52395.60 1892.16
## 3319 24314.72 77342.64 17632.22 54219.12 5491.30
## 3320 16207.08 77972.58 18382.22 56152.18 3438.18
## 3321 5551.81 63988.52 17167.72 45673.76 1147.04
## 3322 8008.86 72929.50 18358.96 53192.11 1378.43
## 3323 30149.60 89909.05 22076.72 61180.85 6651.48
## 3324 12917.42 53550.02 16807.25 33496.41 3246.36
## 3325 23681.24 71394.02 19633.53 47199.01 4561.48
## 3326 7457.43 75574.37 20728.35 53232.61 1613.41
## 3327 7200.14 57217.17 17942.34 37684.81 1590.02
## 3328 18924.91 51550.99 12613.38 29550.02 9387.59
## 3329 1538.20 56576.06 55083.70 1459.35 33.01
## 3330 2522.96 41403.48 38839.35 2461.41 102.72
## 3331 1302.46 44057.56 41890.61 2155.38 11.57
## 3332 5532.03 81232.04 76008.08 5158.75 65.21
## 3333 1296.49 55357.68 53684.96 1671.27 1.45
## 3334 1335.91 44675.58 43073.72 1601.86 0.00
## 3335 1460.24 36228.89 34146.46 2082.43 0.00
## 3336 1603.54 33976.41 32556.59 1419.82 0.00
## 3337 1373.56 45753.14 43902.77 1850.37 0.00
## 3338 1763.25 48812.02 46730.56 2081.46 0.00
## 3339 1875.36 45421.20 43150.55 2270.65 0.00
## 3340 1900.96 40026.90 36596.53 3430.37 0.00
## 3341 2077.48 41422.05 36952.51 4469.54 0.00
## 3342 2426.04 42089.48 41377.97 711.51 0.00
## 3343 2505.47 52966.15 51334.31 1631.84 0.00
## 3344 2345.13 60118.14 58343.14 1755.00 20.00
## 3345 2616.16 56572.91 55935.18 466.29 171.44
## 3346 2593.07 60631.82 57069.78 1842.04 1720.00
## 3347 2841.74 48373.79 42940.86 4122.93 1310.00
## 3348 3156.71 57414.27 53549.37 3864.90 0.00
## 3349 3955.17 52167.95 38682.96 13474.99 10.00
## 3350 4294.96 46239.22 38377.90 7260.37 600.95
## 3351 6083.87 59311.01 46627.28 8564.06 4119.67
## 3352 6345.70 46571.69 38846.97 2931.27 4793.45
## 3353 5812.55 48833.51 32848.90 11536.73 4447.88
## 3354 6699.07 71026.24 62163.78 4656.27 4206.19
## 3355 10852.83 54316.38 45985.70 4847.72 3482.96
## 3356 15000.42 55966.92 45124.02 6081.41 4761.49
## 3357 8090.30 58052.24 49307.20 6081.58 2663.46
## 3358 25833.35 47750.39 35846.32 6408.19 5495.88
## 3359 7985.33 61912.03 53230.25 6885.94 1795.84
## 3360 6777.98 59762.27 48049.79 9991.52 1720.96
## 3361 21036.66 57074.50 33941.16 18532.83 4600.51
## 3362 19164.46 45161.52 26507.50 15137.80 3516.22
## 3363 9592.54 56828.31 48051.43 7485.91 1290.97
## 3364 10151.42 64362.32 54682.15 8238.93 1441.24
## 3365 27374.63 39643.89 27199.14 7590.56 4854.19
## 3366 9075.23 42181.98 31689.31 9453.96 1038.71
## 3367 21041.99 46722.38 22994.03 21163.82 2564.53
## 3368 29363.76 45109.32 21567.71 20098.73 3442.88
## 3369 28532.36 42454.58 22445.88 16153.49 3855.21
## 3370 18665.91 42292.84 26468.10 14097.62 1727.12
## 3371 35277.07 46460.34 23754.04 17567.37 5138.93
## 3372 28499.61 36159.75 22422.88 10262.40 3474.47
## 3373 15757.97 26863.77 19800.56 6111.41 951.80
## 3374 17174.63 35671.05 27386.88 7182.14 1102.03
## 3375 36191.68 42525.46 30226.47 6961.25 5337.74
## 3376 23466.68 33039.85 21259.66 9258.85 2521.34
## 3377 35349.80 38437.03 28562.22 4435.73 5439.08
## 3378 20930.75 31098.18 23123.14 6492.60 1482.44
## 3379 17903.44 29742.31 21493.26 6988.68 1260.37
## 3380 32940.14 33191.28 18463.39 6208.46 8519.43
## 3381 3069.14 379826.55 374905.48 2661.10 2259.97
## 3382 2578.35 323552.45 315924.68 2246.16 5381.61
## 3383 3182.11 285874.97 279258.26 2393.13 4223.58
## 3384 3035.64 340355.93 333769.95 2664.83 3921.15
## 3385 2459.77 245077.06 242623.82 2390.64 62.60
## 3386 2767.57 220453.44 219494.36 746.62 212.46
## 3387 3946.67 210000.26 209726.50 160.63 113.13
## 3388 1932.20 216300.66 215425.13 273.66 601.87
## 3389 2502.45 209814.99 208940.16 806.01 68.82
## 3390 3183.27 330229.94 323804.52 4850.50 1574.92
## 3391 2336.58 303387.11 296850.76 3145.82 3390.53
## 3392 5584.96 326492.27 322925.72 2677.15 889.40
## 3393 1901.89 310297.40 301904.74 4185.65 4207.01
## 3394 1797.85 346198.28 319927.23 25698.26 572.79
## 3395 2164.71 461886.33 454623.95 5993.16 1269.22
## 3396 2193.26 361978.06 350013.34 9088.35 2876.37
## 3397 2742.25 412175.56 401417.41 5723.11 5035.04
## 3398 2998.26 377458.54 366510.31 2461.88 8486.35
## 3399 4763.04 353846.50 351623.88 902.68 1319.94
## 3400 3600.78 274879.88 270626.46 3256.28 997.14
## 3401 3385.24 287648.20 269821.55 14711.90 3114.75
## 3402 4548.40 275102.54 253660.73 19284.90 2156.91
## 3403 4388.77 304679.84 281847.87 14107.32 8724.65
## 3404 7622.87 310336.59 303925.61 2984.62 3426.36
## 3405 40097.24 288800.27 267623.31 8348.85 12828.11
## 3406 95675.27 371800.73 324924.98 16194.53 30681.22
## 3407 86435.89 320008.05 298365.10 7080.82 14562.13
## 3408 61508.01 291091.26 272250.37 12776.78 6064.11
## 3409 87625.31 269435.21 251773.31 12923.71 4738.19
## 3410 74560.86 299159.78 283260.03 8707.09 7192.66
## 3411 58729.32 320629.74 301233.11 10985.08 8411.55
## 3412 102484.78 326877.35 300179.82 21095.15 5602.38
## 3413 77616.60 360039.55 341082.58 16387.52 2569.45
## 3414 130305.44 354629.31 331925.77 19971.99 2731.55
## 3415 63779.21 378393.72 356218.87 21755.75 419.10
## 3416 102387.45 379620.63 352619.17 26934.79 66.67
## 3417 113528.02 348101.80 318316.06 28701.42 1084.32
## 3418 112050.00 347477.86 316405.11 27732.87 3339.88
## 3419 112749.94 291015.74 269775.24 20797.36 443.14
## 3420 129805.20 289056.48 270162.99 18871.92 21.57
## 3421 134806.08 275148.93 254808.07 20317.54 23.32
## 3422 118454.22 193287.82 178757.16 14527.08 3.58
## 3423 67156.78 230797.91 213428.11 17359.08 10.72
## 3424 53555.69 221148.06 202051.47 19078.77 17.82
## 3425 70976.84 169858.73 151328.72 18486.45 43.56
## 3426 135347.78 166554.85 150047.23 14228.97 2278.65
## 3427 143875.64 194691.13 155052.63 20895.02 18743.48
## 3428 78916.52 159108.73 121050.99 19753.34 18304.40
## 3429 47421.48 152088.84 128164.01 12679.63 11245.20
## 3430 79252.03 114874.97 99602.79 15226.79 45.39
## 3431 54920.09 137479.15 127168.82 10290.52 19.81
## 3432 80184.39 148481.17 144358.85 3764.81 357.51
## 3433 15600.07 419603.58 267985.33 151602.51 15.74
## 3434 10972.28 346526.05 246935.09 99582.36 8.60
## 3435 11427.65 422601.07 303762.84 118838.23 0.00
## 3436 11512.69 437160.82 141279.50 295881.32 0.00
## 3437 14113.35 223103.92 81706.03 141397.89 0.00
## 3438 15291.46 287224.18 164217.29 123006.89 0.00
## 3439 16010.33 314722.50 84341.19 230381.31 0.00
## 3440 18858.61 256167.96 81361.39 174689.45 117.12
## 3441 16411.08 221228.08 76674.60 144255.79 297.69
## 3442 19086.52 308470.62 67816.03 240555.98 98.61
## 3443 16490.35 371569.89 91676.55 279893.34 0.00
## 3444 13026.15 354730.28 85264.87 269465.41 0.00
## 3445 16447.85 363283.69 76212.51 287071.18 0.00
## 3446 16829.34 360925.22 91074.56 269661.77 188.89
## 3447 16328.76 408207.10 87026.05 320842.16 338.89
## 3448 14432.98 437111.39 93898.07 342085.54 1127.78
## 3449 17239.60 505652.97 83143.66 422509.31 0.00
## 3450 13197.13 523669.59 131367.44 390977.15 1325.00
## 3451 13732.79 247804.21 119819.70 127269.23 715.28
## 3452 19582.82 328834.57 100509.79 228324.78 0.00
## 3453 18624.73 324912.27 151220.54 172079.23 1612.50
## 3454 19083.49 330972.93 200378.09 129901.78 693.06
## 3455 19241.11 356072.17 135290.89 217563.22 3218.06
## 3456 19016.94 403121.03 148177.84 254837.63 105.56
## 3457 20484.14 393892.93 137890.73 252846.64 3155.56
## 3458 21306.98 366954.57 200147.24 162792.05 4015.28
## 3459 17278.44 360827.76 146703.58 213090.85 1033.33
## 3460 20738.26 357270.37 96129.71 260598.95 541.71
## 3461 19838.57 377458.46 91438.85 284376.91 1642.70
## 3462 16485.85 411093.58 83337.89 327755.69 0.00
## 3463 33023.48 480758.17 79916.14 400601.75 240.28
## 3464 17526.17 487465.11 79603.12 407238.98 623.01
## 3465 39117.61 501314.14 71486.17 427648.80 2179.17
## 3466 13291.11 491569.65 73293.05 416966.26 1310.34
## 3467 15299.33 389134.75 155354.69 231175.89 2604.17
## 3468 11418.75 292155.16 89444.44 200703.78 2006.94
## 3469 27995.98 525469.71 59672.84 461184.45 4612.42
## 3470 11020.71 491381.72 178429.72 311446.44 1505.56
## 3471 25632.09 441382.13 39142.16 402239.97 0.00
## 3472 20423.50 336913.58 47124.43 289789.15 0.00
## 3473 10950.53 495600.11 46784.27 448815.84 0.00
## 3474 33866.06 371224.09 50279.53 320943.18 1.38
## 3475 18706.34 264161.52 47418.17 216743.35 0.00
## 3476 62908.07 576746.11 43136.98 533591.97 17.16
## 3477 14973.10 453361.41 43379.59 409969.42 12.40
## 3478 17992.56 492509.53 43323.93 449185.60 0.00
## 3479 18935.14 558004.25 50217.97 507786.28 0.00
## 3480 27489.66 427061.75 45613.25 381448.50 0.00
## 3481 15454.69 749722.33 43669.49 706052.84 0.00
## 3482 31009.77 692554.86 43026.58 649528.28 0.00
## 3483 37684.11 544299.96 44731.85 499568.11 0.00
## 3484 10374.52 644701.25 33033.97 611655.03 12.25
## 3485 7121.96 163251.80 161040.94 2191.64 19.22
## 3486 10805.16 119554.28 117398.20 2071.85 84.23
## 3487 5245.09 148271.25 145974.91 2039.21 257.13
## 3488 22752.47 192476.16 188722.80 3634.98 118.38
## 3489 4974.63 123443.64 121146.63 2289.93 7.08
## 3490 5327.53 115620.88 114230.31 1381.66 8.91
## 3491 5687.17 107993.21 107105.62 873.33 14.26
## 3492 5688.67 98886.23 97805.50 1073.59 7.14
## 3493 4805.57 72004.67 70936.81 1058.93 8.93
## 3494 8023.49 83192.76 80684.45 2492.26 16.05
## 3495 6767.11 114930.09 112344.57 2581.96 3.56
## 3496 6966.14 110890.38 104611.95 6147.48 130.95
## 3497 7837.66 126034.96 118414.21 7604.70 16.05
## 3498 8202.35 126239.84 124695.62 1542.45 1.77
## 3499 8602.38 152568.59 147793.11 4601.38 174.10
## 3500 10905.57 148242.04 143846.64 4395.40 0.00
## 3501 11880.35 138508.54 138186.39 287.05 35.10
## 3502 10761.35 165115.08 164229.27 533.04 352.77
## 3503 13151.78 128531.21 127061.88 108.89 1360.44
## 3504 15900.17 170766.11 168988.87 1081.03 696.21
## 3505 20552.56 144425.73 124979.56 18669.46 776.71
## 3506 23139.38 132332.85 122542.75 5808.23 3981.87
## 3507 40559.67 140062.37 111538.67 10056.37 18467.33
## 3508 41888.34 118071.01 100212.75 906.85 16951.41
## 3509 38634.53 113605.61 82669.60 14996.21 15939.80
## 3510 37960.27 129536.37 113573.12 2084.25 13879.00
## 3511 57169.98 120187.76 101180.43 242.82 18764.51
## 3512 75225.17 157872.13 130698.09 1731.45 25442.59
## 3513 38384.90 175116.88 160647.51 1915.84 12553.53
## 3514 123670.88 136769.39 94467.61 3849.16 38452.62
## 3515 38082.17 137538.29 122656.94 4439.52 10441.83
## 3516 35077.81 109062.74 94755.66 4350.37 9956.71
## 3517 120894.82 139232.74 86915.56 16445.31 35871.87
## 3518 107930.15 139627.78 91310.20 21053.46 27264.12
## 3519 46048.82 115664.77 97920.55 6527.68 11216.54
## 3520 45925.85 118010.00 102880.88 6973.00 8156.12
## 3521 132061.08 103111.22 66168.66 6262.89 30679.67
## 3522 44982.20 111069.12 92085.27 10172.56 8811.29
## 3523 72329.16 107222.16 65916.23 27480.29 13825.64
## 3524 119488.87 113161.08 55446.34 37647.04 20067.70
## 3525 111819.43 113565.65 58374.48 35829.04 19362.13
## 3526 65646.79 108880.19 66513.73 32804.22 9562.24
## 3527 154833.00 121099.26 47041.48 43570.47 30487.31
## 3528 108296.25 86048.50 49708.39 19350.34 16989.77
## 3529 62843.26 66464.82 47259.62 10247.76 8957.44
## 3530 71030.49 82526.97 60254.29 12167.81 10104.87
## 3531 192417.10 114504.99 58664.35 17270.46 38570.18
## 3532 96298.92 77229.01 49335.73 12767.39 15125.89
## 3533 151279.99 88415.27 58403.04 4513.96 25498.27
## 3534 78514.15 85545.61 70769.35 4505.37 10270.89
## 3535 73427.07 69451.19 57082.27 2453.77 9915.15
## 3536 143911.67 89228.24 51669.47 2096.24 35462.53
## 3537 3768.64 52911.35 47453.60 5227.71 230.04
## 3538 4631.16 46308.51 42335.09 3947.09 26.33
## 3539 2268.01 64254.75 58703.61 5538.87 12.27
## 3540 9125.63 64583.94 61980.87 2547.12 55.95
## 3541 2035.91 38158.72 34494.75 3626.40 37.57
## 3542 2576.45 41108.90 39610.98 1472.27 25.65
## 3543 2934.42 51449.42 50551.78 892.44 5.20
## 3544 2785.71 36487.48 34753.44 1713.30 20.74
## 3545 2821.22 21613.02 17160.23 4411.44 41.35
## 3546 3120.36 31813.83 26017.70 5758.25 37.88
## 3547 3811.20 42895.22 38573.86 4300.71 20.65
## 3548 3408.67 44009.12 39395.64 4580.81 32.67
## 3549 4166.81 48646.77 43757.18 4868.96 20.63
## 3550 4714.89 55079.14 47569.38 7490.85 18.91
## 3551 4837.74 50920.44 44436.27 6479.01 5.16
## 3552 6085.40 51708.90 46524.90 5159.92 24.08
## 3553 8313.96 52174.15 47210.76 4235.26 728.13
## 3554 10744.95 61296.33 54347.32 4939.34 2009.67
## 3555 18506.96 45873.71 39617.39 1742.09 4514.23
## 3556 23661.83 60320.67 49618.78 3263.09 7438.80
## 3557 19401.04 51041.79 42209.88 3446.15 5385.76
## 3558 12112.22 49895.57 44479.98 3058.86 2356.73
## 3559 26206.73 54299.41 40486.70 3842.50 9970.21
## 3560 24890.18 50498.18 38583.22 3582.14 8332.82
## 3561 21317.82 39955.98 25889.86 4005.05 10061.07
## 3562 20020.38 57233.66 42381.97 4598.05 10253.64
## 3563 14725.39 61911.52 49679.16 4816.94 7415.42
## 3564 18998.81 64097.19 49222.23 4610.79 10264.17
## 3565 2234.00 68454.76 62658.20 4765.73 1030.83
## 3566 6825.69 84128.89 76847.62 6582.54 698.73
## 3567 2496.30 71217.85 65724.71 5039.38 453.76
## 3568 4986.35 60367.57 50741.23 7308.23 2318.11
## 3569 6471.52 76224.52 67998.45 7823.60 402.47
## 3570 5353.11 63737.54 56652.84 6645.68 439.02
## 3571 3002.96 55847.85 49040.43 6737.08 70.34
## 3572 3088.37 63441.57 55324.04 8087.07 30.46
## 3573 8605.75 65308.13 58861.10 6229.98 217.05
## 3574 3412.42 53825.42 47307.77 5850.39 667.26
## 3575 3234.16 53592.69 47054.51 6427.73 110.45
## 3576 5101.46 63350.85 53892.93 9316.77 141.15
## 3577 4357.31 61818.22 55984.20 5768.11 65.91
## 3578 2607.73 53137.07 43482.47 9621.76 32.84
## 3579 7752.62 57888.76 54011.93 3633.73 243.10
## 3580 5163.51 53801.88 49889.74 3808.83 103.31
## 3581 4067.71 41428.98 36166.24 5150.74 112.00
## 3582 14048.13 39110.06 28771.20 6755.11 3583.75
## 3583 43866.57 37746.74 23628.97 2405.92 11711.85
## 3584 14941.42 38114.10 29860.40 3444.96 4808.74
## 3585 16377.20 46228.42 38643.51 2467.54 5117.37
## 3586 5407.00 56134.28 52363.98 2469.87 1300.43
## 3587 3921.19 42515.51 38446.60 3621.68 447.23
## 3588 12294.17 51019.44 42961.74 2684.87 5372.83
## 3589 146507.02 1105023.76 789983.43 306951.98 8088.35
## 3590 146478.91 851394.28 629888.17 211183.00 10323.11
## 3591 134247.97 1068899.58 767092.05 290596.83 11210.70
## 3592 179768.34 1230819.41 854171.90 371804.35 4843.16
## 3593 109137.29 810333.63 590905.27 219152.65 275.71
## 3594 109089.43 869892.86 583552.66 283781.81 2558.39
## 3595 103230.89 863462.99 598773.66 264201.22 488.11
## 3596 91683.48 785705.70 520297.39 264747.16 661.15
## 3597 88514.18 774581.16 433158.18 335025.88 6397.10
## 3598 105335.31 879979.22 508417.95 358809.13 12752.14
## 3599 111904.83 879749.60 593425.23 274655.06 11669.31
## 3600 129381.16 912362.79 571072.59 325870.37 15419.83
## 3601 129395.86 915774.61 591584.72 307678.20 16511.69
## 3602 144883.20 922534.53 642865.75 263775.26 15893.52
## 3603 150023.52 1031223.41 741802.17 280261.57 9159.67
## 3604 156892.83 1017577.22 787725.17 228409.21 1442.84
## 3605 158776.84 981907.00 779092.84 197492.55 5321.61
## 3606 166364.88 1072285.55 841776.91 207892.75 22615.89
## 3607 180362.15 994336.54 756135.72 215616.75 22584.07
## 3608 217555.14 1141138.50 875058.46 239773.16 26306.88
## 3609 219477.32 1049284.47 767194.17 255073.17 27017.13
## 3610 207792.14 982661.14 742994.62 212638.07 27028.45
## 3611 293304.81 1080884.54 743699.41 242488.33 94696.80
## 3612 291136.56 1105673.08 754051.14 256758.81 94863.13
## 3613 328564.87 1019443.81 686496.96 228290.63 104656.22
## 3614 367119.34 1297475.88 930189.98 261535.63 105750.27
## 3615 376048.28 1048239.45 778315.95 180042.48 89881.02
## 3616 431784.45 1148603.63 804836.17 242409.56 101357.90
## 3617 285261.84 1044685.79 858070.55 135926.11 50689.13
## 3618 487106.11 1085392.69 776263.67 220019.19 89109.83
## 3619 280608.56 1109372.79 868963.09 210973.46 29436.24
## 3620 285242.59 1068759.95 777740.27 252029.83 38989.85
## 3621 491344.53 1125965.65 774859.17 273929.80 77176.68
## 3622 471428.29 1138586.25 768004.44 312684.34 57897.47
## 3623 320732.21 979799.97 746942.08 208595.67 24262.22
## 3624 323412.26 1000029.46 759838.81 217342.89 22847.76
## 3625 508030.41 882637.66 603191.07 210717.86 68728.73
## 3626 299669.72 874381.62 628085.89 225792.03 20503.70
## 3627 360264.17 793166.25 494820.07 265657.44 32688.74
## 3628 464302.08 875801.70 541168.93 286623.54 48009.23
## 3629 425736.86 839789.15 549844.69 245562.93 44381.53
## 3630 319148.88 788213.66 531244.13 232255.44 24714.09
## 3631 534051.03 841670.71 522649.10 250138.15 68883.46
## 3632 427177.00 760404.18 512998.19 207221.18 40184.81
## 3633 295941.81 635483.54 453590.22 163400.48 18492.84
## 3634 352376.13 747005.48 499432.73 216563.12 31009.63
## 3635 704466.56 863744.32 516542.03 238503.11 108699.18
## 3636 422063.61 650045.35 443401.36 158608.40 48035.59
## 3637 553447.22 736658.16 513809.98 150810.30 72037.88
## 3638 357831.91 748272.14 554459.07 167786.33 26026.74
## 3639 352247.15 700097.02 488806.30 185907.38 25383.34
## 3640 543717.88 717093.47 438279.98 147920.69 130892.80
## 3641 1529.57 58267.14 55674.38 2560.92 31.84
## 3642 208.63 51402.35 50217.77 1184.58 0.00
## 3643 112.85 59573.83 57170.42 2403.41 0.00
## 3644 71.39 51654.75 50780.22 800.92 73.61
## 3645 83.97 48171.61 47430.94 740.67 0.00
## 3646 117.32 71343.77 70656.64 687.13 0.00
## 3647 127.17 66201.92 65222.61 972.64 6.67
## 3648 151.56 52112.88 51326.63 756.25 30.00
## 3649 87.59 57336.92 56958.76 378.16 0.00
## 3650 113.66 60395.78 60146.33 186.95 62.50
## 3651 176.04 66008.31 65296.73 711.58 0.00
## 3652 218.09 64373.60 63388.04 985.56 0.00
## 3653 191.99 65590.81 64688.80 902.01 0.00
## 3654 183.69 64379.90 63530.59 771.53 77.78
## 3655 176.87 71325.14 69128.89 2196.25 0.00
## 3656 124.41 61107.24 59029.37 2061.76 16.11
## 3657 230.96 120786.61 119477.01 1159.60 150.00
## 3658 1086.91 108100.57 102788.68 2348.73 2963.16
## 3659 101.31 97000.58 85855.55 7905.03 3240.00
## 3660 193.77 107305.64 98315.72 6769.92 2220.00
## 3661 538.07 101241.80 96274.55 1282.25 3685.00
## 3662 346.77 94994.24 90147.67 591.57 4255.00
## 3663 272.62 101255.72 92482.57 553.15 8220.00
## 3664 207.30 112738.18 100384.09 1258.61 11095.48
## 3665 436.85 112251.11 102165.03 1667.75 8418.33
## 3666 762.14 115591.23 103961.69 867.73 10761.81
## 3667 592.96 97171.90 91756.81 984.70 4430.39
## 3668 298.49 93170.50 86477.48 1092.30 5600.72
## 3669 124.76 92425.75 85233.81 1541.94 5650.00
## 3670 191.75 91455.49 84588.68 5236.81 1630.00
## 3671 136.56 92686.93 79281.93 12975.00 430.00
## 3672 182.79 91872.63 90017.38 775.25 1080.00
## 3673 227.18 76009.89 73289.96 2719.93 0.00
## 3674 357.62 78507.39 77855.49 651.90 0.00
## 3675 362.87 78326.05 76346.78 1979.27 0.00
## 3676 235.32 75437.83 74325.20 1112.63 0.00
## 3677 137.93 79429.48 76854.18 2575.30 0.00
## 3678 168.03 78283.15 75903.63 2379.52 0.00
## 3679 90.37 61382.80 59419.89 1962.91 0.00
## 3680 156.57 75834.54 74484.74 1349.80 0.00
## 3681 270.23 74306.21 72833.96 1472.25 0.00
## 3682 202.18 73032.11 71738.99 1293.12 0.00
## 3683 211.56 69935.93 68304.70 1631.23 0.00
## 3684 213.14 60440.36 58909.86 1530.50 0.00
## 3685 158.14 64997.58 62779.70 2217.88 0.00
## 3686 224.20 69359.98 67077.95 2282.03 0.00
## 3687 334.31 80618.37 78497.61 2120.76 0.00
## 3688 148.18 69045.68 67727.22 1318.46 0.00
## 3689 187.20 93696.14 92434.99 1261.15 0.00
## 3690 215.42 86488.92 85284.00 1204.92 0.00
## 3691 142.14 78850.36 77645.09 1205.27 0.00
## 3692 315.45 58167.44 57475.61 691.83 0.00
## 3693 7914.45 48259.12 47076.21 865.63 317.28
## 3694 995.37 41940.59 41573.47 224.83 142.29
## 3695 2350.45 53094.75 51964.82 839.65 290.28
## 3696 591.16 43218.24 42957.73 124.81 135.70
## 3697 119.71 41418.03 41408.89 9.14 0.00
## 3698 122.40 67686.75 66362.72 1324.03 0.00
## 3699 107.47 52579.04 52391.67 187.37 0.00
## 3700 161.73 50726.05 50160.37 565.68 0.00
## 3701 191.97 46220.84 46140.97 79.87 0.00
## 3702 194.14 56247.72 56074.00 104.28 69.44
## 3703 239.04 56119.98 56021.42 98.56 0.00
## 3704 274.57 51832.62 51617.66 39.96 175.00
## 3705 620.47 52783.17 52592.82 190.35 0.00
## 3706 127.05 55991.24 55353.12 628.12 10.00
## 3707 132.81 65691.13 64310.17 1375.96 5.00
## 3708 197.17 53304.78 52152.39 1137.39 15.00
## 3709 842.34 68240.75 67173.12 733.63 334.00
## 3710 277.62 74844.92 72124.66 1646.84 1073.42
## 3711 223.90 105685.77 100062.77 4268.00 1355.00
## 3712 655.42 104086.55 100492.24 2318.75 1275.56
## 3713 565.14 99700.74 99391.55 119.19 190.00
## 3714 200.04 80084.59 78539.51 340.08 1205.00
## 3715 149.30 85589.94 82571.93 738.01 2280.00
## 3716 287.31 82558.24 78534.00 347.25 3676.99
## 3717 700.24 96138.34 90776.29 1638.23 3723.82
## 3718 1330.76 92579.16 88150.04 547.51 3881.61
## 3719 263.38 80495.20 77811.88 318.32 2365.00
## 3720 308.34 76990.56 73922.77 882.79 2185.00
## 3721 318.57 74442.81 71188.11 584.70 2670.00
## 3722 245.51 78652.13 75889.33 577.80 2185.00
## 3723 433.03 66209.36 63033.05 1485.98 1690.33
## 3724 521.90 68408.08 66397.80 940.28 1070.00
## 3725 778.99 56518.77 55425.49 1053.23 40.05
## 3726 436.34 66469.99 64704.02 1765.97 0.00
## 3727 246.85 61878.11 59813.16 2064.95 0.00
## 3728 684.59 60644.11 59633.06 982.75 28.30
## 3729 95.30 67762.86 66917.18 802.38 43.30
## 3730 172.03 62063.31 61560.21 283.03 220.07
## 3731 449.34 44760.42 44065.20 566.68 128.54
## 3732 196.63 56253.24 55053.66 1199.58 0.00
## 3733 278.31 52331.09 51367.10 963.99 0.00
## 3734 179.09 57221.13 56230.93 990.20 0.00
## 3735 295.40 65211.98 64019.55 1189.08 3.35
## 3736 232.83 45845.49 43903.95 1941.54 0.00
## 3737 279.57 68867.16 66444.92 2422.24 0.00
## 3738 316.89 65572.70 61273.21 4299.49 0.00
## 3739 530.92 82126.77 78438.83 3684.57 3.37
## 3740 255.75 62204.90 59996.16 2208.74 0.00
## 3741 304.10 80380.98 75964.48 4411.43 5.07
## 3742 222.86 82431.83 81352.40 1079.43 0.00
## 3743 238.17 66704.52 64792.83 1911.69 0.00
## 3744 297.23 42574.68 41477.93 1096.75 0.00
## 3745 3257.69 314087.71 144114.79 169972.92 0.00
## 3746 2885.86 374689.67 155393.61 219296.06 0.00
## 3747 3480.07 322927.03 70239.25 252687.78 0.00
## 3748 4508.75 259392.70 64285.15 195107.55 0.00
## 3749 3567.44 152336.04 81852.59 70483.45 0.00
## 3750 4070.15 153454.60 58525.46 94915.81 13.33
## 3751 4850.40 160654.40 61276.87 99274.75 102.78
## 3752 2921.98 181075.54 78827.53 102248.01 0.00
## 3753 3192.69 178835.52 47722.65 131112.87 0.00
## 3754 2488.59 258733.63 197398.04 61335.59 0.00
## 3755 3348.82 273443.74 132407.09 141036.65 0.00
## 3756 9670.82 237898.56 121027.64 116836.20 34.72
## 3757 3196.13 313380.47 129091.49 184288.98 0.00
## 3758 2894.23 295221.28 101363.89 193857.39 0.00
## 3759 3023.74 217768.72 126297.00 91451.72 20.00
## 3760 2466.22 296612.09 216413.98 79968.11 230.00
## 3761 3439.75 299530.29 208800.92 88824.37 1905.00
## 3762 3065.44 191046.47 124173.71 58652.76 8220.00
## 3763 5697.25 209488.34 132615.92 76539.09 333.33
## 3764 3815.84 202874.17 123193.69 79430.48 250.00
## 3765 5032.97 181492.43 121223.82 60268.61 0.00
## 3766 4165.35 185544.10 117560.96 64239.81 3743.33
## 3767 5208.69 205929.97 163969.66 39623.09 2337.22
## 3768 8567.51 226639.14 189089.17 37549.97 0.00
## 3769 41628.96 244423.19 201545.27 39452.64 3425.28
## 3770 139911.14 258144.75 201099.28 39117.41 17928.06
## 3771 113474.29 270448.40 165598.46 86483.27 18366.67
## 3772 74763.08 222759.79 139198.33 70961.46 12600.00
## 3773 110054.59 273843.76 114672.48 149147.95 10023.33
## 3774 110457.58 274331.53 92784.25 170943.95 10603.33
## 3775 116263.41 210963.89 91661.86 110662.03 8640.00
## 3776 169713.69 300936.48 125723.56 165911.25 9301.67
## 3777 95672.31 297271.58 102106.82 192425.32 2739.44
## 3778 185667.35 256951.77 107635.65 146298.07 3018.05
## 3779 89821.94 248418.78 84090.20 159461.92 4866.66
## 3780 163347.75 248948.86 100132.98 144364.21 4451.67
## 3781 153134.81 183796.91 119863.49 57278.42 6655.00
## 3782 151966.39 173260.43 117792.84 50449.53 5018.06
## 3783 181951.34 126062.26 56499.50 66016.09 3546.67
## 3784 177919.58 207270.07 75819.34 124377.40 7073.33
## 3785 121838.72 174441.26 62893.05 103044.88 8503.33
## 3786 185545.01 118307.48 63280.13 48440.68 6586.67
## 3787 86477.82 124113.86 77568.68 39418.51 7126.67
## 3788 85511.83 107660.71 77330.09 24043.95 6286.67
## 3789 90645.64 109348.07 64626.95 38634.45 6086.67
## 3790 210029.30 128993.44 67726.60 55041.28 6225.56
## 3791 203797.87 166595.34 71538.94 75749.73 19306.67
## 3792 161506.54 137087.75 68193.77 46086.21 22807.77
## 3793 79193.39 164744.00 83636.33 63963.23 17144.44
## 3794 116440.70 137305.67 82818.41 50110.59 4376.67
## 3795 85368.80 137695.40 78471.38 58067.35 1156.67
## 3796 113069.09 137334.77 87330.27 49677.83 326.67
## 3797 1962.89 65224.03 39632.20 25547.03 44.80
## 3798 1973.93 54127.92 33414.95 20669.06 43.91
## 3799 2771.39 59280.86 38874.39 20249.59 156.88
## 3800 5143.87 59705.84 34658.44 24180.20 867.20
## 3801 1231.47 50419.99 26198.63 24221.36 0.00
## 3802 1517.40 61251.87 28999.98 32251.89 0.00
## 3803 1724.70 60520.51 31532.27 28946.57 41.67
## 3804 1578.23 59969.03 30459.11 29180.53 329.39
## 3805 1682.81 67163.41 26068.96 41094.45 0.00
## 3806 2219.92 67155.19 28373.94 38779.76 1.49
## 3807 1952.54 65951.18 35703.64 30247.54 0.00
## 3808 2173.86 69111.17 36546.80 32111.39 452.98
## 3809 2091.96 63530.27 36081.38 27445.88 3.01
## 3810 2557.07 62987.80 37497.61 25490.19 0.00
## 3811 2707.32 66149.56 40788.78 25360.78 0.00
## 3812 3134.92 66047.33 44187.61 21859.72 0.00
## 3813 3252.69 64248.89 47772.68 16371.21 105.00
## 3814 2802.01 72728.68 49838.22 21877.06 1013.40
## 3815 3405.65 68574.47 44089.82 24244.65 240.00
## 3816 4255.36 69794.85 39950.23 28559.62 1285.00
## 3817 5741.75 58771.45 36453.98 21522.19 795.28
## 3818 6277.21 57005.96 34005.49 22328.62 671.85
## 3819 9886.51 71766.02 37248.18 29877.64 4640.20
## 3820 9427.32 77052.47 39495.08 32642.41 4914.98
## 3821 9530.83 70540.76 39858.04 25082.88 5599.84
## 3822 9152.69 83304.40 47612.13 29634.22 6058.05
## 3823 15029.71 63686.28 41778.41 16248.62 5659.25
## 3824 19044.12 65841.38 34458.27 25319.68 6063.43
## 3825 19115.07 58939.77 39160.04 13630.94 6148.79
## 3826 21893.15 69362.61 39935.76 23087.08 6339.77
## 3827 12495.73 74953.72 47279.19 24844.19 2830.34
## 3828 17819.68 80833.00 46352.36 29562.74 4917.90
## 3829 23505.68 79486.66 46726.38 27196.04 5564.24
## 3830 18838.87 86105.83 54973.21 27766.71 3365.91
## 3831 12071.46 72098.68 43567.48 26781.76 1749.44
## 3832 22243.74 66499.09 32258.42 30147.93 4092.74
## 3833 24253.28 64789.93 27683.11 33415.09 3691.73
## 3834 11125.19 56628.87 29065.55 26374.68 1188.64
## 3835 14509.10 52832.41 23047.80 26829.29 2955.32
## 3836 23242.76 58411.98 26546.73 27197.40 4667.85
## 3837 16824.67 48950.47 27044.14 18685.21 3221.12
## 3838 17713.83 51700.53 28612.60 19278.08 3809.85
## 3839 24630.69 55269.81 26420.61 23929.03 4920.17
## 3840 16742.17 53212.38 26221.88 23948.23 3042.27
## 3841 8892.49 42490.06 23611.07 17284.88 1594.11
## 3842 15621.58 56767.53 27240.38 27220.07 2307.08
## 3843 27708.02 53010.59 24152.64 25269.26 3588.69
## 3844 22380.58 42036.06 20098.49 17062.82 4874.75
## 3845 23023.47 49594.46 23374.52 21450.63 4769.31
## 3846 12443.20 48123.72 26459.05 19618.46 2046.21
## 3847 18454.86 49076.02 25431.42 20246.87 3397.73
## 3848 25839.40 42882.96 15993.65 19313.43 7575.88
## 3849 208.24 85602.33 30893.35 54708.98 0.00
## 3850 104.17 85182.32 26270.21 58844.05 68.06
## 3851 126.93 64241.36 27971.11 36270.25 0.00
## 3852 132.58 106806.67 33108.76 73697.91 0.00
## 3853 94.55 59970.73 19808.01 40162.72 0.00
## 3854 192.20 62411.50 22359.45 40052.05 0.00
## 3855 212.95 66101.00 26430.57 39670.43 0.00
## 3856 289.79 61904.85 16137.03 45767.82 0.00
## 3857 206.84 56588.47 13461.45 43127.02 0.00
## 3858 212.19 54087.47 11698.99 42388.48 0.00
## 3859 228.23 72380.14 11681.16 60621.20 77.78
## 3860 143.93 56960.37 16656.50 40303.87 0.00
## 3861 93.83 75540.71 23304.77 52235.94 0.00
## 3862 145.41 78666.12 29683.13 48982.99 0.00
## 3863 84.22 76132.94 23455.33 52677.61 0.00
## 3864 148.82 56941.52 22375.81 34565.71 0.00
## 3865 158.30 76448.84 29049.10 47399.74 0.00
## 3866 113.13 54397.34 29304.03 24543.31 550.00
## 3867 188.93 62390.82 34193.62 26027.20 2170.00
## 3868 217.88 64486.48 22538.59 39347.89 2600.00
## 3869 331.08 50452.38 21944.34 24593.04 3915.00
## 3870 440.28 53079.47 25243.34 23054.74 4781.39
## 3871 493.57 46546.41 21263.41 21141.06 4141.94
## 3872 413.30 53463.51 25220.88 23917.91 4324.72
## 3873 680.44 51854.32 26529.02 19443.36 5881.94
## 3874 1134.71 85214.59 37396.58 41823.01 5995.00
## 3875 748.85 51513.13 24644.39 23012.91 3855.83
## 3876 1508.69 68201.62 23712.12 39989.50 4500.00
## 3877 982.71 46197.38 20061.78 22605.60 3530.00
## 3878 784.20 63559.36 19483.21 40946.71 3129.44
## 3879 981.98 63475.29 22104.57 40394.05 976.67
## 3880 356.55 49846.53 20619.97 27239.89 1986.67
## 3881 275.59 98936.64 19409.71 77620.26 1906.67
## 3882 280.48 76357.84 30053.56 46304.28 0.00
## 3883 248.56 130392.81 37625.80 92767.01 0.00
## 3884 134.35 101191.70 21102.41 79512.90 576.39
## 3885 185.37 64810.05 23218.07 41247.54 344.44
## 3886 196.31 100368.94 19744.98 79967.02 656.94
## 3887 149.61 69545.34 27121.05 42424.29 0.00
## 3888 402.32 59753.37 19304.31 40449.06 0.00
## 3889 269.21 54046.34 19113.11 34933.23 0.00
## 3890 316.39 90340.85 18010.95 72329.90 0.00
## 3891 503.38 57478.62 17429.08 40049.54 0.00
## 3892 217.74 101696.85 23364.69 78332.16 0.00
## 3893 211.65 55118.42 18439.32 36679.10 0.00
## 3894 377.48 52633.55 20566.26 32067.29 0.00
## 3895 594.02 120190.05 53302.46 66879.47 8.12
## 3896 256.10 52205.58 21691.82 30513.76 0.00
## 3897 473.07 56449.98 27533.11 28916.87 0.00
## 3898 302.25 34620.94 21732.66 12888.28 0.00
## 3899 273.06 48326.02 20677.59 27648.43 0.00
## 3900 487.53 36100.97 20713.33 15387.64 0.00
## 3901 7606.75 133812.44 54017.79 79794.65 0.00
## 3902 7072.79 152694.40 58263.70 94430.70 0.00
## 3903 6832.20 193461.20 68316.82 125144.38 0.00
## 3904 5327.06 159255.05 49383.72 109472.72 398.61
## 3905 4857.37 104165.11 44172.65 59992.46 0.00
## 3906 5608.22 107473.92 54759.06 52714.86 0.00
## 3907 6683.00 105689.08 51797.10 53891.98 0.00
## 3908 8196.41 102969.69 52182.56 50534.35 252.78
## 3909 7157.69 105133.70 42630.66 62503.04 0.00
## 3910 8491.64 131224.48 47831.39 83393.09 0.00
## 3911 5356.91 170288.19 74347.08 95941.11 0.00
## 3912 5060.68 109404.80 66103.95 43300.85 0.00
## 3913 5876.68 102109.38 58716.07 43393.31 0.00
## 3914 5906.75 93098.13 51564.99 41533.14 0.00
## 3915 5318.75 97999.81 38957.13 59042.68 0.00
## 3916 5572.58 102083.44 46478.59 55604.85 0.00
## 3917 5841.12 101765.09 44439.65 57325.44 0.00
## 3918 6192.15 101564.24 55035.02 46529.22 0.00
## 3919 5836.08 104576.72 60675.79 43900.93 0.00
## 3920 6997.80 104855.59 63416.10 41439.49 0.00
## 3921 7063.01 102058.28 64258.99 37604.85 194.44
## 3922 7320.39 97037.84 59985.62 37052.22 0.00
## 3923 7525.31 106755.12 66233.39 40005.06 516.67
## 3924 7495.98 104643.98 71629.96 31540.69 1473.33
## 3925 7716.52 126619.31 78101.14 47342.89 1175.28
## 3926 9480.92 134714.83 88177.14 46537.69 0.00
## 3927 12079.13 135793.38 88463.16 47330.22 0.00
## 3928 11019.03 112153.00 64076.41 47966.87 109.72
## 3929 18141.91 107911.98 62277.55 45519.15 115.28
## 3930 13189.34 131582.61 55548.86 76033.75 0.00
## 3931 11869.51 132626.04 46240.64 86165.96 219.44
## 3932 15173.34 92121.46 37169.82 54951.64 0.00
## 3933 1468.26 77658.28 41031.25 36627.03 0.00
## 3934 8687.46 103538.03 46595.95 56942.08 0.00
## 3935 8420.15 116812.66 65345.85 51258.48 208.33
## 3936 8101.14 105547.31 45051.61 60495.70 0.00
## 3937 6531.44 118436.07 44934.52 73501.55 0.00
## 3938 6305.12 104096.73 48046.60 56050.13 0.00
## 3939 6877.48 70223.25 47115.04 23108.21 0.00
## 3940 7121.62 78949.28 41425.39 37523.89 0.00
## 3941 13632.17 73999.71 36410.06 37589.65 0.00
## 3942 6824.10 97396.92 41534.49 55862.43 0.00
## 3943 6809.69 78473.92 51367.60 27106.32 0.00
## 3944 14452.27 80667.20 43897.31 36769.89 0.00
## 3945 6447.94 85444.54 40526.02 44918.52 0.00
## 3946 7330.96 108879.52 47967.47 60912.05 0.00
## 3947 10624.82 93487.89 51889.28 41598.61 0.00
## 3948 14509.71 66196.35 48986.42 17209.93 0.00
## 3949 6141.39 61274.54 44326.23 16948.31 0.00
## 3950 12497.20 70185.24 42600.76 27584.48 0.00
## 3951 6133.63 73575.08 40601.67 32973.41 0.00
## 3952 15505.49 75612.72 36619.05 38993.67 0.00
## 3953 65359.34 1111990.31 1032762.48 49937.35 29290.48
## 3954 56245.11 1040085.28 961115.47 55112.27 23857.54
## 3955 59599.98 1186205.93 1086150.77 80411.66 19643.50
## 3956 53729.91 1174453.48 1135570.69 17964.53 20918.26
## 3957 50949.95 924139.97 868269.44 34138.07 21732.46
## 3958 60511.55 874457.90 808238.28 43041.56 23178.06
## 3959 71033.43 709659.69 639521.18 44270.70 25867.81
## 3960 77064.64 551264.98 497726.49 26542.63 26995.86
## 3961 59596.59 522578.51 487013.41 16418.82 19146.28
## 3962 44807.45 893143.60 840269.44 32386.79 20487.37
## 3963 56116.40 1068748.68 996105.73 43825.17 28817.78
## 3964 61747.02 991797.73 915276.04 51156.17 25365.52
## 3965 62565.39 994232.70 931963.97 40145.34 22123.39
## 3966 62737.86 1146573.81 1087085.53 34496.65 24991.63
## 3967 55346.12 1076082.00 1008961.12 36400.02 30720.86
## 3968 49050.27 1138473.40 1065540.18 46332.57 26600.65
## 3969 43844.13 1351659.70 1295162.06 32720.37 23777.27
## 3970 57212.08 1497058.60 1436818.52 32450.42 27789.66
## 3971 57962.68 1283110.33 1204789.47 43207.72 35113.14
## 3972 73825.64 1149175.03 1066852.22 53237.75 29085.06
## 3973 67934.57 1256423.40 1158711.73 63574.75 34136.92
## 3974 70783.66 1231944.89 1135205.94 64811.85 31927.10
## 3975 83979.91 1156383.15 1073915.16 60000.52 22467.47
## 3976 84008.42 1175489.94 1079717.14 73173.55 22599.25
## 3977 81637.45 1315138.37 1201242.48 85231.86 28664.03
## 3978 107625.85 1278011.81 1147086.62 96717.60 34207.59
## 3979 105879.74 1201140.23 1091515.32 84463.35 25161.56
## 3980 114307.31 1208191.22 1102265.57 80776.26 25149.39
## 3981 105646.55 1173633.32 1064384.25 84760.03 24489.04
## 3982 121002.86 1347097.67 1196472.82 124721.49 25903.36
## 3983 113180.16 1185190.59 1038686.31 119446.72 27057.56
## 3984 89228.29 1178147.58 1068850.13 87973.45 21324.00
## 3985 95527.46 993144.09 871562.92 104146.00 17435.17
## 3986 107683.95 1487758.56 1104179.23 362931.85 20647.48
## 3987 98634.23 1360962.10 1011875.96 334016.05 15070.09
## 3988 102738.69 1213749.06 1010395.40 185289.33 18064.33
## 3989 100883.74 1195781.42 1114858.82 61746.44 19176.16
## 3990 95958.07 1346016.57 1196713.63 132341.60 16961.34
## 3991 101584.86 1143033.52 980989.70 145602.15 16441.67
## 3992 94366.38 1554657.62 1349458.59 185190.21 20008.82
## 3993 91298.87 1454007.19 1301235.10 134711.21 18060.88
## 3994 96884.94 1466035.64 1318493.96 129444.42 18097.26
## 3995 90068.36 1546848.20 1369895.10 155333.82 21619.28
## 3996 95505.05 1673998.56 1459896.71 196813.37 17288.48
## 3997 83794.46 1635522.98 1501295.38 119573.06 14654.54
## 3998 90043.21 1804698.09 1567442.40 222150.04 15105.65
## 3999 98684.40 2173800.76 1911608.83 245385.02 16806.91
## 4000 75111.71 1396553.06 1288253.52 94240.24 14059.30
## 4001 92941.13 1635492.01 1520603.55 99946.94 14941.52
## 4002 84389.30 1209128.53 1079975.41 111405.86 17747.26
## 4003 88909.89 1439004.38 1228427.24 194492.68 16084.46
## 4004 90511.09 1652275.88 1415836.57 226121.90 10317.41
## 4005 179.74 45081.61 16333.36 28748.25 0.00
## 4006 433.53 32392.82 13133.96 19258.86 0.00
## 4007 142.37 59340.39 11915.91 47411.82 12.66
## 4008 664.79 64624.96 11670.33 52954.63 0.00
## 4009 141.29 29914.55 10325.65 19588.90 0.00
## 4010 159.32 28565.60 11694.68 16870.92 0.00
## 4011 215.13 32830.33 11501.96 21328.37 0.00
## 4012 236.33 34375.02 9517.50 24857.52 0.00
## 4013 162.17 32759.59 7816.19 24943.40 0.00
## 4014 314.87 36235.03 10839.29 25395.74 0.00
## 4015 282.44 42370.56 11941.35 30429.21 0.00
## 4016 328.99 39414.77 11916.09 27498.68 0.00
## 4017 487.06 36013.49 12611.79 23401.70 0.00
## 4018 413.43 31403.90 13833.11 17570.79 0.00
## 4019 565.29 35990.23 13498.21 22492.02 0.00
## 4020 634.74 34359.07 13618.85 20735.22 5.00
## 4021 769.26 33709.14 14894.92 18599.22 215.00
## 4022 614.55 31168.69 15323.61 14585.08 1260.00
## 4023 735.71 36614.37 16968.15 19306.22 340.00
## 4024 772.12 28610.14 17081.33 11518.81 10.00
## 4025 1058.22 22911.49 13895.19 8739.63 276.67
## 4026 1144.87 28860.80 13632.00 13603.60 1625.20
## 4027 1995.85 33248.98 15345.04 15463.98 2439.96
## 4028 2110.74 37247.17 14971.40 19863.67 2412.10
## 4029 2084.03 27508.84 15928.78 8353.96 3226.10
## 4030 1810.55 37754.75 18047.85 15818.57 3888.33
## 4031 3534.27 35166.16 16663.76 15457.04 3045.36
## 4032 5024.82 36192.16 13083.05 19034.42 4074.69
## 4033 2495.61 26504.44 14528.10 9635.97 2340.37
## 4034 9893.38 30981.67 15423.24 12558.70 2999.73
## 4035 2467.51 32892.46 14675.30 17510.34 706.82
## 4036 2243.57 31828.70 13628.45 17376.34 823.91
## 4037 6837.70 34845.87 12021.77 20894.39 1929.71
## 4038 6925.30 42225.16 12978.51 27788.83 1457.82
## 4039 3924.47 39768.49 12605.87 26367.49 795.13
## 4040 3819.11 30678.20 14568.44 15363.33 746.43
## 4041 9698.99 27960.01 12091.67 13959.35 1908.99
## 4042 2962.32 29025.84 12371.06 16274.95 379.83
## 4043 3898.91 32843.31 9614.81 22101.11 1127.39
## 4044 6188.82 37475.35 12424.30 23482.95 1568.10
## 4045 6365.83 38294.49 12950.94 23671.52 1672.03
## 4046 3216.26 27302.26 12899.12 13596.20 806.94
## 4047 8998.16 27495.46 12369.98 12597.32 2528.16
## 4048 5795.78 30991.73 11801.35 17869.01 1321.37
## 4049 2285.79 34589.25 10663.72 23456.23 469.30
## 4050 3867.40 36286.13 12729.87 22781.44 774.82
## 4051 10193.62 37569.11 12782.10 22422.61 2364.40
## 4052 4774.82 24284.78 10918.75 12100.16 1265.87
## 4053 9688.49 36340.25 14236.98 20197.82 1905.45
## 4054 2801.80 30531.83 14859.65 14857.11 815.07
## 4055 2594.82 32007.63 14248.08 17270.79 488.76
## 4056 6301.38 33519.79 11090.30 20808.69 1620.80
## 4057 827.53 241483.47 87168.19 154236.11 79.17
## 4058 3459.99 263398.89 81459.00 181796.83 143.06
## 4059 159.53 171099.44 67684.21 103274.95 140.28
## 4060 50.70 287179.37 89646.48 197097.05 435.84
## 4061 120.29 155704.79 61614.63 93846.55 243.61
## 4062 44.24 179091.10 70029.31 109061.79 0.00
## 4063 255.96 181060.53 74065.08 106744.06 251.39
## 4064 232.81 152718.73 53017.40 99149.94 551.39
## 4065 247.52 136321.14 41406.60 94572.87 341.67
## 4066 247.99 147722.52 39215.23 108323.96 183.33
## 4067 235.86 188073.62 42989.00 144763.79 320.83
## 4068 169.71 144771.77 50604.58 94167.19 0.00
## 4069 360.91 192008.26 71779.19 120229.07 0.00
## 4070 180.90 199055.52 80169.65 118396.98 488.89
## 4071 281.12 199649.78 83963.06 114378.39 1308.33
## 4072 194.00 164398.10 77110.61 85586.10 1701.39
## 4073 218.05 195957.73 88544.91 106501.71 911.11
## 4074 259.19 136304.20 86796.76 48344.38 1163.06
## 4075 95.35 139897.99 82057.39 51085.60 6755.00
## 4076 138.85 151955.56 62925.48 83815.91 5214.17
## 4077 114.92 136948.52 80129.25 46177.60 10641.67
## 4078 177.42 136252.61 75629.17 46683.16 13940.28
## 4079 164.45 137697.06 78153.46 46751.66 12791.94
## 4080 190.34 139061.33 79192.74 43113.59 16755.00
## 4081 151.43 146649.50 87649.94 46987.06 12012.50
## 4082 129.62 204708.68 95020.96 92318.00 17369.72
## 4083 165.68 125821.73 78005.81 32132.03 15683.89
## 4084 115.34 155335.84 67085.44 74179.84 14070.56
## 4085 77.92 123689.03 59675.53 49302.67 14710.83
## 4086 252.33 162385.10 56515.95 98746.65 7122.50
## 4087 248.87 168482.96 64610.91 93591.22 10280.83
## 4088 257.43 120114.71 56006.36 54738.35 9370.00
## 4089 223.52 252980.90 64835.66 185705.24 2440.00
## 4090 173.19 166546.74 70856.95 94280.07 1409.72
## 4091 584.32 291295.59 71215.05 220080.54 0.00
## 4092 547.08 248999.46 61116.97 186258.88 1623.61
## 4093 101.31 159540.47 62016.44 97104.59 419.44
## 4094 155.87 248461.59 54479.13 193376.90 605.56
## 4095 72.01 152428.98 54721.55 97707.43 0.00
## 4096 128.06 129121.45 52473.74 76647.71 0.00
## 4097 142.45 135173.11 47086.23 88086.88 0.00
## 4098 181.05 223724.56 49544.91 174179.65 0.00
## 4099 93.03 130532.69 48944.94 81587.75 0.00
## 4100 702.82 222914.33 56123.39 166790.94 0.00
## 4101 78.30 134163.10 48792.84 85370.26 0.00
## 4102 75.47 125651.27 54765.16 70886.11 0.00
## 4103 231.23 289481.76 71559.97 217921.79 0.00
## 4104 168.96 125726.86 59045.69 66681.17 0.00
## 4105 259.56 133416.78 68930.73 64486.05 0.00
## 4106 292.47 91426.59 61025.39 30401.20 0.00
## 4107 249.76 126497.06 58416.81 68080.25 0.00
## 4108 40.78 108151.02 64404.45 43746.57 0.00
## 4109 33980.02 811135.44 680183.89 126818.99 4132.56
## 4110 36485.49 713835.91 611023.76 98743.78 4068.37
## 4111 39178.61 864104.89 700661.19 158716.00 4727.70
## 4112 41579.46 838615.77 629436.34 206025.98 3153.45
## 4113 33160.82 674355.88 589240.41 82533.80 2581.67
## 4114 53734.01 754581.40 664868.53 87750.10 1962.77
## 4115 99449.47 662817.78 562621.68 97915.02 2281.08
## 4116 122472.40 688287.33 588028.35 99508.98 750.00
## 4117 107745.17 655606.53 547423.00 104591.30 3592.23
## 4118 94122.62 729885.23 621196.02 104911.15 3778.06
## 4119 76681.49 801921.93 673260.91 128075.74 585.28
## 4120 81958.03 784658.78 651749.08 131811.09 1098.61
## 4121 77380.74 834833.12 709302.35 123116.88 2413.89
## 4122 73332.83 798960.51 698140.82 100819.69 0.00
## 4123 70265.42 844712.50 707259.08 137295.64 157.78
## 4124 82491.60 882976.67 747297.58 133300.76 2378.33
## 4125 86826.84 936381.76 832619.08 100199.03 3563.65
## 4126 67370.64 821278.64 738431.65 65178.37 17668.62
## 4127 96330.92 879371.22 774039.71 94491.42 10840.09
## 4128 107539.52 916189.58 825797.10 87262.48 3130.00
## 4129 119737.55 825622.43 718727.95 96534.22 10360.26
## 4130 127238.92 799216.69 705609.86 74747.99 18858.84
## 4131 133520.10 883412.32 738517.02 97932.68 46962.62
## 4132 137997.09 948234.22 794533.10 82513.33 71187.79
## 4133 198307.05 917242.71 753805.95 84303.20 79133.56
## 4134 213314.73 1003587.90 827533.73 98647.47 77406.70
## 4135 204710.19 831799.55 740396.18 58981.95 32421.42
## 4136 230513.77 869045.48 750464.94 81187.92 37392.62
## 4137 229464.95 792528.69 711257.87 50027.88 31242.94
## 4138 214241.60 825557.97 724592.03 78843.66 22122.28
## 4139 199248.47 838469.44 736868.61 87305.62 14295.21
## 4140 95835.45 868982.50 772949.59 78541.95 17490.96
## 4141 89570.91 835985.08 708347.56 121070.09 6567.43
## 4142 94749.11 900147.78 768301.04 126429.41 5417.33
## 4143 89464.87 876427.07 742694.07 131751.36 1981.64
## 4144 90675.60 865637.73 760964.53 101987.63 2685.57
## 4145 97349.53 772911.00 692332.57 75800.03 4778.40
## 4146 79794.87 817546.88 703737.29 112614.44 1195.15
## 4147 78798.43 694972.94 593439.47 99452.54 2080.93
## 4148 90880.43 727698.25 630763.15 94069.91 2865.19
## 4149 98398.87 767057.76 672333.85 91600.75 3123.16
## 4150 107243.08 739255.35 637043.83 100801.35 1410.17
## 4151 122484.91 695839.49 618397.55 73641.87 3800.07
## 4152 106123.73 652936.24 544827.75 105806.49 2302.00
## 4153 141965.35 687167.57 586732.16 99759.98 675.43
## 4154 144264.21 735357.59 620880.86 113431.73 1045.00
## 4155 220032.02 879304.51 712463.41 162491.57 4349.53
## 4156 133521.63 583559.72 496721.51 84565.77 2272.44
## 4157 146094.55 741401.13 630109.47 107122.67 4168.99
## 4158 136752.83 685585.30 613646.83 70548.01 1390.46
## 4159 141334.22 688133.07 601246.48 85472.60 1413.99
## 4160 150716.62 575983.67 504610.53 64629.99 6743.15
## 4161 66.44 85112.99 67429.01 16683.98 1000.00
## 4162 104.08 75236.16 57450.73 16375.43 1410.00
## 4163 158.44 96337.39 83236.32 10921.07 2180.00
## 4164 853.80 85878.24 60604.33 23948.91 1325.00
## 4165 177.21 67090.48 55387.15 11098.89 604.44
## 4166 98.85 65380.39 54104.45 10860.94 415.00
## 4167 181.78 68750.89 56865.21 10715.68 1170.00
## 4168 126.52 66459.21 54846.72 11172.49 440.00
## 4169 165.83 68420.42 54539.04 12436.38 1445.00
## 4170 125.57 68004.58 57360.66 9383.92 1260.00
## 4171 233.46 77169.00 56615.71 20373.29 180.00
## 4172 127.90 63640.56 41727.30 21913.26 0.00
## 4173 85.74 80890.73 63579.82 17310.91 0.00
## 4174 188.24 74261.25 59330.89 14930.36 0.00
## 4175 80.79 75534.23 55278.01 20256.22 0.00
## 4176 342.05 92159.38 70618.95 21540.43 0.00
## 4177 371.70 105217.56 89643.04 15574.52 0.00
## 4178 347.34 55531.02 52255.66 3275.36 0.00
## 4179 193.95 66292.45 62586.96 3705.49 0.00
## 4180 173.94 80923.08 67507.82 13415.26 0.00
## 4181 161.34 67037.43 46061.04 20976.39 0.00
## 4182 250.60 68397.88 58584.96 9715.70 97.22
## 4183 255.64 72462.02 59470.62 12991.40 0.00
## 4184 220.24 72608.84 63132.79 9476.05 0.00
## 4185 320.41 71199.18 51675.19 19523.99 0.00
## 4186 354.02 98481.80 74730.82 23750.98 0.00
## 4187 243.82 69593.43 60658.88 8683.16 251.39
## 4188 436.95 76906.66 62256.80 13376.53 1273.33
## 4189 905.03 57417.44 46174.86 9199.25 2043.33
## 4190 727.53 68699.49 52919.87 14359.62 1420.00
## 4191 993.26 72216.84 56072.86 15057.31 1086.67
## 4192 712.61 68959.49 56097.72 11396.65 1465.12
## 4193 975.69 83565.81 55828.84 27611.27 125.70
## 4194 745.90 70737.50 51755.70 18956.39 25.41
## 4195 1425.99 81673.64 49536.04 32137.60 0.00
## 4196 1474.28 86849.16 60106.84 26635.38 106.94
## 4197 1199.07 57747.29 40772.11 16972.66 2.52
## 4198 3073.03 74271.15 43662.04 30601.57 7.54
## 4199 6467.38 45383.94 26413.15 18970.79 0.00
## 4200 6373.68 46695.29 33537.98 13157.31 0.00
## 4201 6535.06 51075.93 35369.01 15704.40 2.52
## 4202 5965.84 58795.31 27726.02 31069.29 0.00
## 4203 5969.90 45660.03 29901.71 15758.32 0.00
## 4204 7034.53 52479.92 27927.65 24552.27 0.00
## 4205 9518.87 45227.18 33528.15 11699.03 0.00
## 4206 8627.20 48378.98 32189.53 16189.45 0.00
## 4207 7759.08 76708.08 39458.27 37249.81 0.00
## 4208 8012.73 41896.53 27523.08 14373.45 0.00
## 4209 6297.48 49631.42 25723.50 23907.92 0.00
## 4210 6427.63 45817.14 32109.79 13707.35 0.00
## 4211 7579.87 52199.69 31952.80 20246.89 0.00
## 4212 7695.24 35180.88 26143.71 9037.17 0.00
## 4213 258.60 85017.60 59964.43 19594.84 5458.33
## 4214 430.00 77890.86 51001.13 17159.73 9730.00
## 4215 205.00 68978.68 53845.72 11187.68 3945.28
## 4216 120.00 85152.54 62849.94 19437.60 2865.00
## 4217 50.00 53983.54 40901.98 12685.45 396.11
## 4218 51.00 57141.46 44174.88 12726.58 240.00
## 4219 102.91 61622.69 45125.04 15814.59 683.06
## 4220 95.00 61605.72 43571.99 17499.01 534.72
## 4221 373.58 69825.32 43587.37 16789.62 9448.33
## 4222 245.00 70023.12 50403.63 15594.49 4025.00
## 4223 501.91 82570.74 54473.06 16752.68 11345.00
## 4224 401.91 77366.69 49871.41 16720.28 10775.00
## 4225 338.69 73213.53 51156.36 14452.17 7605.00
## 4226 892.33 87064.97 58016.11 14213.86 14835.00
## 4227 447.79 85510.74 58161.71 16384.03 10965.00
## 4228 252.90 71334.10 58389.81 9139.29 3805.00
## 4229 274.90 85843.13 63878.78 12704.35 9260.00
## 4230 363.52 88175.58 64573.67 16041.91 7560.00
## 4231 305.00 83457.10 61315.63 12616.47 9525.00
## 4232 189.86 68842.93 52182.75 14285.18 2375.00
## 4233 333.85 80940.37 62537.13 9693.80 8709.44
## 4234 239.09 73192.73 58784.17 13783.56 625.00
## 4235 397.00 91876.03 68532.55 10508.48 12835.00
## 4236 271.30 102309.98 86821.17 13213.81 2275.00
## 4237 335.00 100853.84 79378.63 10060.49 11414.72
## 4238 320.72 120921.80 98981.79 15078.34 6861.67
## 4239 396.04 91800.89 73510.29 9280.60 9010.00
## 4240 267.67 91292.41 70450.55 16416.86 4425.00
## 4241 495.77 84896.48 63204.33 9379.93 12312.22
## 4242 557.45 87564.66 59274.56 15485.38 12804.72
## 4243 355.33 84823.40 65115.76 14412.64 5295.00
## 4244 495.61 85720.05 67298.09 13429.74 4992.22
## 4245 455.63 96076.94 62286.55 33790.39 0.00
## 4246 455.82 148486.67 128875.87 19610.80 0.00
## 4247 1500.12 161891.76 118421.93 43469.83 0.00
## 4248 3088.13 107513.94 77956.93 29557.01 0.00
## 4249 380.73 108864.12 89653.60 19210.52 0.00
## 4250 612.27 110661.68 81778.22 28883.46 0.00
## 4251 4574.45 99432.64 80521.66 18910.98 0.00
## 4252 1281.63 92149.96 79866.18 12283.78 0.00
## 4253 1534.28 93013.73 77772.96 15240.77 0.00
## 4254 455.16 104114.18 80240.98 23873.20 0.00
## 4255 565.65 89576.35 74664.71 14911.64 0.00
## 4256 991.50 110526.79 84691.42 25835.37 0.00
## 4257 322.00 88990.61 71315.06 17675.55 0.00
## 4258 379.12 64492.31 51330.77 13161.54 0.00
## 4259 566.50 137948.96 114075.87 23873.09 0.00
## 4260 347.05 85079.16 74926.48 10152.68 0.00
## 4261 403.01 90623.38 77619.11 13004.27 0.00
## 4262 499.98 86636.62 77817.46 8819.16 0.00
## 4263 440.92 79806.08 67742.84 12063.24 0.00
## 4264 352.60 73729.86 65954.52 7775.34 0.00
## 4265 84414.47 279198.15 241335.64 36654.59 1207.92
## 4266 15428.57 256972.37 215851.19 39174.98 1946.20
## 4267 5247.11 353464.72 247566.16 104392.33 1506.23
## 4268 2350.43 248190.11 214068.14 33668.33 453.64
## 4269 2022.90 256617.06 223707.17 32610.95 298.94
## 4270 2999.16 341057.94 303438.25 35803.02 1816.67
## 4271 2970.03 291557.39 248573.27 42984.12 0.00
## 4272 3519.45 293163.22 250705.71 42457.51 0.00
## 4273 1595.64 171466.66 148756.72 21484.94 1225.00
## 4274 2086.69 282227.06 275967.53 5009.53 1250.00
## 4275 1794.03 316099.47 279470.03 35805.83 823.61
## 4276 1806.94 320260.90 272661.39 47381.07 218.44
## 4277 3847.42 361689.67 310800.35 50151.82 737.50
## 4278 2002.25 371503.30 333527.70 37136.71 838.89
## 4279 1664.22 442631.29 390220.50 52277.46 133.33
## 4280 2148.56 432881.50 384183.89 48239.80 457.81
## 4281 12219.16 410344.29 355517.25 53778.40 1048.64
## 4282 37849.93 439765.60 378940.19 57956.65 2868.76
## 4283 4586.26 543933.29 487247.69 52652.56 4033.04
## 4284 13049.64 529895.86 496919.98 31781.23 1194.65
## 4285 26114.18 540160.12 496292.38 40991.68 2876.06
## 4286 21053.58 475384.07 453444.02 19392.83 2547.22
## 4287 22932.60 492670.56 466170.19 21057.43 5442.94
## 4288 28823.32 423109.31 365760.49 50850.98 6497.84
## 4289 38821.41 511629.14 423617.35 84322.87 3688.92
## 4290 49981.26 469278.11 401172.73 62447.69 5657.69
## 4291 30501.74 445055.77 385977.77 56319.65 2758.35
## 4292 28828.95 425716.37 366851.46 55746.88 3118.03
## 4293 21103.91 469063.89 404818.70 60441.51 3803.68
## 4294 23821.50 452689.99 387456.57 63464.32 1769.10
## 4295 24551.86 428183.96 357118.51 70667.12 398.33
## 4296 16382.54 395979.12 362726.03 32847.65 405.44
## 4297 16601.36 398066.02 343885.47 52450.52 1730.03
## 4298 21633.51 409104.92 349589.72 59095.76 419.44
## 4299 11518.08 401177.40 321936.31 79106.38 134.71
## 4300 12409.29 395387.61 331784.37 62792.13 811.11
## 4301 4694.24 427037.10 350600.31 74702.17 1734.62
## 4302 2136.66 378525.27 337797.27 38411.25 2316.75
## 4303 1685.41 311193.53 269122.16 42071.37 0.00
## 4304 1438.13 368147.19 316529.29 51617.90 0.00
## 4305 1917.48 448593.51 407712.49 40881.02 0.00
## 4306 2800.71 331341.85 287983.06 43358.79 0.00
## 4307 2066.31 360654.99 317977.04 42677.95 0.00
## 4308 2027.64 291647.60 249147.27 42500.33 0.00
## 4309 3071.33 366968.02 323061.15 43906.87 0.00
## 4310 1219.98 393817.06 326948.56 66868.50 0.00
## 4311 2999.72 544715.08 502578.01 42137.07 0.00
## 4312 1383.65 311043.70 269851.19 41190.34 2.17
## 4313 1854.20 417366.08 345620.20 71745.88 0.00
## 4314 4948.80 393855.14 349479.81 44375.33 0.00
## 4315 1669.99 334219.35 278109.41 56109.94 0.00
## 4316 1462.15 242853.35 205535.79 37308.73 8.83
## 4317 117488.47 797649.44 742542.50 53297.99 1808.95
## 4318 36711.66 713343.05 651338.34 59782.70 2222.01
## 4319 19968.52 868587.41 733966.40 132518.00 2103.01
## 4320 12275.54 652635.90 606208.58 45127.69 1299.63
## 4321 10853.05 649833.09 608290.41 40586.85 955.83
## 4322 16299.41 885422.84 839621.36 43848.70 1952.78
## 4323 14009.38 768461.48 716107.95 52343.53 10.00
## 4324 13244.25 753561.17 699083.75 53807.98 669.44
## 4325 12120.21 616978.62 587560.44 28141.79 1276.39
## 4326 16940.59 832022.58 817362.40 12135.18 2525.00
## 4327 13908.08 939127.16 892219.03 46084.52 823.61
## 4328 12844.95 924383.74 866463.40 57527.85 392.49
## 4329 17032.95 983840.70 922618.70 60122.74 1099.26
## 4330 18241.60 1000248.77 950223.22 49098.88 926.67
## 4331 17881.00 1076533.24 1009926.82 66387.53 218.89
## 4332 25571.12 1095668.73 1028147.48 67007.79 513.46
## 4333 38848.69 1176090.81 1109685.27 62681.63 3723.91
## 4334 68592.79 1254911.76 1164225.11 71526.98 19159.67
## 4335 25740.08 1502401.58 1384984.59 97632.72 19784.27
## 4336 40749.92 1514437.83 1435534.01 63918.41 14985.41
## 4337 59915.16 1414742.47 1335096.50 58406.29 21239.68
## 4338 57230.15 1317881.89 1265795.04 33486.76 18600.09
## 4339 63713.79 1377239.24 1287855.02 36043.62 53340.60
## 4340 74756.02 1341621.87 1208291.71 68637.43 64692.73
## 4341 99899.13 1481861.21 1316229.18 107324.46 58307.57
## 4342 123210.02 1483443.88 1330833.02 82816.01 69794.85
## 4343 118844.60 1343840.97 1233605.40 78613.54 31622.03
## 4344 132512.61 1269406.03 1164066.13 74863.78 30476.12
## 4345 135414.25 1357738.11 1246079.71 80946.35 30712.05
## 4346 156593.71 1347827.99 1235470.33 92633.24 19724.42
## 4347 213854.78 1231915.82 1104419.55 117666.65 9829.62
## 4348 219221.82 1267810.23 1193559.27 60109.83 14141.13
## 4349 172917.61 1168858.50 1062590.88 103624.27 2643.35
## 4350 211975.68 1305784.11 1213743.41 91515.70 525.00
## 4351 144510.42 1179490.59 1064779.68 114354.17 356.74
## 4352 142677.60 1180445.95 1087631.09 90193.01 2621.85
## 4353 102786.85 1225628.68 1115346.23 108151.38 2131.07
## 4354 164663.65 1138029.23 1070178.97 64699.95 3150.31
## 4355 90728.12 936432.96 869386.54 66910.57 135.85
## 4356 104253.64 1102723.76 1021991.63 80732.13 0.00
## 4357 79981.32 1231618.82 1171614.36 60004.46 0.00
## 4358 111254.96 1019762.67 958452.62 61310.05 0.00
## 4359 83451.82 1081790.69 1022900.73 58882.95 7.01
## 4360 84168.72 930067.30 867106.18 62961.12 0.00
## 4361 84110.32 1061988.45 984377.90 77610.55 0.00
## 4362 129490.05 1155023.55 1047179.93 107841.88 1.74
## 4363 59775.41 1443234.36 1369646.25 73584.63 3.48
## 4364 59279.93 1044960.71 981185.60 63773.37 1.74
## 4365 66877.99 1329664.00 1234678.31 94980.47 5.22
## 4366 77510.23 1220765.85 1153104.63 67661.22 0.00
## 4367 34789.19 1061752.06 976499.36 85149.37 103.33
## 4368 53765.74 785375.49 731458.46 52073.39 1843.64
## 4369 2878.28 52627.47 52623.03 4.44 0.00
## 4370 5316.67 44989.58 44559.31 396.94 33.33
## 4371 3080.85 50921.18 50026.48 894.70 0.00
## 4372 2349.92 35218.92 35218.92 0.00 0.00
## 4373 2392.56 38831.80 38831.80 0.00 0.00
## 4374 3473.03 49526.48 49526.48 0.00 0.00
## 4375 2651.04 42414.39 42414.39 0.00 0.00
## 4376 2261.03 50130.25 50130.25 0.00 0.00
## 4377 2879.09 55043.14 55043.14 0.00 0.00
## 4378 4022.89 46935.09 46935.09 0.00 0.00
## 4379 3353.02 48368.61 48368.61 0.00 0.00
## 4380 2844.21 48160.94 48160.94 0.00 0.00
## 4381 3193.18 47210.91 47207.35 3.56 0.00
## 4382 3706.18 52029.94 52018.36 11.58 0.00
## 4383 4265.21 53063.06 52433.61 548.89 80.56
## 4384 7204.93 63781.95 63234.18 537.77 10.00
## 4385 6202.12 75841.98 75401.98 0.00 440.00
## 4386 4901.82 69122.17 67069.76 22.41 2030.00
## 4387 4669.14 115881.09 114415.93 30.16 1435.00
## 4388 5813.05 116219.79 114464.79 0.00 1755.00
## 4389 5883.79 97133.95 96888.95 0.00 245.00
## 4390 6617.70 108942.85 107009.09 3.76 1930.00
## 4391 7567.92 127318.46 122744.69 3.77 4570.00
## 4392 7593.24 101500.69 94129.58 0.00 7371.11
## 4393 10102.89 85485.71 77486.39 4.32 7995.00
## 4394 14095.91 111731.12 102068.55 7.57 9655.00
## 4395 20456.90 89862.21 85807.21 0.00 4055.00
## 4396 27247.57 82803.11 80128.11 0.00 2675.00
## 4397 30137.67 85644.72 82839.72 0.00 2805.00
## 4398 35125.40 88872.87 86447.87 0.00 2425.00
## 4399 58060.21 85309.19 83274.96 4.23 2030.00
## 4400 64720.71 85282.15 82259.75 7.40 3015.00
## 4401 47340.47 77844.46 77840.76 3.70 0.00
## 4402 55130.63 118311.98 118297.20 14.78 0.00
## 4403 37533.31 50413.81 50354.09 0.00 59.72
## 4404 39188.20 62526.85 62471.31 55.54 0.00
## 4405 29548.55 63600.20 63501.61 33.31 65.28
## 4406 50624.92 64571.94 64557.15 14.79 0.00
## 4407 26852.26 45255.58 45255.58 0.00 0.00
## 4408 29091.94 64585.79 64585.79 0.00 0.00
## 4409 25614.84 60674.74 60671.05 3.69 0.00
## 4410 36964.09 53874.46 53859.72 14.74 0.00
## 4411 26686.24 71523.12 71471.61 51.51 0.00
## 4412 26834.63 67879.36 67323.10 556.26 0.00
## 4413 26089.16 72000.52 70056.97 1943.55 0.00
## 4414 41374.90 94224.92 91688.51 2536.41 0.00
## 4415 16922.98 53686.19 51858.11 1828.08 0.00
## 4416 18558.03 105379.52 104227.82 1151.70 0.00
## 4417 22047.61 111645.85 111162.60 483.25 0.00
## 4418 22335.05 92437.73 92437.73 0.00 0.00
## 4419 11133.28 59840.43 59836.86 3.57 0.00
## 4420 17575.69 39852.10 39852.10 0.00 0.00
## 4421 133.41 145904.75 65955.63 79804.68 144.44
## 4422 118.25 142743.77 63529.34 79119.99 94.44
## 4423 67.56 114739.66 61197.81 53441.85 100.00
## 4424 114.33 173717.37 65178.82 108538.55 0.00
## 4425 121.11 95833.85 44616.34 51217.51 0.00
## 4426 91.45 105313.34 49247.51 56065.83 0.00
## 4427 167.15 102797.21 48419.58 54377.63 0.00
## 4428 149.05 89681.46 34250.33 55431.13 0.00
## 4429 143.88 87706.10 30132.88 57103.78 469.44
## 4430 134.75 83838.72 28494.95 54609.05 734.72
## 4431 151.73 118893.40 24825.29 94068.11 0.00
## 4432 129.43 94677.00 39055.39 55621.61 0.00
## 4433 189.44 117482.41 50462.75 66632.16 387.50
## 4434 134.09 125141.87 61486.67 62514.92 1140.28
## 4435 90.08 126800.33 57821.05 68979.28 0.00
## 4436 63.06 106104.38 50283.33 55821.05 0.00
## 4437 171.78 125863.64 59356.55 66507.09 0.00
## 4438 91.83 82367.30 58695.16 21860.75 1811.39
## 4439 83.44 89671.69 60961.16 23780.53 4930.00
## 4440 131.90 113598.47 53991.45 54647.02 4960.00
## 4441 114.73 98631.44 52784.90 35583.76 10262.78
## 4442 90.90 101707.51 59130.82 33276.69 9300.00
## 4443 142.03 98243.53 53516.79 34306.74 10420.00
## 4444 104.87 115691.39 72463.28 31198.11 12030.00
## 4445 129.52 113292.42 71803.27 29184.15 12305.00
## 4446 278.53 157430.61 87341.32 50692.90 19396.39
## 4447 94.86 114109.61 68453.99 35165.62 10490.00
## 4448 250.15 116438.74 52416.59 52961.59 11060.56
## 4449 142.01 85536.57 44014.87 32645.03 8876.67
## 4450 231.90 114154.76 45382.80 58692.80 10079.16
## 4451 344.58 114780.46 48638.37 62353.75 3788.34
## 4452 307.92 93343.62 44788.78 40285.11 8269.73
## 4453 378.29 172192.51 46050.87 121150.53 4991.11
## 4454 259.09 137892.73 60411.28 77481.45 0.00
## 4455 403.01 223889.61 70814.95 152706.60 368.06
## 4456 745.37 178123.73 46440.63 130991.43 691.67
## 4457 225.84 106185.48 44830.15 61355.33 0.00
## 4458 213.89 173886.68 43958.19 129928.49 0.00
## 4459 251.72 115053.10 49626.46 65426.64 0.00
## 4460 62.90 102111.56 45393.81 56717.75 0.00
## 4461 89.23 98884.08 39885.63 58998.45 0.00
## 4462 450.14 165528.09 42925.83 122602.26 0.00
## 4463 39.29 97386.41 46058.69 51327.72 0.00
## 4464 222.23 170047.62 51303.36 118744.26 0.00
## 4465 89.81 100817.72 42824.92 57992.80 0.00
## 4466 103.25 93141.50 42330.44 50811.06 0.00
## 4467 221.91 206007.20 50078.90 155928.30 0.00
## 4468 159.17 104962.88 45442.34 59520.54 0.00
## 4469 325.53 110390.17 54036.83 56341.94 11.40
## 4470 83.47 70701.54 50177.98 20509.36 14.20
## 4471 198.79 102239.28 49854.64 52384.64 0.00
## 4472 234.28 74829.12 46089.44 28739.68 0.00
## 4473 18780.24 96730.86 91017.48 5380.08 333.30
## 4474 2123.60 91111.04 84390.74 6638.08 82.22
## 4475 735.39 112308.49 92567.31 19741.18 0.00
## 4476 845.53 92535.48 86813.13 5539.85 182.50
## 4477 859.82 87239.67 82183.54 5056.13 0.00
## 4478 1486.67 106624.37 101912.73 4632.47 79.17
## 4479 1839.50 100204.75 94328.02 5876.73 0.00
## 4480 1465.76 90998.35 83528.25 7238.16 231.94
## 4481 701.32 89982.39 86874.60 3107.79 0.00
## 4482 664.50 99594.83 97636.47 1958.36 0.00
## 4483 718.39 126258.74 119365.97 6892.77 0.00
## 4484 964.80 135380.86 127432.28 7948.58 0.00
## 4485 898.05 151574.16 143701.70 7790.37 82.09
## 4486 776.02 156621.93 151162.15 5459.78 0.00
## 4487 747.71 187195.91 177935.10 9260.81 0.00
## 4488 955.35 206798.20 197316.10 9482.10 0.00
## 4489 4082.84 196319.39 186793.04 9073.82 452.53
## 4490 13529.45 183482.63 171925.60 10097.85 1459.18
## 4491 2558.50 176103.89 156783.72 17277.92 2042.25
## 4492 5607.24 186834.47 176028.76 9698.25 1107.46
## 4493 12191.16 185975.66 174613.62 8525.89 2836.15
## 4494 12676.62 167023.43 161291.97 3766.46 1965.00
## 4495 13602.94 177169.53 167882.27 4319.20 4968.06
## 4496 17208.53 169877.51 152288.86 9333.25 8255.40
## 4497 20445.49 172836.98 154560.09 14058.39 4218.50
## 4498 25016.94 168791.60 151090.57 10879.62 6821.41
## 4499 21092.23 163240.86 150878.19 9866.32 2496.35
## 4500 18156.09 143902.85 132625.62 8901.20 2376.03
## 4501 16971.20 159041.53 143582.10 12724.43 2735.00
## 4502 17989.98 152825.99 137882.92 14692.24 250.83
## 4503 17074.29 150802.07 129416.16 21385.91 0.00
## 4504 10911.53 151541.36 143071.97 8469.39 0.00
## 4505 10279.83 136902.27 121275.31 15195.02 431.94
## 4506 16821.43 149862.79 137318.24 12438.99 105.56
## 4507 11522.45 145983.06 130517.96 15349.82 115.28
## 4508 11453.06 145552.53 132114.06 13166.25 272.22
## 4509 5216.56 144993.12 129029.56 15823.28 140.28
## 4510 2461.36 136691.83 128214.06 8406.94 70.83
## 4511 409.68 121464.44 112323.24 9141.20 0.00
## 4512 500.98 145367.61 135645.71 9721.90 0.00
## 4513 615.09 238304.56 230449.61 7854.95 0.00
## 4514 775.58 124417.46 115167.32 9250.14 0.00
## 4515 636.84 122382.64 112636.83 9742.72 3.09
## 4516 820.82 110391.81 100246.61 10145.20 0.00
## 4517 1816.34 124387.28 114098.20 10289.08 0.00
## 4518 1006.08 144768.80 132177.05 12591.75 0.00
## 4519 1418.38 272379.84 261473.35 10906.49 0.00
## 4520 504.95 106669.72 97222.56 9447.16 0.00
## 4521 692.47 147357.97 134138.57 13219.40 0.00
## 4522 2771.59 134523.04 124208.71 10314.33 0.00
## 4523 700.17 127141.84 115949.34 11192.50 0.00
## 4524 918.32 96938.86 89684.36 7254.50 0.00
## 4525 17008.10 280957.17 115069.75 165813.81 73.61
## 4526 14396.29 284141.28 135028.94 148667.90 444.44
## 4527 14222.88 307363.95 154962.56 152350.00 51.39
## 4528 11915.51 233511.19 117120.79 115108.46 1281.94
## 4529 11542.14 219243.76 95631.21 123302.83 309.72
## 4530 14661.31 274679.03 110584.81 164013.66 80.56
## 4531 15106.03 269424.47 106369.01 163055.46 0.00
## 4532 16680.28 229175.79 103302.07 125873.72 0.00
## 4533 15843.09 231440.64 108153.46 123199.68 87.50
## 4534 16864.42 243447.67 127647.02 115800.65 0.00
## 4535 13628.24 320040.25 147692.04 171739.88 608.33
## 4536 10640.59 283173.00 153973.16 128733.17 466.67
## 4537 11411.45 252364.05 130376.06 121767.16 220.83
## 4538 12131.33 237215.76 120712.22 115507.71 995.83
## 4539 11915.14 230764.44 93337.58 137426.86 0.00
## 4540 11582.20 229356.03 123900.27 105452.43 3.33
## 4541 13070.26 233360.70 91284.33 142076.37 0.00
## 4542 10716.73 216083.95 103197.40 112886.55 0.00
## 4543 9204.82 256157.73 122310.85 133221.88 625.00
## 4544 11523.66 290191.77 136243.88 153947.89 0.00
## 4545 11938.14 265162.13 132055.10 132129.25 977.78
## 4546 11881.45 244175.50 118231.43 125777.40 166.67
## 4547 12392.31 284764.80 144445.97 139836.89 481.94
## 4548 11537.00 254022.47 145310.82 108636.65 75.00
## 4549 11651.42 285152.44 149012.51 135677.43 462.50
## 4550 14795.19 266159.69 148736.10 117119.42 304.17
## 4551 16235.59 265101.28 151847.82 113195.13 58.33
## 4552 17320.64 247276.98 128068.93 119121.94 86.11
## 4553 22944.15 274236.22 151226.12 123010.10 0.00
## 4554 17419.32 263366.39 131405.15 131926.52 34.72
## 4555 18217.70 250218.67 105242.10 143894.63 1081.94
## 4556 22533.69 190677.62 59067.63 131561.38 48.61
## 4557 13478.11 160844.02 60965.94 99187.80 690.28
## 4558 29263.46 192225.18 80064.68 109498.00 2662.50
## 4559 14202.89 181703.35 109463.91 72200.55 38.89
## 4560 14665.34 188932.59 104062.12 83420.47 1450.00
## 4561 14462.24 202045.59 93837.25 108208.34 0.00
## 4562 37714.15 179820.98 102611.01 75964.14 1245.83
## 4563 17172.83 139511.49 83416.28 56080.04 15.17
## 4564 35478.87 183007.62 102042.24 80965.38 0.00
## 4565 21555.74 156192.76 91822.41 64370.35 0.00
## 4566 16153.46 159507.82 90790.53 68717.29 0.00
## 4567 14567.40 130860.38 76814.40 54045.98 0.00
## 4568 22261.01 139458.75 69825.00 69633.75 0.00
## 4569 15354.56 175545.82 79744.59 95801.23 0.00
## 4570 22140.43 155493.49 77572.93 77920.56 0.00
## 4571 57213.24 171808.69 88259.09 83549.60 0.00
## 4572 21553.25 135043.24 83060.04 51983.20 0.00
## 4573 15408.83 170197.97 88066.62 82131.35 0.00
## 4574 19499.03 145281.89 96088.29 49193.60 0.00
## 4575 12047.67 142511.14 91807.54 50703.60 0.00
## 4576 20950.56 128596.66 79896.67 48699.99 0.00
## 4577 961.58 34340.02 30455.29 3884.73 0.00
## 4578 1974.86 36159.51 27858.11 8301.40 0.00
## 4579 1185.39 37910.79 33381.50 4529.29 0.00
## 4580 1314.12 34636.89 30145.94 4345.12 145.83
## 4581 1117.30 29582.96 25667.72 3915.24 0.00
## 4582 1050.73 38073.85 33341.58 4732.27 0.00
## 4583 1041.38 35705.88 31047.93 4657.95 0.00
## 4584 1137.26 39194.14 34250.04 4944.10 0.00
## 4585 1150.23 38986.35 33736.01 5198.95 51.39
## 4586 1185.68 37712.07 32229.69 5482.38 0.00
## 4587 994.89 39030.32 34191.83 4838.49 0.00
## 4588 953.05 36717.50 32322.38 4395.12 0.00
## 4589 1368.98 32179.16 27626.97 4552.19 0.00
## 4590 3010.02 31956.49 23313.81 8642.68 0.00
## 4591 1331.35 21566.81 20132.05 1434.76 0.00
## 4592 925.30 26125.55 24205.55 1920.00 0.00
## 4593 1349.45 35981.94 34860.32 902.45 219.17
## 4594 1021.81 33941.19 30513.25 2362.94 1065.00
## 4595 1003.84 35432.70 26056.23 8896.47 480.00
## 4596 1001.96 38758.20 29043.13 8460.07 1255.00
## 4597 1000.97 41839.49 27914.15 10405.34 3520.00
## 4598 943.41 39385.99 27719.86 10802.41 863.72
## 4599 1232.52 46330.21 31287.68 10654.75 4387.78
## 4600 1132.71 56179.81 39074.78 10590.03 6515.00
## 4601 1294.98 51533.28 37858.19 10065.09 3610.00
## 4602 1266.40 57169.28 40468.87 11865.41 4835.00
## 4603 1294.29 48494.33 32965.11 13454.22 2075.00
## 4604 1172.76 41638.66 27767.25 12371.41 1500.00
## 4605 1171.89 41625.24 28750.83 11099.41 1775.00
## 4606 1293.72 46228.90 30730.27 15178.63 320.00
## 4607 1567.32 46161.89 29242.90 16522.32 396.67
## 4608 1536.78 42278.96 21961.82 19066.58 1250.56
## 4609 2930.76 48280.31 16500.86 31690.56 88.89
## 4610 2818.47 42787.59 24483.43 18304.16 0.00
## 4611 2935.24 50118.66 35865.31 14253.35 0.00
## 4612 1239.89 54526.20 42500.07 12026.13 0.00
## 4613 1800.73 39258.06 27639.25 11618.81 0.00
## 4614 1600.52 42021.54 28213.82 13807.72 0.00
## 4615 1735.56 26980.29 15060.75 11919.54 0.00
## 4616 1504.71 37348.70 20111.13 17237.57 0.00
## 4617 1224.55 34383.44 23273.12 11110.32 0.00
## 4618 1333.25 35418.52 26767.20 8651.32 0.00
## 4619 1403.75 38327.39 33427.23 4900.16 0.00
## 4620 1383.25 35122.46 29726.65 5395.81 0.00
## 4621 1371.78 24127.59 18779.08 5348.51 0.00
## 4622 1332.20 30579.04 19080.09 11498.95 0.00
## 4623 1740.09 28582.86 21916.83 6666.03 0.00
## 4624 1456.30 23217.17 17454.05 5763.12 0.00
## 4625 1741.79 30985.12 24102.68 6882.44 0.00
## 4626 1254.56 35599.84 23178.32 12421.52 0.00
## 4627 1611.68 38987.77 23259.21 15711.89 16.67
## 4628 1389.95 26577.81 16737.31 9620.50 220.00
## 4629 4267.77 417266.62 384954.53 30652.88 1659.21
## 4630 3271.57 413110.39 377226.69 30112.48 5771.22
## 4631 3599.85 410912.28 382366.52 24588.80 3956.96
## 4632 3190.05 377208.08 325851.34 43201.73 8155.01
## 4633 3226.22 335299.23 305277.39 28166.52 1855.32
## 4634 4456.35 297413.77 273036.06 20624.66 3753.05
## 4635 5306.27 310620.80 279361.86 23575.34 7683.60
## 4636 6472.83 331202.34 300860.55 26241.79 4100.00
## 4637 5263.65 286597.59 221347.82 56090.36 9159.41
## 4638 5549.22 302618.47 254209.16 42103.90 6305.41
## 4639 5139.00 312060.33 276634.27 28257.40 7168.66
## 4640 4681.14 349900.99 312195.29 30408.41 7297.29
## 4641 5181.48 369155.13 314559.24 49039.38 5556.51
## 4642 5573.18 379438.84 333274.27 39397.54 6767.03
## 4643 5721.42 370354.75 326207.49 38375.04 5772.22
## 4644 5273.03 423286.98 392942.12 25530.48 4814.38
## 4645 6177.12 454242.20 409642.51 30741.42 13858.27
## 4646 5248.80 402765.90 358451.47 31890.92 12423.51
## 4647 5418.75 493973.53 461318.07 12246.86 20408.60
## 4648 6193.74 549173.02 525124.87 16834.48 7213.67
## 4649 6165.29 578559.64 535419.49 19900.67 23239.48
## 4650 7471.62 523808.43 471473.75 17633.77 34700.91
## 4651 7416.64 583925.15 527519.74 18858.31 37547.10
## 4652 11130.38 654852.96 590322.87 30454.97 34075.12
## 4653 16160.39 686630.05 614584.95 22163.03 49882.07
## 4654 10691.90 803362.90 717323.25 34035.78 52003.87
## 4655 9370.21 560802.66 510422.91 25086.66 25293.09
## 4656 11009.71 529154.36 475718.48 41103.42 12332.46
## 4657 11290.70 571866.52 518050.97 28877.41 24938.14
## 4658 10390.99 558750.31 505801.45 28530.38 24418.48
## 4659 12125.66 534809.87 502399.51 22583.69 9826.67
## 4660 10708.07 556265.65 502964.37 43241.43 10059.85
## 4661 22169.92 583717.77 532964.89 44849.54 5903.34
## 4662 18180.72 586276.81 500461.05 74091.16 11724.60
## 4663 27641.97 504325.11 471542.33 32052.70 730.08
## 4664 11773.39 538378.13 474085.79 56591.26 7701.08
## 4665 10596.68 495636.62 433889.83 52871.73 8875.06
## 4666 19359.40 459058.13 402410.37 45353.77 11293.99
## 4667 45776.71 373893.56 325591.80 46536.69 1765.07
## 4668 44611.53 403954.94 371049.93 31032.53 1872.48
## 4669 33666.72 419621.70 367140.06 50899.37 1582.27
## 4670 49503.76 394528.62 348345.60 43787.46 2395.56
## 4671 44771.53 409923.50 375200.30 31752.25 2970.95
## 4672 38146.51 396744.61 357647.85 37148.43 1948.33
## 4673 24200.11 364852.40 325916.64 37205.76 1730.00
## 4674 20578.05 374625.35 340809.47 32439.63 1376.25
## 4675 29501.59 437233.55 373119.34 62700.76 1413.45
## 4676 18332.66 391446.39 340740.98 49335.69 1369.72
## 4677 16918.87 365487.75 315428.95 47910.39 2148.41
## 4678 25612.84 334853.27 301751.78 28186.72 4914.77
## 4679 36259.27 373198.43 310260.35 59405.46 3532.62
## 4680 19331.34 312460.49 291734.88 19418.04 1307.57
## 4681 13342.22 272953.61 272606.50 44.46 302.65
## 4682 11774.35 271729.86 270658.02 907.04 164.80
## 4683 11762.18 557393.20 554442.99 1653.04 1297.17
## 4684 11803.23 328915.97 325918.13 2557.73 440.11
## 4685 11472.92 215201.87 214541.32 501.88 158.67
## 4686 13948.69 247527.29 246808.48 500.84 217.97
## 4687 15746.23 262247.96 261272.14 376.61 599.21
## 4688 14247.63 253454.94 252412.68 665.04 377.22
## 4689 15009.27 211839.83 207419.82 4075.80 344.21
## 4690 12872.16 350858.11 349205.42 1375.66 277.03
## 4691 13597.96 335232.53 329875.17 5211.82 145.54
## 4692 15502.77 350305.27 284345.95 65755.98 203.34
## 4693 15822.01 657894.92 481756.13 175641.94 496.85
## 4694 16380.23 431765.47 324254.95 107460.99 49.53
## 4695 13568.76 317622.79 302546.28 14940.66 135.85
## 4696 15697.22 343792.57 343446.30 104.02 242.25
## 4697 13319.89 301470.88 300935.32 312.46 223.10
## 4698 12315.05 315525.82 315111.31 336.36 78.15
## 4699 11483.54 364293.35 362521.54 1691.66 80.15
## 4700 15590.99 333644.85 331448.00 1897.70 299.15
## 4701 15567.80 336710.06 335811.13 831.25 67.68
## 4702 15066.52 326971.26 324790.83 1778.13 402.30
## 4703 16246.36 307370.81 305237.50 2006.10 127.21
## 4704 16322.19 317253.73 316116.69 946.32 190.72
## 4705 15965.08 343174.00 342068.50 1006.66 98.84
## 4706 20839.47 356462.94 355095.80 1172.96 194.18
## 4707 19975.97 343858.09 340794.03 1498.14 1565.92
## 4708 19367.47 339388.98 337166.84 1625.57 596.57
## 4709 19531.71 279475.25 277038.36 2380.23 56.66
## 4710 23659.16 530470.20 524889.49 5116.99 463.72
## 4711 19960.09 463082.88 459278.33 3483.65 320.90
## 4712 18037.36 373566.24 367615.30 5623.69 327.25
## 4713 18398.06 506448.91 491056.93 14194.76 1197.22
## 4714 20852.69 549125.20 544998.05 3539.10 588.05
## 4715 18792.26 465219.77 461966.02 2894.07 359.68
## 4716 18734.63 353689.70 349814.73 3823.03 51.94
## 4717 20489.31 531787.27 518252.26 12155.50 1379.51
## 4718 21804.80 311060.29 309162.69 150.85 1746.75
## 4719 23098.90 444405.23 442760.35 1405.44 239.44
## 4720 17851.44 458296.49 455581.54 2381.58 333.37
## 4721 17767.12 271119.36 269468.42 1435.24 215.70
## 4722 19425.00 418533.50 415276.73 2895.31 361.46
## 4723 32885.82 435354.58 434179.72 841.99 332.87
## 4724 18299.84 414298.22 411116.66 2953.08 228.48
## 4725 14447.61 466077.21 439612.36 26245.95 218.90
## 4726 15639.48 283709.72 283183.03 392.08 134.61
## 4727 17669.38 500442.28 498461.43 1358.08 622.77
## 4728 18005.27 349297.17 346063.40 1781.28 1452.49
## 4729 17305.06 311482.39 307475.27 3800.73 206.39
## 4730 16915.12 373586.36 366756.26 6677.60 152.50
## 4731 20422.92 368735.80 363944.46 4247.82 543.52
## 4732 22086.36 415128.38 402710.31 11447.53 970.54
## 4733 6997.22 79423.63 76469.05 2793.47 161.11
## 4734 8199.68 68362.19 66189.15 2173.04 0.00
## 4735 8646.12 76899.16 75275.83 1623.33 0.00
## 4736 8087.24 75670.00 71739.23 3930.77 0.00
## 4737 6927.36 63014.82 61452.62 1562.20 0.00
## 4738 11043.15 65420.10 63280.10 1846.94 293.06
## 4739 22904.80 60738.47 58852.47 1886.00 0.00
## 4740 25755.21 68180.98 66193.20 1987.78 0.00
## 4741 23850.94 60952.92 59019.43 1933.49 0.00
## 4742 21782.42 76184.37 74210.78 1668.03 305.56
## 4743 17584.71 73803.70 70168.55 3635.15 0.00
## 4744 20238.33 81015.50 77169.19 3278.25 568.06
## 4745 17415.97 83776.68 79781.02 3059.55 936.11
## 4746 15699.74 80443.83 77829.34 2614.49 0.00
## 4747 15056.66 87333.85 82483.06 4723.01 127.78
## 4748 19102.71 92602.53 88122.17 4475.36 5.00
## 4749 19654.54 86626.76 84861.81 1764.95 0.00
## 4750 13156.44 79530.99 77895.51 434.09 1201.39
## 4751 21071.46 87848.09 87548.68 299.41 0.00
## 4752 23428.58 88374.76 86927.70 1447.06 0.00
## 4753 25307.84 76044.83 71564.10 3510.45 970.28
## 4754 25331.72 72766.85 68455.47 1258.60 3052.78
## 4755 26360.80 85864.57 77643.01 3640.73 4580.83
## 4756 29372.59 93002.47 82748.32 685.82 9568.33
## 4757 42699.88 93250.36 80207.55 2107.81 10935.00
## 4758 44752.61 90573.12 79393.97 1461.37 9717.78
## 4759 43580.31 80183.31 77775.85 657.46 1750.00
## 4760 48615.58 79905.38 78077.13 958.25 870.00
## 4761 47593.70 78016.98 75397.66 408.21 2211.11
## 4762 42240.01 80822.76 78796.85 800.08 1225.83
## 4763 41393.05 78353.09 77273.37 834.72 245.00
## 4764 19570.01 86437.77 85455.55 307.22 675.00
## 4765 15602.76 89116.72 86768.77 1193.78 1154.17
## 4766 16994.03 89696.17 86964.65 1553.74 1177.78
## 4767 17389.45 88161.52 86752.27 1406.78 2.47
## 4768 18008.74 88199.81 87008.55 1191.26 0.00
## 4769 17999.41 81492.38 80748.86 733.64 9.88
## 4770 16301.47 82847.87 81149.04 1688.94 9.89
## 4771 14035.04 74452.52 73697.13 755.39 0.00
## 4772 15425.72 71145.81 70533.29 612.52 0.00
## 4773 17215.48 74102.98 73376.76 726.22 0.00
## 4774 20693.96 74890.88 73420.12 1470.76 0.00
## 4775 22198.37 69214.92 68588.92 626.00 0.00
## 4776 19136.17 65580.95 63934.42 1646.53 0.00
## 4777 19436.13 70298.50 69867.25 431.25 0.00
## 4778 18499.75 75907.18 73208.05 2699.13 0.00
## 4779 41708.37 72030.46 66876.30 5151.70 2.46
## 4780 26481.58 57080.40 52157.37 4923.03 0.00
## 4781 26788.14 60248.95 59121.70 1127.25 0.00
## 4782 27591.48 56778.30 56176.96 601.34 0.00
## 4783 29658.58 65875.31 64396.12 1479.19 0.00
## 4784 29344.80 57312.96 56645.93 667.03 0.00
## 4785 2184.20 58142.64 57397.06 745.58 0.00
## 4786 2892.26 52758.01 51586.60 1171.41 0.00
## 4787 2894.98 64561.84 63970.47 591.37 0.00
## 4788 2714.51 49514.25 49474.25 40.00 0.00
## 4789 2115.80 56103.69 56074.45 29.24 0.00
## 4790 3168.92 63057.60 63057.60 0.00 0.00
## 4791 4975.01 43970.14 43970.14 0.00 0.00
## 4792 6292.12 46648.86 46648.86 0.00 0.00
## 4793 5927.06 44142.49 44106.08 33.08 3.33
## 4794 5858.15 47348.03 46850.78 497.25 0.00
## 4795 4957.43 54680.10 53622.78 1057.32 0.00
## 4796 4535.47 52119.52 51541.32 578.20 0.00
## 4797 5204.62 60397.55 59496.47 901.08 0.00
## 4798 4599.00 51228.61 51224.17 4.44 0.00
## 4799 4204.51 56727.84 54657.32 2070.52 0.00
## 4800 5966.97 66602.09 63212.61 3389.48 0.00
## 4801 6483.63 70028.45 69754.69 113.76 160.00
## 4802 5087.71 72113.66 70265.15 178.51 1670.00
## 4803 6791.56 58155.91 57801.11 79.80 275.00
## 4804 8138.85 69612.81 69444.71 108.10 60.00
## 4805 8281.61 66522.50 60015.34 4302.16 2205.00
## 4806 9342.86 63643.39 60284.96 2603.43 755.00
## 4807 9256.75 75487.74 64454.83 6622.91 4410.00
## 4808 9386.11 79540.48 69396.45 683.20 9460.83
## 4809 12340.78 79485.40 69248.69 2121.71 8115.00
## 4810 14142.27 85090.00 77055.00 0.00 8035.00
## 4811 13640.28 66404.42 61487.49 26.93 4890.00
## 4812 15409.30 72522.40 67694.00 83.40 4745.00
## 4813 15693.42 72459.57 69331.20 158.37 2970.00
## 4814 13829.45 69692.26 66487.06 784.37 2420.83
## 4815 14413.68 71704.83 68403.23 746.60 2555.00
## 4816 5994.65 80723.94 78267.45 6.49 2450.00
## 4817 5701.56 59474.62 59227.96 152.32 94.34
## 4818 6247.53 80728.44 78934.29 1724.92 69.23
## 4819 6670.54 77191.57 77132.40 2.67 56.50
## 4820 6402.36 74662.54 74660.00 2.54 0.00
## 4821 6469.48 67278.58 67277.25 1.33 0.00
## 4822 6103.75 70678.99 70654.98 0.00 24.01
## 4823 5176.88 52393.59 52393.59 0.00 0.00
## 4824 4986.56 57721.78 57703.09 5.34 13.35
## 4825 5712.57 65344.68 65341.18 3.50 0.00
## 4826 6975.98 59731.59 59722.27 9.32 0.00
## 4827 7265.87 61339.50 61329.85 9.65 0.00
## 4828 6324.86 48197.79 47964.52 233.27 0.00
## 4829 5839.55 49967.14 46939.94 3027.20 0.00
## 4830 4864.42 61735.78 58227.80 3507.98 0.00
## 4831 11393.01 69172.90 65402.67 3770.23 0.00
## 4832 7356.20 46214.37 43577.03 2637.34 0.00
## 4833 7716.74 51506.74 50993.41 513.33 0.00
## 4834 8461.90 46788.54 46788.54 0.00 0.00
## 4835 8835.13 55906.57 55900.00 6.57 0.00
## 4836 8338.60 45676.31 45411.45 264.86 0.00
## 4837 95.33 48052.71 47522.99 529.72 0.00
## 4838 125.18 36926.94 35874.46 1052.48 0.00
## 4839 129.80 48704.49 47917.82 786.67 0.00
## 4840 160.98 36290.10 35680.66 486.67 122.77
## 4841 86.27 35235.62 34948.95 286.67 0.00
## 4842 88.60 42294.35 41990.29 304.06 0.00
## 4843 133.09 35546.50 35306.50 240.00 0.00
## 4844 156.15 41053.20 40762.52 290.68 0.00
## 4845 183.65 40284.65 39530.35 754.30 0.00
## 4846 171.82 37322.93 35715.71 1607.22 0.00
## 4847 130.07 46384.49 43935.83 2448.66 0.00
## 4848 198.70 38336.47 35482.55 2853.92 0.00
## 4849 183.93 48866.54 45781.78 3084.76 0.00
## 4850 116.89 51876.07 51504.04 372.03 0.00
## 4851 92.70 47741.85 43287.12 4444.73 10.00
## 4852 164.15 59177.64 52831.12 6321.52 25.00
## 4853 107.02 67328.62 64633.66 2359.96 335.00
## 4854 108.80 63164.75 59304.96 1999.79 1860.00
## 4855 64.69 56341.36 52711.37 2759.99 870.00
## 4856 89.14 61326.44 57870.22 3331.22 125.00
## 4857 170.74 52136.98 42151.76 9020.22 965.00
## 4858 92.05 54800.62 49803.99 4396.63 600.00
## 4859 61.47 63017.50 49239.71 9662.79 4115.00
## 4860 138.97 56956.78 49605.10 1761.68 5590.00
## 4861 140.66 58067.06 47150.09 5153.64 5763.33
## 4862 153.08 66740.64 59666.75 1708.89 5365.00
## 4863 110.61 51531.20 48166.61 4.59 3360.00
## 4864 134.48 60996.11 57154.04 32.07 3810.00
## 4865 144.98 57727.96 54131.29 277.23 3319.44
## 4866 113.30 55476.89 53294.21 747.68 1435.00
## 4867 199.58 58553.66 56109.34 1204.88 1239.44
## 4868 230.36 65682.71 62687.37 1307.56 1687.78
## 4869 199.99 44612.49 42432.85 2073.58 106.06
## 4870 277.57 60828.07 56454.27 4373.80 0.00
## 4871 715.42 63563.90 61577.35 1986.55 0.00
## 4872 97.80 63800.09 60645.38 3145.62 9.09
## 4873 100.98 53360.61 51084.20 2273.38 3.03
## 4874 135.52 59993.47 58125.32 1834.92 33.23
## 4875 169.65 42867.47 41615.10 1252.37 0.00
## 4876 72.40 44374.02 43175.63 1198.39 0.00
## 4877 140.42 48302.75 48248.66 54.09 0.00
## 4878 147.59 45207.52 44871.77 335.75 0.00
## 4879 111.04 41230.05 39867.65 1362.40 0.00
## 4880 149.25 34858.03 33709.28 1148.75 0.00
## 4881 102.37 36940.03 33666.70 3273.33 0.00
## 4882 185.96 56138.26 52052.28 4085.98 0.00
## 4883 179.28 57376.62 53859.35 3517.27 0.00
## 4884 135.09 36490.74 34167.03 2323.71 0.00
## 4885 180.99 39559.20 39026.98 162.22 370.00
## 4886 98.71 40837.92 40764.59 0.00 73.33
## 4887 178.13 44682.97 44595.26 17.71 70.00
## 4888 182.56 38685.93 37521.60 31.00 1133.33
## 4889 811.18 44357.39 39136.56 2868.61 2352.22
## 4890 887.61 40030.16 32583.06 5207.10 2240.00
## 4891 1253.31 50467.37 43426.13 5504.02 1537.22
## 4892 1306.30 47267.51 45560.08 382.43 1325.00
## 4893 1111.91 38363.97 35372.69 716.28 2275.00
## 4894 1201.70 41969.52 41822.75 141.77 5.00
## 4895 1255.02 38279.56 38273.66 5.90 0.00
## 4896 1450.27 33681.11 33675.22 5.89 0.00
## 4897 1177.31 20977.23 20196.46 435.77 345.00
## 4898 1930.47 41563.31 36824.00 2029.31 2710.00
## 4899 2661.47 43895.10 41539.17 1035.65 1320.28
## 4900 4510.14 41997.77 41780.40 206.47 10.90
## 4901 4079.46 50023.32 48791.65 0.00 1231.67
## 4902 3263.50 51124.50 46655.82 704.79 3763.89
## 4903 3771.58 44389.52 40849.27 1176.91 2363.34
## 4904 4350.92 58195.58 57595.58 0.00 600.00
## 4905 4575.47 66590.51 66372.28 2.95 215.28
## 4906 5537.68 39725.97 39589.51 5.90 130.56
## 4907 10652.53 47026.33 46759.13 8.87 258.33
## 4908 14039.56 44453.39 44453.39 0.00 0.00
## 4909 13055.76 51045.47 51032.16 13.31 0.00
## 4910 16262.28 53948.46 53547.82 10.36 390.28
## 4911 18157.79 55394.72 55394.72 0.00 0.00
## 4912 16900.69 67077.93 67069.07 8.86 0.00
## 4913 20004.70 73209.02 72950.16 8.86 250.00
## 4914 24533.11 74049.59 74049.59 0.00 0.00
## 4915 20249.04 67435.85 66812.24 0.00 623.61
## 4916 18508.95 55316.35 54341.35 0.00 975.00
## 4917 22373.00 57049.82 56671.26 13.14 365.42
## 4918 25618.94 56940.43 56921.44 18.99 0.00
## 4919 18823.94 51362.35 51287.11 4.39 70.85
## 4920 20549.75 57721.72 55547.83 0.00 2173.89
## 4921 27155.74 48459.04 48442.97 7.30 8.77
## 4922 19761.74 70586.27 69357.77 5.84 1222.66
## 4923 16678.02 55338.55 54906.90 106.65 325.00
## 4924 18901.93 56258.79 55978.23 0.00 280.56
## 4925 21378.51 57606.28 57218.47 61.42 326.39
## 4926 22372.96 57719.38 57376.68 20.48 322.22
## 4927 21875.92 53343.76 53306.03 37.73 0.00
## 4928 20119.22 60518.21 60509.50 8.71 0.00
## 4929 19762.52 53520.98 53491.92 26.15 2.91
## 4930 18205.15 56329.50 56309.19 0.00 20.31
## 4931 19505.98 71111.62 71097.10 5.81 8.71
## 4932 21516.31 70657.22 70657.22 0.00 0.00
## 4933 17229.28 58028.70 58022.88 5.82 0.00
## 4934 17758.15 79229.76 79168.62 17.47 43.67
## 4935 34235.86 83861.68 83768.44 55.36 37.88
## 4936 19002.36 60573.61 60564.87 5.83 2.91
## 4937 18007.03 57766.90 57734.83 32.07 0.00
## 4938 15555.85 60047.98 60045.08 0.00 2.90
## 4939 15444.14 66501.51 66489.91 11.60 0.00
## 4940 16053.59 53729.83 53729.83 0.00 0.00
## 4941 14438.25 149507.10 125660.66 22080.88 1765.56
## 4942 14145.04 155920.72 115858.84 38951.60 1110.28
## 4943 14736.56 145576.63 91917.03 53237.93 421.67
## 4944 15081.42 136680.65 128681.56 6275.12 1723.97
## 4945 12510.47 110313.27 98751.41 10626.32 935.54
## 4946 14499.34 99839.55 85261.69 14192.86 385.00
## 4947 18445.16 88686.27 74992.87 13258.40 435.00
## 4948 18569.63 56008.44 46336.06 8804.32 868.06
## 4949 14742.36 48144.51 41712.24 6337.00 95.27
## 4950 13215.77 106129.21 91095.15 13109.95 1924.11
## 4951 14087.91 156643.17 137002.06 16987.77 2653.34
## 4952 15433.41 171299.97 150537.80 20262.17 500.00
## 4953 17065.91 176524.82 159927.44 15812.38 785.00
## 4954 15808.76 196586.00 182692.61 12821.45 1071.94
## 4955 12716.14 157525.58 144313.97 11857.44 1354.17
## 4956 12611.44 177027.42 161784.53 15187.89 55.00
## 4957 12126.32 188319.37 177175.95 10942.03 201.39
## 4958 14632.50 215379.08 204056.33 10854.69 468.06
## 4959 13817.35 209015.75 194536.98 14380.16 98.61
## 4960 17324.53 165575.87 149733.92 15841.95 0.00
## 4961 17490.36 183883.34 163646.68 20236.66 0.00
## 4962 18152.40 180027.10 156662.69 23324.41 40.00
## 4963 22671.76 166466.32 147604.25 18132.07 730.00
## 4964 23096.26 165570.04 144223.93 20474.70 871.41
## 4965 20782.97 192335.73 171944.56 19129.50 1261.67
## 4966 29141.44 214718.78 192454.33 20162.58 2101.87
## 4967 28460.28 207713.96 189495.73 17484.47 733.76
## 4968 28933.99 202555.08 183995.42 17443.27 1116.39
## 4969 26931.15 209345.19 189261.80 19728.39 355.00
## 4970 31852.41 215095.77 175831.59 39014.18 250.00
## 4971 32042.58 193052.20 160356.37 31715.55 980.28
## 4972 20406.29 185821.84 154279.25 30337.59 1205.00
## 4973 19467.77 168647.09 133555.36 35091.73 0.00
## 4974 24705.68 219907.91 82058.24 137623.28 226.39
## 4975 23602.94 213182.47 57334.52 155614.62 233.33
## 4976 22783.03 197300.17 128655.92 68644.25 0.00
## 4977 22416.32 223820.63 199325.34 24495.29 0.00
## 4978 21394.47 219402.31 175064.61 44337.70 0.00
## 4979 25760.64 187200.86 136889.73 50311.13 0.00
## 4980 23076.81 246578.44 180500.59 66077.85 0.00
## 4981 21444.94 279426.79 228122.01 51304.78 0.00
## 4982 23806.29 253426.32 203378.55 50047.77 0.00
## 4983 22297.72 288428.48 218488.21 69940.27 0.00
## 4984 25138.48 272697.77 201892.80 70804.97 0.00
## 4985 19779.65 247635.26 206855.60 40779.66 0.00
## 4986 22029.85 259056.07 161727.63 97328.44 0.00
## 4987 23694.84 378746.24 292228.73 86517.51 0.00
## 4988 18036.77 258822.35 219631.97 39190.38 0.00
## 4989 21607.39 280302.01 238110.78 42191.23 0.00
## 4990 19123.62 187562.81 141951.66 45611.15 0.00
## 4991 21523.37 248519.50 144796.06 103723.44 0.00
## 4992 22617.47 236295.48 138815.05 97480.43 0.00
## 4993 2525.58 60032.82 52277.99 7459.83 295.00
## 4994 3063.29 65082.83 52370.05 11823.61 889.17
## 4995 2861.59 70207.24 58673.90 10578.62 954.72
## 4996 2249.75 70183.44 67734.87 1143.85 1304.72
## 4997 2393.35 69915.04 67676.02 1584.02 655.00
## 4998 2239.28 78967.02 74502.41 1192.67 3271.94
## 4999 3208.30 75836.18 74569.34 976.56 290.28
## 5000 3840.19 74657.63 74025.26 103.20 529.17
## 5001 3399.09 59465.15 57223.44 269.21 1972.50
## 5002 4817.03 94583.92 89533.10 2966.65 2084.17
## 5003 7787.57 78667.26 74349.15 3259.50 1058.61
## 5004 9771.72 90738.12 89663.48 1055.05 19.59
## 5005 10626.67 103860.08 101544.87 1167.15 1148.06
## 5006 7878.79 92687.39 89785.42 1571.69 1330.28
## 5007 9254.46 80963.91 75829.93 3098.42 2035.56
## 5008 11292.83 95173.97 94338.95 691.96 143.06
## 5009 10836.96 83747.92 82334.20 962.33 451.39
## 5010 13522.19 70976.65 68675.23 990.31 1311.11
## 5011 24855.18 73286.49 70853.19 856.91 1576.39
## 5012 31009.27 60463.24 58400.39 900.35 1162.50
## 5013 28987.50 71348.19 70181.66 869.31 297.22
## 5014 42846.42 72789.74 71153.86 948.38 687.50
## 5015 56349.57 75266.32 72853.77 1013.94 1398.61
## 5016 43042.94 78990.10 77461.44 106.44 1422.22
## 5017 43916.46 90812.78 88916.37 689.47 1206.94
## 5018 54358.08 88886.08 86921.08 945.56 1019.44
## 5019 55056.00 88588.13 86438.13 1044.44 1105.56
## 5020 43427.34 87198.76 85053.17 1080.31 1065.28
## 5021 48922.15 74261.51 72937.16 1021.83 302.52
## 5022 53447.03 86231.07 85119.34 697.78 413.95
## 5023 52673.73 72034.18 70154.87 676.56 1202.75
## 5024 70753.98 82868.88 80974.56 945.43 948.89
## 5025 61090.32 71278.70 69780.99 1042.15 455.56
## 5026 49424.67 83303.81 80879.28 885.92 1538.61
## 5027 39101.10 72797.93 71485.43 898.61 413.89
## 5028 55668.13 77848.85 76195.48 883.93 769.44
## 5029 76966.69 85226.35 83707.21 901.08 618.06
## 5030 61241.91 88012.83 85683.08 894.49 1435.26
## 5031 54166.57 83168.11 82300.09 842.81 25.21
## 5032 46243.39 92753.73 91907.38 830.59 15.76
## 5033 46189.84 82819.92 81984.18 820.00 15.74
## 5034 52459.24 85982.66 85202.82 726.43 53.41
## 5035 62391.95 95689.47 94788.57 797.45 103.45
## 5036 39537.90 100727.20 99966.00 745.56 15.64
## 5037 41240.25 70947.08 70255.21 663.80 28.07
## 5038 39859.46 99110.59 98394.37 688.22 28.00
## 5039 72545.79 90910.53 90251.06 619.09 40.38
## 5040 57834.69 79923.38 79401.44 382.40 139.54
## 5041 41235.01 66149.41 65970.60 166.40 12.41
## 5042 36599.56 79708.02 79192.95 508.86 6.21
## 5043 41093.96 92624.48 92023.17 601.31 0.00
## 5044 32339.95 88527.71 88155.48 372.23 0.00
## 5045 205.26 266347.06 265938.42 156.02 252.62
## 5046 254.31 259214.45 258720.25 215.60 278.60
## 5047 401.33 531874.94 529839.56 416.21 1619.17
## 5048 196.84 325188.81 324725.56 191.83 271.42
## 5049 388.68 217731.52 217343.07 182.80 205.65
## 5050 270.62 261588.48 260780.10 648.16 160.22
## 5051 317.93 259105.95 257996.24 284.07 825.64
## 5052 528.77 257584.41 256977.65 241.61 365.15
## 5053 1018.01 205984.84 205195.57 334.46 454.81
## 5054 483.30 337358.67 335967.69 319.79 1071.19
## 5055 452.03 377004.29 369370.77 7512.55 120.97
## 5056 2177.05 341732.79 309380.23 31923.27 429.29
## 5057 3182.66 650319.01 361894.56 287932.44 492.01
## 5058 3243.02 420580.09 304494.27 115510.78 575.04
## 5059 2273.45 311747.50 264786.31 46367.39 593.80
## 5060 2713.10 319506.88 319298.96 135.14 72.78
## 5061 2493.01 287239.19 286871.24 129.11 238.84
## 5062 2493.89 301258.89 300809.11 141.03 308.75
## 5063 2503.09 351047.88 350689.25 135.10 223.53
## 5064 2368.40 326549.60 326095.86 88.97 364.77
## 5065 2583.85 322988.03 322390.13 143.28 454.62
## 5066 2598.83 342112.26 341834.97 241.87 35.42
## 5067 1555.09 330250.59 329976.05 114.66 159.88
## 5068 1624.49 378294.50 378187.17 78.06 29.27
## 5069 6528.30 354405.87 354205.83 146.27 53.77
## 5070 10770.71 371433.79 371093.38 225.23 115.18
## 5071 12225.64 360183.22 359260.77 313.90 608.55
## 5072 11487.83 370666.14 369495.52 305.75 864.87
## 5073 12433.23 366656.67 365830.13 512.07 314.47
## 5074 13268.56 493244.04 478959.58 13577.66 706.80
## 5075 10676.49 457634.59 443121.96 14344.74 167.89
## 5076 10453.62 410248.19 324711.11 85148.99 388.09
## 5077 12759.69 525544.50 523711.87 1383.28 449.35
## 5078 11093.78 573690.22 552847.39 19202.66 1640.17
## 5079 11463.75 484432.52 458041.08 25900.73 490.71
## 5080 12051.07 430279.71 429116.57 197.83 965.31
## 5081 10371.62 523147.27 511071.78 11419.50 655.99
## 5082 9317.80 365092.04 363375.18 150.02 1566.84
## 5083 9773.45 481104.06 480649.01 107.33 347.72
## 5084 10623.82 487392.65 486972.20 87.14 333.31
## 5085 9181.87 317662.67 317318.40 61.11 283.16
## 5086 10517.64 441269.64 440777.16 139.46 353.02
## 5087 8332.90 469298.92 468419.00 515.93 363.99
## 5088 7587.39 452163.65 451747.01 116.59 300.05
## 5089 8476.06 475336.76 474543.29 391.17 402.30
## 5090 8215.67 327318.91 326841.00 284.73 193.18
## 5091 6322.02 576262.08 573866.81 1573.35 821.92
## 5092 8910.20 391444.80 390708.62 174.35 561.83
## 5093 7343.76 365172.97 363400.35 1682.71 89.91
## 5094 8794.85 421309.11 418854.59 2393.53 60.99
## 5095 7552.84 374734.15 374204.91 173.51 355.73
## 5096 16134.86 328559.34 327227.91 419.77 911.66
## 5097 2501.78 122109.49 72546.57 49562.92 0.00
## 5098 2551.31 106676.83 62581.88 44094.95 0.00
## 5099 2563.93 92309.82 60969.76 31340.06 0.00
## 5100 3039.45 113652.25 56900.14 56728.78 23.33
## 5101 2813.23 95607.13 65375.36 30153.44 78.33
## 5102 4949.78 99115.82 65248.27 33444.22 423.33
## 5103 8259.59 78418.87 42376.82 35957.05 85.00
## 5104 9363.75 73311.98 39593.75 33718.23 0.00
## 5105 9096.43 74431.40 40257.91 34173.49 0.00
## 5106 6749.46 72307.57 42484.87 29822.70 0.00
## 5107 6111.89 93141.93 49717.85 43424.08 0.00
## 5108 4235.90 92882.93 57335.43 35547.50 0.00
## 5109 7203.61 98802.13 63691.60 34973.03 137.50
## 5110 6099.85 104071.23 73929.02 30142.21 0.00
## 5111 5940.65 109273.59 75354.15 33919.44 0.00
## 5112 6695.14 119176.21 94007.45 25095.15 73.61
## 5113 8324.56 122568.07 89224.30 33338.77 5.00
## 5114 6799.65 99972.97 82906.46 17066.51 0.00
## 5115 8868.16 120709.85 104376.41 16333.44 0.00
## 5116 10231.05 113755.91 86861.67 26894.24 0.00
## 5117 12579.44 107475.52 83535.74 23894.78 45.00
## 5118 12940.85 107588.99 83699.62 23134.37 755.00
## 5119 15147.97 96487.12 71699.09 22356.92 2431.11
## 5120 14172.92 99751.71 75310.10 24436.61 5.00
## 5121 21153.33 112682.84 89946.17 22731.67 5.00
## 5122 20517.76 155484.69 116583.25 38901.44 0.00
## 5123 18403.06 108883.96 90996.76 17790.53 96.67
## 5124 20140.13 119394.34 85874.87 31652.80 1866.67
## 5125 19782.06 96169.98 73085.52 17292.79 5791.67
## 5126 16909.95 109440.66 66829.10 37354.89 5256.67
## 5127 15039.71 117620.88 63637.85 50673.03 3310.00
## 5128 6909.70 103063.88 59371.64 40067.82 3624.42
## 5129 6161.52 125915.85 69081.36 56332.31 502.18
## 5130 6506.62 148369.49 95500.81 52832.80 35.88
## 5131 6281.64 171184.42 100785.67 70398.75 0.00
## 5132 6258.02 115672.19 61890.01 53782.18 0.00
## 5133 5464.93 102024.21 67727.91 34296.30 0.00
## 5134 6056.81 106944.32 57960.91 48983.41 0.00
## 5135 6435.41 86168.76 63628.30 22540.46 0.00
## 5136 7331.32 79309.57 61407.01 17902.56 0.00
## 5137 8317.29 78941.82 60250.90 18690.92 0.00
## 5138 8978.94 103418.84 65808.71 37604.61 5.52
## 5139 8137.83 70646.29 52684.66 17961.63 0.00
## 5140 7038.97 89546.17 53432.55 36113.62 0.00
## 5141 7361.72 66931.59 49804.83 17126.76 0.00
## 5142 6594.27 74656.30 50158.17 24498.13 0.00
## 5143 13083.51 122354.86 61003.56 61340.53 10.77
## 5144 9166.73 55459.01 38452.05 17006.96 0.00
## 5145 9676.68 68767.80 43452.47 25315.33 0.00
## 5146 9610.22 54061.85 42971.35 11090.50 0.00
## 5147 9959.86 64902.18 42725.71 22176.47 0.00
## 5148 10726.18 48230.71 39155.81 9074.90 0.00
## 5149 20052.89 1613702.40 1288631.84 301809.49 23261.07
## 5150 15771.64 1561257.65 1144739.27 383503.55 33014.83
## 5151 18326.63 1392006.65 939911.81 435548.82 16546.02
## 5152 18795.24 1395566.02 1039669.75 344663.64 11232.63
## 5153 14619.93 960172.30 817184.54 133945.12 9042.64
## 5154 16553.22 911092.88 735263.86 173417.70 2411.32
## 5155 22128.14 892446.10 710489.09 180468.83 1488.18
## 5156 16494.71 964604.48 771794.04 191200.76 1609.68
## 5157 19653.30 993407.53 733102.01 242672.72 17632.80
## 5158 20588.09 1397084.84 1228547.91 140925.06 27611.87
## 5159 18419.04 1376594.60 1088286.99 263848.40 24459.21
## 5160 32866.62 1356472.19 1118452.81 222546.73 15472.65
## 5161 17352.41 1447622.95 1091904.20 338402.33 17316.42
## 5162 15830.87 1525510.25 1094936.72 409425.49 21148.04
## 5163 16478.55 1652432.36 1446564.10 189481.99 16386.27
## 5164 15092.69 1564657.73 1379670.23 173092.74 11894.76
## 5165 18544.30 1713210.55 1488491.11 188922.83 35796.61
## 5166 17935.73 1447131.62 1259357.50 142470.58 45303.54
## 5167 25630.41 1413024.88 1245189.33 153644.22 14191.33
## 5168 21617.07 1198246.30 1034294.77 157809.80 6141.73
## 5169 24523.40 1197854.91 1035007.77 149412.38 13434.76
## 5170 25254.69 1153489.74 969970.70 169617.21 13901.83
## 5171 29835.26 1329077.21 1169824.57 105002.77 54249.87
## 5172 44558.77 1402394.91 1297883.28 87850.35 16661.28
## 5173 189691.87 1374241.93 1233354.94 92635.95 48251.04
## 5174 522836.75 1630640.31 1398829.45 124715.63 107095.23
## 5175 425639.83 1477093.31 1226901.91 190503.41 59687.99
## 5176 346244.07 1268950.14 1062854.49 167590.92 38504.73
## 5177 423778.70 1335078.27 964900.17 307836.87 62341.23
## 5178 355042.24 1363234.34 976198.08 325421.53 61614.73
## 5179 347794.01 1299214.04 1034533.11 229576.24 35104.69
## 5180 537748.12 1474558.75 1071647.44 348148.30 54763.01
## 5181 459077.76 1544628.69 1146035.44 389114.15 9479.10
## 5182 697833.12 1550045.03 1225103.02 315129.42 9812.59
## 5183 398632.20 1594861.23 1215673.04 368204.58 10983.61
## 5184 564146.38 1515562.48 1161263.73 346494.76 7803.99
## 5185 617895.60 1328964.06 1124257.15 195845.36 8861.55
## 5186 556972.27 1320919.43 1124849.63 183288.76 12781.04
## 5187 649669.10 1099219.01 896073.07 198721.79 4424.15
## 5188 660825.04 1247605.46 951743.56 288346.10 7515.80
## 5189 653141.71 1147082.56 882135.10 256004.47 8942.99
## 5190 698856.60 883739.27 731907.20 144961.72 6870.35
## 5191 390174.57 957869.45 822317.08 128134.68 7417.69
## 5192 337159.88 902749.95 791893.15 104430.43 6426.37
## 5193 423920.15 791466.24 658990.14 124051.73 8424.37
## 5194 718463.59 832090.55 662650.24 147944.33 21495.98
## 5195 804558.25 1048473.26 756322.54 197394.70 94756.02
## 5196 521213.33 862689.21 623663.62 133279.26 105746.33
## 5197 245808.96 928933.01 705848.56 159609.68 63474.77
## 5198 373209.85 769870.56 621920.46 136801.89 11148.21
## 5199 263562.26 800065.29 656702.11 140938.24 2424.94
## 5200 361423.55 795564.12 682311.74 109448.15 3804.23
## 5201 5643.49 1505734.95 736767.31 767155.70 1811.94
## 5202 8172.53 1439566.48 670843.43 766286.38 2436.67
## 5203 4655.77 1124601.48 630163.97 492521.95 1915.56
## 5204 5133.86 1603342.57 644607.27 957516.13 1219.17
## 5205 4791.45 1000540.24 509394.25 490242.94 903.05
## 5206 8082.20 1127324.94 592607.45 532645.82 2071.67
## 5207 13358.39 1080426.19 543743.70 535602.77 1079.72
## 5208 14547.51 980839.72 432321.09 547443.91 1074.72
## 5209 14441.46 964607.84 416179.29 545707.16 2721.39
## 5210 11469.22 981836.20 435847.70 543596.56 2391.94
## 5211 10217.86 1211778.49 420581.32 790113.56 1083.61
## 5212 7239.64 1098335.61 516483.34 580235.88 1616.39
## 5213 10940.09 1206077.13 602427.54 602149.59 1500.00
## 5214 9605.99 1269316.00 691449.32 573138.62 4728.06
## 5215 9444.29 1326952.81 706832.05 617002.43 3118.33
## 5216 10177.70 1250665.23 791919.62 455458.67 3286.94
## 5217 12528.81 1350425.71 771445.27 574732.66 4247.78
## 5218 10303.20 1039496.20 738943.52 290855.73 9696.95
## 5219 13450.33 1131257.46 827154.53 276587.65 27515.28
## 5220 15287.26 1235785.30 745879.10 467642.03 22264.17
## 5221 18597.99 1085092.05 710559.72 328992.05 45540.28
## 5222 18938.44 1096809.52 724983.80 322569.05 49256.67
## 5223 21369.68 1029573.65 657021.42 314632.79 57919.44
## 5224 20301.82 1108146.26 705840.64 335918.68 66386.94
## 5225 29960.26 1168263.21 785436.82 322739.72 60086.67
## 5226 30343.48 1677681.28 1031656.46 559976.48 86048.34
## 5227 26639.39 1184384.67 850211.60 280635.29 53537.78
## 5228 30691.31 1257240.56 699685.23 498428.66 59126.67
## 5229 30505.16 1013489.54 641109.21 295047.83 77332.50
## 5230 26309.45 1209213.09 563930.87 574578.06 70704.16
## 5231 23769.90 1271964.93 531132.05 696042.61 44790.27
## 5232 11952.59 1103370.10 536816.84 512209.90 54343.36
## 5233 10065.75 1658275.05 610050.97 1029088.05 19136.03
## 5234 10776.46 1510896.22 712577.48 795541.26 2777.48
## 5235 10664.75 2057090.63 738082.97 1318520.16 487.50
## 5236 10941.97 1620237.24 542495.57 1072748.00 4993.67
## 5237 8860.76 1180206.12 556254.94 622049.37 1901.81
## 5238 10186.67 1539555.11 519721.11 1017680.35 2153.65
## 5239 12154.28 1045918.81 551758.29 494160.52 0.00
## 5240 13925.65 951934.24 530183.19 421736.00 15.05
## 5241 15753.25 945669.76 506482.12 439187.64 0.00
## 5242 17714.52 1417827.86 527240.77 890581.06 6.03
## 5243 14794.78 912052.32 493727.49 418324.83 0.00
## 5244 13243.40 1407173.69 528218.04 878955.65 0.00
## 5245 13665.41 878493.31 459449.71 419043.60 0.00
## 5246 12099.24 871290.27 499341.01 371949.26 0.00
## 5247 22097.49 1846427.61 740216.91 1106150.27 60.43
## 5248 15260.70 903532.76 485345.67 418187.09 0.00
## 5249 16838.16 1122442.48 570260.95 552166.44 15.09
## 5250 16861.86 750058.46 507151.29 242855.86 51.31
## 5251 17017.65 1020575.74 489927.14 530648.60 0.00
## 5252 17650.77 715314.10 482358.65 232943.41 12.04
## 5253 43.42 32987.91 32946.57 13.33 28.01
## 5254 27.35 42555.60 42186.43 361.54 7.63
## 5255 34.43 51511.95 50878.50 424.91 208.54
## 5256 312.82 28902.23 28878.10 8.89 15.24
## 5257 33.27 23871.15 23852.61 13.46 5.08
## 5258 24.20 46097.43 45968.78 4.50 124.15
## 5259 35.41 55964.75 55562.16 81.03 321.56
## 5260 20.15 28679.31 28639.40 4.50 35.41
## 5261 118.13 27285.86 27169.67 0.00 116.19
## 5262 19.05 35996.40 35886.49 44.63 65.28
## 5263 46.93 36057.86 34881.48 1171.39 4.99
## 5264 70.54 43225.60 33043.20 10182.40 0.00
## 5265 151.99 89795.19 45596.93 43887.36 310.90
## 5266 124.82 49375.04 39036.90 10338.14 0.00
## 5267 378.65 36230.18 32496.53 3721.45 12.20
## 5268 1572.45 41643.40 41633.69 0.00 9.71
## 5269 1519.26 39238.05 39194.32 17.17 26.56
## 5270 1858.09 39320.51 39315.70 0.00 4.81
## 5271 2000.73 44049.45 44033.76 8.51 7.18
## 5272 2321.26 40761.68 40759.30 0.00 2.38
## 5273 1816.11 38403.17 38393.69 0.00 9.48
## 5274 1167.58 41986.47 41986.47 0.00 0.00
## 5275 210.50 41880.74 41880.74 0.00 0.00
## 5276 159.32 51223.19 51218.42 0.00 4.77
## 5277 1198.87 44657.42 44566.32 33.56 57.54
## 5278 3407.45 45212.47 44836.14 349.79 26.54
## 5279 3974.43 44035.66 44033.23 0.00 2.43
## 5280 2998.29 41121.77 41041.12 56.29 24.36
## 5281 3152.34 42266.87 37812.07 4447.33 7.47
## 5282 5361.13 61473.51 60082.40 1383.65 7.46
## 5283 3012.50 55339.47 55214.30 110.28 14.89
## 5284 3206.91 45150.59 36360.99 8782.18 7.42
## 5285 3401.00 60947.45 60819.71 32.08 95.66
## 5286 3173.84 56829.74 55178.16 1553.14 98.44
## 5287 3451.47 53406.54 53362.37 0.00 44.17
## 5288 2947.93 44927.91 44270.25 630.74 26.92
## 5289 3466.99 75319.15 75098.77 69.31 151.07
## 5290 3378.21 42943.63 42824.85 0.00 118.78
## 5291 3270.23 49666.74 48727.02 930.08 9.64
## 5292 3115.62 63256.35 63172.36 0.00 83.99
## 5293 3092.49 36653.09 36639.27 4.25 9.57
## 5294 3141.33 51134.29 51069.86 0.00 64.43
## 5295 3132.45 52556.18 52480.19 59.31 16.68
## 5296 2886.03 47818.48 47750.71 29.65 38.12
## 5297 2940.94 64822.45 64778.72 12.72 31.01
## 5298 2422.28 35122.33 35052.50 53.10 16.73
## 5299 1283.73 72325.97 72052.59 91.48 181.90
## 5300 3497.50 45912.60 45821.45 76.77 14.38
## 5301 2793.05 42692.72 42637.23 17.07 38.42
## 5302 3527.08 52474.49 52341.94 132.55 0.00
## 5303 3214.92 49769.66 49569.33 51.35 148.98
## 5304 4624.15 45294.77 43671.02 1485.68 138.07
## 5305 60.38 64327.92 47503.95 16823.97 0.00
## 5306 50.40 71669.06 52786.07 18882.99 0.00
## 5307 146.25 71684.48 57071.30 14613.18 0.00
## 5308 37.24 70735.37 40391.54 30343.83 0.00
## 5309 16.27 59769.20 40665.36 19103.84 0.00
## 5310 86.33 50120.56 35284.71 14835.85 0.00
## 5311 97.91 57078.25 40601.59 16476.66 0.00
## 5312 98.22 64456.08 45157.29 19079.35 219.44
## 5313 59.48 71015.07 45591.77 25423.30 0.00
## 5314 49.00 85450.42 61303.92 24146.50 0.00
## 5315 46.82 57696.46 42853.49 14842.97 0.00
## 5316 125.39 55723.55 39013.44 16710.11 0.00
## 5317 35.83 73794.77 41062.22 32732.55 0.00
## 5318 25.48 64183.63 38326.05 25857.58 0.00
## 5319 58.64 77402.26 50958.87 26367.00 76.39
## 5320 32.10 64127.97 50774.93 13353.04 0.00
## 5321 131.77 82460.15 59982.20 17076.40 5401.55
## 5322 99.09 67223.71 43548.46 19095.40 4579.85
## 5323 167.07 115305.18 98022.80 6778.23 10504.15
## 5324 254.57 153766.78 137801.20 10454.24 5511.34
## 5325 213.23 177046.54 154944.24 9249.53 12852.77
## 5326 229.71 131076.17 109459.43 6537.25 15079.49
## 5327 439.63 156046.62 132587.08 11498.20 11961.34
## 5328 304.22 182001.41 152990.15 20179.44 8831.82
## 5329 663.38 229915.84 204560.07 13138.25 12217.52
## 5330 467.21 260500.63 225966.72 21420.64 13113.27
## 5331 750.02 155220.99 126591.94 14354.30 14274.75
## 5332 81.39 171480.26 139118.22 27583.68 4778.36
## 5333 88.75 177313.57 139479.80 19315.86 18517.91
## 5334 90.92 204436.11 170177.69 19377.27 14881.15
## 5335 210.80 164255.54 150822.59 13401.63 31.32
## 5336 15.76 184967.04 156414.69 28505.49 46.86
## 5337 46.32 210259.28 179609.78 30236.34 413.16
## 5338 73.71 182064.39 127495.69 54426.61 142.09
## 5339 42.66 145834.58 126405.83 19398.20 30.55
## 5340 10.97 156817.80 123839.46 32941.31 37.03
## 5341 47.76 131088.14 96909.71 34108.83 69.60
## 5342 82.27 127396.71 98906.41 28468.59 21.71
## 5343 15.21 114503.74 82978.09 31523.48 2.17
## 5344 21.47 96952.33 76482.71 20432.74 36.88
## 5345 27.10 110432.97 73562.41 36866.22 4.34
## 5346 68.81 96265.24 65087.11 31078.15 99.98
## 5347 23.40 107603.99 84301.57 23258.91 43.51
## 5348 64.26 108603.37 81857.33 26526.01 220.03
## 5349 55.42 101066.23 74251.97 26792.44 21.82
## 5350 16.24 87449.87 69046.57 18403.30 0.00
## 5351 32.76 113765.47 71787.46 41934.23 43.78
## 5352 14.01 106869.22 68748.30 38112.15 8.77
## 5353 4.76 101107.17 67007.75 34086.25 13.17
## 5354 25.07 79048.63 63934.26 15068.21 46.16
## 5355 34.37 112747.01 89122.24 23596.15 28.62
## 5356 34.87 79079.88 67243.27 11814.57 22.04
## 5357 2.26 15832.85 14866.23 966.62 0.00
## 5358 5.00 13185.09 12270.19 908.23 6.67
## 5359 15.25 9746.67 8823.89 922.78 0.00
## 5360 4.00 7088.23 6841.52 149.49 97.22
## 5361 6.97 8270.22 8270.22 0.00 0.00
## 5362 1.00 9906.39 9906.39 0.00 0.00
## 5363 33.79 10590.84 10590.84 0.00 0.00
## 5364 31.15 11213.24 11213.24 0.00 0.00
## 5365 12.23 6794.05 6791.83 2.22 0.00
## 5366 41.02 18222.18 18222.18 0.00 0.00
## 5367 21.67 22125.81 22125.81 0.00 0.00
## 5368 56.22 22178.65 22178.65 0.00 0.00
## 5369 37.44 20560.11 20560.11 0.00 0.00
## 5370 24.00 19376.46 19358.68 17.78 0.00
## 5371 15.99 17326.50 17070.94 255.56 0.00
## 5372 10.00 19414.65 18636.87 777.78 0.00
## 5373 23.10 12285.70 12128.93 6.77 150.00
## 5374 16.10 20406.64 19306.64 0.00 1100.00
## 5375 19.23 18382.95 17427.95 0.00 955.00
## 5376 28.81 15972.49 15337.49 0.00 635.00
## 5377 2.00 16213.03 15518.03 0.00 695.00
## 5378 10.23 18720.65 18175.65 0.00 545.00
## 5379 19.95 19499.44 16609.44 0.00 2890.00
## 5380 1.00 25558.91 24463.91 0.00 1095.00
## 5381 13.99 31728.04 28754.71 3.33 2970.00
## 5382 1.25 35695.67 32830.67 0.00 2865.00
## 5383 13.00 29857.83 28352.83 0.00 1505.00
## 5384 15.50 30178.78 28498.78 0.00 1680.00
## 5385 90.98 32429.37 31259.37 0.00 1170.00
## 5386 178.83 31245.29 29640.29 0.00 1605.00
## 5387 435.86 28185.22 27875.22 0.00 310.00
## 5388 600.23 30412.17 29287.17 0.00 1125.00
## 5389 695.37 28097.76 28097.76 0.00 0.00
## 5390 411.23 32833.67 32833.67 0.00 0.00
## 5391 769.07 26695.90 26695.90 0.00 0.00
## 5392 586.42 27272.34 27268.73 3.61 0.00
## 5393 3.00 30486.41 30486.41 0.00 0.00
## 5394 2.00 29290.68 29290.68 0.00 0.00
## 5395 4.00 26379.58 26379.58 0.00 0.00
## 5396 15.45 28359.12 28359.12 0.00 0.00
## 5397 10.73 25508.72 25508.72 0.00 0.00
## 5398 21.45 27715.17 27710.73 4.44 0.00
## 5399 38.46 25257.46 25157.67 99.79 0.00
## 5400 8.00 24247.71 23555.99 691.72 0.00
## 5401 20.50 24037.80 22191.93 1845.87 0.00
## 5402 41.00 26950.79 25835.23 1115.56 0.00
## 5403 23.26 28741.81 28032.92 708.89 0.00
## 5404 33.29 27786.67 27245.24 541.43 0.00
## 5405 31.76 29307.66 29215.12 92.54 0.00
## 5406 9.75 27814.42 27814.42 0.00 0.00
## 5407 2.00 25129.20 25129.20 0.00 0.00
## 5408 24.66 20919.65 20919.65 0.00 0.00
## 5409 63.53 183680.51 87877.06 95803.45 0.00
## 5410 48.96 177571.63 77777.03 99658.49 136.11
## 5411 27.84 129654.62 72901.02 56753.60 0.00
## 5412 39.36 214104.64 91215.95 122888.69 0.00
## 5413 41.71 111269.76 52267.61 59002.15 0.00
## 5414 87.54 120219.30 58516.69 61702.61 0.00
## 5415 148.09 130003.72 63858.93 66144.79 0.00
## 5416 145.64 105649.67 43844.85 61804.82 0.00
## 5417 150.20 104007.93 42732.14 61275.79 0.00
## 5418 130.21 97801.38 35310.45 62490.93 0.00
## 5419 214.87 136937.61 36245.73 100691.88 0.00
## 5420 119.90 121816.07 53843.03 67973.04 0.00
## 5421 250.23 126706.21 63736.85 62969.36 0.00
## 5422 109.75 142173.73 78485.78 63687.95 0.00
## 5423 102.58 145475.45 73697.98 71774.14 3.33
## 5424 61.00 121354.03 65128.71 55457.26 768.06
## 5425 79.60 156524.36 85777.72 68958.03 1788.61
## 5426 62.59 101678.33 78855.06 20239.66 2583.61
## 5427 48.58 113884.27 80157.70 27826.57 5900.00
## 5428 63.23 127938.54 65540.89 57507.65 4890.00
## 5429 107.35 120285.74 75445.92 35139.82 9700.00
## 5430 23.31 108156.34 68165.92 30100.42 9890.00
## 5431 24.75 113201.38 71808.87 29197.51 12195.00
## 5432 46.19 131038.15 87458.66 31340.05 12239.44
## 5433 93.56 125571.71 87917.71 26862.89 10791.11
## 5434 71.82 182480.50 116195.87 50307.96 15976.67
## 5435 37.04 129449.88 88532.88 31127.00 9790.00
## 5436 111.83 135373.56 68955.92 55517.64 10900.00
## 5437 50.30 97287.73 57317.02 29525.43 10445.28
## 5438 105.50 123575.26 61524.24 53634.35 8416.67
## 5439 172.19 126419.09 63311.97 57550.46 5556.66
## 5440 187.53 96827.33 54513.18 33377.48 8936.67
## 5441 113.49 168902.60 58113.67 106150.87 4638.06
## 5442 163.00 158068.61 81108.34 76960.27 0.00
## 5443 50.01 235291.61 85158.24 150133.37 0.00
## 5444 155.42 184380.18 60995.42 122379.20 1005.56
## 5445 97.76 124387.87 63443.38 60944.49 0.00
## 5446 28.42 182667.46 58747.56 123796.29 123.61
## 5447 29.08 132565.73 68922.65 63643.08 0.00
## 5448 67.71 113113.72 58016.76 55096.96 0.00
## 5449 56.69 108808.62 52243.64 56564.98 0.00
## 5450 263.76 175373.37 56866.76 118506.61 0.00
## 5451 20.59 114877.87 62840.15 52037.72 0.00
## 5452 46.83 186635.62 67866.87 118768.75 0.00
## 5453 75.71 107623.12 55694.57 51928.55 0.00
## 5454 78.63 92989.53 56730.92 36258.61 0.00
## 5455 105.28 247469.51 98976.22 148493.29 0.00
## 5456 91.61 140399.07 66287.34 74111.73 0.00
## 5457 213.63 196647.84 80146.89 116498.21 2.74
## 5458 101.81 115799.75 70537.04 45235.19 27.52
## 5459 131.61 180320.56 70164.37 110156.19 0.00
## 5460 133.90 102560.84 69223.85 33336.99 0.00
## 5461 541972.42 10207830.47 7709584.33 2417144.92 81101.22
## 5462 427872.42 9422776.08 6970320.34 2358443.96 94011.78
## 5463 403047.93 10713276.64 8149438.75 2490495.07 73342.82
## 5464 428009.84 10240878.19 7187022.58 2988504.98 65350.63
## 5465 344475.90 7349757.04 5691266.56 1609867.20 48623.28
## 5466 407567.78 8017463.63 6207080.46 1765673.77 44709.40
## 5467 477520.95 7602861.90 5602593.66 1957163.93 43104.31
## 5468 505349.44 7098159.72 5245066.66 1812174.32 40918.74
## 5469 453145.26 6604079.78 4655045.62 1882750.65 66283.51
## 5470 452383.96 8616978.67 6508666.81 2016513.03 91798.83
## 5471 447291.48 9594018.14 6934368.93 2575095.84 84553.37
## 5472 490956.88 9234783.64 6849126.90 2316377.99 69278.75
## 5473 490123.01 10466072.18 7408765.90 2981275.76 76030.52
## 5474 492604.30 10008533.68 7440444.59 2476400.79 91688.30
## 5475 486187.39 10040761.83 7649502.34 2311262.99 79996.50
## 5476 512160.27 10271369.65 8199580.75 2016484.84 55304.06
## 5477 540680.89 10863029.04 8555283.68 2214419.29 93326.07
## 5478 563738.54 10448164.27 8503870.88 1785021.92 159271.47
## 5479 609720.87 10350629.04 8749239.27 1446381.11 155008.66
## 5480 749247.02 10404655.99 8479506.83 1813210.60 111938.56
## 5481 754548.53 10136875.64 8386276.39 1569550.49 181048.76
## 5482 783937.09 9824722.93 8193011.02 1431744.52 199967.39
## 5483 947964.05 10264347.61 8315738.70 1561208.69 387400.22
## 5484 953631.47 10753156.29 8737861.29 1624816.27 390478.73
## 5485 1266433.97 11166526.08 8984513.63 1727668.80 454343.65
## 5486 1761343.08 12407004.27 9967538.34 1887772.28 551693.65
## 5487 1624942.43 10773127.59 8834969.52 1609568.98 328589.09
## 5488 1642735.63 10515650.57 8223280.88 1975350.75 317018.94
## 5489 1607344.08 10147819.40 8039865.67 1796513.74 311439.99
## 5490 1770948.09 11254800.67 8492744.45 2441022.99 321033.23
## 5491 1583495.93 10923377.04 8085657.41 2657598.78 180120.85
## 5492 1640829.40 10623981.88 7835766.14 2563223.75 224991.99
## 5493 1753852.61 11276355.61 7987028.55 3143280.05 146047.01
## 5494 1993645.36 12211187.76 8747756.84 3342780.83 120650.09
## 5495 1414364.49 11804441.30 8376124.32 3365582.11 62734.87
## 5496 1599863.98 10711949.33 7835835.83 2801102.86 75010.64
## 5497 1896149.50 10720881.55 8128710.21 2467001.94 125169.40
## 5498 1666275.13 10499801.43 7808770.98 2613293.43 77737.02
## 5499 1731910.48 9102948.43 6830380.18 2213379.44 59188.81
## 5500 1880231.38 10055499.41 7745105.36 2228007.91 82386.14
## 5501 1773088.87 9700550.36 7248857.68 2374053.89 77638.79
## 5502 1800065.57 9807875.47 7231162.60 2521123.87 55589.00
## 5503 1686475.33 9357288.84 7502570.03 1747903.69 106815.12
## 5504 1560167.75 10123400.65 7251666.99 2802238.74 69494.92
## 5505 1375260.47 9409896.06 7213492.61 2150749.43 45654.02
## 5506 1811090.71 9564299.56 7102422.27 2387455.67 74421.62
## 5507 2546439.11 12698112.39 9083373.04 3373077.87 241661.48
## 5508 1643703.17 8701404.65 6684515.27 1823889.58 192999.80
## 5509 1440380.36 10271872.35 7438489.60 2668368.01 165014.74
## 5510 1419405.62 9138082.37 6846324.06 2228420.91 63337.40
## 5511 1282612.91 9314347.55 6735384.32 2528089.14 50874.09
## 5512 1560068.62 8911429.39 6464895.83 2287449.76 159083.80
## 5513 114035.00 2414073.74 1681100.98 731388.25 1584.51
## 5514 89996.89 2248149.64 1571421.56 673464.14 3263.94
## 5515 86234.32 3330284.14 2543800.78 778604.87 7878.49
## 5516 81114.60 2532202.54 1534025.06 992335.68 5841.80
## 5517 86789.70 1636666.88 1068035.07 565542.44 3089.37
## 5518 105452.10 1920546.84 1357080.60 562175.85 1290.39
## 5519 107496.50 1983632.19 1238998.31 742515.09 2118.79
## 5520 119469.87 1764683.50 1168746.58 593225.94 2710.98
## 5521 113342.82 1577393.01 1029899.70 545279.86 2213.45
## 5522 116102.67 2203553.27 1441557.14 758232.29 3763.84
## 5523 102563.10 2539406.03 1566289.88 970943.65 2172.50
## 5524 98555.04 2327570.81 1433086.08 893082.67 1402.06
## 5525 110878.40 3201511.94 1755945.22 1442472.30 3094.42
## 5526 107712.68 2437197.30 1445592.77 987092.17 4512.36
## 5527 103658.21 2203084.89 1276040.86 922977.71 4066.32
## 5528 102419.92 2365115.30 1494929.03 867612.77 2573.50
## 5529 111324.84 2357778.91 1344665.71 1012172.25 940.95
## 5530 93943.34 2409223.20 1478205.23 928604.86 2413.11
## 5531 91408.86 2158077.84 1621159.84 535021.55 1896.45
## 5532 122056.89 2268690.86 1560891.12 706937.47 862.27
## 5533 94460.71 2244433.80 1668013.40 571941.45 4478.95
## 5534 95280.92 2239890.63 1730972.57 505626.06 3292.00
## 5535 96068.39 2346061.42 1664867.92 664224.62 16968.88
## 5536 95086.40 2504100.74 1822960.00 665247.85 15892.89
## 5537 111309.46 2606450.98 1823295.07 762671.30 20484.61
## 5538 137804.75 2628016.66 2009090.39 606174.10 12752.17
## 5539 135483.56 2548752.65 1853714.65 687801.75 7236.25
## 5540 140268.18 2419020.89 1643598.70 767883.69 7538.50
## 5541 162974.69 2322715.61 1528937.12 787095.90 6682.59
## 5542 147905.62 2926187.85 1971340.38 949755.22 5092.25
## 5543 164102.20 2898450.92 1761129.51 1132669.37 4652.04
## 5544 150382.82 2529687.53 1385581.32 1139276.54 4829.67
## 5545 155509.69 2859001.80 1826973.60 1026237.94 5790.26
## 5546 152314.08 3079248.01 1953254.58 1118633.94 7359.49
## 5547 131269.35 2688397.82 1975170.33 706418.43 6809.06
## 5548 130993.85 2246865.14 1582301.04 658730.78 5833.32
## 5549 168334.55 3065692.14 1944100.53 1112775.44 8816.17
## 5550 177612.73 2406246.76 1619230.76 780038.56 6977.44
## 5551 159784.50 2486040.40 1644831.50 840392.37 816.53
## 5552 190076.10 2538487.90 1771851.21 765592.73 1043.96
## 5553 167407.21 2257593.06 1216115.26 1040865.95 611.85
## 5554 179006.49 2470527.63 1608842.43 860619.11 1066.09
## 5555 171164.48 2223309.85 1665446.71 556980.31 882.83
## 5556 251937.95 2681463.43 1557228.28 1123472.59 762.56
## 5557 123948.37 2734390.49 1670968.69 1062368.09 1053.71
## 5558 155260.97 2293243.90 1225073.29 1064255.94 3914.67
## 5559 281618.20 3123581.98 1921219.60 1187478.30 14884.08
## 5560 186797.28 2240990.41 1438474.30 781447.29 21068.82
## 5561 121729.44 2761390.23 1345680.31 1407886.07 7823.85
## 5562 181519.92 2868822.60 1515056.35 1352291.24 1475.01
## 5563 175472.09 2538772.45 1418302.47 1118953.54 1516.44
## 5564 156194.56 2707752.65 1383713.06 1320163.95 3875.64
## 5565 15998.99 297872.51 130112.09 167620.42 140.00
## 5566 12379.19 323315.22 142224.29 180677.60 413.33
## 5567 12632.73 386798.87 167338.47 219187.07 273.33
## 5568 10869.10 268576.18 105842.68 162657.94 75.56
## 5569 9805.34 203322.09 104487.22 98716.81 118.06
## 5570 11622.63 210703.11 109832.07 100871.04 0.00
## 5571 14195.71 207108.43 114355.56 92752.87 0.00
## 5572 17719.27 189492.08 106571.99 82920.09 0.00
## 5573 17669.83 170583.00 77112.50 93470.50 0.00
## 5574 17487.68 208643.81 92147.36 115578.39 918.06
## 5575 13559.50 326049.56 204702.97 121346.59 0.00
## 5576 11748.36 227171.38 153534.17 73637.21 0.00
## 5577 15371.56 201432.47 131471.63 69960.84 0.00
## 5578 14663.85 188232.75 117476.89 70580.86 175.00
## 5579 12899.95 179627.74 104714.47 74913.27 0.00
## 5580 12243.91 193032.41 111106.93 81825.48 100.00
## 5581 13318.67 192349.36 112529.49 79499.87 320.00
## 5582 12234.07 211026.64 134565.14 76391.50 70.00
## 5583 12142.01 223752.19 142739.33 81012.86 0.00
## 5584 15309.45 244142.63 159059.48 85083.15 0.00
## 5585 15436.45 219758.21 152300.82 67457.39 0.00
## 5586 15442.57 212715.39 144484.06 65764.66 2466.67
## 5587 17101.34 262557.27 169487.86 81989.41 11080.00
## 5588 16431.19 251111.63 178906.87 68996.71 3208.05
## 5589 16968.44 287873.68 187139.46 87776.17 12958.05
## 5590 20212.32 318422.49 212681.56 91214.82 14526.11
## 5591 23127.35 346014.18 243993.80 95170.94 6849.44
## 5592 25373.47 278538.50 167775.05 94639.29 16124.16
## 5593 56434.44 213895.00 110853.14 87748.53 15293.33
## 5594 41083.35 238201.26 106610.36 121450.90 10140.00
## 5595 37522.40 257284.62 107015.69 144257.82 6011.11
## 5596 50440.46 198590.26 97204.01 93102.92 8283.33
## 5597 20624.94 162737.23 97314.33 61552.90 3870.00
## 5598 33224.01 212841.11 124984.25 83560.19 4296.67
## 5599 32607.62 255700.36 173262.30 75381.39 7056.67
## 5600 32786.12 195910.78 97308.05 96326.06 2276.67
## 5601 51745.47 199616.93 92473.19 107003.74 140.00
## 5602 32940.56 168152.43 97395.82 70756.61 0.00
## 5603 29032.63 114280.98 82969.77 31311.21 0.00
## 5604 30073.26 155582.95 99134.34 56448.61 0.00
## 5605 71017.02 140577.07 86992.57 53584.50 0.00
## 5606 36476.41 149759.94 88060.04 61699.90 0.00
## 5607 38919.31 118578.88 89574.12 29004.76 0.00
## 5608 53843.00 125240.61 84429.01 40794.93 16.67
## 5609 27799.93 140172.99 88186.62 50489.70 1496.67
## 5610 30289.17 159512.61 89653.91 56745.36 13113.34
## 5611 74916.26 170067.56 100403.73 41471.60 28192.23
## 5612 38529.09 149053.35 94019.44 16913.91 38120.00
## 5613 16034.41 135481.08 94434.30 24812.34 16234.44
## 5614 26636.10 125527.45 89810.71 28507.85 7208.89
## 5615 16273.90 124938.10 82660.45 40944.32 1333.33
## 5616 35241.26 128928.74 94218.83 32476.58 2233.33
## 5617 20.25 9735.94 5556.98 4178.96 0.00
## 5618 19.06 15616.09 6863.18 8752.91 0.00
## 5619 79.18 17207.91 8914.13 8293.78 0.00
## 5620 104.36 13853.56 7268.21 6585.35 0.00
## 5621 136.00 9511.00 7061.00 2450.00 0.00
## 5622 62.00 11426.00 5059.00 6368.00 0.00
## 5623 43.00 13940.00 7536.00 6404.00 0.00
## 5624 213.00 12115.00 8006.00 4109.00 0.00
## 5625 33.88 13050.39 9877.42 3172.97 0.00
## 5626 57.94 8829.04 5050.91 3778.13 0.00
## 5627 35.48 8569.51 5101.64 3467.87 0.00
## 5628 62.45 6773.72 3882.02 2891.70 0.00
## 5629 42.63 5802.41 2148.20 3654.21 0.00
## 5630 77.85 9299.99 5069.66 4230.33 0.00
## 5631 74.82 9933.04 5391.35 4541.69 0.00
## 5632 33.59 9154.86 5289.78 3851.75 13.33
## 5633 136.96 8985.46 4559.36 3672.77 753.33
## 5634 121.57 10138.66 4615.19 3646.80 1876.67
## 5635 71.46 13412.07 9395.94 3709.46 306.67
## 5636 130.14 13908.35 8599.25 4155.77 1153.33
## 5637 186.67 12331.34 8301.97 3132.71 896.66
## 5638 336.06 13636.13 5918.21 6844.59 873.33
## 5639 321.62 8074.87 5552.63 1932.24 590.00
## 5640 940.58 9037.23 3250.30 4896.93 890.00
## 5641 2546.08 10739.09 4950.13 4788.96 1000.00
## 5642 494.51 16008.42 8213.25 5210.17 2585.00
## 5643 741.19 14764.17 6549.32 6584.85 1630.00
## 5644 129.85 12665.94 4686.34 6874.60 1105.00
## 5645 723.07 11747.83 3875.12 6697.71 1175.00
## 5646 364.68 12857.87 2704.43 8235.11 1918.33
## 5647 100.07 10246.77 2834.14 6342.63 1070.00
## 5648 105.74 12727.56 6141.75 6029.14 556.67
## 5649 334.01 10798.31 5338.56 5203.08 256.67
## 5650 196.39 13279.94 5727.85 7552.09 0.00
## 5651 121.07 36806.79 9600.81 27205.98 0.00
## 5652 81.89 22819.87 10547.36 12272.51 0.00
## 5653 84.45 23292.31 8236.01 15056.30 0.00
## 5654 161.28 14005.06 7179.98 6825.08 0.00
## 5655 44.28 13907.84 7121.61 6786.23 0.00
## 5656 97.26 19977.68 6332.44 13645.24 0.00
## 5657 70.17 18842.97 7252.70 11590.27 0.00
## 5658 140.57 18267.93 8302.27 9965.66 0.00
## 5659 89.32 26414.54 10990.08 15424.46 0.00
## 5660 57.86 13388.64 13277.29 111.35 0.00
## 5661 71.20 11149.85 10910.40 239.45 0.00
## 5662 125.48 10955.48 10784.07 171.41 0.00
## 5663 175.60 12161.47 11650.91 510.56 0.00
## 5664 2119.02 10233.43 10047.32 186.11 0.00
## 5665 484.56 12780.26 12393.84 382.06 4.36
## 5666 2191.71 11194.51 11060.19 125.50 8.82
## 5667 607.03 12634.81 12574.72 60.09 0.00
## 5668 56.91 12674.57 12606.67 67.90 0.00
## 5669 200.36 7874.69 7866.86 7.83 0.00
## 5670 961.18 265511.68 173990.02 88882.27 2639.39
## 5671 1112.56 200420.81 130079.34 66147.03 4194.44
## 5672 915.94 218795.46 153468.13 62336.11 2991.22
## 5673 1302.16 229537.62 158483.40 67567.68 3486.54
## 5674 1390.00 207280.00 137581.00 66640.00 3058.00
## 5675 903.00 172460.00 113141.00 55576.00 3743.00
## 5676 1109.00 181617.00 118386.00 61447.00 1784.00
## 5677 1398.00 233196.00 154898.00 75134.00 3164.00
## 5678 1124.72 258203.63 189677.82 66802.08 1723.73
## 5679 1083.81 199513.92 131656.43 66215.82 1641.67
## 5680 894.35 149983.51 95710.09 54265.29 8.13
## 5681 148.61 173759.18 110652.91 63067.00 39.27
## 5682 51.10 166005.89 100702.03 65197.74 106.12
## 5683 366.89 153118.37 101913.35 51196.55 8.47
## 5684 34.48 136222.77 88241.47 47954.41 26.89
## 5685 92.68 141331.98 90750.39 50425.52 156.07
## 5686 111.21 178201.05 116857.39 58868.48 2475.18
## 5687 121.59 150194.51 92866.15 54225.03 3103.33
## 5688 99.72 179771.75 116586.74 56679.85 6505.16
## 5689 27.54 196441.55 132374.71 62509.83 1557.01
## 5690 64.99 220634.69 148972.21 66092.48 5570.00
## 5691 69.99 205049.15 137139.10 60271.16 7638.89
## 5692 87.14 164737.55 105247.83 53475.11 6014.61
## 5693 150.97 167769.38 115065.44 45903.96 6799.98
## 5694 100.90 216597.76 154627.41 55794.73 6175.62
## 5695 442.12 215484.32 138657.24 69372.08 7455.00
## 5696 109.99 223816.89 136027.87 77103.34 10685.68
## 5697 149.89 205576.35 102982.83 95431.48 7162.04
## 5698 145.33 174184.46 94081.93 69712.53 10390.00
## 5699 101.41 203016.44 117300.66 78150.78 7565.00
## 5700 130.81 293014.07 174068.36 113270.71 5675.00
## 5701 354.25 199864.68 131064.06 57827.85 10972.77
## 5702 1650.70 222049.39 142077.31 70753.58 9218.50
## 5703 3491.08 250753.79 171471.84 69708.44 9573.51
## 5704 248.63 277194.84 148163.73 121006.86 8024.25
## 5705 240.51 215669.22 131644.64 75877.47 8147.11
## 5706 96.03 225570.43 138920.99 84101.48 2547.96
## 5707 143.78 256638.61 170945.65 80087.96 5605.00
## 5708 124.10 193143.23 107369.32 78978.91 6795.00
## 5709 139.77 206733.85 150546.84 52857.01 3330.00
## 5710 132.95 170193.33 108832.13 56386.20 4975.00
## 5711 147.93 195711.22 120153.69 72091.97 3465.56
## 5712 97.76 203385.65 126155.12 75894.14 1336.39
## 5713 62.73 221980.74 143650.82 77624.92 705.00
## 5714 96.57 275008.05 222151.21 50371.84 2485.00
## 5715 133.35 230746.78 171819.03 55459.69 3468.06
## 5716 325.51 233733.34 176286.09 56911.14 536.11
## 5717 412.85 278347.77 180392.30 97837.41 118.06
## 5718 219.79 256177.70 177033.34 79144.36 0.00
## 5719 179.13 298994.39 177899.15 121095.24 0.00
## 5720 169.63 221084.44 145333.47 75750.97 0.00
## 5721 319.36 244202.82 172510.89 71691.93 0.00
## 5722 337.48 204228.49 111599.58 92628.91 0.00
## 5723 4920.46 258478.30 245665.84 12812.46 0.00
## 5724 2679.60 191656.90 184571.16 7085.74 0.00
## 5725 2933.76 188864.53 177981.17 10883.36 0.00
## 5726 3979.72 286728.96 263946.30 22782.66 0.00
## 5727 3789.00 177809.00 173143.00 4666.00 0.00
## 5728 3440.00 189136.00 157579.00 31556.00 0.00
## 5729 3724.00 210972.00 167489.00 43483.00 0.00
## 5730 3925.00 189263.00 178913.00 10350.00 0.00
## 5731 4062.15 180419.22 173551.97 6867.25 0.00
## 5732 4193.34 181207.20 179693.45 1510.42 3.33
## 5733 4523.13 189245.79 184656.12 4545.23 44.44
## 5734 4901.97 179167.58 166892.17 12272.08 3.33
## 5735 4554.55 155033.54 147300.36 7733.18 0.00
## 5736 4777.48 181228.19 167895.87 13332.32 0.00
## 5737 4487.70 161333.19 158072.68 3260.51 0.00
## 5738 4745.57 160297.18 158757.44 1466.41 73.33
## 5739 5141.78 177515.08 169534.25 3197.50 4783.33
## 5740 5348.28 171218.40 168300.59 547.81 2370.00
## 5741 5171.88 194141.28 192627.66 800.29 713.33
## 5742 5204.71 210388.02 198850.69 1721.77 9815.56
## 5743 5629.49 199211.34 186157.57 8884.88 4168.89
## 5744 5324.79 188752.34 182988.33 1830.67 3933.34
## 5745 5352.26 192553.37 187554.78 1284.15 3714.44
## 5746 5663.76 186024.23 181105.06 1046.95 3872.22
## 5747 5640.71 185100.69 177112.27 886.20 7102.22
## 5748 6202.11 182812.82 170309.91 3724.85 8778.06
## 5749 6602.84 210713.25 182308.65 14659.60 13745.00
## 5750 6496.32 183159.21 167326.54 7351.56 8481.11
## 5751 6444.29 181315.40 169245.63 2474.77 9595.00
## 5752 7177.12 196219.87 184500.54 4298.50 7420.83
## 5753 7375.87 205927.41 201471.90 2167.18 2288.33
## 5754 7002.93 228251.64 221418.94 2459.09 4373.61
## 5755 7223.03 205001.75 202535.27 2203.43 263.05
## 5756 6178.07 263404.05 259582.13 2476.09 1345.83
## 5757 10048.95 290272.10 282860.48 6800.51 611.11
## 5758 7668.11 207964.43 202998.95 4607.00 358.48
## 5759 7322.93 213889.71 197171.14 16072.74 645.83
## 5760 6834.65 203367.67 182834.46 20215.15 318.06
## 5761 6568.37 221513.06 218334.47 2510.53 668.06
## 5762 7301.92 216974.88 213697.33 1724.22 1553.33
## 5763 7285.09 199144.48 196644.22 1950.26 550.00
## 5764 6761.79 198718.31 179560.94 18501.81 655.56
## 5765 9389.51 205301.67 202870.46 2051.49 379.72
## 5766 12152.67 192142.78 190684.63 1458.15 0.00
## 5767 9921.32 190774.33 185955.28 4349.61 469.44
## 5768 9538.66 180991.86 169659.38 10733.87 598.61
## 5769 8822.74 187779.92 166227.16 19425.37 2127.39
## 5770 29352.66 196303.26 187362.83 6286.24 2654.19
## 5771 10828.08 199802.86 193910.98 2724.14 3167.74
## 5772 22836.90 194070.66 187903.12 5693.97 473.57
## 5773 10119.64 190555.26 188395.17 2152.31 7.78
## 5774 9793.59 186202.48 183395.10 2281.83 525.55
## 5775 14387.01 153891.12 151345.59 2542.41 3.12
## 5776 6263.00 33481.31 28764.84 4676.67 39.80
## 5777 4750.61 24789.23 18067.46 6638.51 83.26
## 5778 6655.62 24713.38 18837.14 5849.25 26.99
## 5779 4746.44 25648.07 19630.21 5945.47 72.39
## 5780 7094.00 39372.00 35079.00 4261.00 32.00
## 5781 5116.00 19551.00 14540.00 4914.00 96.00
## 5782 5660.00 21681.00 14002.00 7421.00 258.00
## 5783 4630.00 37274.00 32441.00 4811.00 21.00
## 5784 4629.02 33975.34 29560.96 4359.84 54.54
## 5785 4757.31 27859.07 22077.20 5728.70 53.17
## 5786 4055.92 26912.50 23454.01 3437.20 21.29
## 5787 5019.97 19238.75 13508.39 5695.44 34.92
## 5788 6108.00 18346.12 13229.38 4986.80 129.94
## 5789 5127.60 17960.71 12675.91 5242.70 42.10
## 5790 5658.57 19320.63 13553.63 5756.46 10.54
## 5791 5498.75 22052.88 15258.22 6770.69 23.97
## 5792 6160.18 21061.10 13679.37 7241.83 139.90
## 5793 6522.54 24531.08 18158.21 6319.14 53.73
## 5794 6033.78 39856.22 35502.76 4335.74 17.72
## 5795 7323.21 35581.42 29076.01 6495.06 10.35
## 5796 5544.33 24873.72 16648.41 8222.39 2.92
## 5797 7644.86 25009.98 16530.36 8380.66 98.96
## 5798 7264.42 24556.38 15602.20 8946.81 7.37
## 5799 7061.55 24303.12 15903.64 8360.30 39.18
## 5800 8951.08 24002.13 15218.69 8708.17 75.27
## 5801 7817.34 67061.33 66747.70 308.71 4.92
## 5802 8606.69 44264.82 44184.81 24.45 55.56
## 5803 7667.69 42488.99 42360.01 52.46 76.52
## 5804 8414.51 40756.93 40688.09 26.66 42.18
## 5805 8103.35 41194.91 41167.77 19.07 8.07
## 5806 7950.05 44450.12 44427.36 11.47 11.29
## 5807 10210.41 46020.02 45988.11 20.42 11.49
## 5808 10330.63 37459.65 37442.60 8.80 8.25
## 5809 9358.25 43341.84 41044.26 2292.62 4.96
## 5810 9701.89 47945.74 45880.43 2055.34 9.97
## 5811 9316.90 56279.92 56263.68 2.95 13.29
## 5812 9753.54 39398.24 39291.24 85.45 21.55
## 5813 9548.66 43303.69 43271.03 29.36 3.30
## 5814 10280.71 41820.45 41795.02 15.56 9.87
## 5815 9919.67 40325.86 40187.35 115.56 22.95
## 5816 8899.30 38686.32 38139.14 517.97 29.21
## 5817 9034.34 39914.17 39041.29 834.37 38.51
## 5818 9975.45 60322.82 58419.56 1777.12 126.14
## 5819 12115.21 47208.10 32638.67 14550.61 18.82
## 5820 11562.80 56559.78 38256.67 18258.12 44.99
## 5821 9936.27 57149.38 45026.93 11989.28 133.17
## 5822 9261.32 42822.38 41656.91 1141.72 23.75
## 5823 23346.13 64602.08 61439.09 3116.04 46.95
## 5824 9559.20 53362.99 36294.30 17043.36 25.33
## 5825 8313.98 40125.44 34932.06 5155.30 38.08
## 5826 10056.51 43240.79 38975.02 4039.78 225.99
## 5827 12143.68 48885.16 40257.37 8607.03 20.76
## 5828 11341.75 55914.28 53093.47 2793.61 27.20
## 5829 2061.91 82614.14 65868.23 16745.91 0.00
## 5830 1638.50 88921.86 75107.00 13814.86 0.00
## 5831 3836.18 89310.82 74552.80 14758.02 0.00
## 5832 2169.35 114436.99 93125.70 21311.29 0.00
## 5833 1901.00 88460.00 66539.00 21921.00 0.00
## 5834 2073.00 106195.00 65656.00 40538.00 0.00
## 5835 2365.00 120892.00 77117.00 43775.00 0.00
## 5836 5720.00 84655.00 74568.00 10086.00 0.00
## 5837 2014.44 91079.59 74159.79 16919.80 0.00
## 5838 2145.15 87564.59 74278.47 13286.12 0.00
## 5839 2432.68 84463.39 81134.22 3329.17 0.00
## 5840 2218.03 64454.11 57500.31 6953.80 0.00
## 5841 1266.34 110789.31 76160.93 34628.38 0.00
## 5842 1797.71 99461.56 71620.46 27841.10 0.00
## 5843 1718.59 101081.18 67635.26 33422.59 23.33
## 5844 1322.39 126119.44 89622.85 36416.59 80.00
## 5845 1483.54 117589.04 97862.02 18127.02 1600.00
## 5846 1478.63 112257.21 83323.67 27043.54 1890.00
## 5847 1534.57 127400.92 89674.49 36986.43 740.00
## 5848 1675.13 137738.03 90348.04 44267.77 3122.22
## 5849 2985.05 122062.52 78320.70 40848.48 2893.34
## 5850 3211.56 122695.08 85619.14 35182.60 1893.34
## 5851 3326.40 126527.56 96106.82 29390.74 1030.00
## 5852 6107.14 116370.26 77917.97 35935.62 2516.67
## 5853 3825.67 117221.19 76876.70 38373.38 1971.11
## 5854 3962.90 82652.52 75760.19 4052.33 2840.00
## 5855 4890.20 96597.11 88408.03 5364.08 2825.00
## 5856 3399.30 102279.18 94362.33 5241.02 2675.83
## 5857 3286.69 120490.93 112280.36 5416.40 2794.17
## 5858 3039.46 117600.15 109052.09 5650.84 2897.22
## 5859 3075.67 121710.67 115907.40 5366.60 436.67
## 5860 2755.68 133480.94 127580.75 4926.86 973.33
## 5861 3222.88 122285.45 117070.57 5154.88 60.00
## 5862 3462.02 153291.05 146852.13 6280.59 158.33
## 5863 6088.75 170610.41 148966.58 20450.77 1193.06
## 5864 3505.87 126935.33 114534.76 11768.63 631.94
## 5865 3293.60 125472.94 104839.16 20633.78 0.00
## 5866 3589.29 143657.87 124789.29 17115.80 1752.78
## 5867 3497.44 170299.11 149094.59 21204.52 0.00
## 5868 3484.11 132971.68 115541.17 17430.51 0.00
## 5869 3403.92 127843.58 115695.54 11461.93 686.11
## 5870 3736.16 105821.06 87773.26 18047.80 0.00
## 5871 3675.15 95962.58 75284.64 20014.05 663.89
## 5872 5832.20 75550.74 75014.84 535.90 0.00
## 5873 5887.27 92377.84 88862.29 3515.55 0.00
## 5874 5419.01 96599.45 88030.23 8569.22 0.00
## 5875 11050.66 103106.35 97915.93 5190.42 0.00
## 5876 7080.99 119616.60 119075.00 541.60 0.00
## 5877 6111.10 127373.73 126000.39 1373.34 0.00
## 5878 11138.94 120962.13 118685.31 2276.82 0.00
## 5879 8522.37 106575.34 106091.75 483.59 0.00
## 5880 9300.68 107889.36 107796.03 93.33 0.00
## 5881 3933.72 79553.53 79339.78 213.75 0.00
## 5882 25.00 46926.65 37397.52 9529.13 0.00
## 5883 27.00 47400.36 43236.49 4163.87 0.00
## 5884 39.68 43423.11 38800.90 4622.21 0.00
## 5885 61.68 55893.39 51672.86 4220.53 0.00
## 5886 42.00 57974.00 54677.00 3297.00 0.00
## 5887 26.00 45769.00 40451.00 5319.00 0.00
## 5888 75.00 47700.00 36898.00 10802.00 0.00
## 5889 48.00 52678.00 45324.00 7354.00 0.00
## 5890 58.11 51746.17 19894.72 31804.78 46.67
## 5891 38.11 56499.10 15584.79 40914.31 0.00
## 5892 61.44 26419.21 21739.67 4679.54 0.00
## 5893 32.89 20178.36 14836.88 5341.48 0.00
## 5894 38.61 45632.71 25278.83 20353.88 0.00
## 5895 36.62 30601.46 16985.80 13615.66 0.00
## 5896 31.20 57122.81 50015.10 7107.71 0.00
## 5897 47.77 74183.52 60985.17 12841.68 356.67
## 5898 31.37 72324.77 63253.04 6368.40 2703.33
## 5899 39.76 64735.76 56628.27 6698.60 1408.89
## 5900 19.56 71550.27 71041.38 18.89 490.00
## 5901 11.18 67578.36 64906.14 102.22 2570.00
## 5902 18.73 81549.13 79458.02 107.78 1983.33
## 5903 42.94 74743.95 73066.17 84.45 1593.33
## 5904 40.32 78807.68 76952.12 592.23 1263.33
## 5905 37.44 78535.53 76394.42 331.11 1810.00
## 5906 35.75 70605.71 68146.82 47.78 2411.11
## 5907 55.72 84697.79 78261.38 641.41 5795.00
## 5908 105.58 61838.56 55195.58 3167.98 3475.00
## 5909 59.58 36633.40 32337.84 945.56 3350.00
## 5910 101.12 44636.27 40583.35 700.42 3352.50
## 5911 78.57 36714.12 30261.23 1937.89 4515.00
## 5912 57.58 63179.14 59568.90 1656.91 1953.33
## 5913 109.42 83633.33 81516.96 1153.04 963.33
## 5914 56.41 65928.68 63239.70 2270.93 418.05
## 5915 134.29 83714.04 82649.46 1064.58 0.00
## 5916 209.65 85504.11 84212.76 1291.35 0.00
## 5917 45.64 93620.13 91172.90 2447.23 0.00
## 5918 39.89 74454.26 72228.55 2225.71 0.00
## 5919 36.44 92947.43 87097.48 5849.95 0.00
## 5920 48.80 90310.67 38343.57 51967.10 0.00
## 5921 42.00 90414.30 64653.94 25760.36 0.00
## 5922 53.28 87549.31 86727.99 821.32 0.00
## 5923 74.38 76845.63 73724.45 3121.18 0.00
## 5924 28.00 78812.28 56757.21 22055.07 0.00
## 5925 46.33 63717.89 63652.74 65.15 0.00
## 5926 44.92 49724.34 49518.00 206.34 0.00
## 5927 33.22 45964.84 44232.00 1732.84 0.00
## 5928 110.87 62351.82 58032.13 4319.69 0.00
## 5929 116.10 89737.93 89664.64 73.29 0.00
## 5930 111.33 89482.82 87723.55 1253.71 505.56
## 5931 56.29 88839.91 86197.69 2642.22 0.00
## 5932 53.84 97842.61 96319.50 1523.11 0.00
## 5933 65.83 72788.27 72703.02 85.25 0.00
## 5934 102.52 45429.09 45155.38 255.65 18.06
## 5935 111845.09 1538194.86 1461095.10 20553.60 56546.16
## 5936 116855.41 1360607.80 1277612.22 21328.12 61667.46
## 5937 115250.14 1310920.63 1229946.93 21220.86 59752.84
## 5938 90168.26 1378241.38 1291298.72 27353.79 59588.87
## 5939 100234.00 1449838.00 1365781.00 30856.00 53201.00
## 5940 121946.00 1181616.00 1093008.00 27254.00 61354.00
## 5941 107055.00 1434759.00 1328429.00 47615.00 58715.00
## 5942 108415.00 1337035.00 1248089.00 30662.00 58284.00
## 5943 108333.63 1181948.32 1105519.80 20488.19 55940.33
## 5944 125816.68 1222283.56 1165130.71 22762.03 34390.82
## 5945 123891.36 912891.54 856748.54 21482.38 34660.62
## 5946 137027.40 881911.52 822315.27 22733.62 36862.63
## 5947 138380.27 806432.40 747128.46 25531.54 33772.40
## 5948 120405.29 853098.04 794746.40 25612.08 32739.56
## 5949 119703.21 858056.47 801572.79 24211.83 32271.85
## 5950 128019.39 911326.45 860705.01 18473.03 32148.41
## 5951 141899.49 961878.15 904618.47 19579.65 37680.03
## 5952 168178.12 902975.05 839519.87 21358.39 42096.79
## 5953 157338.07 892415.39 830646.31 19482.22 42286.86
## 5954 165218.13 1071307.22 986592.65 33841.83 50872.74
## 5955 190313.03 1245968.09 1160556.19 32819.18 52592.72
## 5956 159763.39 1290308.70 1201486.97 30452.62 58369.11
## 5957 152942.18 1032288.08 948516.41 28336.99 55434.68
## 5958 151424.79 1097188.19 1018813.29 20424.08 57950.82
## 5959 178446.19 1085561.06 1007608.04 22434.17 55518.85
## 5960 207945.39 1838137.96 1767976.83 5214.88 64946.25
## 5961 224121.48 1913364.44 1844798.20 4337.49 64228.75
## 5962 191069.11 2123361.74 2061235.10 5202.82 56923.82
## 5963 191313.38 2066074.36 1989158.83 5912.72 71002.81
## 5964 188258.15 2168105.43 2095827.24 5598.97 66679.22
## 5965 141320.44 2407209.29 2348867.54 4428.25 53913.50
## 5966 153502.24 1905813.20 1829396.11 3223.85 73193.24
## 5967 137755.31 1756379.89 1685046.63 3942.61 67390.65
## 5968 134825.51 2289866.55 2216400.16 4798.87 68667.52
## 5969 150595.46 2399302.06 2314634.27 3601.53 81066.26
## 5970 157508.63 1845110.50 1770413.98 2532.70 72163.82
## 5971 162006.91 1925543.13 1849562.53 6322.77 69657.83
## 5972 163002.25 1658969.52 1585488.40 1756.03 71725.09
## 5973 161909.09 2032218.63 1957058.55 13132.90 62027.18
## 5974 150682.37 2132148.83 2059479.45 16199.12 56470.26
## 5975 138133.01 1698369.81 1629800.46 1991.84 66577.51
## 5976 143586.99 1772454.55 1709046.29 5147.16 58261.10
## 5977 156629.51 1603340.71 1528139.92 7223.59 67977.20
## 5978 161251.98 1791637.25 1727384.52 9179.36 55073.37
## 5979 155642.35 1954663.30 1870562.62 42309.14 41791.54
## 5980 177817.01 1918345.42 1728825.22 145454.71 44065.49
## 5981 158534.53 2403372.01 2247565.14 101368.24 54438.63
## 5982 214137.93 3462625.70 3403581.49 7838.83 51205.38
## 5983 148335.97 2601998.58 2504421.68 48343.02 49233.88
## 5984 106559.24 2297516.21 2207074.93 61563.24 28878.04
## 5985 95137.62 2036110.00 1910596.03 99912.91 25601.06
## 5986 109029.01 1985817.56 1807926.97 144375.50 33515.09
## 5987 90899.53 1940375.45 1762033.74 151333.95 27007.76
## 5988 6349.26 170310.30 162934.08 7369.55 6.67
## 5989 3839.91 66648.26 63206.54 3441.72 0.00
## 5990 3658.03 71289.18 66708.48 4580.70 0.00
## 5991 4428.39 153858.79 146050.48 7808.31 0.00
## 5992 4556.00 63193.00 59298.00 3895.00 0.00
## 5993 3742.00 64544.00 61925.00 2619.00 0.00
## 5994 3820.00 68336.00 65221.00 3115.00 0.00
## 5995 4551.00 66556.00 62017.00 4539.00 0.00
## 5996 4855.57 70610.63 66781.57 3829.06 0.00
## 5997 4716.56 62685.00 56997.63 5687.37 0.00
## 5998 4652.86 54000.65 50704.73 3295.92 0.00
## 5999 5567.33 56369.42 49194.60 7172.60 2.22
## 6000 4781.98 58115.90 52744.08 5371.82 0.00
## 6001 4797.80 57760.84 52513.87 5246.97 0.00
## 6002 5336.34 62460.97 57929.86 4531.11 0.00
## 6003 5176.80 66659.52 62156.95 4502.57 0.00
## 6004 5424.48 67525.49 63280.77 3374.72 870.00
## 6005 6029.05 76108.68 67996.40 4698.95 3413.33
## 6006 5772.92 76173.91 69562.98 5067.60 1543.33
## 6007 5602.86 80510.08 71101.96 5397.01 4011.11
## 6008 6255.40 77337.76 67363.49 6829.83 3144.44
## 6009 6519.58 78414.28 71208.40 5682.54 1523.34
## 6010 6237.96 69740.05 63813.12 4829.15 1097.78
## 6011 5993.87 83186.83 75923.52 4233.31 3030.00
## 6012 6036.41 85804.46 77573.02 4561.45 3669.99
## 6013 6490.52 82484.69 73227.42 4767.27 4490.00
## 6014 6627.47 80928.37 71119.63 5358.74 4450.00
## 6015 5877.63 79814.67 72142.41 4877.26 2795.00
## 6016 6332.43 71204.84 62169.32 3515.52 5520.00
## 6017 6816.90 80492.65 69740.45 5812.20 4940.00
## 6018 7005.98 73288.41 65629.28 6092.46 1566.67
## 6019 8529.56 84116.03 80490.49 3625.54 0.00
## 6020 7712.06 76179.38 71310.74 4868.64 0.00
## 6021 6721.88 88146.57 83151.81 4994.76 0.00
## 6022 11654.08 108824.76 98860.28 9964.48 0.00
## 6023 7990.10 83078.96 73582.10 9496.86 0.00
## 6024 7619.22 86865.45 81393.87 5471.58 0.00
## 6025 7459.86 69884.89 66436.60 3448.29 0.00
## 6026 6657.48 68824.08 64339.22 4484.86 0.00
## 6027 7802.11 90394.45 85957.69 4258.98 177.78
## 6028 7655.97 74293.95 69700.62 4593.33 0.00
## 6029 7312.02 67821.60 63179.59 4642.01 0.00
## 6030 8252.21 63104.65 58990.64 4114.01 0.00
## 6031 11157.19 60319.76 56436.67 3883.09 0.00
## 6032 13181.85 59434.18 54950.63 4483.55 0.00
## 6033 9650.83 63900.51 59663.05 4224.13 13.33
## 6034 8886.98 64825.32 59465.37 5142.17 217.78
## 6035 21721.89 70492.61 56412.26 13627.57 452.78
## 6036 9146.99 69453.58 58828.73 9630.41 994.44
## 6037 20382.32 68630.28 54562.88 14067.40 0.00
## 6038 9918.56 62953.99 52626.61 10327.38 0.00
## 6039 10231.86 72165.82 63539.28 8626.54 0.00
## 6040 15036.44 59678.05 45920.26 13711.12 46.67
## 6041 120869.17 71779.39 63314.15 8409.90 55.34
## 6042 116405.91 90196.05 78806.93 11311.18 77.94
## 6043 99248.93 130858.02 77380.80 53445.77 31.45
## 6044 90891.04 510679.10 87489.87 423185.75 3.48
## 6045 92092.00 84522.00 48070.00 36440.00 12.00
## 6046 82294.00 74100.00 68552.00 5532.00 15.00
## 6047 98666.00 84575.00 81798.00 2775.00 2.00
## 6048 91330.00 82312.00 79021.00 3280.00 12.00
## 6049 81793.52 76847.92 73426.03 3406.65 15.24
## 6050 88632.79 76776.51 74126.58 2647.71 2.22
## 6051 95627.48 64007.37 59543.29 4441.86 22.22
## 6052 93956.96 74882.46 69716.43 5164.92 1.11
## 6053 87406.94 69780.91 66070.17 3699.01 11.73
## 6054 85663.08 85291.63 77980.21 7213.35 98.07
## 6055 61656.40 89060.44 79455.71 9519.58 85.15
## 6056 100807.96 77432.01 69984.74 7392.83 54.44
## 6057 114858.97 92390.16 82436.76 7822.29 2131.11
## 6058 114879.68 90767.36 79318.59 7988.55 3460.22
## 6059 115570.89 85041.00 74670.87 8186.79 2183.34
## 6060 140354.25 93275.15 79635.38 9073.11 4566.66
## 6061 135484.85 85102.70 72282.38 8346.94 4473.38
## 6062 136884.94 85139.58 71189.43 8973.49 4976.66
## 6063 134637.19 76625.09 66465.51 7716.18 2443.40
## 6064 127440.73 85948.26 73112.31 7949.29 4886.66
## 6065 129762.05 94852.17 84928.16 5909.57 4014.44
## 6066 168507.26 124672.54 122061.96 658.36 1952.22
## 6067 149582.02 130527.94 128738.67 327.15 1462.12
## 6068 139914.23 122862.84 119020.04 764.05 3078.75
## 6069 138493.75 106151.60 103151.37 528.32 2471.91
## 6070 122729.21 82403.89 76117.78 1456.00 4830.11
## 6071 132270.53 70414.31 61829.43 2440.78 6144.10
## 6072 103858.53 76176.07 69117.60 1927.78 5130.69
## 6073 123099.28 77063.52 67000.24 2740.06 7323.22
## 6074 147524.40 75075.27 68906.93 2127.03 4041.31
## 6075 162708.29 87543.76 75728.85 2304.19 9510.72
## 6076 125905.46 81021.70 72854.76 2421.11 5745.83
## 6077 94819.76 72872.66 66653.73 1911.72 4307.21
## 6078 104457.58 82832.46 75155.60 2307.78 5369.08
## 6079 102227.68 72632.86 63362.77 2625.56 6644.53
## 6080 97671.17 61142.88 56000.95 934.56 4207.37
## 6081 101928.61 62036.74 56904.92 1563.34 3568.48
## 6082 103000.56 65007.03 61719.23 814.44 2473.36
## 6083 105820.92 53435.31 47528.05 1346.79 4560.47
## 6084 98165.17 68875.36 62917.85 1104.45 4853.06
## 6085 110938.64 68808.54 62915.36 1403.34 4489.84
## 6086 133540.34 71643.51 64795.30 1514.44 5333.77
## 6087 187793.92 87881.55 81975.72 2104.44 3801.39
## 6088 224554.50 105220.88 94444.33 1936.79 8839.76
## 6089 135946.07 96974.33 85615.70 1691.15 9667.48
## 6090 136328.96 91407.50 83227.70 1680.17 6499.63
## 6091 142550.33 75362.20 67302.01 1595.12 6465.07
## 6092 151447.25 91609.12 81467.82 1420.05 8721.25
## 6093 114647.36 69718.37 63550.62 1078.38 5089.37
## 6094 18071.02 130414.45 120022.99 10142.47 248.99
## 6095 20559.93 62632.42 48089.04 14510.77 32.61
## 6096 9956.49 83964.94 57656.39 26216.68 91.87
## 6097 505.01 139814.02 38355.47 101403.35 55.20
## 6098 1399.00 163245.00 20306.00 142867.00 73.00
## 6099 475.00 98908.00 15934.00 82960.00 14.00
## 6100 793.00 152289.00 19201.00 132886.00 203.00
## 6101 868.00 198609.00 16033.00 182385.00 190.00
## 6102 862.16 193381.43 19496.38 173702.60 182.45
## 6103 505.32 147745.18 28319.17 119249.87 176.14
## 6104 377.61 116850.29 31734.98 85072.27 43.04
## 6105 574.34 115871.14 21562.09 94257.73 51.32
## 6106 588.20 112444.23 19544.28 92860.76 39.19
## 6107 626.22 116625.38 22881.73 93645.32 98.33
## 6108 614.28 109312.27 22411.54 86693.86 206.87
## 6109 711.18 110332.00 25990.15 84078.27 263.58
## 6110 668.52 130384.14 28410.44 101680.76 292.94
## 6111 817.07 133357.71 28780.49 104144.22 433.00
## 6112 645.63 160334.02 21251.16 138455.00 627.86
## 6113 884.18 194754.61 21955.22 172119.45 679.94
## 6114 1103.12 163127.75 21883.10 140667.78 576.87
## 6115 1301.36 142600.27 23000.00 119014.47 585.80
## 6116 856.06 126531.90 16005.11 109831.76 695.03
## 6117 1095.65 124578.11 14922.70 109212.65 442.76
## 6118 1529.18 120976.52 16210.98 104180.62 584.92
## 6119 1259.09 155718.08 38542.84 116563.71 611.53
## 6120 1278.00 229891.90 35260.34 193552.30 1079.26
## 6121 1020.95 230990.84 28717.58 201500.92 772.34
## 6122 2143.52 164488.20 33465.46 130291.88 730.86
## 6123 1348.66 270673.54 24201.61 245215.92 1256.01
## 6124 1325.95 241314.86 32810.06 208325.92 178.88
## 6125 1279.88 214934.52 34309.89 180475.96 148.67
## 6126 1026.77 178059.11 27839.65 150104.61 114.85
## 6127 931.97 216922.98 25076.08 191736.09 110.81
## 6128 1302.45 397270.05 33659.21 363468.52 142.32
## 6129 1158.27 140817.43 30877.63 109897.14 42.66
## 6130 1022.47 128695.85 29243.61 99417.18 35.06
## 6131 1300.87 175191.28 36250.42 138925.16 15.70
## 6132 1214.24 129690.94 30133.89 99467.56 89.49
## 6133 1092.42 209328.62 33461.38 175820.25 46.99
## 6134 1185.80 142152.93 30291.14 111860.25 1.54
## 6135 1250.96 189313.35 33907.54 155347.45 58.36
## 6136 1153.18 203327.40 28992.04 174289.27 46.09
## 6137 1107.95 186513.30 20142.93 166331.26 39.11
## 6138 2024.42 168623.26 28279.15 140287.47 56.64
## 6139 1010.90 206009.12 23085.72 182918.90 4.50
## 6140 1679.79 183442.15 30174.49 153260.18 7.48
## 6141 3016.89 223653.73 35158.21 188488.10 7.42
## 6142 980.55 203170.12 30234.77 172935.35 0.00
## 6143 2545.11 232672.91 34561.66 198094.72 16.53
## 6144 994.43 216857.92 29095.07 187759.83 3.02
## 6145 991.09 152921.98 33746.17 118612.86 562.95
## 6146 2530.91 193850.95 30669.35 163180.08 1.52
## 6147 5224.82 81709.56 68828.14 12796.92 84.50
## 6148 5024.24 67052.48 61296.18 5712.32 43.98
## 6149 5344.74 69695.66 58821.57 10798.66 75.43
## 6150 1247.67 67132.01 59594.53 7390.92 146.56
## 6151 2801.00 71746.00 56452.00 15193.00 101.00
## 6152 984.00 48949.00 38018.00 10872.00 59.00
## 6153 856.00 75591.00 69169.00 6354.00 69.00
## 6154 866.00 82556.00 69587.00 12778.00 191.00
## 6155 911.56 97756.48 91641.47 5898.96 216.05
## 6156 808.97 73160.55 68103.78 4974.53 82.24
## 6157 750.60 48302.59 42964.29 5308.37 29.93
## 6158 663.58 45123.73 38814.65 6307.78 1.30
## 6159 765.87 47262.67 40288.38 6950.95 23.34
## 6160 1131.10 50247.64 42737.87 7359.04 150.73
## 6161 904.63 50045.59 44515.00 5349.24 181.35
## 6162 935.87 51527.11 44154.52 7205.75 166.84
## 6163 989.94 60566.07 52387.60 7866.62 311.85
## 6164 1053.14 51065.45 44365.20 6306.66 393.59
## 6165 1022.34 69184.70 62542.31 6049.02 593.37
## 6166 988.74 96077.86 88136.74 7448.32 492.80
## 6167 1136.45 71343.16 62533.55 8290.10 519.51
## 6168 1148.89 86890.66 78410.41 7851.78 628.47
## 6169 1144.77 61694.24 52483.91 8793.66 416.67
## 6170 1069.50 53908.58 48159.50 5227.97 521.11
## 6171 2046.27 58486.41 49408.65 7883.21 1194.55
## 6172 1949.27 115493.05 92651.49 22633.91 207.65
## 6173 1474.73 135795.76 119449.41 15486.41 859.94
## 6174 1160.37 115731.50 98172.10 17016.19 543.21
## 6175 2235.93 150871.10 135610.65 14771.88 488.57
## 6176 1338.07 75283.27 71041.43 3179.14 1062.70
## 6177 1780.61 91098.35 85697.33 5341.79 59.23
## 6178 1809.22 78750.61 56749.77 21930.47 70.37
## 6179 1875.51 71332.89 62962.93 8171.47 198.49
## 6180 1391.69 102077.56 94035.10 7984.55 57.91
## 6181 2805.82 112857.07 104277.21 8431.90 147.96
## 6182 1849.58 83332.94 75469.99 7759.07 103.88
## 6183 1525.47 75309.25 72832.23 2452.44 24.58
## 6184 1563.23 121097.82 118412.01 2679.63 6.18
## 6185 1696.60 93907.59 91576.93 2306.18 24.48
## 6186 1682.51 73247.60 70290.37 2942.03 15.20
## 6187 1510.88 60338.76 57572.53 2766.23 0.00
## 6188 1373.43 45907.25 43921.15 1946.47 39.63
## 6189 1275.08 44082.23 40701.91 3271.61 108.71
## 6190 1538.48 59881.53 54733.84 5134.79 12.90
## 6191 3873.59 69401.75 66797.89 2588.27 15.59
## 6192 2015.14 64535.20 62128.28 2406.92 0.00
## 6193 1988.53 81001.89 76106.35 4894.13 1.41
## 6194 4269.90 118216.48 114404.34 3809.36 2.78
## 6195 1335.12 62603.86 54598.58 8001.06 4.22
## 6196 3811.68 69395.58 65666.80 3727.37 1.41
## 6197 1593.72 75098.86 65836.14 9154.39 108.33
## 6198 1761.29 84768.49 81562.73 3205.76 0.00
## 6199 4324.39 76629.54 73432.68 3196.86 0.00
## 6200 4818.24 323046.30 161254.88 161616.45 174.97
## 6201 4651.33 287234.67 204606.58 82552.28 75.81
## 6202 3860.93 322293.39 262364.04 59824.28 105.07
## 6203 4749.97 425918.63 358594.71 67257.47 66.45
## 6204 5217.00 360040.00 278475.00 81498.00 67.00
## 6205 2920.00 211630.00 130864.00 80717.00 49.00
## 6206 3568.00 226238.00 137522.00 88658.00 57.00
## 6207 4615.00 269169.00 120695.00 148352.00 121.00
## 6208 3677.48 293085.77 104979.92 187840.93 264.92
## 6209 2639.97 306157.76 180681.23 125267.43 209.10
## 6210 2275.11 323694.07 252684.38 70932.42 77.27
## 6211 1813.42 227063.85 147724.58 79245.31 93.96
## 6212 1217.60 234958.48 149960.64 84717.46 280.38
## 6213 876.26 228951.62 147483.78 81358.86 108.98
## 6214 891.04 253845.67 175955.59 77807.16 82.92
## 6215 1213.92 237413.73 161740.20 75613.75 59.78
## 6216 1360.98 259060.05 179460.80 79463.00 136.25
## 6217 1205.42 266531.04 188278.36 76730.16 1522.52
## 6218 1463.79 272014.15 192595.16 78351.76 1067.23
## 6219 818.97 309308.83 154837.44 153344.42 1126.97
## 6220 2582.06 323783.53 157631.88 164728.16 1423.49
## 6221 2723.49 279677.97 187977.48 90232.72 1467.77
## 6222 1707.76 256708.28 169789.71 86836.03 82.54
## 6223 2162.81 279535.43 181151.87 92258.00 6125.56
## 6224 2757.68 317216.96 174975.56 140535.13 1706.27
## 6225 3155.06 548399.44 542368.85 3088.55 2942.04
## 6226 4000.61 449314.06 445093.33 2978.22 1242.51
## 6227 2113.52 414838.68 410536.20 4154.43 148.05
## 6228 4290.60 394882.02 391342.54 3444.02 95.46
## 6229 2332.57 393750.40 390320.25 3337.58 92.57
## 6230 2256.17 382897.83 379395.10 3347.36 155.37
## 6231 3945.62 366095.66 363230.91 2841.14 23.61
## 6232 2961.89 337511.77 334652.93 2828.41 30.43
## 6233 3363.89 376330.61 372603.74 3655.59 71.28
## 6234 2529.17 377985.74 373862.42 4073.67 49.65
## 6235 7032.57 409482.90 405190.18 4155.39 137.33
## 6236 5109.09 478559.11 474435.77 3842.99 280.35
## 6237 4244.38 467254.11 463181.54 3860.39 212.18
## 6238 8443.24 343175.83 338910.14 4079.00 186.69
## 6239 4975.58 351805.62 347585.31 3931.26 289.05
## 6240 4320.01 354163.31 350221.82 3864.16 77.33
## 6241 10579.85 314531.08 311549.13 2865.90 116.05
## 6242 40164.79 312997.33 310580.34 2337.59 79.40
## 6243 39374.94 298477.34 296356.28 2050.51 70.55
## 6244 32790.32 319531.28 292306.27 27130.14 94.87
## 6245 48080.50 354552.06 317473.84 37019.15 59.07
## 6246 46940.69 475224.24 464056.64 10489.11 678.49
## 6247 97315.69 430202.56 352919.96 76779.55 503.05
## 6248 36048.34 308161.67 264359.46 43743.14 59.07
## 6249 4457.46 305306.71 302263.34 2962.34 81.03
## 6250 2775.58 323455.14 319826.47 3521.23 107.44
## 6251 2551.41 344998.16 341681.22 3247.62 69.32
## 6252 4254.90 367515.01 364446.02 2152.59 916.40
## 6253 8950.91 447155.99 62602.48 384553.51 0.00
## 6254 11713.70 350633.26 104300.12 246332.03 1.11
## 6255 12155.00 322594.84 98284.78 224310.06 0.00
## 6256 7679.52 397778.54 131381.52 266397.02 0.00
## 6257 9270.00 365682.00 98904.00 266779.00 0.00
## 6258 12038.00 233907.00 93132.00 140775.00 0.00
## 6259 15425.00 356693.00 97734.00 258959.00 0.00
## 6260 8942.00 431105.00 102535.00 328570.00 0.00
## 6261 8617.99 482924.23 89816.96 393106.16 1.11
## 6262 10872.40 415933.60 92309.20 323624.40 0.00
## 6263 6359.85 268154.53 96160.41 171993.01 1.11
## 6264 711.14 251336.25 98271.86 153064.39 0.00
## 6265 177.88 264170.13 102204.57 161965.56 0.00
## 6266 198.48 241371.73 68911.62 172460.11 0.00
## 6267 191.97 212814.24 75919.39 136894.85 0.00
## 6268 2422.09 247154.43 113823.49 133330.94 0.00
## 6269 12806.42 290598.74 130758.05 159840.69 0.00
## 6270 13836.18 286938.34 108570.93 176544.08 1823.33
## 6271 10439.85 383746.03 99069.57 281790.90 2885.56
## 6272 13424.53 426661.30 88857.19 337802.85 1.26
## 6273 11830.22 277065.15 109341.45 165514.81 2208.89
## 6274 13541.62 268074.00 101540.73 163807.71 2725.56
## 6275 12960.79 314570.35 80821.91 233748.44 0.00
## 6276 13389.27 455022.24 86886.46 368135.78 0.00
## 6277 14610.86 312011.12 114962.78 196568.34 480.00
## 6278 16221.33 503388.92 192191.48 309207.68 1989.76
## 6279 25202.91 480713.07 167076.97 313376.38 259.72
## 6280 20677.83 482129.22 130071.21 352058.01 0.00
## 6281 19386.07 487712.79 129619.04 358058.41 35.34
## 6282 21884.68 446178.30 115180.80 330977.33 20.17
## 6283 30183.22 486885.98 200815.16 286070.82 0.00
## 6284 24390.21 463746.84 125061.72 338685.12 0.00
## 6285 16548.73 382891.02 90426.22 292464.80 0.00
## 6286 18080.90 373293.11 215216.26 158076.85 0.00
## 6287 17250.83 382469.05 272024.11 110311.61 133.33
## 6288 23984.08 371749.65 176258.22 195491.43 0.00
## 6289 22772.48 418128.90 88929.40 329199.50 0.00
## 6290 23776.10 446787.34 103004.69 343777.65 5.00
## 6291 23358.01 380509.40 117825.21 262684.19 0.00
## 6292 22581.97 348703.87 156262.31 192441.56 0.00
## 6293 20052.83 301355.49 144528.42 156827.07 0.00
## 6294 19725.12 348987.62 142550.40 206301.11 136.11
## 6295 18699.79 359290.80 134714.53 224576.27 0.00
## 6296 18347.67 316422.34 148831.25 167574.42 16.67
## 6297 15021.65 390731.35 214059.39 176671.96 0.00
## 6298 17088.87 374405.29 150957.59 223447.70 0.00
## 6299 14706.94 310309.26 109877.59 200109.45 322.22
## 6300 14680.91 502650.96 249329.75 253122.60 198.61
## 6301 14725.98 485812.20 315628.11 169960.03 224.06
## 6302 13355.19 476140.34 326361.97 149643.69 134.68
## 6303 18135.24 430361.23 255414.77 174946.46 0.00
## 6304 16470.81 409947.81 247424.23 162523.58 0.00
## 6305 12664.38 471872.59 310280.15 161495.22 97.22
## 6306 25276.56 204946.15 161600.45 41058.72 2286.98
## 6307 15610.47 174366.24 156973.49 16351.25 1041.50
## 6308 32609.74 177832.88 149638.40 20548.33 7646.15
## 6309 10001.86 167856.94 148544.42 16977.81 2334.71
## 6310 36621.00 194253.00 120011.00 73013.00 1228.00
## 6311 7259.00 110088.00 82401.00 27604.00 83.00
## 6312 7326.00 193752.00 175882.00 17533.00 338.00
## 6313 8156.00 218572.00 185753.00 32216.00 602.00
## 6314 7701.33 221897.73 204821.66 16602.19 473.88
## 6315 8828.78 175215.68 163758.86 10728.61 728.21
## 6316 10512.03 123011.77 106301.97 15915.31 794.49
## 6317 10114.48 104444.57 89625.81 13124.18 1694.58
## 6318 18345.32 117239.76 98662.02 10865.94 7711.80
## 6319 19204.17 116389.94 99539.53 8543.94 8306.47
## 6320 24622.65 116033.52 100643.36 4399.41 10990.75
## 6321 23010.55 122268.73 101940.75 8905.77 11422.21
## 6322 23392.18 134245.59 113843.97 9150.17 11251.45
## 6323 25800.11 115633.45 98010.75 5328.57 12294.13
## 6324 23558.08 150868.68 133119.35 5877.48 11871.85
## 6325 26555.78 213256.93 191985.02 8146.65 13125.26
## 6326 27839.54 160944.51 137133.56 10425.92 13385.03
## 6327 41542.27 212511.77 185661.19 7330.96 19519.62
## 6328 27664.07 158180.25 133047.25 12487.18 12645.82
## 6329 30384.25 129994.60 113415.54 2545.08 14033.98
## 6330 46609.96 183787.15 155523.04 4802.95 23461.16
## 6331 43719.76 283406.12 232206.09 28983.01 22217.02
## 6332 42737.51 220759.83 183724.24 16727.64 20307.95
## 6333 14203.42 234480.56 200994.73 31937.51 1548.32
## 6334 35982.95 375815.94 349596.64 22971.06 3248.24
## 6335 17894.09 164275.20 159993.56 2790.35 1491.29
## 6336 35156.70 191149.97 174009.46 12147.98 4992.53
## 6337 42531.88 187643.25 126219.14 47266.33 14157.78
## 6338 36112.15 156041.53 123293.61 16846.60 15901.32
## 6339 40589.56 249876.41 225833.42 13583.47 10459.52
## 6340 84740.62 297887.49 259510.89 12354.59 26022.01
## 6341 37837.43 172423.14 150695.49 11326.73 10400.92
## 6342 33427.76 159464.69 144672.71 4014.98 10777.00
## 6343 38761.83 183706.39 165252.92 3614.14 14839.33
## 6344 33629.99 137997.35 123525.69 3833.22 10638.44
## 6345 33828.60 143398.99 131639.74 3178.06 8581.19
## 6346 30844.93 144057.72 125425.49 3129.79 15502.44
## 6347 26987.70 118783.60 101931.36 3247.87 13604.37
## 6348 26073.50 98531.82 80639.80 5789.02 12103.00
## 6349 24897.12 198653.69 184674.65 2917.35 11061.69
## 6350 79598.84 221494.09 186675.10 3009.89 31809.10
## 6351 20143.65 162535.10 147195.14 3389.57 11950.39
## 6352 9992.23 228724.02 212979.31 14028.85 1715.86
## 6353 25712.14 328254.35 321790.97 6374.70 88.68
## 6354 6902.42 178320.38 174385.95 3782.91 151.52
## 6355 25797.70 258555.38 254296.51 3810.70 448.17
## 6356 7243.19 193116.76 181789.40 11325.64 1.72
## 6357 7819.30 229143.84 225725.06 3415.32 3.46
## 6358 18804.24 196384.88 194306.37 2054.18 24.33
## 6359 58453.24 38297.77 17391.94 4053.28 16852.55
## 6360 28289.38 40785.99 29812.20 4900.59 6073.20
## 6361 48181.44 38514.28 21582.27 3918.17 13013.84
## 6362 17501.90 34838.03 25029.12 5916.44 3892.47
## 6363 65476.00 51277.00 14813.00 26632.00 9831.00
## 6364 11404.00 33102.00 22505.00 10417.00 180.00
## 6365 15683.00 52667.00 42924.00 7407.00 2335.00
## 6366 17062.00 41935.00 31462.00 8517.00 1957.00
## 6367 18583.72 35898.48 26098.52 7766.59 2033.37
## 6368 21510.67 48602.11 40970.87 2846.34 4784.90
## 6369 21937.70 34999.62 27100.47 2690.37 5208.78
## 6370 18550.88 33989.97 27063.64 1681.88 5244.45
## 6371 19624.56 33871.64 25625.39 2275.59 5970.66
## 6372 19397.32 38937.44 30261.87 2715.01 5960.56
## 6373 24966.57 37652.09 26290.10 3741.32 7620.67
## 6374 23054.23 35351.81 25043.60 2910.50 7397.71
## 6375 23127.70 40018.71 29053.60 3726.39 7238.72
## 6376 28692.10 43183.74 30195.58 4062.57 8925.59
## 6377 25971.21 38970.87 26953.30 3478.91 8538.66
## 6378 29038.08 45490.20 30576.74 5002.47 9910.99
## 6379 30208.75 42146.32 29466.86 3459.77 9219.69
## 6380 45132.06 50333.24 31734.93 4280.74 14317.57
## 6381 30794.05 45228.17 30869.15 5476.93 8882.09
## 6382 33294.94 43979.91 29974.73 4228.93 9776.25
## 6383 52300.71 44639.31 25053.61 4106.88 15478.82
## 6384 47480.65 57099.64 38785.00 3403.65 14910.99
## 6385 51887.02 66920.80 45887.04 4128.48 16905.28
## 6386 29866.67 56363.81 42161.64 4631.35 9570.82
## 6387 81813.26 65283.59 38840.79 2445.56 23997.24
## 6388 34921.76 57394.95 40421.03 6310.56 10663.36
## 6389 35468.43 50160.69 34931.43 7483.36 7745.90
## 6390 36364.98 56782.33 41977.67 6300.99 8503.67
## 6391 30992.24 51165.14 35805.71 6312.41 9047.02
## 6392 33883.15 47715.01 35585.87 6715.50 5413.64
## 6393 68209.70 50332.27 30912.80 6939.54 12479.93
## 6394 33054.67 49985.98 36778.97 7109.08 6097.93
## 6395 28859.88 47827.78 32757.40 6398.50 8671.88
## 6396 34537.85 58794.05 39418.90 6580.28 12794.87
## 6397 29243.42 43014.10 30183.84 6762.23 6068.03
## 6398 25528.00 44998.51 31734.52 5315.48 7948.51
## 6399 25542.69 50130.15 32426.30 6541.93 11161.92
## 6400 23436.73 46315.16 30574.00 6156.07 9585.09
## 6401 21287.24 42830.83 26704.25 7110.17 9016.41
## 6402 17801.40 49805.81 28414.03 14185.06 7206.72
## 6403 48369.80 47601.09 25307.14 4248.19 18045.76
## 6404 17743.37 42588.55 28012.65 4266.37 10309.53
## 6405 8309.17 59039.80 49076.31 6314.58 3648.91
## 6406 8303.14 82538.74 78260.30 3910.85 367.59
## 6407 5482.22 60697.14 53182.31 6877.73 637.10
## 6408 12962.62 81247.77 72435.68 6021.30 2790.79
## 6409 2863.54 55010.97 49537.11 5423.00 50.86
## 6410 3082.60 67636.01 60761.60 6851.61 22.80
## 6411 7582.69 72554.79 68737.04 3714.24 103.51
## 6412 364049.45 1202218.65 927628.08 231172.74 43417.83
## 6413 274898.24 1001739.47 812838.52 172058.17 16842.78
## 6414 314592.44 1066101.47 773430.02 248878.18 43793.27
## 6415 158478.97 1562689.78 776310.65 772667.93 13711.20
## 6416 317891.00 1183450.00 577048.00 579235.00 27167.00
## 6417 128863.00 804532.00 475224.00 328481.00 827.00
## 6418 155562.00 1255362.00 810002.00 438664.00 6697.00
## 6419 151409.00 1383179.00 791377.00 585936.00 5866.00
## 6420 144063.19 1340878.17 823843.88 510854.52 6179.77
## 6421 159959.25 1107449.84 775312.24 319204.76 12932.84
## 6422 170360.42 826663.45 555284.70 257991.63 13387.12
## 6423 160272.53 813223.59 525270.57 272860.81 15092.21
## 6424 166808.35 819118.01 531466.43 263131.15 24520.43
## 6425 169347.13 895149.49 599057.03 269972.31 26120.15
## 6426 165462.95 896405.90 603851.22 258959.51 33595.17
## 6427 199189.12 885607.88 597800.84 252502.35 35304.69
## 6428 215802.18 1018822.57 687077.09 288380.16 43365.32
## 6429 235105.19 982825.96 641935.76 287510.20 53380.00
## 6430 225401.10 1122182.10 706994.82 364885.27 50302.01
## 6431 263855.97 1358387.54 890685.77 410469.94 57231.83
## 6432 264838.37 1149901.04 733843.21 352853.24 63204.59
## 6433 327392.03 1256271.66 832554.71 340048.81 83668.14
## 6434 265494.92 1073692.09 685116.12 335733.79 52842.18
## 6435 267511.89 1009396.80 647895.99 296531.31 64969.50
## 6436 342667.93 1078418.77 686341.95 302794.91 89281.91
## 6437 373472.43 1649727.25 1093507.57 476444.72 79774.96
## 6438 356791.68 1729174.35 1157601.31 485376.01 86197.03
## 6439 253074.81 1696764.18 1090179.55 563107.77 43476.86
## 6440 403401.16 1872006.57 1345931.00 448086.41 77989.16
## 6441 248948.07 1530739.07 867501.26 619111.80 44126.01
## 6442 287895.63 1465604.49 858903.25 564981.58 41719.66
## 6443 269625.44 1347372.00 776304.50 523114.36 47953.14
## 6444 268428.07 1239243.99 750032.20 434987.85 54223.94
## 6445 302082.61 1659701.69 944331.40 681254.13 34116.16
## 6446 469332.59 1983925.74 1072504.99 832296.70 79124.05
## 6447 277355.63 1241566.21 797304.37 407221.12 37040.72
## 6448 224335.83 1203386.49 762724.52 400843.02 39818.95
## 6449 255439.70 1388675.65 937394.90 394791.96 56488.79
## 6450 235145.52 1074272.94 758452.66 276698.00 39122.28
## 6451 224247.43 1139852.43 723374.52 380655.17 35822.74
## 6452 223458.77 1075401.27 694807.10 327861.78 52732.39
## 6453 212871.38 1074281.03 650674.32 377140.01 46466.70
## 6454 211090.34 952800.15 549146.17 358275.00 45378.98
## 6455 195550.24 1124588.99 720629.17 364409.43 39550.39
## 6456 368973.25 1221964.62 756489.66 369884.90 95590.06
## 6457 224790.76 1171348.20 721288.96 401353.64 48705.60
## 6458 249248.52 1419928.75 978488.81 422557.68 18882.26
## 6459 322305.24 1796712.53 1334037.61 449566.65 13108.27
## 6460 181118.90 1392665.24 891429.94 485161.76 16073.54
## 6461 234650.47 1540187.35 1068557.00 455206.07 16424.28
## 6462 182713.77 1337522.67 878109.85 449340.86 10071.96
## 6463 195159.52 1391152.27 1010322.96 367740.51 13088.80
## 6464 189356.95 1242361.15 885769.21 349032.80 7559.14
## 6465 56.99 53704.28 41330.39 12373.89 0.00
## 6466 82.00 65477.93 61171.20 4306.73 0.00
## 6467 71.96 59145.72 54104.35 5041.37 0.00
## 6468 84.84 68035.76 62282.56 5753.20 0.00
## 6469 91.00 64773.00 57036.00 7738.00 0.00
## 6470 97.00 71341.00 55196.00 16146.00 0.00
## 6471 125.00 88355.00 59742.00 28613.00 0.00
## 6472 74.00 70518.00 54249.00 16269.00 0.00
## 6473 76.31 61018.14 58486.25 2505.22 26.67
## 6474 36.92 55278.19 54995.56 282.63 0.00
## 6475 29.48 63875.39 62343.72 1531.67 0.00
## 6476 74.12 60176.66 48527.09 11649.57 0.00
## 6477 139.28 50829.21 46034.83 4794.38 0.00
## 6478 192.67 60551.78 56521.74 4030.04 0.00
## 6479 70.71 51542.09 50219.51 1319.25 3.33
## 6480 54.93 48476.02 47545.72 763.63 166.67
## 6481 61.90 50337.57 44252.37 1741.87 4343.33
## 6482 49.90 55766.54 52253.48 599.73 2913.33
## 6483 30.39 61187.12 60211.91 245.21 730.00
## 6484 62.76 68258.85 60759.46 3437.16 4062.23
## 6485 58.29 68272.71 55944.40 9001.64 3326.67
## 6486 58.47 64719.50 59348.16 2124.67 3246.67
## 6487 55.81 65768.44 64199.34 285.77 1283.33
## 6488 100.44 62894.22 58580.71 1086.84 3226.67
## 6489 131.85 60991.74 53141.81 3621.04 4228.89
## 6490 176.98 66737.49 49614.54 8987.95 8135.00
## 6491 155.12 73563.22 61049.83 5973.39 6540.00
## 6492 92.67 61189.22 52906.18 2108.04 6175.00
## 6493 86.44 62058.28 55129.91 2569.76 4358.61
## 6494 93.56 65907.90 58868.88 4122.08 2916.94
## 6495 139.39 77983.74 75848.61 1879.02 256.11
## 6496 170.20 84707.53 80202.22 4474.75 30.56
## 6497 179.49 72121.26 70371.47 1749.79 0.00
## 6498 152.37 91634.18 90107.34 1469.90 56.94
## 6499 208.35 107019.72 101118.65 5671.90 229.17
## 6500 123.86 78361.76 76015.77 2179.32 166.67
## 6501 52.70 68477.96 61430.73 7047.23 0.00
## 6502 83.48 87450.10 74662.80 12787.30 0.00
## 6503 124.82 82363.22 78470.90 3892.32 0.00
## 6504 74.27 75089.35 73919.09 1170.26 0.00
## 6505 340.26 69655.88 68119.10 1536.78 0.00
## 6506 245.20 65313.67 58499.02 6729.93 84.72
## 6507 107.88 67961.27 64446.70 3514.57 0.00
## 6508 745.71 67241.02 66399.83 841.19 0.00
## 6509 100.84 68720.44 66310.52 2332.14 77.78
## 6510 184.45 63633.56 61717.96 1915.60 0.00
## 6511 367.91 64667.93 57944.02 6589.19 134.72
## 6512 4525.24 72537.39 67100.41 5107.70 329.28
## 6513 1855.78 72003.79 70448.34 1418.77 136.68
## 6514 3688.76 77542.88 74174.07 3242.21 126.60
## 6515 791.62 77124.15 75330.56 1793.59 0.00
## 6516 98.83 69623.79 67890.58 1733.21 0.00
## 6517 420.83 57099.03 52817.14 4281.89 0.00
## 6518 178.97 56273.64 48824.63 7447.45 1.56
## 6519 198.18 58218.62 53040.50 5162.55 15.57
## 6520 112.41 61778.32 56644.70 5133.62 0.00
## 6521 162.16 69542.60 58863.24 10673.16 6.20
## 6522 171.00 58495.00 47328.00 11166.00 0.00
## 6523 88.00 70294.00 42139.00 28155.00 0.00
## 6524 131.00 90071.00 61128.00 28942.00 0.00
## 6525 206.00 57781.00 55528.00 2253.00 0.00
## 6526 106.23 73652.14 62768.76 10883.38 0.00
## 6527 173.60 53789.98 51182.38 2607.60 0.00
## 6528 151.61 57391.40 55717.53 1673.87 0.00
## 6529 73.00 51819.25 49691.80 2127.45 0.00
## 6530 174.29 51061.78 50139.83 921.95 0.00
## 6531 76.86 53222.24 51546.23 1676.01 0.00
## 6532 81.52 42532.33 41353.71 1178.62 0.00
## 6533 73.10 52302.47 50193.57 2102.23 6.67
## 6534 130.21 55758.65 52068.88 2423.10 1266.67
## 6535 79.27 54862.19 52916.32 345.87 1600.00
## 6536 67.41 56091.10 55270.66 377.11 443.33
## 6537 79.42 64553.30 59503.97 3259.33 1790.00
## 6538 164.97 66101.05 49438.96 14192.88 2469.21
## 6539 223.22 57016.00 52868.61 2359.61 1787.78
## 6540 130.79 61918.11 59706.90 1314.55 896.66
## 6541 62.70 54517.52 49946.51 3071.01 1500.00
## 6542 129.66 49710.44 46745.57 1544.87 1420.00
## 6543 142.40 63102.07 56481.05 3381.02 3240.00
## 6544 549.47 58576.92 46887.32 8666.82 3022.78
## 6545 134.57 46271.05 42685.55 670.50 2915.00
## 6546 124.60 55403.79 52477.50 86.29 2840.00
## 6547 135.11 66009.04 62894.62 6.09 3108.33
## 6548 148.68 60533.01 59149.95 0.00 1383.06
## 6549 210.84 67704.25 67319.99 27.59 356.67
## 6550 169.35 60123.59 59724.57 245.41 153.61
## 6551 269.13 87497.25 85671.81 1111.55 713.89
## 6552 310.83 110584.26 109324.82 974.72 284.72
## 6553 228.33 58757.56 56541.74 2215.82 0.00
## 6554 202.50 57701.75 51718.85 5982.90 0.00
## 6555 128.05 61181.25 56049.22 5132.03 0.00
## 6556 161.85 77041.70 76173.81 867.89 0.00
## 6557 345.18 54303.45 53650.11 653.34 0.00
## 6558 1524.94 57349.18 56284.03 862.37 202.78
## 6559 691.53 52458.38 46606.30 5852.08 0.00
## 6560 162.89 57367.99 56747.94 620.05 0.00
## 6561 265.30 48435.69 46650.51 1785.18 0.00
## 6562 350.50 54462.52 51393.77 3068.75 0.00
## 6563 598.22 50457.82 45723.05 4491.71 243.06
## 6564 2290.06 58058.07 54676.58 2761.55 619.94
## 6565 23027.59 54655.21 49803.73 3869.41 982.07
## 6566 3935.43 63874.09 62167.99 1025.61 680.49
## 6567 13325.62 67811.76 65059.13 1897.89 854.74
## 6568 7893.25 48149.56 46455.74 1319.66 374.16
## 6569 306.22 48583.99 47415.32 1168.67 0.00
## 6570 2695.77 39087.84 38034.62 919.42 133.80
## 6571 4194.25 613923.51 527743.84 86179.67 0.00
## 6572 3020.72 423209.29 327462.75 95743.21 3.33
## 6573 2606.12 312486.64 218017.64 94469.00 0.00
## 6574 6828.23 506090.94 416839.01 89251.93 0.00
## 6575 7694.00 560213.00 479680.00 80533.00 0.00
## 6576 2692.00 353079.00 264827.00 88252.00 0.00
## 6577 2776.00 384513.00 298259.00 86254.00 0.00
## 6578 6534.00 485264.00 416893.00 68334.00 37.00
## 6579 4359.04 568587.12 428438.84 137878.28 2270.00
## 6580 2105.74 453173.37 264530.01 188243.36 400.00
## 6581 1834.84 386325.54 298349.69 87975.85 0.00
## 6582 1866.10 401068.22 310037.28 91030.94 0.00
## 6583 1449.29 402723.19 320849.72 81873.47 0.00
## 6584 2169.62 375822.70 291964.68 83858.02 0.00
## 6585 1812.37 331637.92 262287.19 69350.73 0.00
## 6586 2264.51 330377.19 229435.93 100937.93 3.33
## 6587 2452.10 364251.96 259297.35 104954.61 0.00
## 6588 1860.58 252687.07 172564.44 79904.85 217.78
## 6589 1867.94 402461.02 293696.79 108227.56 536.67
## 6590 1575.76 420043.30 230159.82 189883.48 0.00
## 6591 6723.26 523705.33 224811.25 298894.08 0.00
## 6592 3739.05 384499.59 246147.25 138352.34 0.00
## 6593 2676.17 374783.06 247453.57 127329.49 0.00
## 6594 3006.89 361492.39 240331.25 121091.14 70.00
## 6595 4545.50 411291.18 279519.76 131771.42 0.00
## 6596 3020.20 722268.43 334967.14 387301.29 0.00
## 6597 4720.91 544011.18 276152.20 267556.20 302.78
## 6598 2928.68 494063.30 188282.06 305777.91 3.33
## 6599 7010.41 752365.97 201968.43 550383.65 13.89
## 6600 5451.76 405711.73 200221.42 205490.31 0.00
## 6601 4926.04 577391.79 357447.61 219944.18 0.00
## 6602 5549.79 413741.26 187986.63 225754.63 0.00
## 6603 3706.26 459542.98 190861.62 268681.36 0.00
## 6604 3248.89 583615.08 262815.20 320799.88 0.00
## 6605 3364.51 703049.00 232259.29 470789.71 0.00
## 6606 10440.51 794485.27 164674.25 629791.58 19.44
## 6607 5646.02 752218.26 224693.22 527525.04 0.00
## 6608 3383.48 371325.25 312771.41 58553.84 0.00
## 6609 7690.78 280484.23 204288.42 76195.81 0.00
## 6610 3906.52 476291.78 316601.87 159683.24 6.67
## 6611 5896.58 222860.86 203295.68 19565.18 0.00
## 6612 21365.41 158514.81 157513.45 998.03 3.33
## 6613 29781.99 102946.84 101884.70 1062.14 0.00
## 6614 40611.87 211271.60 209810.16 1458.11 3.33
## 6615 42393.74 321032.39 292106.96 28925.43 0.00
## 6616 63757.91 419061.23 291927.39 127089.40 44.44
## 6617 71472.30 419748.90 278125.24 141599.77 23.89
## 6618 140962.93 404189.61 316097.57 88069.82 22.22
## 6619 58981.08 194545.48 74838.47 119674.39 32.62
## 6620 4719.74 145504.68 79246.83 66254.52 3.33
## 6621 2711.50 291152.19 242009.67 49139.19 3.33
## 6622 2690.98 282900.41 190479.48 92420.93 0.00
## 6623 6313.88 193803.25 62497.42 131305.83 0.00
## 6624 13768.33 66135.14 59516.58 6575.66 42.90
## 6625 12103.69 55578.87 47670.97 7840.41 67.49
## 6626 9259.69 58298.20 48938.01 9311.33 48.86
## 6627 1754.24 73725.13 37305.23 36372.75 47.15
## 6628 2338.00 68510.00 23489.00 44956.00 64.00
## 6629 608.00 56024.00 25102.00 30900.00 23.00
## 6630 613.00 93605.00 42396.00 51103.00 106.00
## 6631 1037.00 100042.00 36175.00 63702.00 165.00
## 6632 752.93 98140.65 35477.95 62594.13 68.57
## 6633 870.81 77406.61 36905.14 40362.33 139.14
## 6634 603.48 58968.01 28364.19 30577.22 26.60
## 6635 631.41 58463.22 27096.14 31344.37 22.71
## 6636 607.85 57300.40 27891.17 29348.64 60.59
## 6637 972.08 64990.75 33550.42 31111.99 328.34
## 6638 867.35 63551.01 31441.95 32031.35 77.71
## 6639 800.26 61792.05 31782.33 29745.79 263.93
## 6640 787.37 69273.94 35802.73 32306.29 1164.92
## 6641 879.27 75306.12 39686.62 34205.17 1414.33
## 6642 1093.00 86903.61 32946.35 52220.21 1737.05
## 6643 1162.61 82427.01 35015.70 46406.54 1004.77
## 6644 800.61 78243.70 36182.69 40113.90 1947.11
## 6645 1301.64 82870.82 39049.20 41000.59 2821.03
## 6646 807.32 76667.54 35579.02 39457.80 1630.72
## 6647 843.55 76418.24 37123.85 37812.55 1481.84
## 6648 1367.59 73121.41 34009.29 37719.47 1392.65
## 6649 1835.09 113180.07 51238.22 59538.32 2403.53
## 6650 1678.38 105792.08 54877.91 47715.79 3198.38
## 6651 1002.29 116042.89 49444.51 64817.87 1780.51
## 6652 1944.09 113131.44 53306.73 58995.18 829.53
## 6653 1097.13 140149.13 46235.82 93478.49 434.82
## 6654 1766.11 125074.74 40296.68 84463.79 314.27
## 6655 1540.83 97315.51 45525.97 51742.05 47.49
## 6656 1202.57 99359.57 44714.52 54004.53 640.52
## 6657 1422.94 155633.65 44372.98 111176.50 84.17
## 6658 2348.18 148453.66 50838.55 97497.22 117.89
## 6659 1564.77 109826.14 47389.50 62334.66 101.98
## 6660 1240.51 126435.11 42539.62 83872.46 23.03
## 6661 1773.31 111566.14 46322.29 65171.80 72.05
## 6662 1133.76 77578.81 41688.75 35858.77 31.29
## 6663 1452.17 92248.11 45777.12 46455.38 15.61
## 6664 1326.07 99700.20 42285.27 57404.10 10.83
## 6665 1516.39 93503.85 41713.27 51729.38 61.20
## 6666 1539.77 71519.47 35129.81 36351.65 38.01
## 6667 1756.45 69427.97 40647.40 28640.13 140.44
## 6668 1923.56 91847.00 38588.66 53252.02 6.32
## 6669 1362.80 91065.56 42818.68 48242.38 4.50
## 6670 2796.88 100652.64 51397.70 49247.59 7.35
## 6671 5353.25 105216.86 53663.15 51550.76 2.95
## 6672 2759.02 115110.34 53542.20 61566.67 1.47
## 6673 3909.40 94227.50 47552.12 46669.52 5.86
## 6674 2034.41 91021.78 45737.60 45282.71 1.47
## 6675 3127.01 89599.44 41838.55 47759.42 1.47
## 6676 5029.22 67288.78 39169.93 28118.85 0.00
## 6677 277.37 76261.53 29166.63 46858.23 236.67
## 6678 314.00 51710.05 25721.96 25598.09 390.00
## 6679 288.18 66637.69 27358.59 39015.77 263.33
## 6680 257.60 73667.59 33265.86 40251.73 150.00
## 6681 273.00 55628.00 41484.00 13951.00 193.00
## 6682 195.00 47379.00 26125.00 21030.00 223.00
## 6683 306.00 60179.00 25039.00 34900.00 240.00
## 6684 237.00 59003.00 48421.00 10329.00 253.00
## 6685 234.92 48394.59 33225.98 14981.94 186.67
## 6686 264.49 71275.91 39625.90 31443.34 206.67
## 6687 260.69 51429.82 21040.91 30388.91 0.00
## 6688 137.38 51315.22 23963.09 27352.13 0.00
## 6689 76.87 51765.38 22345.45 29419.93 0.00
## 6690 49.83 45840.15 19480.95 26359.20 0.00
## 6691 64.82 35881.15 18592.21 17288.94 0.00
## 6692 24.82 46140.46 8860.73 37219.73 60.00
## 6693 27.80 43533.18 22005.33 20014.52 1513.33
## 6694 99.08 50424.84 20452.27 28919.24 1053.33
## 6695 54.34 41826.96 19492.60 19474.36 2860.00
## 6696 12.20 51161.99 22007.23 27404.76 1750.00
## 6697 68.45 67283.58 40501.07 23085.84 3696.67
## 6698 43.10 53639.31 22133.61 29292.37 2213.33
## 6699 73.61 55446.01 32147.33 21985.35 1313.33
## 6700 55.78 56450.52 23710.96 29831.78 2907.78
## 6701 102.81 57144.56 24773.25 29400.20 2971.11
## 6702 46.02 48928.01 28914.04 16267.58 3746.39
## 6703 122.11 56470.29 31305.74 20128.72 5035.83
## 6704 75.35 63836.68 33088.12 28278.56 2470.00
## 6705 90.39 43351.00 23346.19 16704.81 3300.00
## 6706 121.45 57336.32 29031.67 25729.09 2575.56
## 6707 84.55 42393.51 24682.06 16731.45 980.00
## 6708 115.43 69115.18 35449.21 33245.97 420.00
## 6709 99.54 54459.76 25647.12 28151.81 660.83
## 6710 99.81 55359.18 24530.62 30178.56 650.00
## 6711 224.12 86402.04 33910.30 52241.74 250.00
## 6712 121.15 64145.60 26376.03 37214.57 555.00
## 6713 78.16 53960.64 25194.97 28670.67 95.00
## 6714 70.75 51941.25 25862.92 25718.33 360.00
## 6715 142.56 52407.43 22044.41 29968.02 395.00
## 6716 171.97 48749.08 20349.59 28239.49 160.00
## 6717 125.48 51980.34 20444.62 31040.72 495.00
## 6718 167.14 50413.48 24402.11 25501.37 510.00
## 6719 85.68 50663.78 23969.51 26579.27 115.00
## 6720 82.78 46977.96 19070.58 27887.38 20.00
## 6721 66.62 61512.97 31645.74 29517.23 350.00
## 6722 89.88 48541.77 19864.06 28137.71 540.00
## 6723 348.06 75274.47 28073.99 47170.48 30.00
## 6724 357.77 141030.88 64165.61 76520.83 344.44
## 6725 236.88 88794.56 37567.36 50878.59 348.61
## 6726 376.72 119565.88 28445.81 91120.07 0.00
## 6727 188.02 80417.23 27774.46 52642.77 0.00
## 6728 148.91 70679.54 29267.91 41411.63 0.00
## 6729 302.55 121607.44 35501.09 86106.35 0.00
## 6730 6018.29 116801.31 49190.85 67480.46 130.00
## 6731 6232.61 97856.85 60969.97 36710.21 176.67
## 6732 3955.11 98958.11 63479.54 35185.24 293.33
## 6733 4760.32 124468.22 62945.15 61291.96 231.11
## 6734 4488.00 116140.00 47447.00 68396.00 297.00
## 6735 4316.00 72969.00 45659.00 27009.00 300.00
## 6736 5388.00 91022.00 47255.00 43420.00 347.00
## 6737 5043.00 118895.00 42648.00 76180.00 67.00
## 6738 5037.21 137627.40 41685.93 95611.47 330.00
## 6739 3515.00 88997.34 41859.63 46967.71 170.00
## 6740 682.14 67506.12 46482.24 21023.88 0.00
## 6741 60.64 68205.04 44183.98 24021.06 0.00
## 6742 75.85 72048.55 47487.79 24560.76 0.00
## 6743 62.85 63356.70 43605.94 19750.76 0.00
## 6744 66.23 70274.94 42658.17 27616.77 0.00
## 6745 109.31 72795.80 45361.66 27434.14 0.00
## 6746 5997.25 66525.97 43187.87 23218.10 120.00
## 6747 6208.57 72880.09 45086.50 27650.26 143.33
## 6748 6548.22 63892.03 39816.30 23140.17 935.56
## 6749 7342.47 100424.60 34087.48 65960.46 376.66
## 6750 6825.44 148287.30 42423.16 105694.14 170.00
## 6751 7126.40 108608.30 49026.33 59193.02 388.95
## 6752 7351.15 121688.27 58516.35 62901.92 270.00
## 6753 6655.76 113058.06 46713.26 66328.13 16.67
## 6754 6343.20 107719.60 36179.33 71540.27 0.00
## 6755 7591.71 199350.73 75039.55 124311.18 0.00
## 6756 8471.78 189740.23 70018.95 119721.28 0.00
## 6757 6653.42 175933.86 53411.08 122522.78 0.00
## 6758 6723.34 161887.28 55967.51 105919.77 0.00
## 6759 6562.63 158062.58 60840.35 97009.73 212.50
## 6760 8227.13 177543.70 63050.35 114357.24 136.11
## 6761 10114.51 173650.08 62414.00 111236.08 0.00
## 6762 8122.78 168349.26 48461.64 119887.62 0.00
## 6763 7459.78 191197.21 47410.64 143342.13 444.44
## 6764 7876.55 223944.51 50093.71 173850.80 0.00
## 6765 6704.04 174175.99 43597.71 130578.28 0.00
## 6766 9126.91 230633.52 41132.11 189154.19 347.22
## 6767 9911.63 223202.94 56490.21 166712.73 0.00
## 6768 8785.16 139761.66 50811.89 88838.66 111.11
## 6769 11317.61 158457.41 63726.92 94730.49 0.00
## 6770 9405.35 155331.06 64615.85 90715.21 0.00
## 6771 9357.16 153949.48 51704.25 102245.23 0.00
## 6772 8807.29 153566.28 72719.62 80846.66 0.00
## 6773 8076.53 168363.12 53110.43 115252.69 0.00
## 6774 7364.63 164133.27 55239.96 108893.31 0.00
## 6775 6859.46 135901.71 65647.85 70253.86 0.00
## 6776 8137.14 210638.63 53528.96 157109.67 0.00
## 6777 8149.22 264249.77 56405.96 207843.81 0.00
## 6778 7716.20 135096.96 59095.70 76001.26 0.00
## 6779 6954.72 178184.11 44375.39 133739.28 69.44
## 6780 7692.26 212872.74 59471.06 153401.68 0.00
## 6781 7983.56 212524.33 71141.24 141383.09 0.00
## 6782 7736.95 185748.86 62603.76 123145.10 0.00
## 6783 75509.63 1012388.74 959746.82 14343.09 38298.83
## 6784 78272.26 884081.73 831557.36 15344.42 37179.95
## 6785 76600.37 840432.50 790545.51 14767.42 35119.57
## 6786 62000.95 920915.70 868361.67 16284.72 36269.31
## 6787 68958.00 972151.00 913002.00 23854.00 35296.00
## 6788 82683.00 755782.00 702784.00 16197.00 36801.00
## 6789 73389.00 966392.00 893064.00 34871.00 38457.00
## 6790 72562.00 914474.00 851550.00 23684.00 39240.00
## 6791 69039.29 799761.51 748133.99 14912.26 36715.26
## 6792 81784.71 840115.32 794198.46 16098.25 29818.61
## 6793 84635.32 598616.46 551747.52 15614.96 31253.98
## 6794 94134.88 558535.14 509468.27 15849.71 33217.16
## 6795 91288.33 522541.11 475271.70 17349.06 29920.35
## 6796 78098.02 557460.87 510568.78 17512.89 29379.20
## 6797 79407.42 574906.75 529354.38 16258.82 29293.55
## 6798 84556.11 586009.15 543636.79 13163.62 29208.74
## 6799 94971.16 615519.53 568315.40 14394.75 32809.38
## 6800 112400.98 572807.69 521219.23 15575.83 36012.63
## 6801 105558.18 570846.05 523454.36 14650.86 32740.83
## 6802 99791.22 677650.12 618120.14 22264.21 37265.77
## 6803 120591.71 846737.12 784481.79 21556.57 40698.76
## 6804 109001.34 860004.81 793163.78 20822.11 46018.92
## 6805 100595.71 661784.53 603467.35 18679.70 39637.48
## 6806 99404.46 711322.24 652958.02 12421.66 45942.56
## 6807 105463.36 715949.14 658086.39 14421.29 43441.46
## 6808 87693.03 1337481.40 1285980.32 788.55 50712.53
## 6809 104452.24 1384273.64 1337890.74 411.72 45971.18
## 6810 90801.10 1541330.90 1496630.45 696.59 44003.86
## 6811 93204.86 1476809.87 1424124.05 963.71 51722.11
## 6812 96489.25 1598855.22 1550403.66 468.39 47983.17
## 6813 89031.20 1799757.17 1761072.22 559.34 38125.61
## 6814 102414.38 1378948.20 1324066.55 300.84 54580.81
## 6815 91670.96 1231945.53 1178399.48 401.84 53144.21
## 6816 88215.90 1656491.18 1602634.76 674.27 53182.15
## 6817 97893.53 1787982.01 1727340.36 488.13 60153.52
## 6818 105295.61 1345961.96 1286252.05 686.15 59023.76
## 6819 108744.24 1417998.35 1358189.50 3262.06 56546.79
## 6820 109370.93 1179887.05 1117995.97 574.14 61316.94
## 6821 106825.66 1520464.82 1460394.98 10162.56 49907.28
## 6822 95594.45 1601319.80 1542667.95 11742.19 46909.66
## 6823 83244.93 1219913.92 1168719.39 1177.90 50016.63
## 6824 89296.88 1260178.38 1209897.81 2474.78 47805.79
## 6825 94533.02 1125685.27 1067166.21 4495.49 54023.57
## 6826 83307.14 1269943.15 1214991.20 6376.28 48575.67
## 6827 70872.57 1406604.51 1341305.37 33291.90 32007.24
## 6828 68553.91 1442193.42 1277346.26 130416.16 34431.00
## 6829 61331.51 1790490.25 1664506.69 81240.11 44743.45
## 6830 89678.63 2701609.82 2656630.42 3465.70 41513.70
## 6831 67607.57 1982018.18 1923042.64 29993.97 28981.57
## 6832 61799.24 1775686.94 1710186.48 39625.95 25874.51
## 6833 61161.98 1522819.94 1442445.76 59205.75 21168.43
## 6834 72814.14 1385480.26 1288525.30 72837.94 24117.02
## 6835 56808.74 1441332.35 1332601.11 88931.96 19799.28
## 6836 270.75 57333.07 37617.67 19711.15 4.25
## 6837 217.35 44886.01 23837.75 21035.42 12.84
## 6838 326.83 44840.61 29455.18 15356.82 28.61
## 6839 147.89 56811.08 26607.95 30198.81 4.32
## 6840 530.00 53643.00 9238.00 44403.00 1.00
## 6841 107.00 29023.00 10221.00 18803.00 0.00
## 6842 79.00 43155.00 12675.00 30480.00 0.00
## 6843 86.00 54034.00 11788.00 42246.00 0.00
## 6844 120.44 45793.94 13435.51 32355.55 2.88
## 6845 56.48 54991.92 13041.14 41950.78 0.00
## 6846 33.07 33521.36 13492.32 20029.04 0.00
## 6847 68.10 32139.47 12700.01 19439.46 0.00
## 6848 71.23 31510.26 11687.90 19822.36 0.00
## 6849 73.49 33336.81 14044.19 19292.62 0.00
## 6850 82.79 31625.84 12529.29 19096.55 0.00
## 6851 79.54 35311.37 14322.14 20969.23 20.00
## 6852 91.41 41623.05 15816.03 25440.35 366.67
## 6853 133.23 42457.10 16063.17 26038.37 355.56
## 6854 103.73 43650.07 17157.17 26001.79 491.11
## 6855 148.97 50049.17 24106.10 25489.74 453.33
## 6856 121.05 53281.11 27903.99 24543.79 833.33
## 6857 218.00 54995.50 29610.66 24173.08 1211.76
## 6858 133.88 54512.58 29280.49 24102.09 1130.00
## 6859 134.13 52477.62 24730.17 26604.12 1143.33
## 6860 211.13 42769.76 15204.43 26375.34 1189.99
## 6861 209.51 76179.10 22207.37 53245.65 726.08
## 6862 340.48 62727.70 23991.67 38397.78 338.25
## 6863 203.50 68242.12 20546.42 47643.48 52.22
## 6864 541.77 51626.13 21822.14 29725.70 78.29
## 6865 159.38 63451.22 17357.08 45674.42 419.72
## 6866 305.84 70111.13 16752.03 53317.46 41.64
## 6867 305.78 60274.13 16202.19 44055.13 16.81
## 6868 225.38 50481.72 14518.52 35959.83 3.37
## 6869 247.88 42501.20 16236.09 26265.11 0.00
## 6870 426.61 74600.03 21513.20 52904.37 182.46
## 6871 203.94 42529.06 18452.22 23931.06 145.78
## 6872 236.73 48335.22 16780.79 31343.12 211.31
## 6873 213.91 50127.95 18406.86 31705.47 15.62
## 6874 209.34 44160.67 17618.59 26542.08 0.00
## 6875 225.38 51393.86 18336.09 33057.77 0.00
## 6876 163.77 50457.52 18244.87 32209.26 3.39
## 6877 213.08 28157.68 17374.52 10768.15 15.01
## 6878 159.61 40620.54 14085.25 26520.40 14.89
## 6879 183.87 49622.16 12670.72 36951.44 0.00
## 6880 578.39 43409.73 15168.82 28234.42 6.49
## 6881 159.04 50787.90 13809.65 36841.43 136.82
## 6882 357.40 71259.68 16002.34 55257.34 0.00
## 6883 1046.84 48887.14 19517.27 29368.27 1.60
## 6884 217.70 58306.36 17307.09 40985.94 13.33
## 6885 714.26 57605.35 18678.36 38926.99 0.00
## 6886 281.29 43327.15 17644.78 25682.37 0.00
## 6887 397.86 60171.57 17859.61 42296.40 15.56
## 6888 643.88 47918.44 12573.63 35198.14 146.67
## 6889 3057.20 152322.80 72698.98 79623.82 0.00
## 6890 4987.95 120689.86 88550.58 32139.28 0.00
## 6891 5749.55 142323.98 69456.09 72867.89 0.00
## 6892 6988.61 150858.45 75190.47 75667.98 0.00
## 6893 9947.00 131661.00 75459.00 56202.00 0.00
## 6894 1052.00 116959.00 70352.00 46606.00 0.00
## 6895 2026.00 155975.00 80040.00 75936.00 0.00
## 6896 1669.00 123105.00 72870.00 50234.00 0.00
## 6897 392.90 101261.29 66124.03 35137.26 0.00
## 6898 223.75 152102.55 75333.68 76768.87 0.00
## 6899 183.75 118762.83 61151.44 57611.39 0.00
## 6900 32.00 98117.35 72027.82 26089.53 0.00
## 6901 104.53 109102.47 80223.56 28878.91 0.00
## 6902 187.25 96657.84 54423.36 42234.48 0.00
## 6903 237.74 75256.56 33217.53 42039.03 0.00
## 6904 50.37 77835.40 16642.51 61152.89 40.00
## 6905 155.17 61777.96 34614.01 23940.62 3223.33
## 6906 284.53 90373.44 40450.86 46519.25 3403.33
## 6907 289.62 97569.78 37812.76 51132.58 8624.44
## 6908 184.51 94303.33 34142.86 54596.03 5564.44
## 6909 207.86 114203.24 31618.38 73383.75 9201.11
## 6910 324.38 94854.26 38651.03 48348.78 7854.45
## 6911 358.81 95997.38 34817.34 55121.15 6058.89
## 6912 421.47 104763.61 35385.93 61377.68 8000.00
## 6913 301.98 90205.21 38434.80 41978.19 9792.22
## 6914 239.94 111332.51 44355.87 55317.47 11659.17
## 6915 418.31 131427.72 49954.72 72199.67 9273.33
## 6916 127.88 123209.59 51069.12 59391.58 12748.89
## 6917 105.13 127089.16 51803.99 62943.50 12341.67
## 6918 340.96 160585.23 73486.27 79488.96 7610.00
## 6919 238.92 152040.07 84992.72 64412.35 2635.00
## 6920 66.26 167808.90 102591.50 65217.40 0.00
## 6921 127.05 146578.54 86440.86 60137.68 0.00
## 6922 92.98 149835.74 87201.95 62633.79 0.00
## 6923 689.42 209630.82 96700.11 112930.71 0.00
## 6924 121.30 193153.65 79251.87 113901.78 0.00
## 6925 143.43 145077.00 81699.04 63377.96 0.00
## 6926 127.13 129146.40 73084.25 56062.15 0.00
## 6927 242.38 106611.13 66358.64 40164.99 87.50
## 6928 285.88 119203.76 63253.12 55950.64 0.00
## 6929 370.75 121256.79 59606.47 61500.32 150.00
## 6930 350.68 143484.42 80525.62 62486.58 472.22
## 6931 280.65 106550.62 58637.13 47913.49 0.00
## 6932 228.88 112653.60 56960.63 55692.97 0.00
## 6933 97.02 135508.10 76060.43 59447.67 0.00
## 6934 253.62 116357.22 58634.83 57722.39 0.00
## 6935 399.31 170280.79 67653.42 102267.65 359.72
## 6936 629.67 282357.34 102844.25 178368.65 1144.44
## 6937 519.69 208308.68 99039.03 108598.82 670.83
## 6938 377.73 253417.24 71856.16 181454.14 106.94
## 6939 544.78 210805.19 82722.70 128082.49 0.00
## 6940 293.18 190952.57 85738.78 105206.85 6.94
## 6941 540.23 277538.12 84253.42 193284.70 0.00
## 6942 29457.57 1411792.12 1246593.68 163761.83 1436.61
## 6943 19763.67 945549.48 824335.49 118291.12 2922.87
## 6944 16966.89 961484.35 853140.03 106279.96 2064.36
## 6945 17891.07 1404338.18 1229379.23 172927.24 2031.71
## 6946 18490.00 953110.00 762953.00 188039.00 2118.00
## 6947 15350.00 793694.00 663097.00 128990.00 1607.00
## 6948 16827.00 939370.00 751485.00 186157.00 1727.00
## 6949 18762.00 919162.00 735347.00 181873.00 1942.00
## 6950 20209.95 982038.86 821114.39 159168.35 1756.12
## 6951 19076.52 927954.41 774152.75 153145.22 656.44
## 6952 20115.07 796520.43 698822.91 97558.95 138.57
## 6953 21955.24 778032.85 654675.29 123337.18 20.38
## 6954 19640.32 745721.27 630328.89 115357.54 34.84
## 6955 20147.99 808831.59 688480.03 120198.57 152.99
## 6956 19549.26 801385.83 704199.37 96708.78 477.68
## 6957 20473.18 817469.64 716654.48 98413.44 2401.72
## 6958 21742.49 865622.90 732278.10 110137.25 23207.55
## 6959 24649.00 889302.60 747801.46 116289.45 25211.69
## 6960 23088.84 944712.47 804265.11 124191.97 16255.39
## 6961 23579.86 1087069.40 904139.21 145663.00 37267.19
## 6962 25765.18 1013908.26 836575.70 148877.99 28454.57
## 6963 26753.29 1006737.98 856452.33 122563.55 27722.10
## 6964 26106.33 977681.58 833164.80 126121.45 18395.33
## 6965 26154.28 1005805.72 861274.69 114928.95 29602.08
## 6966 26712.77 1016824.84 860213.61 122607.37 34003.86
## 6967 27337.20 1214991.99 969121.67 191301.87 54568.45
## 6968 30426.63 1267463.78 1026992.74 187005.45 53465.59
## 6969 27318.06 1127351.85 903265.11 187611.42 36475.32
## 6970 28997.27 1054979.65 909822.80 107064.11 38092.74
## 6971 31604.96 1112756.44 900866.53 167944.28 43945.63
## 6972 31609.48 1123278.07 916401.72 187872.39 19003.96
## 6973 35153.44 1241824.69 1002083.80 230580.56 9160.33
## 6974 32390.63 1151650.99 953595.56 193338.02 4717.41
## 6975 30170.73 1259276.77 1104012.30 148638.50 6625.97
## 6976 47936.74 1698910.66 1456000.83 237524.29 5385.54
## 6977 32879.90 1185502.10 1038439.12 142458.63 4604.35
## 6978 31534.53 1185824.34 1044588.96 136072.44 5162.94
## 6979 31587.43 1092118.44 962599.60 125318.67 4200.17
## 6980 29641.61 1088252.62 990216.19 93875.58 4160.85
## 6981 32123.70 1322626.39 1192231.15 126225.16 4170.08
## 6982 33096.36 1127462.72 988523.65 135004.05 3935.02
## 6983 30753.50 970055.99 867587.43 98619.63 3848.93
## 6984 38103.37 995740.12 868710.37 123511.69 3518.06
## 6985 51390.66 1176992.95 1044380.88 131525.12 1086.95
## 6986 52647.95 950191.41 823879.69 123351.91 2959.81
## 6987 41351.82 1007621.10 857235.29 147587.67 2798.14
## 6988 38397.21 1054822.30 860148.60 190222.35 4451.35
## 6989 108936.31 1116991.27 950345.69 161722.79 4922.79
## 6990 43527.67 1003194.05 845213.44 153112.84 4867.77
## 6991 94412.42 1042787.65 859648.57 181562.03 1577.05
## 6992 43787.10 1003636.50 876946.57 125271.44 1418.49
## 6993 45093.12 1007510.87 873053.26 130291.21 4166.40
## 6994 64703.08 875004.19 719379.64 151226.51 4398.04
## 6995 177.54 89385.95 70278.20 18477.36 630.39
## 6996 201.49 78725.73 65116.32 12231.63 1377.78
## 6997 224.12 92613.15 79113.94 12580.32 918.89
## 6998 199.82 109264.75 94522.11 13872.64 870.00
## 6999 175.00 98063.00 78202.00 18913.00 949.00
## 7000 183.00 70172.00 58959.00 10358.00 856.00
## 7001 262.00 77107.00 65958.00 10329.00 820.00
## 7002 281.00 73436.00 63381.00 9118.00 936.00
## 7003 354.53 75734.81 63826.67 11123.57 784.57
## 7004 185.00 82106.60 68554.67 13183.91 368.02
## 7005 252.39 59464.93 49860.59 9599.22 5.12
## 7006 125.62 63457.44 53309.92 10144.19 3.33
## 7007 105.67 59728.72 49424.27 10304.45 0.00
## 7008 90.32 59782.33 52292.12 7431.64 58.57
## 7009 82.19 61965.18 54501.62 7350.47 113.09
## 7010 69.77 66684.64 56309.28 10118.10 257.26
## 7011 93.89 66121.71 56903.06 7881.98 1336.67
## 7012 76.41 68908.62 57883.39 10273.89 751.34
## 7013 106.04 61855.56 48844.82 10803.43 2207.31
## 7014 52.60 109665.17 90141.14 17632.70 1891.33
## 7015 91.21 105462.58 87901.11 16066.80 1494.67
## 7016 49.22 100570.55 86175.13 12836.41 1559.01
## 7017 52.14 81491.13 65555.61 14827.94 1107.58
## 7018 179.51 83115.70 71644.75 9364.25 2106.70
## 7019 206.54 86617.70 71974.21 13092.37 1551.12
## 7020 109.54 130340.20 105530.95 22029.25 2780.00
## 7021 90.44 128485.30 110433.46 15456.31 2595.53
## 7022 60.26 125573.44 105149.34 18681.51 1742.59
## 7023 143.44 118640.29 105965.40 10905.92 1768.97
## 7024 141.95 87799.33 74772.49 10764.96 2261.88
## 7025 119.54 123455.82 106243.76 14782.06 2430.00
## 7026 149.22 125467.41 85799.73 37474.70 2192.98
## 7027 36.98 112546.73 86638.12 23799.21 2109.40
## 7028 100.44 92767.27 72042.12 18978.41 1746.74
## 7029 189.96 186645.33 163451.19 21424.14 1770.00
## 7030 78.43 127369.08 105192.33 20198.80 1977.95
## 7031 75.09 108081.47 97879.10 8397.37 1805.00
## 7032 135.70 109216.32 102366.17 5170.15 1680.00
## 7033 118.65 130682.75 122342.62 6780.13 1560.00
## 7034 86.70 147713.87 139193.03 7520.84 1000.00
## 7035 92.56 130851.27 122643.74 6937.53 1270.00
## 7036 100.06 107141.14 99605.44 5995.70 1540.00
## 7037 71.33 97260.86 89585.87 6434.99 1240.00
## 7038 185.57 193381.81 186396.09 6875.72 110.00
## 7039 71.22 81143.35 72019.67 8088.68 1035.00
## 7040 123.12 99281.06 90304.21 8146.85 830.00
## 7041 246.24 101335.80 80701.00 19120.08 1514.72
## 7042 149.64 152057.32 131344.95 20622.37 90.00
## 7043 122.93 107675.09 92858.91 14816.18 0.00
## 7044 81.46 107805.91 82914.32 24413.26 478.33
## 7045 121.39 122107.34 106434.47 15372.87 300.00
## 7046 183.00 111083.19 98008.64 12089.55 985.00
## 7047 71.34 109586.47 87099.25 20952.22 1535.00
## 7048 1336.79 73557.53 61080.44 11333.76 1143.33
## 7049 1613.39 81602.39 72271.01 8224.71 1106.67
## 7050 1505.00 79981.76 68849.84 10321.92 810.00
## 7051 1803.00 83640.33 71291.13 11513.64 835.56
## 7052 2002.00 81753.00 77355.00 3609.00 790.00
## 7053 1145.00 67390.00 57613.00 8817.00 960.00
## 7054 1729.00 73013.00 63649.00 8597.00 767.00
## 7055 2188.00 88890.00 83664.00 4411.00 816.00
## 7056 1893.00 72659.82 65167.14 6089.35 1403.33
## 7057 1787.00 84659.39 72752.65 11155.63 751.11
## 7058 1576.11 83683.66 73112.43 10571.23 0.00
## 7059 173.04 73874.84 65362.87 8511.97 0.00
## 7060 31.10 96187.82 82449.13 13738.69 0.00
## 7061 9.00 74229.44 61436.17 12793.27 0.00
## 7062 19.00 54023.74 44407.60 9616.14 0.00
## 7063 108.00 57079.58 46789.06 10177.19 113.33
## 7064 164.00 69840.11 59451.56 5951.88 4436.67
## 7065 290.73 70285.30 56267.76 9259.77 4757.77
## 7066 188.82 68206.82 58890.86 5129.29 4186.67
## 7067 77.91 73537.88 61052.42 10098.80 2386.66
## 7068 82.91 75428.62 60970.59 10286.92 4171.11
## 7069 44.00 76796.57 56841.81 10734.76 9220.00
## 7070 41.00 73329.95 55778.64 9484.64 8066.67
## 7071 78.00 68790.22 49217.00 12526.55 7046.67
## 7072 39.00 82836.10 64601.65 9641.12 8593.33
## 7073 28.96 87742.59 80324.72 5261.20 2156.67
## 7074 64.00 100813.22 93220.64 4992.58 2600.00
## 7075 104.95 104346.30 94389.49 8091.81 1865.00
## 7076 157.00 83711.26 76256.40 4569.86 2885.00
## 7077 188.00 93555.50 76637.93 8992.57 7925.00
## 7078 298.00 72381.40 53362.71 5313.69 13705.00
## 7079 267.00 80031.19 55454.81 10461.38 14115.00
## 7080 345.91 69238.94 46750.78 10833.16 11655.00
## 7081 347.82 76464.43 49414.09 10375.34 16675.00
## 7082 220.92 109148.95 86740.85 17223.10 5185.00
## 7083 251.05 79491.39 60607.72 10988.67 7895.00
## 7084 301.14 70787.69 52284.28 8843.41 9660.00
## 7085 241.00 78642.84 59163.58 9889.26 9590.00
## 7086 249.11 74226.19 55994.69 8934.00 9297.50
## 7087 192.06 71764.00 53763.94 9845.06 8155.00
## 7088 355.97 73914.83 53280.49 10526.56 10107.78
## 7089 284.06 67421.98 51297.40 9849.58 6275.00
## 7090 271.03 67853.79 51341.55 9832.24 6680.00
## 7091 184.00 70143.31 55427.21 8536.10 6180.00
## 7092 140.16 86757.72 69741.69 8046.03 8970.00
## 7093 289.36 71703.26 54549.08 7834.18 9320.00
## 7094 443.13 85323.05 59560.40 13862.65 11900.00
## 7095 402.00 152143.79 119084.94 26378.85 6680.00
## 7096 316.00 99061.62 77868.08 15523.54 5670.00
## 7097 273.00 93630.85 56028.66 29497.19 8105.00
## 7098 232.92 83866.68 60508.85 16912.83 6445.00
## 7099 316.00 75163.77 52403.61 13645.16 9115.00
## 7100 242.00 100205.62 68817.75 24039.54 7348.33
## 7101 445.17 347832.27 269325.19 78507.08 0.00
## 7102 1217.71 404470.20 379573.90 24894.30 2.00
## 7103 601.53 484077.88 465885.99 18174.07 17.82
## 7104 1561.82 434202.54 411052.38 23130.51 19.65
## 7105 580.00 496308.00 466132.00 30177.00 0.00
## 7106 697.00 473316.00 373479.00 99837.00 0.00
## 7107 710.00 633460.00 448431.00 185014.00 16.00
## 7108 710.00 402660.00 369347.00 33312.00 0.00
## 7109 600.50 624918.06 563910.07 60984.25 23.74
## 7110 779.34 354341.95 330959.23 23366.81 15.91
## 7111 491.71 392401.25 368385.46 24011.81 3.98
## 7112 632.63 352630.15 319602.75 33027.40 0.00
## 7113 872.20 359170.78 340114.08 19056.70 0.00
## 7114 547.17 410153.57 377569.16 32584.41 0.00
## 7115 599.08 384582.96 362090.67 22488.31 3.98
## 7116 408.14 389954.96 355131.24 34823.72 0.00
## 7117 640.77 392890.13 356286.86 35547.71 1055.56
## 7118 517.88 374558.49 360305.76 9201.62 5051.11
## 7119 702.96 387007.38 358843.51 13593.87 14570.00
## 7120 620.27 402063.85 377884.20 20393.67 3785.98
## 7121 1222.60 515650.75 462811.56 49542.64 3296.55
## 7122 2432.16 393957.81 358318.64 24812.03 10827.14
## 7123 3849.65 382863.86 362404.90 17642.09 2816.87
## 7124 3112.43 409513.57 380873.57 21311.87 7328.13
## 7125 3388.19 393552.94 368995.87 13580.41 10976.66
## 7126 3563.36 555724.83 494674.05 42918.63 18132.15
## 7127 3145.41 511546.02 270378.60 223986.86 17180.56
## 7128 3691.10 403510.57 260423.69 126518.07 16568.81
## 7129 3600.65 417709.80 290382.60 113734.72 13592.48
## 7130 3000.90 563460.66 322838.07 233754.81 6867.78
## 7131 3267.53 445573.35 345141.25 90033.49 10398.61
## 7132 4083.43 569756.05 372163.91 178834.64 18757.50
## 7133 3335.37 423672.83 352350.91 70436.92 885.00
## 7134 4111.68 534265.94 445866.42 71417.58 16981.94
## 7135 3634.42 766061.72 451173.29 305309.26 9579.17
## 7136 2747.33 369051.45 314750.54 44523.13 9777.78
## 7137 2853.10 360814.66 312758.39 41885.07 6171.20
## 7138 4900.16 403705.08 339953.84 55759.57 7991.67
## 7139 2839.80 461405.91 407168.08 51164.80 3073.03
## 7140 4113.73 389659.01 340915.45 48526.89 216.67
## 7141 20182.45 389225.45 330935.25 49533.26 8756.94
## 7142 17545.38 384028.21 336742.00 40754.27 6531.94
## type year region
## 1 conventional 2015 Albany
## 2 conventional 2015 Albany
## 3 conventional 2015 Albany
## 4 conventional 2015 Albany
## 5 conventional 2015 Albany
## 6 conventional 2015 Albany
## 7 conventional 2015 Albany
## 8 conventional 2015 Albany
## 9 conventional 2015 Albany
## 10 conventional 2015 Albany
## 11 conventional 2015 Albany
## 12 conventional 2015 Albany
## 13 conventional 2015 Albany
## 14 conventional 2015 Albany
## 15 conventional 2015 Albany
## 16 conventional 2015 Albany
## 17 conventional 2015 Albany
## 18 conventional 2015 Albany
## 19 conventional 2015 Albany
## 20 conventional 2015 Albany
## 21 conventional 2015 Albany
## 22 conventional 2015 Albany
## 23 conventional 2015 Albany
## 24 conventional 2015 Albany
## 25 conventional 2015 Albany
## 26 conventional 2015 Albany
## 27 conventional 2015 Albany
## 28 conventional 2015 Albany
## 29 conventional 2015 Albany
## 30 conventional 2015 Albany
## 31 conventional 2015 Albany
## 32 conventional 2015 Albany
## 33 conventional 2015 Albany
## 34 conventional 2015 Albany
## 35 conventional 2015 Albany
## 36 conventional 2015 Albany
## 37 conventional 2015 Albany
## 38 conventional 2015 Albany
## 39 conventional 2015 Albany
## 40 conventional 2015 Albany
## 41 conventional 2015 Albany
## 42 conventional 2015 Albany
## 43 conventional 2015 Albany
## 44 conventional 2015 Albany
## 45 conventional 2015 Albany
## 46 conventional 2015 Albany
## 47 conventional 2015 Albany
## 48 conventional 2015 Albany
## 49 conventional 2015 Albany
## 50 conventional 2015 Albany
## 51 conventional 2015 Albany
## 52 conventional 2015 Albany
## 53 conventional 2015 Atlanta
## 54 conventional 2015 Atlanta
## 55 conventional 2015 Atlanta
## 56 conventional 2015 Atlanta
## 57 conventional 2015 Atlanta
## 58 conventional 2015 Atlanta
## 59 conventional 2015 Atlanta
## 60 conventional 2015 Atlanta
## 61 conventional 2015 Atlanta
## 62 conventional 2015 Atlanta
## 63 conventional 2015 Atlanta
## 64 conventional 2015 Atlanta
## 65 conventional 2015 Atlanta
## 66 conventional 2015 Atlanta
## 67 conventional 2015 Atlanta
## 68 conventional 2015 Atlanta
## 69 conventional 2015 Atlanta
## 70 conventional 2015 Atlanta
## 71 conventional 2015 Atlanta
## 72 conventional 2015 Atlanta
## 73 conventional 2015 Atlanta
## 74 conventional 2015 Atlanta
## 75 conventional 2015 Atlanta
## 76 conventional 2015 Atlanta
## 77 conventional 2015 Atlanta
## 78 conventional 2015 Atlanta
## 79 conventional 2015 Atlanta
## 80 conventional 2015 Atlanta
## 81 conventional 2015 Atlanta
## 82 conventional 2015 Atlanta
## 83 conventional 2015 Atlanta
## 84 conventional 2015 Atlanta
## 85 conventional 2015 Atlanta
## 86 conventional 2015 Atlanta
## 87 conventional 2015 Atlanta
## 88 conventional 2015 Atlanta
## 89 conventional 2015 Atlanta
## 90 conventional 2015 Atlanta
## 91 conventional 2015 Atlanta
## 92 conventional 2015 Atlanta
## 93 conventional 2015 Atlanta
## 94 conventional 2015 Atlanta
## 95 conventional 2015 Atlanta
## 96 conventional 2015 Atlanta
## 97 conventional 2015 Atlanta
## 98 conventional 2015 Atlanta
## 99 conventional 2015 Atlanta
## 100 conventional 2015 Atlanta
## 101 conventional 2015 Atlanta
## 102 conventional 2015 Atlanta
## 103 conventional 2015 Atlanta
## 104 conventional 2015 Atlanta
## 105 conventional 2015 BaltimoreWashington
## 106 conventional 2015 BaltimoreWashington
## 107 conventional 2015 BaltimoreWashington
## 108 conventional 2015 BaltimoreWashington
## 109 conventional 2015 BaltimoreWashington
## 110 conventional 2015 BaltimoreWashington
## 111 conventional 2015 BaltimoreWashington
## 112 conventional 2015 BaltimoreWashington
## 113 conventional 2015 BaltimoreWashington
## 114 conventional 2015 BaltimoreWashington
## 115 conventional 2015 BaltimoreWashington
## 116 conventional 2015 BaltimoreWashington
## 117 conventional 2015 BaltimoreWashington
## 118 conventional 2015 BaltimoreWashington
## 119 conventional 2015 BaltimoreWashington
## 120 conventional 2015 BaltimoreWashington
## 121 conventional 2015 BaltimoreWashington
## 122 conventional 2015 BaltimoreWashington
## 123 conventional 2015 BaltimoreWashington
## 124 conventional 2015 BaltimoreWashington
## 125 conventional 2015 BaltimoreWashington
## 126 conventional 2015 BaltimoreWashington
## 127 conventional 2015 BaltimoreWashington
## 128 conventional 2015 BaltimoreWashington
## 129 conventional 2015 BaltimoreWashington
## 130 conventional 2015 BaltimoreWashington
## 131 conventional 2015 BaltimoreWashington
## 132 conventional 2015 BaltimoreWashington
## 133 conventional 2015 BaltimoreWashington
## 134 conventional 2015 BaltimoreWashington
## 135 conventional 2015 BaltimoreWashington
## 136 conventional 2015 BaltimoreWashington
## 137 conventional 2015 BaltimoreWashington
## 138 conventional 2015 BaltimoreWashington
## 139 conventional 2015 BaltimoreWashington
## 140 conventional 2015 BaltimoreWashington
## 141 conventional 2015 BaltimoreWashington
## 142 conventional 2015 BaltimoreWashington
## 143 conventional 2015 BaltimoreWashington
## 144 conventional 2015 BaltimoreWashington
## 145 conventional 2015 BaltimoreWashington
## 146 conventional 2015 BaltimoreWashington
## 147 conventional 2015 BaltimoreWashington
## 148 conventional 2015 BaltimoreWashington
## 149 conventional 2015 BaltimoreWashington
## 150 conventional 2015 BaltimoreWashington
## 151 conventional 2015 BaltimoreWashington
## 152 conventional 2015 BaltimoreWashington
## 153 conventional 2015 BaltimoreWashington
## 154 conventional 2015 BaltimoreWashington
## 155 conventional 2015 BaltimoreWashington
## 156 conventional 2015 BaltimoreWashington
## 157 conventional 2015 Boise
## 158 conventional 2015 Boise
## 159 conventional 2015 Boise
## 160 conventional 2015 Boise
## 161 conventional 2015 Boise
## 162 conventional 2015 Boise
## 163 conventional 2015 Boise
## 164 conventional 2015 Boise
## 165 conventional 2015 Boise
## 166 conventional 2015 Boise
## 167 conventional 2015 Boise
## 168 conventional 2015 Boise
## 169 conventional 2015 Boise
## 170 conventional 2015 Boise
## 171 conventional 2015 Boise
## 172 conventional 2015 Boise
## 173 conventional 2015 Boise
## 174 conventional 2015 Boise
## 175 conventional 2015 Boise
## 176 conventional 2015 Boise
## 177 conventional 2015 Boise
## 178 conventional 2015 Boise
## 179 conventional 2015 Boise
## 180 conventional 2015 Boise
## 181 conventional 2015 Boise
## 182 conventional 2015 Boise
## 183 conventional 2015 Boise
## 184 conventional 2015 Boise
## 185 conventional 2015 Boise
## 186 conventional 2015 Boise
## 187 conventional 2015 Boise
## 188 conventional 2015 Boise
## 189 conventional 2015 Boise
## 190 conventional 2015 Boise
## 191 conventional 2015 Boise
## 192 conventional 2015 Boise
## 193 conventional 2015 Boise
## 194 conventional 2015 Boise
## 195 conventional 2015 Boise
## 196 conventional 2015 Boise
## 197 conventional 2015 Boise
## 198 conventional 2015 Boise
## 199 conventional 2015 Boise
## 200 conventional 2015 Boise
## 201 conventional 2015 Boise
## 202 conventional 2015 Boise
## 203 conventional 2015 Boise
## 204 conventional 2015 Boise
## 205 conventional 2015 Boise
## 206 conventional 2015 Boise
## 207 conventional 2015 Boise
## 208 conventional 2015 Boise
## 209 conventional 2015 Boston
## 210 conventional 2015 Boston
## 211 conventional 2015 Boston
## 212 conventional 2015 Boston
## 213 conventional 2015 Boston
## 214 conventional 2015 Boston
## 215 conventional 2015 Boston
## 216 conventional 2015 Boston
## 217 conventional 2015 Boston
## 218 conventional 2015 Boston
## 219 conventional 2015 Boston
## 220 conventional 2015 Boston
## 221 conventional 2015 Boston
## 222 conventional 2015 Boston
## 223 conventional 2015 Boston
## 224 conventional 2015 Boston
## 225 conventional 2015 Boston
## 226 conventional 2015 Boston
## 227 conventional 2015 Boston
## 228 conventional 2015 Boston
## 229 conventional 2015 Boston
## 230 conventional 2015 Boston
## 231 conventional 2015 Boston
## 232 conventional 2015 Boston
## 233 conventional 2015 Boston
## 234 conventional 2015 Boston
## 235 conventional 2015 Boston
## 236 conventional 2015 Boston
## 237 conventional 2015 Boston
## 238 conventional 2015 Boston
## 239 conventional 2015 Boston
## 240 conventional 2015 Boston
## 241 conventional 2015 Boston
## 242 conventional 2015 Boston
## 243 conventional 2015 Boston
## 244 conventional 2015 Boston
## 245 conventional 2015 Boston
## 246 conventional 2015 Boston
## 247 conventional 2015 Boston
## 248 conventional 2015 Boston
## 249 conventional 2015 Boston
## 250 conventional 2015 Boston
## 251 conventional 2015 Boston
## 252 conventional 2015 Boston
## 253 conventional 2015 Boston
## 254 conventional 2015 Boston
## 255 conventional 2015 Boston
## 256 conventional 2015 Boston
## 257 conventional 2015 Boston
## 258 conventional 2015 Boston
## 259 conventional 2015 Boston
## 260 conventional 2015 Boston
## 261 conventional 2015 BuffaloRochester
## 262 conventional 2015 BuffaloRochester
## 263 conventional 2015 BuffaloRochester
## 264 conventional 2015 BuffaloRochester
## 265 conventional 2015 BuffaloRochester
## 266 conventional 2015 BuffaloRochester
## 267 conventional 2015 BuffaloRochester
## 268 conventional 2015 BuffaloRochester
## 269 conventional 2015 BuffaloRochester
## 270 conventional 2015 BuffaloRochester
## 271 conventional 2015 BuffaloRochester
## 272 conventional 2015 BuffaloRochester
## 273 conventional 2015 BuffaloRochester
## 274 conventional 2015 BuffaloRochester
## 275 conventional 2015 BuffaloRochester
## 276 conventional 2015 BuffaloRochester
## 277 conventional 2015 BuffaloRochester
## 278 conventional 2015 BuffaloRochester
## 279 conventional 2015 BuffaloRochester
## 280 conventional 2015 BuffaloRochester
## 281 conventional 2015 BuffaloRochester
## 282 conventional 2015 BuffaloRochester
## 283 conventional 2015 BuffaloRochester
## 284 conventional 2015 BuffaloRochester
## 285 conventional 2015 BuffaloRochester
## 286 conventional 2015 BuffaloRochester
## 287 conventional 2015 BuffaloRochester
## 288 conventional 2015 BuffaloRochester
## 289 conventional 2015 BuffaloRochester
## 290 conventional 2015 BuffaloRochester
## 291 conventional 2015 BuffaloRochester
## 292 conventional 2015 BuffaloRochester
## 293 conventional 2015 BuffaloRochester
## 294 conventional 2015 BuffaloRochester
## 295 conventional 2015 BuffaloRochester
## 296 conventional 2015 BuffaloRochester
## 297 conventional 2015 BuffaloRochester
## 298 conventional 2015 BuffaloRochester
## 299 conventional 2015 BuffaloRochester
## 300 conventional 2015 BuffaloRochester
## 301 conventional 2015 BuffaloRochester
## 302 conventional 2015 BuffaloRochester
## 303 conventional 2015 BuffaloRochester
## 304 conventional 2015 BuffaloRochester
## 305 conventional 2015 BuffaloRochester
## 306 conventional 2015 BuffaloRochester
## 307 conventional 2015 BuffaloRochester
## 308 conventional 2015 BuffaloRochester
## 309 conventional 2015 BuffaloRochester
## 310 conventional 2015 BuffaloRochester
## 311 conventional 2015 BuffaloRochester
## 312 conventional 2015 BuffaloRochester
## 313 conventional 2015 California
## 314 conventional 2015 California
## 315 conventional 2015 California
## 316 conventional 2015 California
## 317 conventional 2015 California
## 318 conventional 2015 California
## 319 conventional 2015 California
## 320 conventional 2015 California
## 321 conventional 2015 California
## 322 conventional 2015 California
## 323 conventional 2015 California
## 324 conventional 2015 California
## 325 conventional 2015 California
## 326 conventional 2015 California
## 327 conventional 2015 California
## 328 conventional 2015 California
## 329 conventional 2015 California
## 330 conventional 2015 California
## 331 conventional 2015 California
## 332 conventional 2015 California
## 333 conventional 2015 California
## 334 conventional 2015 California
## 335 conventional 2015 California
## 336 conventional 2015 California
## 337 conventional 2015 California
## 338 conventional 2015 California
## 339 conventional 2015 California
## 340 conventional 2015 California
## 341 conventional 2015 California
## 342 conventional 2015 California
## 343 conventional 2015 California
## 344 conventional 2015 California
## 345 conventional 2015 California
## 346 conventional 2015 California
## 347 conventional 2015 California
## 348 conventional 2015 California
## 349 conventional 2015 California
## 350 conventional 2015 California
## 351 conventional 2015 California
## 352 conventional 2015 California
## 353 conventional 2015 California
## 354 conventional 2015 California
## 355 conventional 2015 California
## 356 conventional 2015 California
## 357 conventional 2015 California
## 358 conventional 2015 California
## 359 conventional 2015 California
## 360 conventional 2015 California
## 361 conventional 2015 California
## 362 conventional 2015 California
## 363 conventional 2015 California
## 364 conventional 2015 California
## 365 conventional 2015 Charlotte
## 366 conventional 2015 Charlotte
## 367 conventional 2015 Charlotte
## 368 conventional 2015 Charlotte
## 369 conventional 2015 Charlotte
## 370 conventional 2015 Charlotte
## 371 conventional 2015 Charlotte
## 372 conventional 2015 Charlotte
## 373 conventional 2015 Charlotte
## 374 conventional 2015 Charlotte
## 375 conventional 2015 Charlotte
## 376 conventional 2015 Charlotte
## 377 conventional 2015 Charlotte
## 378 conventional 2015 Charlotte
## 379 conventional 2015 Charlotte
## 380 conventional 2015 Charlotte
## 381 conventional 2015 Charlotte
## 382 conventional 2015 Charlotte
## 383 conventional 2015 Charlotte
## 384 conventional 2015 Charlotte
## 385 conventional 2015 Charlotte
## 386 conventional 2015 Charlotte
## 387 conventional 2015 Charlotte
## 388 conventional 2015 Charlotte
## 389 conventional 2015 Charlotte
## 390 conventional 2015 Charlotte
## 391 conventional 2015 Charlotte
## 392 conventional 2015 Charlotte
## 393 conventional 2015 Charlotte
## 394 conventional 2015 Charlotte
## 395 conventional 2015 Charlotte
## 396 conventional 2015 Charlotte
## 397 conventional 2015 Charlotte
## 398 conventional 2015 Charlotte
## 399 conventional 2015 Charlotte
## 400 conventional 2015 Charlotte
## 401 conventional 2015 Charlotte
## 402 conventional 2015 Charlotte
## 403 conventional 2015 Charlotte
## 404 conventional 2015 Charlotte
## 405 conventional 2015 Charlotte
## 406 conventional 2015 Charlotte
## 407 conventional 2015 Charlotte
## 408 conventional 2015 Charlotte
## 409 conventional 2015 Charlotte
## 410 conventional 2015 Charlotte
## 411 conventional 2015 Charlotte
## 412 conventional 2015 Charlotte
## 413 conventional 2015 Charlotte
## 414 conventional 2015 Charlotte
## 415 conventional 2015 Charlotte
## 416 conventional 2015 Charlotte
## 417 conventional 2015 Chicago
## 418 conventional 2015 Chicago
## 419 conventional 2015 Chicago
## 420 conventional 2015 Chicago
## 421 conventional 2015 Chicago
## 422 conventional 2015 Chicago
## 423 conventional 2015 Chicago
## 424 conventional 2015 Chicago
## 425 conventional 2015 Chicago
## 426 conventional 2015 Chicago
## 427 conventional 2015 Chicago
## 428 conventional 2015 Chicago
## 429 conventional 2015 Chicago
## 430 conventional 2015 Chicago
## 431 conventional 2015 Chicago
## 432 conventional 2015 Chicago
## 433 conventional 2015 Chicago
## 434 conventional 2015 Chicago
## 435 conventional 2015 Chicago
## 436 conventional 2015 Chicago
## 437 conventional 2015 Chicago
## 438 conventional 2015 Chicago
## 439 conventional 2015 Chicago
## 440 conventional 2015 Chicago
## 441 conventional 2015 Chicago
## 442 conventional 2015 Chicago
## 443 conventional 2015 Chicago
## 444 conventional 2015 Chicago
## 445 conventional 2015 Chicago
## 446 conventional 2015 Chicago
## 447 conventional 2015 Chicago
## 448 conventional 2015 Chicago
## 449 conventional 2015 Chicago
## 450 conventional 2015 Chicago
## 451 conventional 2015 Chicago
## 452 conventional 2015 Chicago
## 453 conventional 2015 Chicago
## 454 conventional 2015 Chicago
## 455 conventional 2015 Chicago
## 456 conventional 2015 Chicago
## 457 conventional 2015 Chicago
## 458 conventional 2015 Chicago
## 459 conventional 2015 Chicago
## 460 conventional 2015 Chicago
## 461 conventional 2015 Chicago
## 462 conventional 2015 Chicago
## 463 conventional 2015 Chicago
## 464 conventional 2015 Chicago
## 465 conventional 2015 Chicago
## 466 conventional 2015 Chicago
## 467 conventional 2015 Chicago
## 468 conventional 2015 Chicago
## 469 conventional 2015 CincinnatiDayton
## 470 conventional 2015 CincinnatiDayton
## 471 conventional 2015 CincinnatiDayton
## 472 conventional 2015 CincinnatiDayton
## 473 conventional 2015 CincinnatiDayton
## 474 conventional 2015 CincinnatiDayton
## 475 conventional 2015 CincinnatiDayton
## 476 conventional 2015 CincinnatiDayton
## 477 conventional 2015 CincinnatiDayton
## 478 conventional 2015 CincinnatiDayton
## 479 conventional 2015 CincinnatiDayton
## 480 conventional 2015 CincinnatiDayton
## 481 conventional 2015 CincinnatiDayton
## 482 conventional 2015 CincinnatiDayton
## 483 conventional 2015 CincinnatiDayton
## 484 conventional 2015 CincinnatiDayton
## 485 conventional 2015 CincinnatiDayton
## 486 conventional 2015 CincinnatiDayton
## 487 conventional 2015 CincinnatiDayton
## 488 conventional 2015 CincinnatiDayton
## 489 conventional 2015 CincinnatiDayton
## 490 conventional 2015 CincinnatiDayton
## 491 conventional 2015 CincinnatiDayton
## 492 conventional 2015 CincinnatiDayton
## 493 conventional 2015 CincinnatiDayton
## 494 conventional 2015 CincinnatiDayton
## 495 conventional 2015 CincinnatiDayton
## 496 conventional 2015 CincinnatiDayton
## 497 conventional 2015 CincinnatiDayton
## 498 conventional 2015 CincinnatiDayton
## 499 conventional 2015 CincinnatiDayton
## 500 conventional 2015 CincinnatiDayton
## 501 conventional 2015 CincinnatiDayton
## 502 conventional 2015 CincinnatiDayton
## 503 conventional 2015 CincinnatiDayton
## 504 conventional 2015 CincinnatiDayton
## 505 conventional 2015 CincinnatiDayton
## 506 conventional 2015 CincinnatiDayton
## 507 conventional 2015 CincinnatiDayton
## 508 conventional 2015 CincinnatiDayton
## 509 conventional 2015 CincinnatiDayton
## 510 conventional 2015 CincinnatiDayton
## 511 conventional 2015 CincinnatiDayton
## 512 conventional 2015 CincinnatiDayton
## 513 conventional 2015 CincinnatiDayton
## 514 conventional 2015 CincinnatiDayton
## 515 conventional 2015 CincinnatiDayton
## 516 conventional 2015 CincinnatiDayton
## 517 conventional 2015 CincinnatiDayton
## 518 conventional 2015 CincinnatiDayton
## 519 conventional 2015 CincinnatiDayton
## 520 conventional 2015 CincinnatiDayton
## 521 conventional 2015 Columbus
## 522 conventional 2015 Columbus
## 523 conventional 2015 Columbus
## 524 conventional 2015 Columbus
## 525 conventional 2015 Columbus
## 526 conventional 2015 Columbus
## 527 conventional 2015 Columbus
## 528 conventional 2015 Columbus
## 529 conventional 2015 Columbus
## 530 conventional 2015 Columbus
## 531 conventional 2015 Columbus
## 532 conventional 2015 Columbus
## 533 conventional 2015 Columbus
## 534 conventional 2015 Columbus
## 535 conventional 2015 Columbus
## 536 conventional 2015 Columbus
## 537 conventional 2015 Columbus
## 538 conventional 2015 Columbus
## 539 conventional 2015 Columbus
## 540 conventional 2015 Columbus
## 541 conventional 2015 Columbus
## 542 conventional 2015 Columbus
## 543 conventional 2015 Columbus
## 544 conventional 2015 Columbus
## 545 conventional 2015 Columbus
## 546 conventional 2015 Columbus
## 547 conventional 2015 Columbus
## 548 conventional 2015 Columbus
## 549 conventional 2015 Columbus
## 550 conventional 2015 Columbus
## 551 conventional 2015 Columbus
## 552 conventional 2015 Columbus
## 553 conventional 2015 Columbus
## 554 conventional 2015 Columbus
## 555 conventional 2015 Columbus
## 556 conventional 2015 Columbus
## 557 conventional 2015 Columbus
## 558 conventional 2015 Columbus
## 559 conventional 2015 Columbus
## 560 conventional 2015 Columbus
## 561 conventional 2015 Columbus
## 562 conventional 2015 Columbus
## 563 conventional 2015 Columbus
## 564 conventional 2015 Columbus
## 565 conventional 2015 Columbus
## 566 conventional 2015 Columbus
## 567 conventional 2015 Columbus
## 568 conventional 2015 Columbus
## 569 conventional 2015 Columbus
## 570 conventional 2015 Columbus
## 571 conventional 2015 Columbus
## 572 conventional 2015 Columbus
## 573 conventional 2015 DallasFtWorth
## 574 conventional 2015 DallasFtWorth
## 575 conventional 2015 DallasFtWorth
## 576 conventional 2015 DallasFtWorth
## 577 conventional 2015 DallasFtWorth
## 578 conventional 2015 DallasFtWorth
## 579 conventional 2015 DallasFtWorth
## 580 conventional 2015 DallasFtWorth
## 581 conventional 2015 DallasFtWorth
## 582 conventional 2015 DallasFtWorth
## 583 conventional 2015 DallasFtWorth
## 584 conventional 2015 DallasFtWorth
## 585 conventional 2015 DallasFtWorth
## 586 conventional 2015 DallasFtWorth
## 587 conventional 2015 DallasFtWorth
## 588 conventional 2015 DallasFtWorth
## 589 conventional 2015 DallasFtWorth
## 590 conventional 2015 DallasFtWorth
## 591 conventional 2015 DallasFtWorth
## 592 conventional 2015 DallasFtWorth
## 593 conventional 2015 DallasFtWorth
## 594 conventional 2015 DallasFtWorth
## 595 conventional 2015 DallasFtWorth
## 596 conventional 2015 DallasFtWorth
## 597 conventional 2015 DallasFtWorth
## 598 conventional 2015 DallasFtWorth
## 599 conventional 2015 DallasFtWorth
## 600 conventional 2015 DallasFtWorth
## 601 conventional 2015 DallasFtWorth
## 602 conventional 2015 DallasFtWorth
## 603 conventional 2015 DallasFtWorth
## 604 conventional 2015 DallasFtWorth
## 605 conventional 2015 DallasFtWorth
## 606 conventional 2015 DallasFtWorth
## 607 conventional 2015 DallasFtWorth
## 608 conventional 2015 DallasFtWorth
## 609 conventional 2015 DallasFtWorth
## 610 conventional 2015 DallasFtWorth
## 611 conventional 2015 DallasFtWorth
## 612 conventional 2015 DallasFtWorth
## 613 conventional 2015 DallasFtWorth
## 614 conventional 2015 DallasFtWorth
## 615 conventional 2015 DallasFtWorth
## 616 conventional 2015 DallasFtWorth
## 617 conventional 2015 DallasFtWorth
## 618 conventional 2015 DallasFtWorth
## 619 conventional 2015 DallasFtWorth
## 620 conventional 2015 DallasFtWorth
## 621 conventional 2015 DallasFtWorth
## 622 conventional 2015 DallasFtWorth
## 623 conventional 2015 DallasFtWorth
## 624 conventional 2015 DallasFtWorth
## 625 conventional 2015 Denver
## 626 conventional 2015 Denver
## 627 conventional 2015 Denver
## 628 conventional 2015 Denver
## 629 conventional 2015 Denver
## 630 conventional 2015 Denver
## 631 conventional 2015 Denver
## 632 conventional 2015 Denver
## 633 conventional 2015 Denver
## 634 conventional 2015 Denver
## 635 conventional 2015 Denver
## 636 conventional 2015 Denver
## 637 conventional 2015 Denver
## 638 conventional 2015 Denver
## 639 conventional 2015 Denver
## 640 conventional 2015 Denver
## 641 conventional 2015 Denver
## 642 conventional 2015 Denver
## 643 conventional 2015 Denver
## 644 conventional 2015 Denver
## 645 conventional 2015 Denver
## 646 conventional 2015 Denver
## 647 conventional 2015 Denver
## 648 conventional 2015 Denver
## 649 conventional 2015 Denver
## 650 conventional 2015 Denver
## 651 conventional 2015 Denver
## 652 conventional 2015 Denver
## 653 conventional 2015 Denver
## 654 conventional 2015 Denver
## 655 conventional 2015 Denver
## 656 conventional 2015 Denver
## 657 conventional 2015 Denver
## 658 conventional 2015 Denver
## 659 conventional 2015 Denver
## 660 conventional 2015 Denver
## 661 conventional 2015 Denver
## 662 conventional 2015 Denver
## 663 conventional 2015 Denver
## 664 conventional 2015 Denver
## 665 conventional 2015 Denver
## 666 conventional 2015 Denver
## 667 conventional 2015 Denver
## 668 conventional 2015 Denver
## 669 conventional 2015 Denver
## 670 conventional 2015 Denver
## 671 conventional 2015 Denver
## 672 conventional 2015 Denver
## 673 conventional 2015 Denver
## 674 conventional 2015 Denver
## 675 conventional 2015 Denver
## 676 conventional 2015 Denver
## 677 conventional 2015 Detroit
## 678 conventional 2015 Detroit
## 679 conventional 2015 Detroit
## 680 conventional 2015 Detroit
## 681 conventional 2015 Detroit
## 682 conventional 2015 Detroit
## 683 conventional 2015 Detroit
## 684 conventional 2015 Detroit
## 685 conventional 2015 Detroit
## 686 conventional 2015 Detroit
## 687 conventional 2015 Detroit
## 688 conventional 2015 Detroit
## 689 conventional 2015 Detroit
## 690 conventional 2015 Detroit
## 691 conventional 2015 Detroit
## 692 conventional 2015 Detroit
## 693 conventional 2015 Detroit
## 694 conventional 2015 Detroit
## 695 conventional 2015 Detroit
## 696 conventional 2015 Detroit
## 697 conventional 2015 Detroit
## 698 conventional 2015 Detroit
## 699 conventional 2015 Detroit
## 700 conventional 2015 Detroit
## 701 conventional 2015 Detroit
## 702 conventional 2015 Detroit
## 703 conventional 2015 Detroit
## 704 conventional 2015 Detroit
## 705 conventional 2015 Detroit
## 706 conventional 2015 Detroit
## 707 conventional 2015 Detroit
## 708 conventional 2015 Detroit
## 709 conventional 2015 Detroit
## 710 conventional 2015 Detroit
## 711 conventional 2015 Detroit
## 712 conventional 2015 Detroit
## 713 conventional 2015 Detroit
## 714 conventional 2015 Detroit
## 715 conventional 2015 Detroit
## 716 conventional 2015 Detroit
## 717 conventional 2015 Detroit
## 718 conventional 2015 Detroit
## 719 conventional 2015 Detroit
## 720 conventional 2015 Detroit
## 721 conventional 2015 Detroit
## 722 conventional 2015 Detroit
## 723 conventional 2015 Detroit
## 724 conventional 2015 Detroit
## 725 conventional 2015 Detroit
## 726 conventional 2015 Detroit
## 727 conventional 2015 Detroit
## 728 conventional 2015 Detroit
## 729 conventional 2015 GrandRapids
## 730 conventional 2015 GrandRapids
## 731 conventional 2015 GrandRapids
## 732 conventional 2015 GrandRapids
## 733 conventional 2015 GrandRapids
## 734 conventional 2015 GrandRapids
## 735 conventional 2015 GrandRapids
## 736 conventional 2015 GrandRapids
## 737 conventional 2015 GrandRapids
## 738 conventional 2015 GrandRapids
## 739 conventional 2015 GrandRapids
## 740 conventional 2015 GrandRapids
## 741 conventional 2015 GrandRapids
## 742 conventional 2015 GrandRapids
## 743 conventional 2015 GrandRapids
## 744 conventional 2015 GrandRapids
## 745 conventional 2015 GrandRapids
## 746 conventional 2015 GrandRapids
## 747 conventional 2015 GrandRapids
## 748 conventional 2015 GrandRapids
## 749 conventional 2015 GrandRapids
## 750 conventional 2015 GrandRapids
## 751 conventional 2015 GrandRapids
## 752 conventional 2015 GrandRapids
## 753 conventional 2015 GrandRapids
## 754 conventional 2015 GrandRapids
## 755 conventional 2015 GrandRapids
## 756 conventional 2015 GrandRapids
## 757 conventional 2015 GrandRapids
## 758 conventional 2015 GrandRapids
## 759 conventional 2015 GrandRapids
## 760 conventional 2015 GrandRapids
## 761 conventional 2015 GrandRapids
## 762 conventional 2015 GrandRapids
## 763 conventional 2015 GrandRapids
## 764 conventional 2015 GrandRapids
## 765 conventional 2015 GrandRapids
## 766 conventional 2015 GrandRapids
## 767 conventional 2015 GrandRapids
## 768 conventional 2015 GrandRapids
## 769 conventional 2015 GrandRapids
## 770 conventional 2015 GrandRapids
## 771 conventional 2015 GrandRapids
## 772 conventional 2015 GrandRapids
## 773 conventional 2015 GrandRapids
## 774 conventional 2015 GrandRapids
## 775 conventional 2015 GrandRapids
## 776 conventional 2015 GrandRapids
## 777 conventional 2015 GrandRapids
## 778 conventional 2015 GrandRapids
## 779 conventional 2015 GrandRapids
## 780 conventional 2015 GrandRapids
## 781 conventional 2015 GreatLakes
## 782 conventional 2015 GreatLakes
## 783 conventional 2015 GreatLakes
## 784 conventional 2015 GreatLakes
## 785 conventional 2015 GreatLakes
## 786 conventional 2015 GreatLakes
## 787 conventional 2015 GreatLakes
## 788 conventional 2015 GreatLakes
## 789 conventional 2015 GreatLakes
## 790 conventional 2015 GreatLakes
## 791 conventional 2015 GreatLakes
## 792 conventional 2015 GreatLakes
## 793 conventional 2015 GreatLakes
## 794 conventional 2015 GreatLakes
## 795 conventional 2015 GreatLakes
## 796 conventional 2015 GreatLakes
## 797 conventional 2015 GreatLakes
## 798 conventional 2015 GreatLakes
## 799 conventional 2015 GreatLakes
## 800 conventional 2015 GreatLakes
## 801 conventional 2015 GreatLakes
## 802 conventional 2015 GreatLakes
## 803 conventional 2015 GreatLakes
## 804 conventional 2015 GreatLakes
## 805 conventional 2015 GreatLakes
## 806 conventional 2015 GreatLakes
## 807 conventional 2015 GreatLakes
## 808 conventional 2015 GreatLakes
## 809 conventional 2015 GreatLakes
## 810 conventional 2015 GreatLakes
## 811 conventional 2015 GreatLakes
## 812 conventional 2015 GreatLakes
## 813 conventional 2015 GreatLakes
## 814 conventional 2015 GreatLakes
## 815 conventional 2015 GreatLakes
## 816 conventional 2015 GreatLakes
## 817 conventional 2015 GreatLakes
## 818 conventional 2015 GreatLakes
## 819 conventional 2015 GreatLakes
## 820 conventional 2015 GreatLakes
## 821 conventional 2015 GreatLakes
## 822 conventional 2015 GreatLakes
## 823 conventional 2015 GreatLakes
## 824 conventional 2015 GreatLakes
## 825 conventional 2015 GreatLakes
## 826 conventional 2015 GreatLakes
## 827 conventional 2015 GreatLakes
## 828 conventional 2015 GreatLakes
## 829 conventional 2015 GreatLakes
## 830 conventional 2015 GreatLakes
## 831 conventional 2015 GreatLakes
## 832 conventional 2015 GreatLakes
## 833 conventional 2015 HarrisburgScranton
## 834 conventional 2015 HarrisburgScranton
## 835 conventional 2015 HarrisburgScranton
## 836 conventional 2015 HarrisburgScranton
## 837 conventional 2015 HarrisburgScranton
## 838 conventional 2015 HarrisburgScranton
## 839 conventional 2015 HarrisburgScranton
## 840 conventional 2015 HarrisburgScranton
## 841 conventional 2015 HarrisburgScranton
## 842 conventional 2015 HarrisburgScranton
## 843 conventional 2015 HarrisburgScranton
## 844 conventional 2015 HarrisburgScranton
## 845 conventional 2015 HarrisburgScranton
## 846 conventional 2015 HarrisburgScranton
## 847 conventional 2015 HarrisburgScranton
## 848 conventional 2015 HarrisburgScranton
## 849 conventional 2015 HarrisburgScranton
## 850 conventional 2015 HarrisburgScranton
## 851 conventional 2015 HarrisburgScranton
## 852 conventional 2015 HarrisburgScranton
## 853 conventional 2015 HarrisburgScranton
## 854 conventional 2015 HarrisburgScranton
## 855 conventional 2015 HarrisburgScranton
## 856 conventional 2015 HarrisburgScranton
## 857 conventional 2015 HarrisburgScranton
## 858 conventional 2015 HarrisburgScranton
## 859 conventional 2015 HarrisburgScranton
## 860 conventional 2015 HarrisburgScranton
## 861 conventional 2015 HarrisburgScranton
## 862 conventional 2015 HarrisburgScranton
## 863 conventional 2015 HarrisburgScranton
## 864 conventional 2015 HarrisburgScranton
## 865 conventional 2015 HarrisburgScranton
## 866 conventional 2015 HarrisburgScranton
## 867 conventional 2015 HarrisburgScranton
## 868 conventional 2015 HarrisburgScranton
## 869 conventional 2015 HarrisburgScranton
## 870 conventional 2015 HarrisburgScranton
## 871 conventional 2015 HarrisburgScranton
## 872 conventional 2015 HarrisburgScranton
## 873 conventional 2015 HarrisburgScranton
## 874 conventional 2015 HarrisburgScranton
## 875 conventional 2015 HarrisburgScranton
## 876 conventional 2015 HarrisburgScranton
## 877 conventional 2015 HarrisburgScranton
## 878 conventional 2015 HarrisburgScranton
## 879 conventional 2015 HarrisburgScranton
## 880 conventional 2015 HarrisburgScranton
## 881 conventional 2015 HarrisburgScranton
## 882 conventional 2015 HarrisburgScranton
## 883 conventional 2015 HarrisburgScranton
## 884 conventional 2015 HarrisburgScranton
## 885 conventional 2015 HartfordSpringfield
## 886 conventional 2015 HartfordSpringfield
## 887 conventional 2015 HartfordSpringfield
## 888 conventional 2015 HartfordSpringfield
## 889 conventional 2015 HartfordSpringfield
## 890 conventional 2015 HartfordSpringfield
## 891 conventional 2015 HartfordSpringfield
## 892 conventional 2015 HartfordSpringfield
## 893 conventional 2015 HartfordSpringfield
## 894 conventional 2015 HartfordSpringfield
## 895 conventional 2015 HartfordSpringfield
## 896 conventional 2015 HartfordSpringfield
## 897 conventional 2015 HartfordSpringfield
## 898 conventional 2015 HartfordSpringfield
## 899 conventional 2015 HartfordSpringfield
## 900 conventional 2015 HartfordSpringfield
## 901 conventional 2015 HartfordSpringfield
## 902 conventional 2015 HartfordSpringfield
## 903 conventional 2015 HartfordSpringfield
## 904 conventional 2015 HartfordSpringfield
## 905 conventional 2015 HartfordSpringfield
## 906 conventional 2015 HartfordSpringfield
## 907 conventional 2015 HartfordSpringfield
## 908 conventional 2015 HartfordSpringfield
## 909 conventional 2015 HartfordSpringfield
## 910 conventional 2015 HartfordSpringfield
## 911 conventional 2015 HartfordSpringfield
## 912 conventional 2015 HartfordSpringfield
## 913 conventional 2015 HartfordSpringfield
## 914 conventional 2015 HartfordSpringfield
## 915 conventional 2015 HartfordSpringfield
## 916 conventional 2015 HartfordSpringfield
## 917 conventional 2015 HartfordSpringfield
## 918 conventional 2015 HartfordSpringfield
## 919 conventional 2015 HartfordSpringfield
## 920 conventional 2015 HartfordSpringfield
## 921 conventional 2015 HartfordSpringfield
## 922 conventional 2015 HartfordSpringfield
## 923 conventional 2015 HartfordSpringfield
## 924 conventional 2015 HartfordSpringfield
## 925 conventional 2015 HartfordSpringfield
## 926 conventional 2015 HartfordSpringfield
## 927 conventional 2015 HartfordSpringfield
## 928 conventional 2015 HartfordSpringfield
## 929 conventional 2015 HartfordSpringfield
## 930 conventional 2015 HartfordSpringfield
## 931 conventional 2015 HartfordSpringfield
## 932 conventional 2015 HartfordSpringfield
## 933 conventional 2015 HartfordSpringfield
## 934 conventional 2015 HartfordSpringfield
## 935 conventional 2015 HartfordSpringfield
## 936 conventional 2015 HartfordSpringfield
## 937 conventional 2015 Houston
## 938 conventional 2015 Houston
## 939 conventional 2015 Houston
## 940 conventional 2015 Houston
## 941 conventional 2015 Houston
## 942 conventional 2015 Houston
## 943 conventional 2015 Houston
## 944 conventional 2015 Houston
## 945 conventional 2015 Houston
## 946 conventional 2015 Houston
## 947 conventional 2015 Houston
## 948 conventional 2015 Houston
## 949 conventional 2015 Houston
## 950 conventional 2015 Houston
## 951 conventional 2015 Houston
## 952 conventional 2015 Houston
## 953 conventional 2015 Houston
## 954 conventional 2015 Houston
## 955 conventional 2015 Houston
## 956 conventional 2015 Houston
## 957 conventional 2015 Houston
## 958 conventional 2015 Houston
## 959 conventional 2015 Houston
## 960 conventional 2015 Houston
## 961 conventional 2015 Houston
## 962 conventional 2015 Houston
## 963 conventional 2015 Houston
## 964 conventional 2015 Houston
## 965 conventional 2015 Houston
## 966 conventional 2015 Houston
## 967 conventional 2015 Houston
## 968 conventional 2015 Houston
## 969 conventional 2015 Houston
## 970 conventional 2015 Houston
## 971 conventional 2015 Houston
## 972 conventional 2015 Houston
## 973 conventional 2015 Houston
## 974 conventional 2015 Houston
## 975 conventional 2015 Houston
## 976 conventional 2015 Houston
## 977 conventional 2015 Houston
## 978 conventional 2015 Houston
## 979 conventional 2015 Houston
## 980 conventional 2015 Houston
## 981 conventional 2015 Houston
## 982 conventional 2015 Houston
## 983 conventional 2015 Houston
## 984 conventional 2015 Houston
## 985 conventional 2015 Houston
## 986 conventional 2015 Houston
## 987 conventional 2015 Houston
## 988 conventional 2015 Houston
## 989 conventional 2015 Indianapolis
## 990 conventional 2015 Indianapolis
## 991 conventional 2015 Indianapolis
## 992 conventional 2015 Indianapolis
## 993 conventional 2015 Indianapolis
## 994 conventional 2015 Indianapolis
## 995 conventional 2015 Indianapolis
## 996 conventional 2015 Indianapolis
## 997 conventional 2015 Indianapolis
## 998 conventional 2015 Indianapolis
## 999 conventional 2015 Indianapolis
## 1000 conventional 2015 Indianapolis
## 1001 conventional 2015 Indianapolis
## 1002 conventional 2015 Indianapolis
## 1003 conventional 2015 Indianapolis
## 1004 conventional 2015 Indianapolis
## 1005 conventional 2015 Indianapolis
## 1006 conventional 2015 Indianapolis
## 1007 conventional 2015 Indianapolis
## 1008 conventional 2015 Indianapolis
## 1009 conventional 2015 Indianapolis
## 1010 conventional 2015 Indianapolis
## 1011 conventional 2015 Indianapolis
## 1012 conventional 2015 Indianapolis
## 1013 conventional 2015 Indianapolis
## 1014 conventional 2015 Indianapolis
## 1015 conventional 2015 Indianapolis
## 1016 conventional 2015 Indianapolis
## 1017 conventional 2015 Indianapolis
## 1018 conventional 2015 Indianapolis
## 1019 conventional 2015 Indianapolis
## 1020 conventional 2015 Indianapolis
## 1021 conventional 2015 Indianapolis
## 1022 conventional 2015 Indianapolis
## 1023 conventional 2015 Indianapolis
## 1024 conventional 2015 Indianapolis
## 1025 conventional 2015 Indianapolis
## 1026 conventional 2015 Indianapolis
## 1027 conventional 2015 Indianapolis
## 1028 conventional 2015 Indianapolis
## 1029 conventional 2015 Indianapolis
## 1030 conventional 2015 Indianapolis
## 1031 conventional 2015 Indianapolis
## 1032 conventional 2015 Indianapolis
## 1033 conventional 2015 Indianapolis
## 1034 conventional 2015 Indianapolis
## 1035 conventional 2015 Indianapolis
## 1036 conventional 2015 Indianapolis
## 1037 conventional 2015 Indianapolis
## 1038 conventional 2015 Indianapolis
## 1039 conventional 2015 Indianapolis
## 1040 conventional 2015 Indianapolis
## 1041 conventional 2015 Jacksonville
## 1042 conventional 2015 Jacksonville
## 1043 conventional 2015 Jacksonville
## 1044 conventional 2015 Jacksonville
## 1045 conventional 2015 Jacksonville
## 1046 conventional 2015 Jacksonville
## 1047 conventional 2015 Jacksonville
## 1048 conventional 2015 Jacksonville
## 1049 conventional 2015 Jacksonville
## 1050 conventional 2015 Jacksonville
## 1051 conventional 2015 Jacksonville
## 1052 conventional 2015 Jacksonville
## 1053 conventional 2015 Jacksonville
## 1054 conventional 2015 Jacksonville
## 1055 conventional 2015 Jacksonville
## 1056 conventional 2015 Jacksonville
## 1057 conventional 2015 Jacksonville
## 1058 conventional 2015 Jacksonville
## 1059 conventional 2015 Jacksonville
## 1060 conventional 2015 Jacksonville
## 1061 conventional 2015 Jacksonville
## 1062 conventional 2015 Jacksonville
## 1063 conventional 2015 Jacksonville
## 1064 conventional 2015 Jacksonville
## 1065 conventional 2015 Jacksonville
## 1066 conventional 2015 Jacksonville
## 1067 conventional 2015 Jacksonville
## 1068 conventional 2015 Jacksonville
## 1069 conventional 2015 Jacksonville
## 1070 conventional 2015 Jacksonville
## 1071 conventional 2015 Jacksonville
## 1072 conventional 2015 Jacksonville
## 1073 conventional 2015 Jacksonville
## 1074 conventional 2015 Jacksonville
## 1075 conventional 2015 Jacksonville
## 1076 conventional 2015 Jacksonville
## 1077 conventional 2015 Jacksonville
## 1078 conventional 2015 Jacksonville
## 1079 conventional 2015 Jacksonville
## 1080 conventional 2015 Jacksonville
## 1081 conventional 2015 Jacksonville
## 1082 conventional 2015 Jacksonville
## 1083 conventional 2015 Jacksonville
## 1084 conventional 2015 Jacksonville
## 1085 conventional 2015 Jacksonville
## 1086 conventional 2015 Jacksonville
## 1087 conventional 2015 Jacksonville
## 1088 conventional 2015 Jacksonville
## 1089 conventional 2015 Jacksonville
## 1090 conventional 2015 Jacksonville
## 1091 conventional 2015 Jacksonville
## 1092 conventional 2015 Jacksonville
## 1093 conventional 2015 LasVegas
## 1094 conventional 2015 LasVegas
## 1095 conventional 2015 LasVegas
## 1096 conventional 2015 LasVegas
## 1097 conventional 2015 LasVegas
## 1098 conventional 2015 LasVegas
## 1099 conventional 2015 LasVegas
## 1100 conventional 2015 LasVegas
## 1101 conventional 2015 LasVegas
## 1102 conventional 2015 LasVegas
## 1103 conventional 2015 LasVegas
## 1104 conventional 2015 LasVegas
## 1105 conventional 2015 LasVegas
## 1106 conventional 2015 LasVegas
## 1107 conventional 2015 LasVegas
## 1108 conventional 2015 LasVegas
## 1109 conventional 2015 LasVegas
## 1110 conventional 2015 LasVegas
## 1111 conventional 2015 LasVegas
## 1112 conventional 2015 LasVegas
## 1113 conventional 2015 LasVegas
## 1114 conventional 2015 LasVegas
## 1115 conventional 2015 LasVegas
## 1116 conventional 2015 LasVegas
## 1117 conventional 2015 LasVegas
## 1118 conventional 2015 LasVegas
## 1119 conventional 2015 LasVegas
## 1120 conventional 2015 LasVegas
## 1121 conventional 2015 LasVegas
## 1122 conventional 2015 LasVegas
## 1123 conventional 2015 LasVegas
## 1124 conventional 2015 LasVegas
## 1125 conventional 2015 LasVegas
## 1126 conventional 2015 LasVegas
## 1127 conventional 2015 LasVegas
## 1128 conventional 2015 LasVegas
## 1129 conventional 2015 LasVegas
## 1130 conventional 2015 LasVegas
## 1131 conventional 2015 LasVegas
## 1132 conventional 2015 LasVegas
## 1133 conventional 2015 LasVegas
## 1134 conventional 2015 LasVegas
## 1135 conventional 2015 LasVegas
## 1136 conventional 2015 LasVegas
## 1137 conventional 2015 LasVegas
## 1138 conventional 2015 LasVegas
## 1139 conventional 2015 LasVegas
## 1140 conventional 2015 LasVegas
## 1141 conventional 2015 LasVegas
## 1142 conventional 2015 LasVegas
## 1143 conventional 2015 LasVegas
## 1144 conventional 2015 LasVegas
## 1145 conventional 2015 LosAngeles
## 1146 conventional 2015 LosAngeles
## 1147 conventional 2015 LosAngeles
## 1148 conventional 2015 LosAngeles
## 1149 conventional 2015 LosAngeles
## 1150 conventional 2015 LosAngeles
## 1151 conventional 2015 LosAngeles
## 1152 conventional 2015 LosAngeles
## 1153 conventional 2015 LosAngeles
## 1154 conventional 2015 LosAngeles
## 1155 conventional 2015 LosAngeles
## 1156 conventional 2015 LosAngeles
## 1157 conventional 2015 LosAngeles
## 1158 conventional 2015 LosAngeles
## 1159 conventional 2015 LosAngeles
## 1160 conventional 2015 LosAngeles
## 1161 conventional 2015 LosAngeles
## 1162 conventional 2015 LosAngeles
## 1163 conventional 2015 LosAngeles
## 1164 conventional 2015 LosAngeles
## 1165 conventional 2015 LosAngeles
## 1166 conventional 2015 LosAngeles
## 1167 conventional 2015 LosAngeles
## 1168 conventional 2015 LosAngeles
## 1169 conventional 2015 LosAngeles
## 1170 conventional 2015 LosAngeles
## 1171 conventional 2015 LosAngeles
## 1172 conventional 2015 LosAngeles
## 1173 conventional 2015 LosAngeles
## 1174 conventional 2015 LosAngeles
## 1175 conventional 2015 LosAngeles
## 1176 conventional 2015 LosAngeles
## 1177 conventional 2015 LosAngeles
## 1178 conventional 2015 LosAngeles
## 1179 conventional 2015 LosAngeles
## 1180 conventional 2015 LosAngeles
## 1181 conventional 2015 LosAngeles
## 1182 conventional 2015 LosAngeles
## 1183 conventional 2015 LosAngeles
## 1184 conventional 2015 LosAngeles
## 1185 conventional 2015 LosAngeles
## 1186 conventional 2015 LosAngeles
## 1187 conventional 2015 LosAngeles
## 1188 conventional 2015 LosAngeles
## 1189 conventional 2015 LosAngeles
## 1190 conventional 2015 LosAngeles
## 1191 conventional 2015 LosAngeles
## 1192 conventional 2015 LosAngeles
## 1193 conventional 2015 LosAngeles
## 1194 conventional 2015 LosAngeles
## 1195 conventional 2015 LosAngeles
## 1196 conventional 2015 LosAngeles
## 1197 conventional 2015 Louisville
## 1198 conventional 2015 Louisville
## 1199 conventional 2015 Louisville
## 1200 conventional 2015 Louisville
## 1201 conventional 2015 Louisville
## 1202 conventional 2015 Louisville
## 1203 conventional 2015 Louisville
## 1204 conventional 2015 Louisville
## 1205 conventional 2015 Louisville
## 1206 conventional 2015 Louisville
## 1207 conventional 2015 Louisville
## 1208 conventional 2015 Louisville
## 1209 conventional 2015 Louisville
## 1210 conventional 2015 Louisville
## 1211 conventional 2015 Louisville
## 1212 conventional 2015 Louisville
## 1213 conventional 2015 Louisville
## 1214 conventional 2015 Louisville
## 1215 conventional 2015 Louisville
## 1216 conventional 2015 Louisville
## 1217 conventional 2015 Louisville
## 1218 conventional 2015 Louisville
## 1219 conventional 2015 Louisville
## 1220 conventional 2015 Louisville
## 1221 conventional 2015 Louisville
## 1222 conventional 2015 Louisville
## 1223 conventional 2015 Louisville
## 1224 conventional 2015 Louisville
## 1225 conventional 2015 Louisville
## 1226 conventional 2015 Louisville
## 1227 conventional 2015 Louisville
## 1228 conventional 2015 Louisville
## 1229 conventional 2015 Louisville
## 1230 conventional 2015 Louisville
## 1231 conventional 2015 Louisville
## 1232 conventional 2015 Louisville
## 1233 conventional 2015 Louisville
## 1234 conventional 2015 Louisville
## 1235 conventional 2015 Louisville
## 1236 conventional 2015 Louisville
## 1237 conventional 2015 Louisville
## 1238 conventional 2015 Louisville
## 1239 conventional 2015 Louisville
## 1240 conventional 2015 Louisville
## 1241 conventional 2015 Louisville
## 1242 conventional 2015 Louisville
## 1243 conventional 2015 Louisville
## 1244 conventional 2015 Louisville
## 1245 conventional 2015 Louisville
## 1246 conventional 2015 Louisville
## 1247 conventional 2015 Louisville
## 1248 conventional 2015 Louisville
## 1249 conventional 2015 MiamiFtLauderdale
## 1250 conventional 2015 MiamiFtLauderdale
## 1251 conventional 2015 MiamiFtLauderdale
## 1252 conventional 2015 MiamiFtLauderdale
## 1253 conventional 2015 MiamiFtLauderdale
## 1254 conventional 2015 MiamiFtLauderdale
## 1255 conventional 2015 MiamiFtLauderdale
## 1256 conventional 2015 MiamiFtLauderdale
## 1257 conventional 2015 MiamiFtLauderdale
## 1258 conventional 2015 MiamiFtLauderdale
## 1259 conventional 2015 MiamiFtLauderdale
## 1260 conventional 2015 MiamiFtLauderdale
## 1261 conventional 2015 MiamiFtLauderdale
## 1262 conventional 2015 MiamiFtLauderdale
## 1263 conventional 2015 MiamiFtLauderdale
## 1264 conventional 2015 MiamiFtLauderdale
## 1265 conventional 2015 MiamiFtLauderdale
## 1266 conventional 2015 MiamiFtLauderdale
## 1267 conventional 2015 MiamiFtLauderdale
## 1268 conventional 2015 MiamiFtLauderdale
## 1269 conventional 2015 MiamiFtLauderdale
## 1270 conventional 2015 MiamiFtLauderdale
## 1271 conventional 2015 MiamiFtLauderdale
## 1272 conventional 2015 MiamiFtLauderdale
## 1273 conventional 2015 MiamiFtLauderdale
## 1274 conventional 2015 MiamiFtLauderdale
## 1275 conventional 2015 MiamiFtLauderdale
## 1276 conventional 2015 MiamiFtLauderdale
## 1277 conventional 2015 MiamiFtLauderdale
## 1278 conventional 2015 MiamiFtLauderdale
## 1279 conventional 2015 MiamiFtLauderdale
## 1280 conventional 2015 MiamiFtLauderdale
## 1281 conventional 2015 MiamiFtLauderdale
## 1282 conventional 2015 MiamiFtLauderdale
## 1283 conventional 2015 MiamiFtLauderdale
## 1284 conventional 2015 MiamiFtLauderdale
## 1285 conventional 2015 MiamiFtLauderdale
## 1286 conventional 2015 MiamiFtLauderdale
## 1287 conventional 2015 MiamiFtLauderdale
## 1288 conventional 2015 MiamiFtLauderdale
## 1289 conventional 2015 MiamiFtLauderdale
## 1290 conventional 2015 MiamiFtLauderdale
## 1291 conventional 2015 MiamiFtLauderdale
## 1292 conventional 2015 MiamiFtLauderdale
## 1293 conventional 2015 MiamiFtLauderdale
## 1294 conventional 2015 MiamiFtLauderdale
## 1295 conventional 2015 MiamiFtLauderdale
## 1296 conventional 2015 MiamiFtLauderdale
## 1297 conventional 2015 MiamiFtLauderdale
## 1298 conventional 2015 MiamiFtLauderdale
## 1299 conventional 2015 MiamiFtLauderdale
## 1300 conventional 2015 MiamiFtLauderdale
## 1301 conventional 2015 Midsouth
## 1302 conventional 2015 Midsouth
## 1303 conventional 2015 Midsouth
## 1304 conventional 2015 Midsouth
## 1305 conventional 2015 Midsouth
## 1306 conventional 2015 Midsouth
## 1307 conventional 2015 Midsouth
## 1308 conventional 2015 Midsouth
## 1309 conventional 2015 Midsouth
## 1310 conventional 2015 Midsouth
## 1311 conventional 2015 Midsouth
## 1312 conventional 2015 Midsouth
## 1313 conventional 2015 Midsouth
## 1314 conventional 2015 Midsouth
## 1315 conventional 2015 Midsouth
## 1316 conventional 2015 Midsouth
## 1317 conventional 2015 Midsouth
## 1318 conventional 2015 Midsouth
## 1319 conventional 2015 Midsouth
## 1320 conventional 2015 Midsouth
## 1321 conventional 2015 Midsouth
## 1322 conventional 2015 Midsouth
## 1323 conventional 2015 Midsouth
## 1324 conventional 2015 Midsouth
## 1325 conventional 2015 Midsouth
## 1326 conventional 2015 Midsouth
## 1327 conventional 2015 Midsouth
## 1328 conventional 2015 Midsouth
## 1329 conventional 2015 Midsouth
## 1330 conventional 2015 Midsouth
## 1331 conventional 2015 Midsouth
## 1332 conventional 2015 Midsouth
## 1333 conventional 2015 Midsouth
## 1334 conventional 2015 Midsouth
## 1335 conventional 2015 Midsouth
## 1336 conventional 2015 Midsouth
## 1337 conventional 2015 Midsouth
## 1338 conventional 2015 Midsouth
## 1339 conventional 2015 Midsouth
## 1340 conventional 2015 Midsouth
## 1341 conventional 2015 Midsouth
## 1342 conventional 2015 Midsouth
## 1343 conventional 2015 Midsouth
## 1344 conventional 2015 Midsouth
## 1345 conventional 2015 Midsouth
## 1346 conventional 2015 Midsouth
## 1347 conventional 2015 Midsouth
## 1348 conventional 2015 Midsouth
## 1349 conventional 2015 Midsouth
## 1350 conventional 2015 Midsouth
## 1351 conventional 2015 Midsouth
## 1352 conventional 2015 Midsouth
## 1353 conventional 2015 Nashville
## 1354 conventional 2015 Nashville
## 1355 conventional 2015 Nashville
## 1356 conventional 2015 Nashville
## 1357 conventional 2015 Nashville
## 1358 conventional 2015 Nashville
## 1359 conventional 2015 Nashville
## 1360 conventional 2015 Nashville
## 1361 conventional 2015 Nashville
## 1362 conventional 2015 Nashville
## 1363 conventional 2015 Nashville
## 1364 conventional 2015 Nashville
## 1365 conventional 2015 Nashville
## 1366 conventional 2015 Nashville
## 1367 conventional 2015 Nashville
## 1368 conventional 2015 Nashville
## 1369 conventional 2015 Nashville
## 1370 conventional 2015 Nashville
## 1371 conventional 2015 Nashville
## 1372 conventional 2015 Nashville
## 1373 conventional 2015 Nashville
## 1374 conventional 2015 Nashville
## 1375 conventional 2015 Nashville
## 1376 conventional 2015 Nashville
## 1377 conventional 2015 Nashville
## 1378 conventional 2015 Nashville
## 1379 conventional 2015 Nashville
## 1380 conventional 2015 Nashville
## 1381 conventional 2015 Nashville
## 1382 conventional 2015 Nashville
## 1383 conventional 2015 Nashville
## 1384 conventional 2015 Nashville
## 1385 conventional 2015 Nashville
## 1386 conventional 2015 Nashville
## 1387 conventional 2015 Nashville
## 1388 conventional 2015 Nashville
## 1389 conventional 2015 Nashville
## 1390 conventional 2015 Nashville
## 1391 conventional 2015 Nashville
## 1392 conventional 2015 Nashville
## 1393 conventional 2015 Nashville
## 1394 conventional 2015 Nashville
## 1395 conventional 2015 Nashville
## 1396 conventional 2015 Nashville
## 1397 conventional 2015 Nashville
## 1398 conventional 2015 Nashville
## 1399 conventional 2015 Nashville
## 1400 conventional 2015 Nashville
## 1401 conventional 2015 Nashville
## 1402 conventional 2015 Nashville
## 1403 conventional 2015 Nashville
## 1404 conventional 2015 Nashville
## 1405 conventional 2015 NewOrleansMobile
## 1406 conventional 2015 NewOrleansMobile
## 1407 conventional 2015 NewOrleansMobile
## 1408 conventional 2015 NewOrleansMobile
## 1409 conventional 2015 NewOrleansMobile
## 1410 conventional 2015 NewOrleansMobile
## 1411 conventional 2015 NewOrleansMobile
## 1412 conventional 2015 NewOrleansMobile
## 1413 conventional 2015 NewOrleansMobile
## 1414 conventional 2015 NewOrleansMobile
## 1415 conventional 2015 NewOrleansMobile
## 1416 conventional 2015 NewOrleansMobile
## 1417 conventional 2015 NewOrleansMobile
## 1418 conventional 2015 NewOrleansMobile
## 1419 conventional 2015 NewOrleansMobile
## 1420 conventional 2015 NewOrleansMobile
## 1421 conventional 2015 NewOrleansMobile
## 1422 conventional 2015 NewOrleansMobile
## 1423 conventional 2015 NewOrleansMobile
## 1424 conventional 2015 NewOrleansMobile
## 1425 conventional 2015 NewOrleansMobile
## 1426 conventional 2015 NewOrleansMobile
## 1427 conventional 2015 NewOrleansMobile
## 1428 conventional 2015 NewOrleansMobile
## 1429 conventional 2015 NewOrleansMobile
## 1430 conventional 2015 NewOrleansMobile
## 1431 conventional 2015 NewOrleansMobile
## 1432 conventional 2015 NewOrleansMobile
## 1433 conventional 2015 NewOrleansMobile
## 1434 conventional 2015 NewOrleansMobile
## 1435 conventional 2015 NewOrleansMobile
## 1436 conventional 2015 NewOrleansMobile
## 1437 conventional 2015 NewOrleansMobile
## 1438 conventional 2015 NewOrleansMobile
## 1439 conventional 2015 NewOrleansMobile
## 1440 conventional 2015 NewOrleansMobile
## 1441 conventional 2015 NewOrleansMobile
## 1442 conventional 2015 NewOrleansMobile
## 1443 conventional 2015 NewOrleansMobile
## 1444 conventional 2015 NewOrleansMobile
## 1445 conventional 2015 NewOrleansMobile
## 1446 conventional 2015 NewOrleansMobile
## 1447 conventional 2015 NewOrleansMobile
## 1448 conventional 2015 NewOrleansMobile
## 1449 conventional 2015 NewOrleansMobile
## 1450 conventional 2015 NewOrleansMobile
## 1451 conventional 2015 NewOrleansMobile
## 1452 conventional 2015 NewOrleansMobile
## 1453 conventional 2015 NewOrleansMobile
## 1454 conventional 2015 NewOrleansMobile
## 1455 conventional 2015 NewOrleansMobile
## 1456 conventional 2015 NewOrleansMobile
## 1457 conventional 2015 NewYork
## 1458 conventional 2015 NewYork
## 1459 conventional 2015 NewYork
## 1460 conventional 2015 NewYork
## 1461 conventional 2015 NewYork
## 1462 conventional 2015 NewYork
## 1463 conventional 2015 NewYork
## 1464 conventional 2015 NewYork
## 1465 conventional 2015 NewYork
## 1466 conventional 2015 NewYork
## 1467 conventional 2015 NewYork
## 1468 conventional 2015 NewYork
## 1469 conventional 2015 NewYork
## 1470 conventional 2015 NewYork
## 1471 conventional 2015 NewYork
## 1472 conventional 2015 NewYork
## 1473 conventional 2015 NewYork
## 1474 conventional 2015 NewYork
## 1475 conventional 2015 NewYork
## 1476 conventional 2015 NewYork
## 1477 conventional 2015 NewYork
## 1478 conventional 2015 NewYork
## 1479 conventional 2015 NewYork
## 1480 conventional 2015 NewYork
## 1481 conventional 2015 NewYork
## 1482 conventional 2015 NewYork
## 1483 conventional 2015 NewYork
## 1484 conventional 2015 NewYork
## 1485 conventional 2015 NewYork
## 1486 conventional 2015 NewYork
## 1487 conventional 2015 NewYork
## 1488 conventional 2015 NewYork
## 1489 conventional 2015 NewYork
## 1490 conventional 2015 NewYork
## 1491 conventional 2015 NewYork
## 1492 conventional 2015 NewYork
## 1493 conventional 2015 NewYork
## 1494 conventional 2015 NewYork
## 1495 conventional 2015 NewYork
## 1496 conventional 2015 NewYork
## 1497 conventional 2015 NewYork
## 1498 conventional 2015 NewYork
## 1499 conventional 2015 NewYork
## 1500 conventional 2015 NewYork
## 1501 conventional 2015 NewYork
## 1502 conventional 2015 NewYork
## 1503 conventional 2015 NewYork
## 1504 conventional 2015 NewYork
## 1505 conventional 2015 NewYork
## 1506 conventional 2015 NewYork
## 1507 conventional 2015 NewYork
## 1508 conventional 2015 NewYork
## 1509 conventional 2015 Northeast
## 1510 conventional 2015 Northeast
## 1511 conventional 2015 Northeast
## 1512 conventional 2015 Northeast
## 1513 conventional 2015 Northeast
## 1514 conventional 2015 Northeast
## 1515 conventional 2015 Northeast
## 1516 conventional 2015 Northeast
## 1517 conventional 2015 Northeast
## 1518 conventional 2015 Northeast
## 1519 conventional 2015 Northeast
## 1520 conventional 2015 Northeast
## 1521 conventional 2015 Northeast
## 1522 conventional 2015 Northeast
## 1523 conventional 2015 Northeast
## 1524 conventional 2015 Northeast
## 1525 conventional 2015 Northeast
## 1526 conventional 2015 Northeast
## 1527 conventional 2015 Northeast
## 1528 conventional 2015 Northeast
## 1529 conventional 2015 Northeast
## 1530 conventional 2015 Northeast
## 1531 conventional 2015 Northeast
## 1532 conventional 2015 Northeast
## 1533 conventional 2015 Northeast
## 1534 conventional 2015 Northeast
## 1535 conventional 2015 Northeast
## 1536 conventional 2015 Northeast
## 1537 conventional 2015 Northeast
## 1538 conventional 2015 Northeast
## 1539 conventional 2015 Northeast
## 1540 conventional 2015 Northeast
## 1541 conventional 2015 Northeast
## 1542 conventional 2015 Northeast
## 1543 conventional 2015 Northeast
## 1544 conventional 2015 Northeast
## 1545 conventional 2015 Northeast
## 1546 conventional 2015 Northeast
## 1547 conventional 2015 Northeast
## 1548 conventional 2015 Northeast
## 1549 conventional 2015 Northeast
## 1550 conventional 2015 Northeast
## 1551 conventional 2015 Northeast
## 1552 conventional 2015 Northeast
## 1553 conventional 2015 Northeast
## 1554 conventional 2015 Northeast
## 1555 conventional 2015 Northeast
## 1556 conventional 2015 Northeast
## 1557 conventional 2015 Northeast
## 1558 conventional 2015 Northeast
## 1559 conventional 2015 Northeast
## 1560 conventional 2015 Northeast
## 1561 conventional 2015 NorthernNewEngland
## 1562 conventional 2015 NorthernNewEngland
## 1563 conventional 2015 NorthernNewEngland
## 1564 conventional 2015 NorthernNewEngland
## 1565 conventional 2015 NorthernNewEngland
## 1566 conventional 2015 NorthernNewEngland
## 1567 conventional 2015 NorthernNewEngland
## 1568 conventional 2015 NorthernNewEngland
## 1569 conventional 2015 NorthernNewEngland
## 1570 conventional 2015 NorthernNewEngland
## 1571 conventional 2015 NorthernNewEngland
## 1572 conventional 2015 NorthernNewEngland
## 1573 conventional 2015 NorthernNewEngland
## 1574 conventional 2015 NorthernNewEngland
## 1575 conventional 2015 NorthernNewEngland
## 1576 conventional 2015 NorthernNewEngland
## 1577 conventional 2015 NorthernNewEngland
## 1578 conventional 2015 NorthernNewEngland
## 1579 conventional 2015 NorthernNewEngland
## 1580 conventional 2015 NorthernNewEngland
## 1581 conventional 2015 NorthernNewEngland
## 1582 conventional 2015 NorthernNewEngland
## 1583 conventional 2015 NorthernNewEngland
## 1584 conventional 2015 NorthernNewEngland
## 1585 conventional 2015 NorthernNewEngland
## 1586 conventional 2015 NorthernNewEngland
## 1587 conventional 2015 NorthernNewEngland
## 1588 conventional 2015 NorthernNewEngland
## 1589 conventional 2015 NorthernNewEngland
## 1590 conventional 2015 NorthernNewEngland
## 1591 conventional 2015 NorthernNewEngland
## 1592 conventional 2015 NorthernNewEngland
## 1593 conventional 2015 NorthernNewEngland
## 1594 conventional 2015 NorthernNewEngland
## 1595 conventional 2015 NorthernNewEngland
## 1596 conventional 2015 NorthernNewEngland
## 1597 conventional 2015 NorthernNewEngland
## 1598 conventional 2015 NorthernNewEngland
## 1599 conventional 2015 NorthernNewEngland
## 1600 conventional 2015 NorthernNewEngland
## 1601 conventional 2015 NorthernNewEngland
## 1602 conventional 2015 NorthernNewEngland
## 1603 conventional 2015 NorthernNewEngland
## 1604 conventional 2015 NorthernNewEngland
## 1605 conventional 2015 NorthernNewEngland
## 1606 conventional 2015 NorthernNewEngland
## 1607 conventional 2015 NorthernNewEngland
## 1608 conventional 2015 NorthernNewEngland
## 1609 conventional 2015 NorthernNewEngland
## 1610 conventional 2015 NorthernNewEngland
## 1611 conventional 2015 NorthernNewEngland
## 1612 conventional 2015 NorthernNewEngland
## 1613 conventional 2015 Orlando
## 1614 conventional 2015 Orlando
## 1615 conventional 2015 Orlando
## 1616 conventional 2015 Orlando
## 1617 conventional 2015 Orlando
## 1618 conventional 2015 Orlando
## 1619 conventional 2015 Orlando
## 1620 conventional 2015 Orlando
## 1621 conventional 2015 Orlando
## 1622 conventional 2015 Orlando
## 1623 conventional 2015 Orlando
## 1624 conventional 2015 Orlando
## 1625 conventional 2015 Orlando
## 1626 conventional 2015 Orlando
## 1627 conventional 2015 Orlando
## 1628 conventional 2015 Orlando
## 1629 conventional 2015 Orlando
## 1630 conventional 2015 Orlando
## 1631 conventional 2015 Orlando
## 1632 conventional 2015 Orlando
## 1633 conventional 2015 Orlando
## 1634 conventional 2015 Orlando
## 1635 conventional 2015 Orlando
## 1636 conventional 2015 Orlando
## 1637 conventional 2015 Orlando
## 1638 conventional 2015 Orlando
## 1639 conventional 2015 Orlando
## 1640 conventional 2015 Orlando
## 1641 conventional 2015 Orlando
## 1642 conventional 2015 Orlando
## 1643 conventional 2015 Orlando
## 1644 conventional 2015 Orlando
## 1645 conventional 2015 Orlando
## 1646 conventional 2015 Orlando
## 1647 conventional 2015 Orlando
## 1648 conventional 2015 Orlando
## 1649 conventional 2015 Orlando
## 1650 conventional 2015 Orlando
## 1651 conventional 2015 Orlando
## 1652 conventional 2015 Orlando
## 1653 conventional 2015 Orlando
## 1654 conventional 2015 Orlando
## 1655 conventional 2015 Orlando
## 1656 conventional 2015 Orlando
## 1657 conventional 2015 Orlando
## 1658 conventional 2015 Orlando
## 1659 conventional 2015 Orlando
## 1660 conventional 2015 Orlando
## 1661 conventional 2015 Orlando
## 1662 conventional 2015 Orlando
## 1663 conventional 2015 Orlando
## 1664 conventional 2015 Orlando
## 1665 conventional 2015 Philadelphia
## 1666 conventional 2015 Philadelphia
## 1667 conventional 2015 Philadelphia
## 1668 conventional 2015 Philadelphia
## 1669 conventional 2015 Philadelphia
## 1670 conventional 2015 Philadelphia
## 1671 conventional 2015 Philadelphia
## 1672 conventional 2015 Philadelphia
## 1673 conventional 2015 Philadelphia
## 1674 conventional 2015 Philadelphia
## 1675 conventional 2015 Philadelphia
## 1676 conventional 2015 Philadelphia
## 1677 conventional 2015 Philadelphia
## 1678 conventional 2015 Philadelphia
## 1679 conventional 2015 Philadelphia
## 1680 conventional 2015 Philadelphia
## 1681 conventional 2015 Philadelphia
## 1682 conventional 2015 Philadelphia
## 1683 conventional 2015 Philadelphia
## 1684 conventional 2015 Philadelphia
## 1685 conventional 2015 Philadelphia
## 1686 conventional 2015 Philadelphia
## 1687 conventional 2015 Philadelphia
## 1688 conventional 2015 Philadelphia
## 1689 conventional 2015 Philadelphia
## 1690 conventional 2015 Philadelphia
## 1691 conventional 2015 Philadelphia
## 1692 conventional 2015 Philadelphia
## 1693 conventional 2015 Philadelphia
## 1694 conventional 2015 Philadelphia
## 1695 conventional 2015 Philadelphia
## 1696 conventional 2015 Philadelphia
## 1697 conventional 2015 Philadelphia
## 1698 conventional 2015 Philadelphia
## 1699 conventional 2015 Philadelphia
## 1700 conventional 2015 Philadelphia
## 1701 conventional 2015 Philadelphia
## 1702 conventional 2015 Philadelphia
## 1703 conventional 2015 Philadelphia
## 1704 conventional 2015 Philadelphia
## 1705 conventional 2015 Philadelphia
## 1706 conventional 2015 Philadelphia
## 1707 conventional 2015 Philadelphia
## 1708 conventional 2015 Philadelphia
## 1709 conventional 2015 Philadelphia
## 1710 conventional 2015 Philadelphia
## 1711 conventional 2015 Philadelphia
## 1712 conventional 2015 Philadelphia
## 1713 conventional 2015 Philadelphia
## 1714 conventional 2015 Philadelphia
## 1715 conventional 2015 Philadelphia
## 1716 conventional 2015 Philadelphia
## 1717 conventional 2015 PhoenixTucson
## 1718 conventional 2015 PhoenixTucson
## 1719 conventional 2015 PhoenixTucson
## 1720 conventional 2015 PhoenixTucson
## 1721 conventional 2015 PhoenixTucson
## 1722 conventional 2015 PhoenixTucson
## 1723 conventional 2015 PhoenixTucson
## 1724 conventional 2015 PhoenixTucson
## 1725 conventional 2015 PhoenixTucson
## 1726 conventional 2015 PhoenixTucson
## 1727 conventional 2015 PhoenixTucson
## 1728 conventional 2015 PhoenixTucson
## 1729 conventional 2015 PhoenixTucson
## 1730 conventional 2015 PhoenixTucson
## 1731 conventional 2015 PhoenixTucson
## 1732 conventional 2015 PhoenixTucson
## 1733 conventional 2015 PhoenixTucson
## 1734 conventional 2015 PhoenixTucson
## 1735 conventional 2015 PhoenixTucson
## 1736 conventional 2015 PhoenixTucson
## 1737 conventional 2015 PhoenixTucson
## 1738 conventional 2015 PhoenixTucson
## 1739 conventional 2015 PhoenixTucson
## 1740 conventional 2015 PhoenixTucson
## 1741 conventional 2015 PhoenixTucson
## 1742 conventional 2015 PhoenixTucson
## 1743 conventional 2015 PhoenixTucson
## 1744 conventional 2015 PhoenixTucson
## 1745 conventional 2015 PhoenixTucson
## 1746 conventional 2015 PhoenixTucson
## 1747 conventional 2015 PhoenixTucson
## 1748 conventional 2015 PhoenixTucson
## 1749 conventional 2015 PhoenixTucson
## 1750 conventional 2015 PhoenixTucson
## 1751 conventional 2015 PhoenixTucson
## 1752 conventional 2015 PhoenixTucson
## 1753 conventional 2015 PhoenixTucson
## 1754 conventional 2015 PhoenixTucson
## 1755 conventional 2015 PhoenixTucson
## 1756 conventional 2015 PhoenixTucson
## 1757 conventional 2015 PhoenixTucson
## 1758 conventional 2015 PhoenixTucson
## 1759 conventional 2015 PhoenixTucson
## 1760 conventional 2015 PhoenixTucson
## 1761 conventional 2015 PhoenixTucson
## 1762 conventional 2015 PhoenixTucson
## 1763 conventional 2015 PhoenixTucson
## 1764 conventional 2015 PhoenixTucson
## 1765 conventional 2015 PhoenixTucson
## 1766 conventional 2015 PhoenixTucson
## 1767 conventional 2015 PhoenixTucson
## 1768 conventional 2015 PhoenixTucson
## 1769 conventional 2015 Pittsburgh
## 1770 conventional 2015 Pittsburgh
## 1771 conventional 2015 Pittsburgh
## 1772 conventional 2015 Pittsburgh
## 1773 conventional 2015 Pittsburgh
## 1774 conventional 2015 Pittsburgh
## 1775 conventional 2015 Pittsburgh
## 1776 conventional 2015 Pittsburgh
## 1777 conventional 2015 Pittsburgh
## 1778 conventional 2015 Pittsburgh
## 1779 conventional 2015 Pittsburgh
## 1780 conventional 2015 Pittsburgh
## 1781 conventional 2015 Pittsburgh
## 1782 conventional 2015 Pittsburgh
## 1783 conventional 2015 Pittsburgh
## 1784 conventional 2015 Pittsburgh
## 1785 conventional 2015 Pittsburgh
## 1786 conventional 2015 Pittsburgh
## 1787 conventional 2015 Pittsburgh
## 1788 conventional 2015 Pittsburgh
## 1789 conventional 2015 Pittsburgh
## 1790 conventional 2015 Pittsburgh
## 1791 conventional 2015 Pittsburgh
## 1792 conventional 2015 Pittsburgh
## 1793 conventional 2015 Pittsburgh
## 1794 conventional 2015 Pittsburgh
## 1795 conventional 2015 Pittsburgh
## 1796 conventional 2015 Pittsburgh
## 1797 conventional 2015 Pittsburgh
## 1798 conventional 2015 Pittsburgh
## 1799 conventional 2015 Pittsburgh
## 1800 conventional 2015 Pittsburgh
## 1801 conventional 2015 Pittsburgh
## 1802 conventional 2015 Pittsburgh
## 1803 conventional 2015 Pittsburgh
## 1804 conventional 2015 Pittsburgh
## 1805 conventional 2015 Pittsburgh
## 1806 conventional 2015 Pittsburgh
## 1807 conventional 2015 Pittsburgh
## 1808 conventional 2015 Pittsburgh
## 1809 conventional 2015 Pittsburgh
## 1810 conventional 2015 Pittsburgh
## 1811 conventional 2015 Pittsburgh
## 1812 conventional 2015 Pittsburgh
## 1813 conventional 2015 Pittsburgh
## 1814 conventional 2015 Pittsburgh
## 1815 conventional 2015 Pittsburgh
## 1816 conventional 2015 Pittsburgh
## 1817 conventional 2015 Pittsburgh
## 1818 conventional 2015 Pittsburgh
## 1819 conventional 2015 Pittsburgh
## 1820 conventional 2015 Pittsburgh
## 1821 conventional 2015 Plains
## 1822 conventional 2015 Plains
## 1823 conventional 2015 Plains
## 1824 conventional 2015 Plains
## 1825 conventional 2015 Plains
## 1826 conventional 2015 Plains
## 1827 conventional 2015 Plains
## 1828 conventional 2015 Plains
## 1829 conventional 2015 Plains
## 1830 conventional 2015 Plains
## 1831 conventional 2015 Plains
## 1832 conventional 2015 Plains
## 1833 conventional 2015 Plains
## 1834 conventional 2015 Plains
## 1835 conventional 2015 Plains
## 1836 conventional 2015 Plains
## 1837 conventional 2015 Plains
## 1838 conventional 2015 Plains
## 1839 conventional 2015 Plains
## 1840 conventional 2015 Plains
## 1841 conventional 2015 Plains
## 1842 conventional 2015 Plains
## 1843 conventional 2015 Plains
## 1844 conventional 2015 Plains
## 1845 conventional 2015 Plains
## 1846 conventional 2015 Plains
## 1847 conventional 2015 Plains
## 1848 conventional 2015 Plains
## 1849 conventional 2015 Plains
## 1850 conventional 2015 Plains
## 1851 conventional 2015 Plains
## 1852 conventional 2015 Plains
## 1853 conventional 2015 Plains
## 1854 conventional 2015 Plains
## 1855 conventional 2015 Plains
## 1856 conventional 2015 Plains
## 1857 conventional 2015 Plains
## 1858 conventional 2015 Plains
## 1859 conventional 2015 Plains
## 1860 conventional 2015 Plains
## 1861 conventional 2015 Plains
## 1862 conventional 2015 Plains
## 1863 conventional 2015 Plains
## 1864 conventional 2015 Plains
## 1865 conventional 2015 Plains
## 1866 conventional 2015 Plains
## 1867 conventional 2015 Plains
## 1868 conventional 2015 Plains
## 1869 conventional 2015 Plains
## 1870 conventional 2015 Plains
## 1871 conventional 2015 Plains
## 1872 conventional 2015 Plains
## 1873 conventional 2015 Portland
## 1874 conventional 2015 Portland
## 1875 conventional 2015 Portland
## 1876 conventional 2015 Portland
## 1877 conventional 2015 Portland
## 1878 conventional 2015 Portland
## 1879 conventional 2015 Portland
## 1880 conventional 2015 Portland
## 1881 conventional 2015 Portland
## 1882 conventional 2015 Portland
## 1883 conventional 2015 Portland
## 1884 conventional 2015 Portland
## 1885 conventional 2015 Portland
## 1886 conventional 2015 Portland
## 1887 conventional 2015 Portland
## 1888 conventional 2015 Portland
## 1889 conventional 2015 Portland
## 1890 conventional 2015 Portland
## 1891 conventional 2015 Portland
## 1892 conventional 2015 Portland
## 1893 conventional 2015 Portland
## 1894 conventional 2015 Portland
## 1895 conventional 2015 Portland
## 1896 conventional 2015 Portland
## 1897 conventional 2015 Portland
## 1898 conventional 2015 Portland
## 1899 conventional 2015 Portland
## 1900 conventional 2015 Portland
## 1901 conventional 2015 Portland
## 1902 conventional 2015 Portland
## 1903 conventional 2015 Portland
## 1904 conventional 2015 Portland
## 1905 conventional 2015 Portland
## 1906 conventional 2015 Portland
## 1907 conventional 2015 Portland
## 1908 conventional 2015 Portland
## 1909 conventional 2015 Portland
## 1910 conventional 2015 Portland
## 1911 conventional 2015 Portland
## 1912 conventional 2015 Portland
## 1913 conventional 2015 Portland
## 1914 conventional 2015 Portland
## 1915 conventional 2015 Portland
## 1916 conventional 2015 Portland
## 1917 conventional 2015 Portland
## 1918 conventional 2015 Portland
## 1919 conventional 2015 Portland
## 1920 conventional 2015 Portland
## 1921 conventional 2015 Portland
## 1922 conventional 2015 Portland
## 1923 conventional 2015 Portland
## 1924 conventional 2015 Portland
## 1925 conventional 2015 RaleighGreensboro
## 1926 conventional 2015 RaleighGreensboro
## 1927 conventional 2015 RaleighGreensboro
## 1928 conventional 2015 RaleighGreensboro
## 1929 conventional 2015 RaleighGreensboro
## 1930 conventional 2015 RaleighGreensboro
## 1931 conventional 2015 RaleighGreensboro
## 1932 conventional 2015 RaleighGreensboro
## 1933 conventional 2015 RaleighGreensboro
## 1934 conventional 2015 RaleighGreensboro
## 1935 conventional 2015 RaleighGreensboro
## 1936 conventional 2015 RaleighGreensboro
## 1937 conventional 2015 RaleighGreensboro
## 1938 conventional 2015 RaleighGreensboro
## 1939 conventional 2015 RaleighGreensboro
## 1940 conventional 2015 RaleighGreensboro
## 1941 conventional 2015 RaleighGreensboro
## 1942 conventional 2015 RaleighGreensboro
## 1943 conventional 2015 RaleighGreensboro
## 1944 conventional 2015 RaleighGreensboro
## 1945 conventional 2015 RaleighGreensboro
## 1946 conventional 2015 RaleighGreensboro
## 1947 conventional 2015 RaleighGreensboro
## 1948 conventional 2015 RaleighGreensboro
## 1949 conventional 2015 RaleighGreensboro
## 1950 conventional 2015 RaleighGreensboro
## 1951 conventional 2015 RaleighGreensboro
## 1952 conventional 2015 RaleighGreensboro
## 1953 conventional 2015 RaleighGreensboro
## 1954 conventional 2015 RaleighGreensboro
## 1955 conventional 2015 RaleighGreensboro
## 1956 conventional 2015 RaleighGreensboro
## 1957 conventional 2015 RaleighGreensboro
## 1958 conventional 2015 RaleighGreensboro
## 1959 conventional 2015 RaleighGreensboro
## 1960 conventional 2015 RaleighGreensboro
## 1961 conventional 2015 RaleighGreensboro
## 1962 conventional 2015 RaleighGreensboro
## 1963 conventional 2015 RaleighGreensboro
## 1964 conventional 2015 RaleighGreensboro
## 1965 conventional 2015 RaleighGreensboro
## 1966 conventional 2015 RaleighGreensboro
## 1967 conventional 2015 RaleighGreensboro
## 1968 conventional 2015 RaleighGreensboro
## 1969 conventional 2015 RaleighGreensboro
## 1970 conventional 2015 RaleighGreensboro
## 1971 conventional 2015 RaleighGreensboro
## 1972 conventional 2015 RaleighGreensboro
## 1973 conventional 2015 RaleighGreensboro
## 1974 conventional 2015 RaleighGreensboro
## 1975 conventional 2015 RaleighGreensboro
## 1976 conventional 2015 RaleighGreensboro
## 1977 conventional 2015 RichmondNorfolk
## 1978 conventional 2015 RichmondNorfolk
## 1979 conventional 2015 RichmondNorfolk
## 1980 conventional 2015 RichmondNorfolk
## 1981 conventional 2015 RichmondNorfolk
## 1982 conventional 2015 RichmondNorfolk
## 1983 conventional 2015 RichmondNorfolk
## 1984 conventional 2015 RichmondNorfolk
## 1985 conventional 2015 RichmondNorfolk
## 1986 conventional 2015 RichmondNorfolk
## 1987 conventional 2015 RichmondNorfolk
## 1988 conventional 2015 RichmondNorfolk
## 1989 conventional 2015 RichmondNorfolk
## 1990 conventional 2015 RichmondNorfolk
## 1991 conventional 2015 RichmondNorfolk
## 1992 conventional 2015 RichmondNorfolk
## 1993 conventional 2015 RichmondNorfolk
## 1994 conventional 2015 RichmondNorfolk
## 1995 conventional 2015 RichmondNorfolk
## 1996 conventional 2015 RichmondNorfolk
## 1997 conventional 2015 RichmondNorfolk
## 1998 conventional 2015 RichmondNorfolk
## 1999 conventional 2015 RichmondNorfolk
## 2000 conventional 2015 RichmondNorfolk
## 2001 conventional 2015 RichmondNorfolk
## 2002 conventional 2015 RichmondNorfolk
## 2003 conventional 2015 RichmondNorfolk
## 2004 conventional 2015 RichmondNorfolk
## 2005 conventional 2015 RichmondNorfolk
## 2006 conventional 2015 RichmondNorfolk
## 2007 conventional 2015 RichmondNorfolk
## 2008 conventional 2015 RichmondNorfolk
## 2009 conventional 2015 RichmondNorfolk
## 2010 conventional 2015 RichmondNorfolk
## 2011 conventional 2015 RichmondNorfolk
## 2012 conventional 2015 RichmondNorfolk
## 2013 conventional 2015 RichmondNorfolk
## 2014 conventional 2015 RichmondNorfolk
## 2015 conventional 2015 RichmondNorfolk
## 2016 conventional 2015 RichmondNorfolk
## 2017 conventional 2015 RichmondNorfolk
## 2018 conventional 2015 RichmondNorfolk
## 2019 conventional 2015 RichmondNorfolk
## 2020 conventional 2015 RichmondNorfolk
## 2021 conventional 2015 RichmondNorfolk
## 2022 conventional 2015 RichmondNorfolk
## 2023 conventional 2015 RichmondNorfolk
## 2024 conventional 2015 RichmondNorfolk
## 2025 conventional 2015 RichmondNorfolk
## 2026 conventional 2015 RichmondNorfolk
## 2027 conventional 2015 RichmondNorfolk
## 2028 conventional 2015 RichmondNorfolk
## 2029 conventional 2015 Roanoke
## 2030 conventional 2015 Roanoke
## 2031 conventional 2015 Roanoke
## 2032 conventional 2015 Roanoke
## 2033 conventional 2015 Roanoke
## 2034 conventional 2015 Roanoke
## 2035 conventional 2015 Roanoke
## 2036 conventional 2015 Roanoke
## 2037 conventional 2015 Roanoke
## 2038 conventional 2015 Roanoke
## 2039 conventional 2015 Roanoke
## 2040 conventional 2015 Roanoke
## 2041 conventional 2015 Roanoke
## 2042 conventional 2015 Roanoke
## 2043 conventional 2015 Roanoke
## 2044 conventional 2015 Roanoke
## 2045 conventional 2015 Roanoke
## 2046 conventional 2015 Roanoke
## 2047 conventional 2015 Roanoke
## 2048 conventional 2015 Roanoke
## 2049 conventional 2015 Roanoke
## 2050 conventional 2015 Roanoke
## 2051 conventional 2015 Roanoke
## 2052 conventional 2015 Roanoke
## 2053 conventional 2015 Roanoke
## 2054 conventional 2015 Roanoke
## 2055 conventional 2015 Roanoke
## 2056 conventional 2015 Roanoke
## 2057 conventional 2015 Roanoke
## 2058 conventional 2015 Roanoke
## 2059 conventional 2015 Roanoke
## 2060 conventional 2015 Roanoke
## 2061 conventional 2015 Roanoke
## 2062 conventional 2015 Roanoke
## 2063 conventional 2015 Roanoke
## 2064 conventional 2015 Roanoke
## 2065 conventional 2015 Roanoke
## 2066 conventional 2015 Roanoke
## 2067 conventional 2015 Roanoke
## 2068 conventional 2015 Roanoke
## 2069 conventional 2015 Roanoke
## 2070 conventional 2015 Roanoke
## 2071 conventional 2015 Roanoke
## 2072 conventional 2015 Roanoke
## 2073 conventional 2015 Roanoke
## 2074 conventional 2015 Roanoke
## 2075 conventional 2015 Roanoke
## 2076 conventional 2015 Roanoke
## 2077 conventional 2015 Roanoke
## 2078 conventional 2015 Roanoke
## 2079 conventional 2015 Roanoke
## 2080 conventional 2015 Roanoke
## 2081 conventional 2015 Sacramento
## 2082 conventional 2015 Sacramento
## 2083 conventional 2015 Sacramento
## 2084 conventional 2015 Sacramento
## 2085 conventional 2015 Sacramento
## 2086 conventional 2015 Sacramento
## 2087 conventional 2015 Sacramento
## 2088 conventional 2015 Sacramento
## 2089 conventional 2015 Sacramento
## 2090 conventional 2015 Sacramento
## 2091 conventional 2015 Sacramento
## 2092 conventional 2015 Sacramento
## 2093 conventional 2015 Sacramento
## 2094 conventional 2015 Sacramento
## 2095 conventional 2015 Sacramento
## 2096 conventional 2015 Sacramento
## 2097 conventional 2015 Sacramento
## 2098 conventional 2015 Sacramento
## 2099 conventional 2015 Sacramento
## 2100 conventional 2015 Sacramento
## 2101 conventional 2015 Sacramento
## 2102 conventional 2015 Sacramento
## 2103 conventional 2015 Sacramento
## 2104 conventional 2015 Sacramento
## 2105 conventional 2015 Sacramento
## 2106 conventional 2015 Sacramento
## 2107 conventional 2015 Sacramento
## 2108 conventional 2015 Sacramento
## 2109 conventional 2015 Sacramento
## 2110 conventional 2015 Sacramento
## 2111 conventional 2015 Sacramento
## 2112 conventional 2015 Sacramento
## 2113 conventional 2015 Sacramento
## 2114 conventional 2015 Sacramento
## 2115 conventional 2015 Sacramento
## 2116 conventional 2015 Sacramento
## 2117 conventional 2015 Sacramento
## 2118 conventional 2015 Sacramento
## 2119 conventional 2015 Sacramento
## 2120 conventional 2015 Sacramento
## 2121 conventional 2015 Sacramento
## 2122 conventional 2015 Sacramento
## 2123 conventional 2015 Sacramento
## 2124 conventional 2015 Sacramento
## 2125 conventional 2015 Sacramento
## 2126 conventional 2015 Sacramento
## 2127 conventional 2015 Sacramento
## 2128 conventional 2015 Sacramento
## 2129 conventional 2015 Sacramento
## 2130 conventional 2015 Sacramento
## 2131 conventional 2015 Sacramento
## 2132 conventional 2015 Sacramento
## 2133 conventional 2015 SanDiego
## 2134 conventional 2015 SanDiego
## 2135 conventional 2015 SanDiego
## 2136 conventional 2015 SanDiego
## 2137 conventional 2015 SanDiego
## 2138 conventional 2015 SanDiego
## 2139 conventional 2015 SanDiego
## 2140 conventional 2015 SanDiego
## 2141 conventional 2015 SanDiego
## 2142 conventional 2015 SanDiego
## 2143 conventional 2015 SanDiego
## 2144 conventional 2015 SanDiego
## 2145 conventional 2015 SanDiego
## 2146 conventional 2015 SanDiego
## 2147 conventional 2015 SanDiego
## 2148 conventional 2015 SanDiego
## 2149 conventional 2015 SanDiego
## 2150 conventional 2015 SanDiego
## 2151 conventional 2015 SanDiego
## 2152 conventional 2015 SanDiego
## 2153 conventional 2015 SanDiego
## 2154 conventional 2015 SanDiego
## 2155 conventional 2015 SanDiego
## 2156 conventional 2015 SanDiego
## 2157 conventional 2015 SanDiego
## 2158 conventional 2015 SanDiego
## 2159 conventional 2015 SanDiego
## 2160 conventional 2015 SanDiego
## 2161 conventional 2015 SanDiego
## 2162 conventional 2015 SanDiego
## 2163 conventional 2015 SanDiego
## 2164 conventional 2015 SanDiego
## 2165 conventional 2015 SanDiego
## 2166 conventional 2015 SanDiego
## 2167 conventional 2015 SanDiego
## 2168 conventional 2015 SanDiego
## 2169 conventional 2015 SanDiego
## 2170 conventional 2015 SanDiego
## 2171 conventional 2015 SanDiego
## 2172 conventional 2015 SanDiego
## 2173 conventional 2015 SanDiego
## 2174 conventional 2015 SanDiego
## 2175 conventional 2015 SanDiego
## 2176 conventional 2015 SanDiego
## 2177 conventional 2015 SanDiego
## 2178 conventional 2015 SanDiego
## 2179 conventional 2015 SanDiego
## 2180 conventional 2015 SanDiego
## 2181 conventional 2015 SanDiego
## 2182 conventional 2015 SanDiego
## 2183 conventional 2015 SanDiego
## 2184 conventional 2015 SanDiego
## 2185 conventional 2015 SanFrancisco
## 2186 conventional 2015 SanFrancisco
## 2187 conventional 2015 SanFrancisco
## 2188 conventional 2015 SanFrancisco
## 2189 conventional 2015 SanFrancisco
## 2190 conventional 2015 SanFrancisco
## 2191 conventional 2015 SanFrancisco
## 2192 conventional 2015 SanFrancisco
## 2193 conventional 2015 SanFrancisco
## 2194 conventional 2015 SanFrancisco
## 2195 conventional 2015 SanFrancisco
## 2196 conventional 2015 SanFrancisco
## 2197 conventional 2015 SanFrancisco
## 2198 conventional 2015 SanFrancisco
## 2199 conventional 2015 SanFrancisco
## 2200 conventional 2015 SanFrancisco
## 2201 conventional 2015 SanFrancisco
## 2202 conventional 2015 SanFrancisco
## 2203 conventional 2015 SanFrancisco
## 2204 conventional 2015 SanFrancisco
## 2205 conventional 2015 SanFrancisco
## 2206 conventional 2015 SanFrancisco
## 2207 conventional 2015 SanFrancisco
## 2208 conventional 2015 SanFrancisco
## 2209 conventional 2015 SanFrancisco
## 2210 conventional 2015 SanFrancisco
## 2211 conventional 2015 SanFrancisco
## 2212 conventional 2015 SanFrancisco
## 2213 conventional 2015 SanFrancisco
## 2214 conventional 2015 SanFrancisco
## 2215 conventional 2015 SanFrancisco
## 2216 conventional 2015 SanFrancisco
## 2217 conventional 2015 SanFrancisco
## 2218 conventional 2015 SanFrancisco
## 2219 conventional 2015 SanFrancisco
## 2220 conventional 2015 SanFrancisco
## 2221 conventional 2015 SanFrancisco
## 2222 conventional 2015 SanFrancisco
## 2223 conventional 2015 SanFrancisco
## 2224 conventional 2015 SanFrancisco
## 2225 conventional 2015 SanFrancisco
## 2226 conventional 2015 SanFrancisco
## 2227 conventional 2015 SanFrancisco
## 2228 conventional 2015 SanFrancisco
## 2229 conventional 2015 SanFrancisco
## 2230 conventional 2015 SanFrancisco
## 2231 conventional 2015 SanFrancisco
## 2232 conventional 2015 SanFrancisco
## 2233 conventional 2015 SanFrancisco
## 2234 conventional 2015 SanFrancisco
## 2235 conventional 2015 SanFrancisco
## 2236 conventional 2015 SanFrancisco
## 2237 conventional 2015 Seattle
## 2238 conventional 2015 Seattle
## 2239 conventional 2015 Seattle
## 2240 conventional 2015 Seattle
## 2241 conventional 2015 Seattle
## 2242 conventional 2015 Seattle
## 2243 conventional 2015 Seattle
## 2244 conventional 2015 Seattle
## 2245 conventional 2015 Seattle
## 2246 conventional 2015 Seattle
## 2247 conventional 2015 Seattle
## 2248 conventional 2015 Seattle
## 2249 conventional 2015 Seattle
## 2250 conventional 2015 Seattle
## 2251 conventional 2015 Seattle
## 2252 conventional 2015 Seattle
## 2253 conventional 2015 Seattle
## 2254 conventional 2015 Seattle
## 2255 conventional 2015 Seattle
## 2256 conventional 2015 Seattle
## 2257 conventional 2015 Seattle
## 2258 conventional 2015 Seattle
## 2259 conventional 2015 Seattle
## 2260 conventional 2015 Seattle
## 2261 conventional 2015 Seattle
## 2262 conventional 2015 Seattle
## 2263 conventional 2015 Seattle
## 2264 conventional 2015 Seattle
## 2265 conventional 2015 Seattle
## 2266 conventional 2015 Seattle
## 2267 conventional 2015 Seattle
## 2268 conventional 2015 Seattle
## 2269 conventional 2015 Seattle
## 2270 conventional 2015 Seattle
## 2271 conventional 2015 Seattle
## 2272 conventional 2015 Seattle
## 2273 conventional 2015 Seattle
## 2274 conventional 2015 Seattle
## 2275 conventional 2015 Seattle
## 2276 conventional 2015 Seattle
## 2277 conventional 2015 Seattle
## 2278 conventional 2015 Seattle
## 2279 conventional 2015 Seattle
## 2280 conventional 2015 Seattle
## 2281 conventional 2015 Seattle
## 2282 conventional 2015 Seattle
## 2283 conventional 2015 Seattle
## 2284 conventional 2015 Seattle
## 2285 conventional 2015 Seattle
## 2286 conventional 2015 Seattle
## 2287 conventional 2015 Seattle
## 2288 conventional 2015 Seattle
## 2289 conventional 2015 SouthCarolina
## 2290 conventional 2015 SouthCarolina
## 2291 conventional 2015 SouthCarolina
## 2292 conventional 2015 SouthCarolina
## 2293 conventional 2015 SouthCarolina
## 2294 conventional 2015 SouthCarolina
## 2295 conventional 2015 SouthCarolina
## 2296 conventional 2015 SouthCarolina
## 2297 conventional 2015 SouthCarolina
## 2298 conventional 2015 SouthCarolina
## 2299 conventional 2015 SouthCarolina
## 2300 conventional 2015 SouthCarolina
## 2301 conventional 2015 SouthCarolina
## 2302 conventional 2015 SouthCarolina
## 2303 conventional 2015 SouthCarolina
## 2304 conventional 2015 SouthCarolina
## 2305 conventional 2015 SouthCarolina
## 2306 conventional 2015 SouthCarolina
## 2307 conventional 2015 SouthCarolina
## 2308 conventional 2015 SouthCarolina
## 2309 conventional 2015 SouthCarolina
## 2310 conventional 2015 SouthCarolina
## 2311 conventional 2015 SouthCarolina
## 2312 conventional 2015 SouthCarolina
## 2313 conventional 2015 SouthCarolina
## 2314 conventional 2015 SouthCarolina
## 2315 conventional 2015 SouthCarolina
## 2316 conventional 2015 SouthCarolina
## 2317 conventional 2015 SouthCarolina
## 2318 conventional 2015 SouthCarolina
## 2319 conventional 2015 SouthCarolina
## 2320 conventional 2015 SouthCarolina
## 2321 conventional 2015 SouthCarolina
## 2322 conventional 2015 SouthCarolina
## 2323 conventional 2015 SouthCarolina
## 2324 conventional 2015 SouthCarolina
## 2325 conventional 2015 SouthCarolina
## 2326 conventional 2015 SouthCarolina
## 2327 conventional 2015 SouthCarolina
## 2328 conventional 2015 SouthCarolina
## 2329 conventional 2015 SouthCarolina
## 2330 conventional 2015 SouthCarolina
## 2331 conventional 2015 SouthCarolina
## 2332 conventional 2015 SouthCarolina
## 2333 conventional 2015 SouthCarolina
## 2334 conventional 2015 SouthCarolina
## 2335 conventional 2015 SouthCarolina
## 2336 conventional 2015 SouthCarolina
## 2337 conventional 2015 SouthCarolina
## 2338 conventional 2015 SouthCarolina
## 2339 conventional 2015 SouthCarolina
## 2340 conventional 2015 SouthCarolina
## 2341 conventional 2015 SouthCentral
## 2342 conventional 2015 SouthCentral
## 2343 conventional 2015 SouthCentral
## 2344 conventional 2015 SouthCentral
## 2345 conventional 2015 SouthCentral
## 2346 conventional 2015 SouthCentral
## 2347 conventional 2015 SouthCentral
## 2348 conventional 2015 SouthCentral
## 2349 conventional 2015 SouthCentral
## 2350 conventional 2015 SouthCentral
## 2351 conventional 2015 SouthCentral
## 2352 conventional 2015 SouthCentral
## 2353 conventional 2015 SouthCentral
## 2354 conventional 2015 SouthCentral
## 2355 conventional 2015 SouthCentral
## 2356 conventional 2015 SouthCentral
## 2357 conventional 2015 SouthCentral
## 2358 conventional 2015 SouthCentral
## 2359 conventional 2015 SouthCentral
## 2360 conventional 2015 SouthCentral
## 2361 conventional 2015 SouthCentral
## 2362 conventional 2015 SouthCentral
## 2363 conventional 2015 SouthCentral
## 2364 conventional 2015 SouthCentral
## 2365 conventional 2015 SouthCentral
## 2366 conventional 2015 SouthCentral
## 2367 conventional 2015 SouthCentral
## 2368 conventional 2015 SouthCentral
## 2369 conventional 2015 SouthCentral
## 2370 conventional 2015 SouthCentral
## 2371 conventional 2015 SouthCentral
## 2372 conventional 2015 SouthCentral
## 2373 conventional 2015 SouthCentral
## 2374 conventional 2015 SouthCentral
## 2375 conventional 2015 SouthCentral
## 2376 conventional 2015 SouthCentral
## 2377 conventional 2015 SouthCentral
## 2378 conventional 2015 SouthCentral
## 2379 conventional 2015 SouthCentral
## 2380 conventional 2015 SouthCentral
## 2381 conventional 2015 SouthCentral
## 2382 conventional 2015 SouthCentral
## 2383 conventional 2015 SouthCentral
## 2384 conventional 2015 SouthCentral
## 2385 conventional 2015 SouthCentral
## 2386 conventional 2015 SouthCentral
## 2387 conventional 2015 SouthCentral
## 2388 conventional 2015 SouthCentral
## 2389 conventional 2015 SouthCentral
## 2390 conventional 2015 SouthCentral
## 2391 conventional 2015 SouthCentral
## 2392 conventional 2015 SouthCentral
## 2393 conventional 2015 Southeast
## 2394 conventional 2015 Southeast
## 2395 conventional 2015 Southeast
## 2396 conventional 2015 Southeast
## 2397 conventional 2015 Southeast
## 2398 conventional 2015 Southeast
## 2399 conventional 2015 Southeast
## 2400 conventional 2015 Southeast
## 2401 conventional 2015 Southeast
## 2402 conventional 2015 Southeast
## 2403 conventional 2015 Southeast
## 2404 conventional 2015 Southeast
## 2405 conventional 2015 Southeast
## 2406 conventional 2015 Southeast
## 2407 conventional 2015 Southeast
## 2408 conventional 2015 Southeast
## 2409 conventional 2015 Southeast
## 2410 conventional 2015 Southeast
## 2411 conventional 2015 Southeast
## 2412 conventional 2015 Southeast
## 2413 conventional 2015 Southeast
## 2414 conventional 2015 Southeast
## 2415 conventional 2015 Southeast
## 2416 conventional 2015 Southeast
## 2417 conventional 2015 Southeast
## 2418 conventional 2015 Southeast
## 2419 conventional 2015 Southeast
## 2420 conventional 2015 Southeast
## 2421 conventional 2015 Southeast
## 2422 conventional 2015 Southeast
## 2423 conventional 2015 Southeast
## 2424 conventional 2015 Southeast
## 2425 conventional 2015 Southeast
## 2426 conventional 2015 Southeast
## 2427 conventional 2015 Southeast
## 2428 conventional 2015 Southeast
## 2429 conventional 2015 Southeast
## 2430 conventional 2015 Southeast
## 2431 conventional 2015 Southeast
## 2432 conventional 2015 Southeast
## 2433 conventional 2015 Southeast
## 2434 conventional 2015 Southeast
## 2435 conventional 2015 Southeast
## 2436 conventional 2015 Southeast
## 2437 conventional 2015 Southeast
## 2438 conventional 2015 Southeast
## 2439 conventional 2015 Southeast
## 2440 conventional 2015 Southeast
## 2441 conventional 2015 Southeast
## 2442 conventional 2015 Southeast
## 2443 conventional 2015 Southeast
## 2444 conventional 2015 Southeast
## 2445 conventional 2015 Spokane
## 2446 conventional 2015 Spokane
## 2447 conventional 2015 Spokane
## 2448 conventional 2015 Spokane
## 2449 conventional 2015 Spokane
## 2450 conventional 2015 Spokane
## 2451 conventional 2015 Spokane
## 2452 conventional 2015 Spokane
## 2453 conventional 2015 Spokane
## 2454 conventional 2015 Spokane
## 2455 conventional 2015 Spokane
## 2456 conventional 2015 Spokane
## 2457 conventional 2015 Spokane
## 2458 conventional 2015 Spokane
## 2459 conventional 2015 Spokane
## 2460 conventional 2015 Spokane
## 2461 conventional 2015 Spokane
## 2462 conventional 2015 Spokane
## 2463 conventional 2015 Spokane
## 2464 conventional 2015 Spokane
## 2465 conventional 2015 Spokane
## 2466 conventional 2015 Spokane
## 2467 conventional 2015 Spokane
## 2468 conventional 2015 Spokane
## 2469 conventional 2015 Spokane
## 2470 conventional 2015 Spokane
## 2471 conventional 2015 Spokane
## 2472 conventional 2015 Spokane
## 2473 conventional 2015 Spokane
## 2474 conventional 2015 Spokane
## 2475 conventional 2015 Spokane
## 2476 conventional 2015 Spokane
## 2477 conventional 2015 Spokane
## 2478 conventional 2015 Spokane
## 2479 conventional 2015 Spokane
## 2480 conventional 2015 Spokane
## 2481 conventional 2015 Spokane
## 2482 conventional 2015 Spokane
## 2483 conventional 2015 Spokane
## 2484 conventional 2015 Spokane
## 2485 conventional 2015 Spokane
## 2486 conventional 2015 Spokane
## 2487 conventional 2015 Spokane
## 2488 conventional 2015 Spokane
## 2489 conventional 2015 Spokane
## 2490 conventional 2015 Spokane
## 2491 conventional 2015 Spokane
## 2492 conventional 2015 Spokane
## 2493 conventional 2015 Spokane
## 2494 conventional 2015 Spokane
## 2495 conventional 2015 Spokane
## 2496 conventional 2015 Spokane
## 2497 conventional 2015 StLouis
## 2498 conventional 2015 StLouis
## 2499 conventional 2015 StLouis
## 2500 conventional 2015 StLouis
## 2501 conventional 2015 StLouis
## 2502 conventional 2015 StLouis
## 2503 conventional 2015 StLouis
## 2504 conventional 2015 StLouis
## 2505 conventional 2015 StLouis
## 2506 conventional 2015 StLouis
## 2507 conventional 2015 StLouis
## 2508 conventional 2015 StLouis
## 2509 conventional 2015 StLouis
## 2510 conventional 2015 StLouis
## 2511 conventional 2015 StLouis
## 2512 conventional 2015 StLouis
## 2513 conventional 2015 StLouis
## 2514 conventional 2015 StLouis
## 2515 conventional 2015 StLouis
## 2516 conventional 2015 StLouis
## 2517 conventional 2015 StLouis
## 2518 conventional 2015 StLouis
## 2519 conventional 2015 StLouis
## 2520 conventional 2015 StLouis
## 2521 conventional 2015 StLouis
## 2522 conventional 2015 StLouis
## 2523 conventional 2015 StLouis
## 2524 conventional 2015 StLouis
## 2525 conventional 2015 StLouis
## 2526 conventional 2015 StLouis
## 2527 conventional 2015 StLouis
## 2528 conventional 2015 StLouis
## 2529 conventional 2015 StLouis
## 2530 conventional 2015 StLouis
## 2531 conventional 2015 StLouis
## 2532 conventional 2015 StLouis
## 2533 conventional 2015 StLouis
## 2534 conventional 2015 StLouis
## 2535 conventional 2015 StLouis
## 2536 conventional 2015 StLouis
## 2537 conventional 2015 StLouis
## 2538 conventional 2015 StLouis
## 2539 conventional 2015 StLouis
## 2540 conventional 2015 StLouis
## 2541 conventional 2015 StLouis
## 2542 conventional 2015 StLouis
## 2543 conventional 2015 StLouis
## 2544 conventional 2015 StLouis
## 2545 conventional 2015 StLouis
## 2546 conventional 2015 StLouis
## 2547 conventional 2015 StLouis
## 2548 conventional 2015 StLouis
## 2549 conventional 2015 Syracuse
## 2550 conventional 2015 Syracuse
## 2551 conventional 2015 Syracuse
## 2552 conventional 2015 Syracuse
## 2553 conventional 2015 Syracuse
## 2554 conventional 2015 Syracuse
## 2555 conventional 2015 Syracuse
## 2556 conventional 2015 Syracuse
## 2557 conventional 2015 Syracuse
## 2558 conventional 2015 Syracuse
## 2559 conventional 2015 Syracuse
## 2560 conventional 2015 Syracuse
## 2561 conventional 2015 Syracuse
## 2562 conventional 2015 Syracuse
## 2563 conventional 2015 Syracuse
## 2564 conventional 2015 Syracuse
## 2565 conventional 2015 Syracuse
## 2566 conventional 2015 Syracuse
## 2567 conventional 2015 Syracuse
## 2568 conventional 2015 Syracuse
## 2569 conventional 2015 Syracuse
## 2570 conventional 2015 Syracuse
## 2571 conventional 2015 Syracuse
## 2572 conventional 2015 Syracuse
## 2573 conventional 2015 Syracuse
## 2574 conventional 2015 Syracuse
## 2575 conventional 2015 Syracuse
## 2576 conventional 2015 Syracuse
## 2577 conventional 2015 Syracuse
## 2578 conventional 2015 Syracuse
## 2579 conventional 2015 Syracuse
## 2580 conventional 2015 Syracuse
## 2581 conventional 2015 Syracuse
## 2582 conventional 2015 Syracuse
## 2583 conventional 2015 Syracuse
## 2584 conventional 2015 Syracuse
## 2585 conventional 2015 Syracuse
## 2586 conventional 2015 Syracuse
## 2587 conventional 2015 Syracuse
## 2588 conventional 2015 Syracuse
## 2589 conventional 2015 Syracuse
## 2590 conventional 2015 Syracuse
## 2591 conventional 2015 Syracuse
## 2592 conventional 2015 Syracuse
## 2593 conventional 2015 Syracuse
## 2594 conventional 2015 Syracuse
## 2595 conventional 2015 Syracuse
## 2596 conventional 2015 Syracuse
## 2597 conventional 2015 Syracuse
## 2598 conventional 2015 Syracuse
## 2599 conventional 2015 Syracuse
## 2600 conventional 2015 Syracuse
## 2601 conventional 2015 Tampa
## 2602 conventional 2015 Tampa
## 2603 conventional 2015 Tampa
## 2604 conventional 2015 Tampa
## 2605 conventional 2015 Tampa
## 2606 conventional 2015 Tampa
## 2607 conventional 2015 Tampa
## 2608 conventional 2015 Tampa
## 2609 conventional 2015 Tampa
## 2610 conventional 2015 Tampa
## 2611 conventional 2015 Tampa
## 2612 conventional 2015 Tampa
## 2613 conventional 2015 Tampa
## 2614 conventional 2015 Tampa
## 2615 conventional 2015 Tampa
## 2616 conventional 2015 Tampa
## 2617 conventional 2015 Tampa
## 2618 conventional 2015 Tampa
## 2619 conventional 2015 Tampa
## 2620 conventional 2015 Tampa
## 2621 conventional 2015 Tampa
## 2622 conventional 2015 Tampa
## 2623 conventional 2015 Tampa
## 2624 conventional 2015 Tampa
## 2625 conventional 2015 Tampa
## 2626 conventional 2015 Tampa
## 2627 conventional 2015 Tampa
## 2628 conventional 2015 Tampa
## 2629 conventional 2015 Tampa
## 2630 conventional 2015 Tampa
## 2631 conventional 2015 Tampa
## 2632 conventional 2015 Tampa
## 2633 conventional 2015 Tampa
## 2634 conventional 2015 Tampa
## 2635 conventional 2015 Tampa
## 2636 conventional 2015 Tampa
## 2637 conventional 2015 Tampa
## 2638 conventional 2015 Tampa
## 2639 conventional 2015 Tampa
## 2640 conventional 2015 Tampa
## 2641 conventional 2015 Tampa
## 2642 conventional 2015 Tampa
## 2643 conventional 2015 Tampa
## 2644 conventional 2015 Tampa
## 2645 conventional 2015 Tampa
## 2646 conventional 2015 Tampa
## 2647 conventional 2015 Tampa
## 2648 conventional 2015 Tampa
## 2649 conventional 2015 Tampa
## 2650 conventional 2015 Tampa
## 2651 conventional 2015 Tampa
## 2652 conventional 2015 Tampa
## 2653 conventional 2015 TotalUS
## 2654 conventional 2015 TotalUS
## 2655 conventional 2015 TotalUS
## 2656 conventional 2015 TotalUS
## 2657 conventional 2015 TotalUS
## 2658 conventional 2015 TotalUS
## 2659 conventional 2015 TotalUS
## 2660 conventional 2015 TotalUS
## 2661 conventional 2015 TotalUS
## 2662 conventional 2015 TotalUS
## 2663 conventional 2015 TotalUS
## 2664 conventional 2015 TotalUS
## 2665 conventional 2015 TotalUS
## 2666 conventional 2015 TotalUS
## 2667 conventional 2015 TotalUS
## 2668 conventional 2015 TotalUS
## 2669 conventional 2015 TotalUS
## 2670 conventional 2015 TotalUS
## 2671 conventional 2015 TotalUS
## 2672 conventional 2015 TotalUS
## 2673 conventional 2015 TotalUS
## 2674 conventional 2015 TotalUS
## 2675 conventional 2015 TotalUS
## 2676 conventional 2015 TotalUS
## 2677 conventional 2015 TotalUS
## 2678 conventional 2015 TotalUS
## 2679 conventional 2015 TotalUS
## 2680 conventional 2015 TotalUS
## 2681 conventional 2015 TotalUS
## 2682 conventional 2015 TotalUS
## 2683 conventional 2015 TotalUS
## 2684 conventional 2015 TotalUS
## 2685 conventional 2015 TotalUS
## 2686 conventional 2015 TotalUS
## 2687 conventional 2015 TotalUS
## 2688 conventional 2015 TotalUS
## 2689 conventional 2015 TotalUS
## 2690 conventional 2015 TotalUS
## 2691 conventional 2015 TotalUS
## 2692 conventional 2015 TotalUS
## 2693 conventional 2015 TotalUS
## 2694 conventional 2015 TotalUS
## 2695 conventional 2015 TotalUS
## 2696 conventional 2015 TotalUS
## 2697 conventional 2015 TotalUS
## 2698 conventional 2015 TotalUS
## 2699 conventional 2015 TotalUS
## 2700 conventional 2015 TotalUS
## 2701 conventional 2015 TotalUS
## 2702 conventional 2015 TotalUS
## 2703 conventional 2015 TotalUS
## 2704 conventional 2015 TotalUS
## 2705 conventional 2015 West
## 2706 conventional 2015 West
## 2707 conventional 2015 West
## 2708 conventional 2015 West
## 2709 conventional 2015 West
## 2710 conventional 2015 West
## 2711 conventional 2015 West
## 2712 conventional 2015 West
## 2713 conventional 2015 West
## 2714 conventional 2015 West
## 2715 conventional 2015 West
## 2716 conventional 2015 West
## 2717 conventional 2015 West
## 2718 conventional 2015 West
## 2719 conventional 2015 West
## 2720 conventional 2015 West
## 2721 conventional 2015 West
## 2722 conventional 2015 West
## 2723 conventional 2015 West
## 2724 conventional 2015 West
## 2725 conventional 2015 West
## 2726 conventional 2015 West
## 2727 conventional 2015 West
## 2728 conventional 2015 West
## 2729 conventional 2015 West
## 2730 conventional 2015 West
## 2731 conventional 2015 West
## 2732 conventional 2015 West
## 2733 conventional 2015 West
## 2734 conventional 2015 West
## 2735 conventional 2015 West
## 2736 conventional 2015 West
## 2737 conventional 2015 West
## 2738 conventional 2015 West
## 2739 conventional 2015 West
## 2740 conventional 2015 West
## 2741 conventional 2015 West
## 2742 conventional 2015 West
## 2743 conventional 2015 West
## 2744 conventional 2015 West
## 2745 conventional 2015 West
## 2746 conventional 2015 West
## 2747 conventional 2015 West
## 2748 conventional 2015 West
## 2749 conventional 2015 West
## 2750 conventional 2015 West
## 2751 conventional 2015 West
## 2752 conventional 2015 West
## 2753 conventional 2015 West
## 2754 conventional 2015 West
## 2755 conventional 2015 West
## 2756 conventional 2015 West
## 2757 conventional 2015 WestTexNewMexico
## 2758 conventional 2015 WestTexNewMexico
## 2759 conventional 2015 WestTexNewMexico
## 2760 conventional 2015 WestTexNewMexico
## 2761 conventional 2015 WestTexNewMexico
## 2762 conventional 2015 WestTexNewMexico
## 2763 conventional 2015 WestTexNewMexico
## 2764 conventional 2015 WestTexNewMexico
## 2765 conventional 2015 WestTexNewMexico
## 2766 conventional 2015 WestTexNewMexico
## 2767 conventional 2015 WestTexNewMexico
## 2768 conventional 2015 WestTexNewMexico
## 2769 conventional 2015 WestTexNewMexico
## 2770 conventional 2015 WestTexNewMexico
## 2771 conventional 2015 WestTexNewMexico
## 2772 conventional 2015 WestTexNewMexico
## 2773 conventional 2015 WestTexNewMexico
## 2774 conventional 2015 WestTexNewMexico
## 2775 conventional 2015 WestTexNewMexico
## 2776 conventional 2015 WestTexNewMexico
## 2777 conventional 2015 WestTexNewMexico
## 2778 conventional 2015 WestTexNewMexico
## 2779 conventional 2015 WestTexNewMexico
## 2780 conventional 2015 WestTexNewMexico
## 2781 conventional 2015 WestTexNewMexico
## 2782 conventional 2015 WestTexNewMexico
## 2783 conventional 2015 WestTexNewMexico
## 2784 conventional 2015 WestTexNewMexico
## 2785 conventional 2015 WestTexNewMexico
## 2786 conventional 2015 WestTexNewMexico
## 2787 conventional 2015 WestTexNewMexico
## 2788 conventional 2015 WestTexNewMexico
## 2789 conventional 2015 WestTexNewMexico
## 2790 conventional 2015 WestTexNewMexico
## 2791 conventional 2015 WestTexNewMexico
## 2792 conventional 2015 WestTexNewMexico
## 2793 conventional 2015 WestTexNewMexico
## 2794 conventional 2015 WestTexNewMexico
## 2795 conventional 2015 WestTexNewMexico
## 2796 conventional 2015 WestTexNewMexico
## 2797 conventional 2015 WestTexNewMexico
## 2798 conventional 2015 WestTexNewMexico
## 2799 conventional 2015 WestTexNewMexico
## 2800 conventional 2015 WestTexNewMexico
## 2801 conventional 2015 WestTexNewMexico
## 2802 conventional 2015 WestTexNewMexico
## 2803 conventional 2015 WestTexNewMexico
## 2804 conventional 2015 WestTexNewMexico
## 2805 conventional 2015 WestTexNewMexico
## 2806 conventional 2015 WestTexNewMexico
## 2807 conventional 2015 WestTexNewMexico
## 2808 conventional 2015 WestTexNewMexico
## 2809 conventional 2016 Albany
## 2810 conventional 2016 Albany
## 2811 conventional 2016 Albany
## 2812 conventional 2016 Albany
## 2813 conventional 2016 Albany
## 2814 conventional 2016 Albany
## 2815 conventional 2016 Albany
## 2816 conventional 2016 Albany
## 2817 conventional 2016 Albany
## 2818 conventional 2016 Albany
## 2819 conventional 2016 Albany
## 2820 conventional 2016 Albany
## 2821 conventional 2016 Albany
## 2822 conventional 2016 Albany
## 2823 conventional 2016 Albany
## 2824 conventional 2016 Albany
## 2825 conventional 2016 Albany
## 2826 conventional 2016 Albany
## 2827 conventional 2016 Albany
## 2828 conventional 2016 Albany
## 2829 conventional 2016 Albany
## 2830 conventional 2016 Albany
## 2831 conventional 2016 Albany
## 2832 conventional 2016 Albany
## 2833 conventional 2016 Albany
## 2834 conventional 2016 Albany
## 2835 conventional 2016 Albany
## 2836 conventional 2016 Albany
## 2837 conventional 2016 Albany
## 2838 conventional 2016 Albany
## 2839 conventional 2016 Albany
## 2840 conventional 2016 Albany
## 2841 conventional 2016 Albany
## 2842 conventional 2016 Albany
## 2843 conventional 2016 Albany
## 2844 conventional 2016 Albany
## 2845 conventional 2016 Albany
## 2846 conventional 2016 Albany
## 2847 conventional 2016 Albany
## 2848 conventional 2016 Albany
## 2849 conventional 2016 Albany
## 2850 conventional 2016 Albany
## 2851 conventional 2016 Albany
## 2852 conventional 2016 Albany
## 2853 conventional 2016 Albany
## 2854 conventional 2016 Albany
## 2855 conventional 2016 Albany
## 2856 conventional 2016 Albany
## 2857 conventional 2016 Albany
## 2858 conventional 2016 Albany
## 2859 conventional 2016 Albany
## 2860 conventional 2016 Albany
## 2861 conventional 2016 Atlanta
## 2862 conventional 2016 Atlanta
## 2863 conventional 2016 Atlanta
## 2864 conventional 2016 Atlanta
## 2865 conventional 2016 Atlanta
## 2866 conventional 2016 Atlanta
## 2867 conventional 2016 Atlanta
## 2868 conventional 2016 Atlanta
## 2869 conventional 2016 Atlanta
## 2870 conventional 2016 Atlanta
## 2871 conventional 2016 Atlanta
## 2872 conventional 2016 Atlanta
## 2873 conventional 2016 Atlanta
## 2874 conventional 2016 Atlanta
## 2875 conventional 2016 Atlanta
## 2876 conventional 2016 Atlanta
## 2877 conventional 2016 Atlanta
## 2878 conventional 2016 Atlanta
## 2879 conventional 2016 Atlanta
## 2880 conventional 2016 Atlanta
## 2881 conventional 2016 Atlanta
## 2882 conventional 2016 Atlanta
## 2883 conventional 2016 Atlanta
## 2884 conventional 2016 Atlanta
## 2885 conventional 2016 Atlanta
## 2886 conventional 2016 Atlanta
## 2887 conventional 2016 Atlanta
## 2888 conventional 2016 Atlanta
## 2889 conventional 2016 Atlanta
## 2890 conventional 2016 Atlanta
## 2891 conventional 2016 Atlanta
## 2892 conventional 2016 Atlanta
## 2893 conventional 2016 Atlanta
## 2894 conventional 2016 Atlanta
## 2895 conventional 2016 Atlanta
## 2896 conventional 2016 Atlanta
## 2897 conventional 2016 Atlanta
## 2898 conventional 2016 Atlanta
## 2899 conventional 2016 Atlanta
## 2900 conventional 2016 Atlanta
## 2901 conventional 2016 Atlanta
## 2902 conventional 2016 Atlanta
## 2903 conventional 2016 Atlanta
## 2904 conventional 2016 Atlanta
## 2905 conventional 2016 Atlanta
## 2906 conventional 2016 Atlanta
## 2907 conventional 2016 Atlanta
## 2908 conventional 2016 Atlanta
## 2909 conventional 2016 Atlanta
## 2910 conventional 2016 Atlanta
## 2911 conventional 2016 Atlanta
## 2912 conventional 2016 Atlanta
## 2913 conventional 2016 BaltimoreWashington
## 2914 conventional 2016 BaltimoreWashington
## 2915 conventional 2016 BaltimoreWashington
## 2916 conventional 2016 BaltimoreWashington
## 2917 conventional 2016 BaltimoreWashington
## 2918 conventional 2016 BaltimoreWashington
## 2919 conventional 2016 BaltimoreWashington
## 2920 conventional 2016 BaltimoreWashington
## 2921 conventional 2016 BaltimoreWashington
## 2922 conventional 2016 BaltimoreWashington
## 2923 conventional 2016 BaltimoreWashington
## 2924 conventional 2016 BaltimoreWashington
## 2925 conventional 2016 BaltimoreWashington
## 2926 conventional 2016 BaltimoreWashington
## 2927 conventional 2016 BaltimoreWashington
## 2928 conventional 2016 BaltimoreWashington
## 2929 conventional 2016 BaltimoreWashington
## 2930 conventional 2016 BaltimoreWashington
## 2931 conventional 2016 BaltimoreWashington
## 2932 conventional 2016 BaltimoreWashington
## 2933 conventional 2016 BaltimoreWashington
## 2934 conventional 2016 BaltimoreWashington
## 2935 conventional 2016 BaltimoreWashington
## 2936 conventional 2016 BaltimoreWashington
## 2937 conventional 2016 BaltimoreWashington
## 2938 conventional 2016 BaltimoreWashington
## 2939 conventional 2016 BaltimoreWashington
## 2940 conventional 2016 BaltimoreWashington
## 2941 conventional 2016 BaltimoreWashington
## 2942 conventional 2016 BaltimoreWashington
## 2943 conventional 2016 BaltimoreWashington
## 2944 conventional 2016 BaltimoreWashington
## 2945 conventional 2016 BaltimoreWashington
## 2946 conventional 2016 BaltimoreWashington
## 2947 conventional 2016 BaltimoreWashington
## 2948 conventional 2016 BaltimoreWashington
## 2949 conventional 2016 BaltimoreWashington
## 2950 conventional 2016 BaltimoreWashington
## 2951 conventional 2016 BaltimoreWashington
## 2952 conventional 2016 BaltimoreWashington
## 2953 conventional 2016 BaltimoreWashington
## 2954 conventional 2016 BaltimoreWashington
## 2955 conventional 2016 BaltimoreWashington
## 2956 conventional 2016 BaltimoreWashington
## 2957 conventional 2016 BaltimoreWashington
## 2958 conventional 2016 BaltimoreWashington
## 2959 conventional 2016 BaltimoreWashington
## 2960 conventional 2016 BaltimoreWashington
## 2961 conventional 2016 BaltimoreWashington
## 2962 conventional 2016 BaltimoreWashington
## 2963 conventional 2016 BaltimoreWashington
## 2964 conventional 2016 BaltimoreWashington
## 2965 conventional 2016 Boise
## 2966 conventional 2016 Boise
## 2967 conventional 2016 Boise
## 2968 conventional 2016 Boise
## 2969 conventional 2016 Boise
## 2970 conventional 2016 Boise
## 2971 conventional 2016 Boise
## 2972 conventional 2016 Boise
## 2973 conventional 2016 Boise
## 2974 conventional 2016 Boise
## 2975 conventional 2016 Boise
## 2976 conventional 2016 Boise
## 2977 conventional 2016 Boise
## 2978 conventional 2016 Boise
## 2979 conventional 2016 Boise
## 2980 conventional 2016 Boise
## 2981 conventional 2016 Boise
## 2982 conventional 2016 Boise
## 2983 conventional 2016 Boise
## 2984 conventional 2016 Boise
## 2985 conventional 2016 Boise
## 2986 conventional 2016 Boise
## 2987 conventional 2016 Boise
## 2988 conventional 2016 Boise
## 2989 conventional 2016 Boise
## 2990 conventional 2016 Boise
## 2991 conventional 2016 Boise
## 2992 conventional 2016 Boise
## 2993 conventional 2016 Boise
## 2994 conventional 2016 Boise
## 2995 conventional 2016 Boise
## 2996 conventional 2016 Boise
## 2997 conventional 2016 Boise
## 2998 conventional 2016 Boise
## 2999 conventional 2016 Boise
## 3000 conventional 2016 Boise
## 3001 conventional 2016 Boise
## 3002 conventional 2016 Boise
## 3003 conventional 2016 Boise
## 3004 conventional 2016 Boise
## 3005 conventional 2016 Boise
## 3006 conventional 2016 Boise
## 3007 conventional 2016 Boise
## 3008 conventional 2016 Boise
## 3009 conventional 2016 Boise
## 3010 conventional 2016 Boise
## 3011 conventional 2016 Boise
## 3012 conventional 2016 Boise
## 3013 conventional 2016 Boise
## 3014 conventional 2016 Boise
## 3015 conventional 2016 Boise
## 3016 conventional 2016 Boise
## 3017 conventional 2016 Boston
## 3018 conventional 2016 Boston
## 3019 conventional 2016 Boston
## 3020 conventional 2016 Boston
## 3021 conventional 2016 Boston
## 3022 conventional 2016 Boston
## 3023 conventional 2016 Boston
## 3024 conventional 2016 Boston
## 3025 conventional 2016 Boston
## 3026 conventional 2016 Boston
## 3027 conventional 2016 Boston
## 3028 conventional 2016 Boston
## 3029 conventional 2016 Boston
## 3030 conventional 2016 Boston
## 3031 conventional 2016 Boston
## 3032 conventional 2016 Boston
## 3033 conventional 2016 Boston
## 3034 conventional 2016 Boston
## 3035 conventional 2016 Boston
## 3036 conventional 2016 Boston
## 3037 conventional 2016 Boston
## 3038 conventional 2016 Boston
## 3039 conventional 2016 Boston
## 3040 conventional 2016 Boston
## 3041 conventional 2016 Boston
## 3042 conventional 2016 Boston
## 3043 conventional 2016 Boston
## 3044 conventional 2016 Boston
## 3045 conventional 2016 Boston
## 3046 conventional 2016 Boston
## 3047 conventional 2016 Boston
## 3048 conventional 2016 Boston
## 3049 conventional 2016 Boston
## 3050 conventional 2016 Boston
## 3051 conventional 2016 Boston
## 3052 conventional 2016 Boston
## 3053 conventional 2016 Boston
## 3054 conventional 2016 Boston
## 3055 conventional 2016 Boston
## 3056 conventional 2016 Boston
## 3057 conventional 2016 Boston
## 3058 conventional 2016 Boston
## 3059 conventional 2016 Boston
## 3060 conventional 2016 Boston
## 3061 conventional 2016 Boston
## 3062 conventional 2016 Boston
## 3063 conventional 2016 Boston
## 3064 conventional 2016 Boston
## 3065 conventional 2016 Boston
## 3066 conventional 2016 Boston
## 3067 conventional 2016 Boston
## 3068 conventional 2016 Boston
## 3069 conventional 2016 BuffaloRochester
## 3070 conventional 2016 BuffaloRochester
## 3071 conventional 2016 BuffaloRochester
## 3072 conventional 2016 BuffaloRochester
## 3073 conventional 2016 BuffaloRochester
## 3074 conventional 2016 BuffaloRochester
## 3075 conventional 2016 BuffaloRochester
## 3076 conventional 2016 BuffaloRochester
## 3077 conventional 2016 BuffaloRochester
## 3078 conventional 2016 BuffaloRochester
## 3079 conventional 2016 BuffaloRochester
## 3080 conventional 2016 BuffaloRochester
## 3081 conventional 2016 BuffaloRochester
## 3082 conventional 2016 BuffaloRochester
## 3083 conventional 2016 BuffaloRochester
## 3084 conventional 2016 BuffaloRochester
## 3085 conventional 2016 BuffaloRochester
## 3086 conventional 2016 BuffaloRochester
## 3087 conventional 2016 BuffaloRochester
## 3088 conventional 2016 BuffaloRochester
## 3089 conventional 2016 BuffaloRochester
## 3090 conventional 2016 BuffaloRochester
## 3091 conventional 2016 BuffaloRochester
## 3092 conventional 2016 BuffaloRochester
## 3093 conventional 2016 BuffaloRochester
## 3094 conventional 2016 BuffaloRochester
## 3095 conventional 2016 BuffaloRochester
## 3096 conventional 2016 BuffaloRochester
## 3097 conventional 2016 BuffaloRochester
## 3098 conventional 2016 BuffaloRochester
## 3099 conventional 2016 BuffaloRochester
## 3100 conventional 2016 BuffaloRochester
## 3101 conventional 2016 BuffaloRochester
## 3102 conventional 2016 BuffaloRochester
## 3103 conventional 2016 BuffaloRochester
## 3104 conventional 2016 BuffaloRochester
## 3105 conventional 2016 BuffaloRochester
## 3106 conventional 2016 BuffaloRochester
## 3107 conventional 2016 BuffaloRochester
## 3108 conventional 2016 BuffaloRochester
## 3109 conventional 2016 BuffaloRochester
## 3110 conventional 2016 BuffaloRochester
## 3111 conventional 2016 BuffaloRochester
## 3112 conventional 2016 BuffaloRochester
## 3113 conventional 2016 BuffaloRochester
## 3114 conventional 2016 BuffaloRochester
## 3115 conventional 2016 BuffaloRochester
## 3116 conventional 2016 BuffaloRochester
## 3117 conventional 2016 BuffaloRochester
## 3118 conventional 2016 BuffaloRochester
## 3119 conventional 2016 BuffaloRochester
## 3120 conventional 2016 BuffaloRochester
## 3121 conventional 2016 California
## 3122 conventional 2016 California
## 3123 conventional 2016 California
## 3124 conventional 2016 California
## 3125 conventional 2016 California
## 3126 conventional 2016 California
## 3127 conventional 2016 California
## 3128 conventional 2016 California
## 3129 conventional 2016 California
## 3130 conventional 2016 California
## 3131 conventional 2016 California
## 3132 conventional 2016 California
## 3133 conventional 2016 California
## 3134 conventional 2016 California
## 3135 conventional 2016 California
## 3136 conventional 2016 California
## 3137 conventional 2016 California
## 3138 conventional 2016 California
## 3139 conventional 2016 California
## 3140 conventional 2016 California
## 3141 conventional 2016 California
## 3142 conventional 2016 California
## 3143 conventional 2016 California
## 3144 conventional 2016 California
## 3145 conventional 2016 California
## 3146 conventional 2016 California
## 3147 conventional 2016 California
## 3148 conventional 2016 California
## 3149 conventional 2016 California
## 3150 conventional 2016 California
## 3151 conventional 2016 California
## 3152 conventional 2016 California
## 3153 conventional 2016 California
## 3154 conventional 2016 California
## 3155 conventional 2016 California
## 3156 conventional 2016 California
## 3157 conventional 2016 California
## 3158 conventional 2016 California
## 3159 conventional 2016 California
## 3160 conventional 2016 California
## 3161 conventional 2016 California
## 3162 conventional 2016 California
## 3163 conventional 2016 California
## 3164 conventional 2016 California
## 3165 conventional 2016 California
## 3166 conventional 2016 California
## 3167 conventional 2016 California
## 3168 conventional 2016 California
## 3169 conventional 2016 California
## 3170 conventional 2016 California
## 3171 conventional 2016 California
## 3172 conventional 2016 California
## 3173 conventional 2016 Charlotte
## 3174 conventional 2016 Charlotte
## 3175 conventional 2016 Charlotte
## 3176 conventional 2016 Charlotte
## 3177 conventional 2016 Charlotte
## 3178 conventional 2016 Charlotte
## 3179 conventional 2016 Charlotte
## 3180 conventional 2016 Charlotte
## 3181 conventional 2016 Charlotte
## 3182 conventional 2016 Charlotte
## 3183 conventional 2016 Charlotte
## 3184 conventional 2016 Charlotte
## 3185 conventional 2016 Charlotte
## 3186 conventional 2016 Charlotte
## 3187 conventional 2016 Charlotte
## 3188 conventional 2016 Charlotte
## 3189 conventional 2016 Charlotte
## 3190 conventional 2016 Charlotte
## 3191 conventional 2016 Charlotte
## 3192 conventional 2016 Charlotte
## 3193 conventional 2016 Charlotte
## 3194 conventional 2016 Charlotte
## 3195 conventional 2016 Charlotte
## 3196 conventional 2016 Charlotte
## 3197 conventional 2016 Charlotte
## 3198 conventional 2016 Charlotte
## 3199 conventional 2016 Charlotte
## 3200 conventional 2016 Charlotte
## 3201 conventional 2016 Charlotte
## 3202 conventional 2016 Charlotte
## 3203 conventional 2016 Charlotte
## 3204 conventional 2016 Charlotte
## 3205 conventional 2016 Charlotte
## 3206 conventional 2016 Charlotte
## 3207 conventional 2016 Charlotte
## 3208 conventional 2016 Charlotte
## 3209 conventional 2016 Charlotte
## 3210 conventional 2016 Charlotte
## 3211 conventional 2016 Charlotte
## 3212 conventional 2016 Charlotte
## 3213 conventional 2016 Charlotte
## 3214 conventional 2016 Charlotte
## 3215 conventional 2016 Charlotte
## 3216 conventional 2016 Charlotte
## 3217 conventional 2016 Charlotte
## 3218 conventional 2016 Charlotte
## 3219 conventional 2016 Charlotte
## 3220 conventional 2016 Charlotte
## 3221 conventional 2016 Charlotte
## 3222 conventional 2016 Charlotte
## 3223 conventional 2016 Charlotte
## 3224 conventional 2016 Charlotte
## 3225 conventional 2016 Chicago
## 3226 conventional 2016 Chicago
## 3227 conventional 2016 Chicago
## 3228 conventional 2016 Chicago
## 3229 conventional 2016 Chicago
## 3230 conventional 2016 Chicago
## 3231 conventional 2016 Chicago
## 3232 conventional 2016 Chicago
## 3233 conventional 2016 Chicago
## 3234 conventional 2016 Chicago
## 3235 conventional 2016 Chicago
## 3236 conventional 2016 Chicago
## 3237 conventional 2016 Chicago
## 3238 conventional 2016 Chicago
## 3239 conventional 2016 Chicago
## 3240 conventional 2016 Chicago
## 3241 conventional 2016 Chicago
## 3242 conventional 2016 Chicago
## 3243 conventional 2016 Chicago
## 3244 conventional 2016 Chicago
## 3245 conventional 2016 Chicago
## 3246 conventional 2016 Chicago
## 3247 conventional 2016 Chicago
## 3248 conventional 2016 Chicago
## 3249 conventional 2016 Chicago
## 3250 conventional 2016 Chicago
## 3251 conventional 2016 Chicago
## 3252 conventional 2016 Chicago
## 3253 conventional 2016 Chicago
## 3254 conventional 2016 Chicago
## 3255 conventional 2016 Chicago
## 3256 conventional 2016 Chicago
## 3257 conventional 2016 Chicago
## 3258 conventional 2016 Chicago
## 3259 conventional 2016 Chicago
## 3260 conventional 2016 Chicago
## 3261 conventional 2016 Chicago
## 3262 conventional 2016 Chicago
## 3263 conventional 2016 Chicago
## 3264 conventional 2016 Chicago
## 3265 conventional 2016 Chicago
## 3266 conventional 2016 Chicago
## 3267 conventional 2016 Chicago
## 3268 conventional 2016 Chicago
## 3269 conventional 2016 Chicago
## 3270 conventional 2016 Chicago
## 3271 conventional 2016 Chicago
## 3272 conventional 2016 Chicago
## 3273 conventional 2016 Chicago
## 3274 conventional 2016 Chicago
## 3275 conventional 2016 Chicago
## 3276 conventional 2016 Chicago
## 3277 conventional 2016 CincinnatiDayton
## 3278 conventional 2016 CincinnatiDayton
## 3279 conventional 2016 CincinnatiDayton
## 3280 conventional 2016 CincinnatiDayton
## 3281 conventional 2016 CincinnatiDayton
## 3282 conventional 2016 CincinnatiDayton
## 3283 conventional 2016 CincinnatiDayton
## 3284 conventional 2016 CincinnatiDayton
## 3285 conventional 2016 CincinnatiDayton
## 3286 conventional 2016 CincinnatiDayton
## 3287 conventional 2016 CincinnatiDayton
## 3288 conventional 2016 CincinnatiDayton
## 3289 conventional 2016 CincinnatiDayton
## 3290 conventional 2016 CincinnatiDayton
## 3291 conventional 2016 CincinnatiDayton
## 3292 conventional 2016 CincinnatiDayton
## 3293 conventional 2016 CincinnatiDayton
## 3294 conventional 2016 CincinnatiDayton
## 3295 conventional 2016 CincinnatiDayton
## 3296 conventional 2016 CincinnatiDayton
## 3297 conventional 2016 CincinnatiDayton
## 3298 conventional 2016 CincinnatiDayton
## 3299 conventional 2016 CincinnatiDayton
## 3300 conventional 2016 CincinnatiDayton
## 3301 conventional 2016 CincinnatiDayton
## 3302 conventional 2016 CincinnatiDayton
## 3303 conventional 2016 CincinnatiDayton
## 3304 conventional 2016 CincinnatiDayton
## 3305 conventional 2016 CincinnatiDayton
## 3306 conventional 2016 CincinnatiDayton
## 3307 conventional 2016 CincinnatiDayton
## 3308 conventional 2016 CincinnatiDayton
## 3309 conventional 2016 CincinnatiDayton
## 3310 conventional 2016 CincinnatiDayton
## 3311 conventional 2016 CincinnatiDayton
## 3312 conventional 2016 CincinnatiDayton
## 3313 conventional 2016 CincinnatiDayton
## 3314 conventional 2016 CincinnatiDayton
## 3315 conventional 2016 CincinnatiDayton
## 3316 conventional 2016 CincinnatiDayton
## 3317 conventional 2016 CincinnatiDayton
## 3318 conventional 2016 CincinnatiDayton
## 3319 conventional 2016 CincinnatiDayton
## 3320 conventional 2016 CincinnatiDayton
## 3321 conventional 2016 CincinnatiDayton
## 3322 conventional 2016 CincinnatiDayton
## 3323 conventional 2016 CincinnatiDayton
## 3324 conventional 2016 CincinnatiDayton
## 3325 conventional 2016 CincinnatiDayton
## 3326 conventional 2016 CincinnatiDayton
## 3327 conventional 2016 CincinnatiDayton
## 3328 conventional 2016 CincinnatiDayton
## 3329 conventional 2016 Columbus
## 3330 conventional 2016 Columbus
## 3331 conventional 2016 Columbus
## 3332 conventional 2016 Columbus
## 3333 conventional 2016 Columbus
## 3334 conventional 2016 Columbus
## 3335 conventional 2016 Columbus
## 3336 conventional 2016 Columbus
## 3337 conventional 2016 Columbus
## 3338 conventional 2016 Columbus
## 3339 conventional 2016 Columbus
## 3340 conventional 2016 Columbus
## 3341 conventional 2016 Columbus
## 3342 conventional 2016 Columbus
## 3343 conventional 2016 Columbus
## 3344 conventional 2016 Columbus
## 3345 conventional 2016 Columbus
## 3346 conventional 2016 Columbus
## 3347 conventional 2016 Columbus
## 3348 conventional 2016 Columbus
## 3349 conventional 2016 Columbus
## 3350 conventional 2016 Columbus
## 3351 conventional 2016 Columbus
## 3352 conventional 2016 Columbus
## 3353 conventional 2016 Columbus
## 3354 conventional 2016 Columbus
## 3355 conventional 2016 Columbus
## 3356 conventional 2016 Columbus
## 3357 conventional 2016 Columbus
## 3358 conventional 2016 Columbus
## 3359 conventional 2016 Columbus
## 3360 conventional 2016 Columbus
## 3361 conventional 2016 Columbus
## 3362 conventional 2016 Columbus
## 3363 conventional 2016 Columbus
## 3364 conventional 2016 Columbus
## 3365 conventional 2016 Columbus
## 3366 conventional 2016 Columbus
## 3367 conventional 2016 Columbus
## 3368 conventional 2016 Columbus
## 3369 conventional 2016 Columbus
## 3370 conventional 2016 Columbus
## 3371 conventional 2016 Columbus
## 3372 conventional 2016 Columbus
## 3373 conventional 2016 Columbus
## 3374 conventional 2016 Columbus
## 3375 conventional 2016 Columbus
## 3376 conventional 2016 Columbus
## 3377 conventional 2016 Columbus
## 3378 conventional 2016 Columbus
## 3379 conventional 2016 Columbus
## 3380 conventional 2016 Columbus
## 3381 conventional 2016 DallasFtWorth
## 3382 conventional 2016 DallasFtWorth
## 3383 conventional 2016 DallasFtWorth
## 3384 conventional 2016 DallasFtWorth
## 3385 conventional 2016 DallasFtWorth
## 3386 conventional 2016 DallasFtWorth
## 3387 conventional 2016 DallasFtWorth
## 3388 conventional 2016 DallasFtWorth
## 3389 conventional 2016 DallasFtWorth
## 3390 conventional 2016 DallasFtWorth
## 3391 conventional 2016 DallasFtWorth
## 3392 conventional 2016 DallasFtWorth
## 3393 conventional 2016 DallasFtWorth
## 3394 conventional 2016 DallasFtWorth
## 3395 conventional 2016 DallasFtWorth
## 3396 conventional 2016 DallasFtWorth
## 3397 conventional 2016 DallasFtWorth
## 3398 conventional 2016 DallasFtWorth
## 3399 conventional 2016 DallasFtWorth
## 3400 conventional 2016 DallasFtWorth
## 3401 conventional 2016 DallasFtWorth
## 3402 conventional 2016 DallasFtWorth
## 3403 conventional 2016 DallasFtWorth
## 3404 conventional 2016 DallasFtWorth
## 3405 conventional 2016 DallasFtWorth
## 3406 conventional 2016 DallasFtWorth
## 3407 conventional 2016 DallasFtWorth
## 3408 conventional 2016 DallasFtWorth
## 3409 conventional 2016 DallasFtWorth
## 3410 conventional 2016 DallasFtWorth
## 3411 conventional 2016 DallasFtWorth
## 3412 conventional 2016 DallasFtWorth
## 3413 conventional 2016 DallasFtWorth
## 3414 conventional 2016 DallasFtWorth
## 3415 conventional 2016 DallasFtWorth
## 3416 conventional 2016 DallasFtWorth
## 3417 conventional 2016 DallasFtWorth
## 3418 conventional 2016 DallasFtWorth
## 3419 conventional 2016 DallasFtWorth
## 3420 conventional 2016 DallasFtWorth
## 3421 conventional 2016 DallasFtWorth
## 3422 conventional 2016 DallasFtWorth
## 3423 conventional 2016 DallasFtWorth
## 3424 conventional 2016 DallasFtWorth
## 3425 conventional 2016 DallasFtWorth
## 3426 conventional 2016 DallasFtWorth
## 3427 conventional 2016 DallasFtWorth
## 3428 conventional 2016 DallasFtWorth
## 3429 conventional 2016 DallasFtWorth
## 3430 conventional 2016 DallasFtWorth
## 3431 conventional 2016 DallasFtWorth
## 3432 conventional 2016 DallasFtWorth
## 3433 conventional 2016 Denver
## 3434 conventional 2016 Denver
## 3435 conventional 2016 Denver
## 3436 conventional 2016 Denver
## 3437 conventional 2016 Denver
## 3438 conventional 2016 Denver
## 3439 conventional 2016 Denver
## 3440 conventional 2016 Denver
## 3441 conventional 2016 Denver
## 3442 conventional 2016 Denver
## 3443 conventional 2016 Denver
## 3444 conventional 2016 Denver
## 3445 conventional 2016 Denver
## 3446 conventional 2016 Denver
## 3447 conventional 2016 Denver
## 3448 conventional 2016 Denver
## 3449 conventional 2016 Denver
## 3450 conventional 2016 Denver
## 3451 conventional 2016 Denver
## 3452 conventional 2016 Denver
## 3453 conventional 2016 Denver
## 3454 conventional 2016 Denver
## 3455 conventional 2016 Denver
## 3456 conventional 2016 Denver
## 3457 conventional 2016 Denver
## 3458 conventional 2016 Denver
## 3459 conventional 2016 Denver
## 3460 conventional 2016 Denver
## 3461 conventional 2016 Denver
## 3462 conventional 2016 Denver
## 3463 conventional 2016 Denver
## 3464 conventional 2016 Denver
## 3465 conventional 2016 Denver
## 3466 conventional 2016 Denver
## 3467 conventional 2016 Denver
## 3468 conventional 2016 Denver
## 3469 conventional 2016 Denver
## 3470 conventional 2016 Denver
## 3471 conventional 2016 Denver
## 3472 conventional 2016 Denver
## 3473 conventional 2016 Denver
## 3474 conventional 2016 Denver
## 3475 conventional 2016 Denver
## 3476 conventional 2016 Denver
## 3477 conventional 2016 Denver
## 3478 conventional 2016 Denver
## 3479 conventional 2016 Denver
## 3480 conventional 2016 Denver
## 3481 conventional 2016 Denver
## 3482 conventional 2016 Denver
## 3483 conventional 2016 Denver
## 3484 conventional 2016 Denver
## 3485 conventional 2016 Detroit
## 3486 conventional 2016 Detroit
## 3487 conventional 2016 Detroit
## 3488 conventional 2016 Detroit
## 3489 conventional 2016 Detroit
## 3490 conventional 2016 Detroit
## 3491 conventional 2016 Detroit
## 3492 conventional 2016 Detroit
## 3493 conventional 2016 Detroit
## 3494 conventional 2016 Detroit
## 3495 conventional 2016 Detroit
## 3496 conventional 2016 Detroit
## 3497 conventional 2016 Detroit
## 3498 conventional 2016 Detroit
## 3499 conventional 2016 Detroit
## 3500 conventional 2016 Detroit
## 3501 conventional 2016 Detroit
## 3502 conventional 2016 Detroit
## 3503 conventional 2016 Detroit
## 3504 conventional 2016 Detroit
## 3505 conventional 2016 Detroit
## 3506 conventional 2016 Detroit
## 3507 conventional 2016 Detroit
## 3508 conventional 2016 Detroit
## 3509 conventional 2016 Detroit
## 3510 conventional 2016 Detroit
## 3511 conventional 2016 Detroit
## 3512 conventional 2016 Detroit
## 3513 conventional 2016 Detroit
## 3514 conventional 2016 Detroit
## 3515 conventional 2016 Detroit
## 3516 conventional 2016 Detroit
## 3517 conventional 2016 Detroit
## 3518 conventional 2016 Detroit
## 3519 conventional 2016 Detroit
## 3520 conventional 2016 Detroit
## 3521 conventional 2016 Detroit
## 3522 conventional 2016 Detroit
## 3523 conventional 2016 Detroit
## 3524 conventional 2016 Detroit
## 3525 conventional 2016 Detroit
## 3526 conventional 2016 Detroit
## 3527 conventional 2016 Detroit
## 3528 conventional 2016 Detroit
## 3529 conventional 2016 Detroit
## 3530 conventional 2016 Detroit
## 3531 conventional 2016 Detroit
## 3532 conventional 2016 Detroit
## 3533 conventional 2016 Detroit
## 3534 conventional 2016 Detroit
## 3535 conventional 2016 Detroit
## 3536 conventional 2016 Detroit
## 3537 conventional 2016 GrandRapids
## 3538 conventional 2016 GrandRapids
## 3539 conventional 2016 GrandRapids
## 3540 conventional 2016 GrandRapids
## 3541 conventional 2016 GrandRapids
## 3542 conventional 2016 GrandRapids
## 3543 conventional 2016 GrandRapids
## 3544 conventional 2016 GrandRapids
## 3545 conventional 2016 GrandRapids
## 3546 conventional 2016 GrandRapids
## 3547 conventional 2016 GrandRapids
## 3548 conventional 2016 GrandRapids
## 3549 conventional 2016 GrandRapids
## 3550 conventional 2016 GrandRapids
## 3551 conventional 2016 GrandRapids
## 3552 conventional 2016 GrandRapids
## 3553 conventional 2016 GrandRapids
## 3554 conventional 2016 GrandRapids
## 3555 conventional 2016 GrandRapids
## 3556 conventional 2016 GrandRapids
## 3557 conventional 2016 GrandRapids
## 3558 conventional 2016 GrandRapids
## 3559 conventional 2016 GrandRapids
## 3560 conventional 2016 GrandRapids
## 3561 conventional 2016 GrandRapids
## 3562 conventional 2016 GrandRapids
## 3563 conventional 2016 GrandRapids
## 3564 conventional 2016 GrandRapids
## 3565 conventional 2016 GrandRapids
## 3566 conventional 2016 GrandRapids
## 3567 conventional 2016 GrandRapids
## 3568 conventional 2016 GrandRapids
## 3569 conventional 2016 GrandRapids
## 3570 conventional 2016 GrandRapids
## 3571 conventional 2016 GrandRapids
## 3572 conventional 2016 GrandRapids
## 3573 conventional 2016 GrandRapids
## 3574 conventional 2016 GrandRapids
## 3575 conventional 2016 GrandRapids
## 3576 conventional 2016 GrandRapids
## 3577 conventional 2016 GrandRapids
## 3578 conventional 2016 GrandRapids
## 3579 conventional 2016 GrandRapids
## 3580 conventional 2016 GrandRapids
## 3581 conventional 2016 GrandRapids
## 3582 conventional 2016 GrandRapids
## 3583 conventional 2016 GrandRapids
## 3584 conventional 2016 GrandRapids
## 3585 conventional 2016 GrandRapids
## 3586 conventional 2016 GrandRapids
## 3587 conventional 2016 GrandRapids
## 3588 conventional 2016 GrandRapids
## 3589 conventional 2016 GreatLakes
## 3590 conventional 2016 GreatLakes
## 3591 conventional 2016 GreatLakes
## 3592 conventional 2016 GreatLakes
## 3593 conventional 2016 GreatLakes
## 3594 conventional 2016 GreatLakes
## 3595 conventional 2016 GreatLakes
## 3596 conventional 2016 GreatLakes
## 3597 conventional 2016 GreatLakes
## 3598 conventional 2016 GreatLakes
## 3599 conventional 2016 GreatLakes
## 3600 conventional 2016 GreatLakes
## 3601 conventional 2016 GreatLakes
## 3602 conventional 2016 GreatLakes
## 3603 conventional 2016 GreatLakes
## 3604 conventional 2016 GreatLakes
## 3605 conventional 2016 GreatLakes
## 3606 conventional 2016 GreatLakes
## 3607 conventional 2016 GreatLakes
## 3608 conventional 2016 GreatLakes
## 3609 conventional 2016 GreatLakes
## 3610 conventional 2016 GreatLakes
## 3611 conventional 2016 GreatLakes
## 3612 conventional 2016 GreatLakes
## 3613 conventional 2016 GreatLakes
## 3614 conventional 2016 GreatLakes
## 3615 conventional 2016 GreatLakes
## 3616 conventional 2016 GreatLakes
## 3617 conventional 2016 GreatLakes
## 3618 conventional 2016 GreatLakes
## 3619 conventional 2016 GreatLakes
## 3620 conventional 2016 GreatLakes
## 3621 conventional 2016 GreatLakes
## 3622 conventional 2016 GreatLakes
## 3623 conventional 2016 GreatLakes
## 3624 conventional 2016 GreatLakes
## 3625 conventional 2016 GreatLakes
## 3626 conventional 2016 GreatLakes
## 3627 conventional 2016 GreatLakes
## 3628 conventional 2016 GreatLakes
## 3629 conventional 2016 GreatLakes
## 3630 conventional 2016 GreatLakes
## 3631 conventional 2016 GreatLakes
## 3632 conventional 2016 GreatLakes
## 3633 conventional 2016 GreatLakes
## 3634 conventional 2016 GreatLakes
## 3635 conventional 2016 GreatLakes
## 3636 conventional 2016 GreatLakes
## 3637 conventional 2016 GreatLakes
## 3638 conventional 2016 GreatLakes
## 3639 conventional 2016 GreatLakes
## 3640 conventional 2016 GreatLakes
## 3641 conventional 2016 HarrisburgScranton
## 3642 conventional 2016 HarrisburgScranton
## 3643 conventional 2016 HarrisburgScranton
## 3644 conventional 2016 HarrisburgScranton
## 3645 conventional 2016 HarrisburgScranton
## 3646 conventional 2016 HarrisburgScranton
## 3647 conventional 2016 HarrisburgScranton
## 3648 conventional 2016 HarrisburgScranton
## 3649 conventional 2016 HarrisburgScranton
## 3650 conventional 2016 HarrisburgScranton
## 3651 conventional 2016 HarrisburgScranton
## 3652 conventional 2016 HarrisburgScranton
## 3653 conventional 2016 HarrisburgScranton
## 3654 conventional 2016 HarrisburgScranton
## 3655 conventional 2016 HarrisburgScranton
## 3656 conventional 2016 HarrisburgScranton
## 3657 conventional 2016 HarrisburgScranton
## 3658 conventional 2016 HarrisburgScranton
## 3659 conventional 2016 HarrisburgScranton
## 3660 conventional 2016 HarrisburgScranton
## 3661 conventional 2016 HarrisburgScranton
## 3662 conventional 2016 HarrisburgScranton
## 3663 conventional 2016 HarrisburgScranton
## 3664 conventional 2016 HarrisburgScranton
## 3665 conventional 2016 HarrisburgScranton
## 3666 conventional 2016 HarrisburgScranton
## 3667 conventional 2016 HarrisburgScranton
## 3668 conventional 2016 HarrisburgScranton
## 3669 conventional 2016 HarrisburgScranton
## 3670 conventional 2016 HarrisburgScranton
## 3671 conventional 2016 HarrisburgScranton
## 3672 conventional 2016 HarrisburgScranton
## 3673 conventional 2016 HarrisburgScranton
## 3674 conventional 2016 HarrisburgScranton
## 3675 conventional 2016 HarrisburgScranton
## 3676 conventional 2016 HarrisburgScranton
## 3677 conventional 2016 HarrisburgScranton
## 3678 conventional 2016 HarrisburgScranton
## 3679 conventional 2016 HarrisburgScranton
## 3680 conventional 2016 HarrisburgScranton
## 3681 conventional 2016 HarrisburgScranton
## 3682 conventional 2016 HarrisburgScranton
## 3683 conventional 2016 HarrisburgScranton
## 3684 conventional 2016 HarrisburgScranton
## 3685 conventional 2016 HarrisburgScranton
## 3686 conventional 2016 HarrisburgScranton
## 3687 conventional 2016 HarrisburgScranton
## 3688 conventional 2016 HarrisburgScranton
## 3689 conventional 2016 HarrisburgScranton
## 3690 conventional 2016 HarrisburgScranton
## 3691 conventional 2016 HarrisburgScranton
## 3692 conventional 2016 HarrisburgScranton
## 3693 conventional 2016 HartfordSpringfield
## 3694 conventional 2016 HartfordSpringfield
## 3695 conventional 2016 HartfordSpringfield
## 3696 conventional 2016 HartfordSpringfield
## 3697 conventional 2016 HartfordSpringfield
## 3698 conventional 2016 HartfordSpringfield
## 3699 conventional 2016 HartfordSpringfield
## 3700 conventional 2016 HartfordSpringfield
## 3701 conventional 2016 HartfordSpringfield
## 3702 conventional 2016 HartfordSpringfield
## 3703 conventional 2016 HartfordSpringfield
## 3704 conventional 2016 HartfordSpringfield
## 3705 conventional 2016 HartfordSpringfield
## 3706 conventional 2016 HartfordSpringfield
## 3707 conventional 2016 HartfordSpringfield
## 3708 conventional 2016 HartfordSpringfield
## 3709 conventional 2016 HartfordSpringfield
## 3710 conventional 2016 HartfordSpringfield
## 3711 conventional 2016 HartfordSpringfield
## 3712 conventional 2016 HartfordSpringfield
## 3713 conventional 2016 HartfordSpringfield
## 3714 conventional 2016 HartfordSpringfield
## 3715 conventional 2016 HartfordSpringfield
## 3716 conventional 2016 HartfordSpringfield
## 3717 conventional 2016 HartfordSpringfield
## 3718 conventional 2016 HartfordSpringfield
## 3719 conventional 2016 HartfordSpringfield
## 3720 conventional 2016 HartfordSpringfield
## 3721 conventional 2016 HartfordSpringfield
## 3722 conventional 2016 HartfordSpringfield
## 3723 conventional 2016 HartfordSpringfield
## 3724 conventional 2016 HartfordSpringfield
## 3725 conventional 2016 HartfordSpringfield
## 3726 conventional 2016 HartfordSpringfield
## 3727 conventional 2016 HartfordSpringfield
## 3728 conventional 2016 HartfordSpringfield
## 3729 conventional 2016 HartfordSpringfield
## 3730 conventional 2016 HartfordSpringfield
## 3731 conventional 2016 HartfordSpringfield
## 3732 conventional 2016 HartfordSpringfield
## 3733 conventional 2016 HartfordSpringfield
## 3734 conventional 2016 HartfordSpringfield
## 3735 conventional 2016 HartfordSpringfield
## 3736 conventional 2016 HartfordSpringfield
## 3737 conventional 2016 HartfordSpringfield
## 3738 conventional 2016 HartfordSpringfield
## 3739 conventional 2016 HartfordSpringfield
## 3740 conventional 2016 HartfordSpringfield
## 3741 conventional 2016 HartfordSpringfield
## 3742 conventional 2016 HartfordSpringfield
## 3743 conventional 2016 HartfordSpringfield
## 3744 conventional 2016 HartfordSpringfield
## 3745 conventional 2016 Houston
## 3746 conventional 2016 Houston
## 3747 conventional 2016 Houston
## 3748 conventional 2016 Houston
## 3749 conventional 2016 Houston
## 3750 conventional 2016 Houston
## 3751 conventional 2016 Houston
## 3752 conventional 2016 Houston
## 3753 conventional 2016 Houston
## 3754 conventional 2016 Houston
## 3755 conventional 2016 Houston
## 3756 conventional 2016 Houston
## 3757 conventional 2016 Houston
## 3758 conventional 2016 Houston
## 3759 conventional 2016 Houston
## 3760 conventional 2016 Houston
## 3761 conventional 2016 Houston
## 3762 conventional 2016 Houston
## 3763 conventional 2016 Houston
## 3764 conventional 2016 Houston
## 3765 conventional 2016 Houston
## 3766 conventional 2016 Houston
## 3767 conventional 2016 Houston
## 3768 conventional 2016 Houston
## 3769 conventional 2016 Houston
## 3770 conventional 2016 Houston
## 3771 conventional 2016 Houston
## 3772 conventional 2016 Houston
## 3773 conventional 2016 Houston
## 3774 conventional 2016 Houston
## 3775 conventional 2016 Houston
## 3776 conventional 2016 Houston
## 3777 conventional 2016 Houston
## 3778 conventional 2016 Houston
## 3779 conventional 2016 Houston
## 3780 conventional 2016 Houston
## 3781 conventional 2016 Houston
## 3782 conventional 2016 Houston
## 3783 conventional 2016 Houston
## 3784 conventional 2016 Houston
## 3785 conventional 2016 Houston
## 3786 conventional 2016 Houston
## 3787 conventional 2016 Houston
## 3788 conventional 2016 Houston
## 3789 conventional 2016 Houston
## 3790 conventional 2016 Houston
## 3791 conventional 2016 Houston
## 3792 conventional 2016 Houston
## 3793 conventional 2016 Houston
## 3794 conventional 2016 Houston
## 3795 conventional 2016 Houston
## 3796 conventional 2016 Houston
## 3797 conventional 2016 Indianapolis
## 3798 conventional 2016 Indianapolis
## 3799 conventional 2016 Indianapolis
## 3800 conventional 2016 Indianapolis
## 3801 conventional 2016 Indianapolis
## 3802 conventional 2016 Indianapolis
## 3803 conventional 2016 Indianapolis
## 3804 conventional 2016 Indianapolis
## 3805 conventional 2016 Indianapolis
## 3806 conventional 2016 Indianapolis
## 3807 conventional 2016 Indianapolis
## 3808 conventional 2016 Indianapolis
## 3809 conventional 2016 Indianapolis
## 3810 conventional 2016 Indianapolis
## 3811 conventional 2016 Indianapolis
## 3812 conventional 2016 Indianapolis
## 3813 conventional 2016 Indianapolis
## 3814 conventional 2016 Indianapolis
## 3815 conventional 2016 Indianapolis
## 3816 conventional 2016 Indianapolis
## 3817 conventional 2016 Indianapolis
## 3818 conventional 2016 Indianapolis
## 3819 conventional 2016 Indianapolis
## 3820 conventional 2016 Indianapolis
## 3821 conventional 2016 Indianapolis
## 3822 conventional 2016 Indianapolis
## 3823 conventional 2016 Indianapolis
## 3824 conventional 2016 Indianapolis
## 3825 conventional 2016 Indianapolis
## 3826 conventional 2016 Indianapolis
## 3827 conventional 2016 Indianapolis
## 3828 conventional 2016 Indianapolis
## 3829 conventional 2016 Indianapolis
## 3830 conventional 2016 Indianapolis
## 3831 conventional 2016 Indianapolis
## 3832 conventional 2016 Indianapolis
## 3833 conventional 2016 Indianapolis
## 3834 conventional 2016 Indianapolis
## 3835 conventional 2016 Indianapolis
## 3836 conventional 2016 Indianapolis
## 3837 conventional 2016 Indianapolis
## 3838 conventional 2016 Indianapolis
## 3839 conventional 2016 Indianapolis
## 3840 conventional 2016 Indianapolis
## 3841 conventional 2016 Indianapolis
## 3842 conventional 2016 Indianapolis
## 3843 conventional 2016 Indianapolis
## 3844 conventional 2016 Indianapolis
## 3845 conventional 2016 Indianapolis
## 3846 conventional 2016 Indianapolis
## 3847 conventional 2016 Indianapolis
## 3848 conventional 2016 Indianapolis
## 3849 conventional 2016 Jacksonville
## 3850 conventional 2016 Jacksonville
## 3851 conventional 2016 Jacksonville
## 3852 conventional 2016 Jacksonville
## 3853 conventional 2016 Jacksonville
## 3854 conventional 2016 Jacksonville
## 3855 conventional 2016 Jacksonville
## 3856 conventional 2016 Jacksonville
## 3857 conventional 2016 Jacksonville
## 3858 conventional 2016 Jacksonville
## 3859 conventional 2016 Jacksonville
## 3860 conventional 2016 Jacksonville
## 3861 conventional 2016 Jacksonville
## 3862 conventional 2016 Jacksonville
## 3863 conventional 2016 Jacksonville
## 3864 conventional 2016 Jacksonville
## 3865 conventional 2016 Jacksonville
## 3866 conventional 2016 Jacksonville
## 3867 conventional 2016 Jacksonville
## 3868 conventional 2016 Jacksonville
## 3869 conventional 2016 Jacksonville
## 3870 conventional 2016 Jacksonville
## 3871 conventional 2016 Jacksonville
## 3872 conventional 2016 Jacksonville
## 3873 conventional 2016 Jacksonville
## 3874 conventional 2016 Jacksonville
## 3875 conventional 2016 Jacksonville
## 3876 conventional 2016 Jacksonville
## 3877 conventional 2016 Jacksonville
## 3878 conventional 2016 Jacksonville
## 3879 conventional 2016 Jacksonville
## 3880 conventional 2016 Jacksonville
## 3881 conventional 2016 Jacksonville
## 3882 conventional 2016 Jacksonville
## 3883 conventional 2016 Jacksonville
## 3884 conventional 2016 Jacksonville
## 3885 conventional 2016 Jacksonville
## 3886 conventional 2016 Jacksonville
## 3887 conventional 2016 Jacksonville
## 3888 conventional 2016 Jacksonville
## 3889 conventional 2016 Jacksonville
## 3890 conventional 2016 Jacksonville
## 3891 conventional 2016 Jacksonville
## 3892 conventional 2016 Jacksonville
## 3893 conventional 2016 Jacksonville
## 3894 conventional 2016 Jacksonville
## 3895 conventional 2016 Jacksonville
## 3896 conventional 2016 Jacksonville
## 3897 conventional 2016 Jacksonville
## 3898 conventional 2016 Jacksonville
## 3899 conventional 2016 Jacksonville
## 3900 conventional 2016 Jacksonville
## 3901 conventional 2016 LasVegas
## 3902 conventional 2016 LasVegas
## 3903 conventional 2016 LasVegas
## 3904 conventional 2016 LasVegas
## 3905 conventional 2016 LasVegas
## 3906 conventional 2016 LasVegas
## 3907 conventional 2016 LasVegas
## 3908 conventional 2016 LasVegas
## 3909 conventional 2016 LasVegas
## 3910 conventional 2016 LasVegas
## 3911 conventional 2016 LasVegas
## 3912 conventional 2016 LasVegas
## 3913 conventional 2016 LasVegas
## 3914 conventional 2016 LasVegas
## 3915 conventional 2016 LasVegas
## 3916 conventional 2016 LasVegas
## 3917 conventional 2016 LasVegas
## 3918 conventional 2016 LasVegas
## 3919 conventional 2016 LasVegas
## 3920 conventional 2016 LasVegas
## 3921 conventional 2016 LasVegas
## 3922 conventional 2016 LasVegas
## 3923 conventional 2016 LasVegas
## 3924 conventional 2016 LasVegas
## 3925 conventional 2016 LasVegas
## 3926 conventional 2016 LasVegas
## 3927 conventional 2016 LasVegas
## 3928 conventional 2016 LasVegas
## 3929 conventional 2016 LasVegas
## 3930 conventional 2016 LasVegas
## 3931 conventional 2016 LasVegas
## 3932 conventional 2016 LasVegas
## 3933 conventional 2016 LasVegas
## 3934 conventional 2016 LasVegas
## 3935 conventional 2016 LasVegas
## 3936 conventional 2016 LasVegas
## 3937 conventional 2016 LasVegas
## 3938 conventional 2016 LasVegas
## 3939 conventional 2016 LasVegas
## 3940 conventional 2016 LasVegas
## 3941 conventional 2016 LasVegas
## 3942 conventional 2016 LasVegas
## 3943 conventional 2016 LasVegas
## 3944 conventional 2016 LasVegas
## 3945 conventional 2016 LasVegas
## 3946 conventional 2016 LasVegas
## 3947 conventional 2016 LasVegas
## 3948 conventional 2016 LasVegas
## 3949 conventional 2016 LasVegas
## 3950 conventional 2016 LasVegas
## 3951 conventional 2016 LasVegas
## 3952 conventional 2016 LasVegas
## 3953 conventional 2016 LosAngeles
## 3954 conventional 2016 LosAngeles
## 3955 conventional 2016 LosAngeles
## 3956 conventional 2016 LosAngeles
## 3957 conventional 2016 LosAngeles
## 3958 conventional 2016 LosAngeles
## 3959 conventional 2016 LosAngeles
## 3960 conventional 2016 LosAngeles
## 3961 conventional 2016 LosAngeles
## 3962 conventional 2016 LosAngeles
## 3963 conventional 2016 LosAngeles
## 3964 conventional 2016 LosAngeles
## 3965 conventional 2016 LosAngeles
## 3966 conventional 2016 LosAngeles
## 3967 conventional 2016 LosAngeles
## 3968 conventional 2016 LosAngeles
## 3969 conventional 2016 LosAngeles
## 3970 conventional 2016 LosAngeles
## 3971 conventional 2016 LosAngeles
## 3972 conventional 2016 LosAngeles
## 3973 conventional 2016 LosAngeles
## 3974 conventional 2016 LosAngeles
## 3975 conventional 2016 LosAngeles
## 3976 conventional 2016 LosAngeles
## 3977 conventional 2016 LosAngeles
## 3978 conventional 2016 LosAngeles
## 3979 conventional 2016 LosAngeles
## 3980 conventional 2016 LosAngeles
## 3981 conventional 2016 LosAngeles
## 3982 conventional 2016 LosAngeles
## 3983 conventional 2016 LosAngeles
## 3984 conventional 2016 LosAngeles
## 3985 conventional 2016 LosAngeles
## 3986 conventional 2016 LosAngeles
## 3987 conventional 2016 LosAngeles
## 3988 conventional 2016 LosAngeles
## 3989 conventional 2016 LosAngeles
## 3990 conventional 2016 LosAngeles
## 3991 conventional 2016 LosAngeles
## 3992 conventional 2016 LosAngeles
## 3993 conventional 2016 LosAngeles
## 3994 conventional 2016 LosAngeles
## 3995 conventional 2016 LosAngeles
## 3996 conventional 2016 LosAngeles
## 3997 conventional 2016 LosAngeles
## 3998 conventional 2016 LosAngeles
## 3999 conventional 2016 LosAngeles
## 4000 conventional 2016 LosAngeles
## 4001 conventional 2016 LosAngeles
## 4002 conventional 2016 LosAngeles
## 4003 conventional 2016 LosAngeles
## 4004 conventional 2016 LosAngeles
## 4005 conventional 2016 Louisville
## 4006 conventional 2016 Louisville
## 4007 conventional 2016 Louisville
## 4008 conventional 2016 Louisville
## 4009 conventional 2016 Louisville
## 4010 conventional 2016 Louisville
## 4011 conventional 2016 Louisville
## 4012 conventional 2016 Louisville
## 4013 conventional 2016 Louisville
## 4014 conventional 2016 Louisville
## 4015 conventional 2016 Louisville
## 4016 conventional 2016 Louisville
## 4017 conventional 2016 Louisville
## 4018 conventional 2016 Louisville
## 4019 conventional 2016 Louisville
## 4020 conventional 2016 Louisville
## 4021 conventional 2016 Louisville
## 4022 conventional 2016 Louisville
## 4023 conventional 2016 Louisville
## 4024 conventional 2016 Louisville
## 4025 conventional 2016 Louisville
## 4026 conventional 2016 Louisville
## 4027 conventional 2016 Louisville
## 4028 conventional 2016 Louisville
## 4029 conventional 2016 Louisville
## 4030 conventional 2016 Louisville
## 4031 conventional 2016 Louisville
## 4032 conventional 2016 Louisville
## 4033 conventional 2016 Louisville
## 4034 conventional 2016 Louisville
## 4035 conventional 2016 Louisville
## 4036 conventional 2016 Louisville
## 4037 conventional 2016 Louisville
## 4038 conventional 2016 Louisville
## 4039 conventional 2016 Louisville
## 4040 conventional 2016 Louisville
## 4041 conventional 2016 Louisville
## 4042 conventional 2016 Louisville
## 4043 conventional 2016 Louisville
## 4044 conventional 2016 Louisville
## 4045 conventional 2016 Louisville
## 4046 conventional 2016 Louisville
## 4047 conventional 2016 Louisville
## 4048 conventional 2016 Louisville
## 4049 conventional 2016 Louisville
## 4050 conventional 2016 Louisville
## 4051 conventional 2016 Louisville
## 4052 conventional 2016 Louisville
## 4053 conventional 2016 Louisville
## 4054 conventional 2016 Louisville
## 4055 conventional 2016 Louisville
## 4056 conventional 2016 Louisville
## 4057 conventional 2016 MiamiFtLauderdale
## 4058 conventional 2016 MiamiFtLauderdale
## 4059 conventional 2016 MiamiFtLauderdale
## 4060 conventional 2016 MiamiFtLauderdale
## 4061 conventional 2016 MiamiFtLauderdale
## 4062 conventional 2016 MiamiFtLauderdale
## 4063 conventional 2016 MiamiFtLauderdale
## 4064 conventional 2016 MiamiFtLauderdale
## 4065 conventional 2016 MiamiFtLauderdale
## 4066 conventional 2016 MiamiFtLauderdale
## 4067 conventional 2016 MiamiFtLauderdale
## 4068 conventional 2016 MiamiFtLauderdale
## 4069 conventional 2016 MiamiFtLauderdale
## 4070 conventional 2016 MiamiFtLauderdale
## 4071 conventional 2016 MiamiFtLauderdale
## 4072 conventional 2016 MiamiFtLauderdale
## 4073 conventional 2016 MiamiFtLauderdale
## 4074 conventional 2016 MiamiFtLauderdale
## 4075 conventional 2016 MiamiFtLauderdale
## 4076 conventional 2016 MiamiFtLauderdale
## 4077 conventional 2016 MiamiFtLauderdale
## 4078 conventional 2016 MiamiFtLauderdale
## 4079 conventional 2016 MiamiFtLauderdale
## 4080 conventional 2016 MiamiFtLauderdale
## 4081 conventional 2016 MiamiFtLauderdale
## 4082 conventional 2016 MiamiFtLauderdale
## 4083 conventional 2016 MiamiFtLauderdale
## 4084 conventional 2016 MiamiFtLauderdale
## 4085 conventional 2016 MiamiFtLauderdale
## 4086 conventional 2016 MiamiFtLauderdale
## 4087 conventional 2016 MiamiFtLauderdale
## 4088 conventional 2016 MiamiFtLauderdale
## 4089 conventional 2016 MiamiFtLauderdale
## 4090 conventional 2016 MiamiFtLauderdale
## 4091 conventional 2016 MiamiFtLauderdale
## 4092 conventional 2016 MiamiFtLauderdale
## 4093 conventional 2016 MiamiFtLauderdale
## 4094 conventional 2016 MiamiFtLauderdale
## 4095 conventional 2016 MiamiFtLauderdale
## 4096 conventional 2016 MiamiFtLauderdale
## 4097 conventional 2016 MiamiFtLauderdale
## 4098 conventional 2016 MiamiFtLauderdale
## 4099 conventional 2016 MiamiFtLauderdale
## 4100 conventional 2016 MiamiFtLauderdale
## 4101 conventional 2016 MiamiFtLauderdale
## 4102 conventional 2016 MiamiFtLauderdale
## 4103 conventional 2016 MiamiFtLauderdale
## 4104 conventional 2016 MiamiFtLauderdale
## 4105 conventional 2016 MiamiFtLauderdale
## 4106 conventional 2016 MiamiFtLauderdale
## 4107 conventional 2016 MiamiFtLauderdale
## 4108 conventional 2016 MiamiFtLauderdale
## 4109 conventional 2016 Midsouth
## 4110 conventional 2016 Midsouth
## 4111 conventional 2016 Midsouth
## 4112 conventional 2016 Midsouth
## 4113 conventional 2016 Midsouth
## 4114 conventional 2016 Midsouth
## 4115 conventional 2016 Midsouth
## 4116 conventional 2016 Midsouth
## 4117 conventional 2016 Midsouth
## 4118 conventional 2016 Midsouth
## 4119 conventional 2016 Midsouth
## 4120 conventional 2016 Midsouth
## 4121 conventional 2016 Midsouth
## 4122 conventional 2016 Midsouth
## 4123 conventional 2016 Midsouth
## 4124 conventional 2016 Midsouth
## 4125 conventional 2016 Midsouth
## 4126 conventional 2016 Midsouth
## 4127 conventional 2016 Midsouth
## 4128 conventional 2016 Midsouth
## 4129 conventional 2016 Midsouth
## 4130 conventional 2016 Midsouth
## 4131 conventional 2016 Midsouth
## 4132 conventional 2016 Midsouth
## 4133 conventional 2016 Midsouth
## 4134 conventional 2016 Midsouth
## 4135 conventional 2016 Midsouth
## 4136 conventional 2016 Midsouth
## 4137 conventional 2016 Midsouth
## 4138 conventional 2016 Midsouth
## 4139 conventional 2016 Midsouth
## 4140 conventional 2016 Midsouth
## 4141 conventional 2016 Midsouth
## 4142 conventional 2016 Midsouth
## 4143 conventional 2016 Midsouth
## 4144 conventional 2016 Midsouth
## 4145 conventional 2016 Midsouth
## 4146 conventional 2016 Midsouth
## 4147 conventional 2016 Midsouth
## 4148 conventional 2016 Midsouth
## 4149 conventional 2016 Midsouth
## 4150 conventional 2016 Midsouth
## 4151 conventional 2016 Midsouth
## 4152 conventional 2016 Midsouth
## 4153 conventional 2016 Midsouth
## 4154 conventional 2016 Midsouth
## 4155 conventional 2016 Midsouth
## 4156 conventional 2016 Midsouth
## 4157 conventional 2016 Midsouth
## 4158 conventional 2016 Midsouth
## 4159 conventional 2016 Midsouth
## 4160 conventional 2016 Midsouth
## 4161 conventional 2016 Nashville
## 4162 conventional 2016 Nashville
## 4163 conventional 2016 Nashville
## 4164 conventional 2016 Nashville
## 4165 conventional 2016 Nashville
## 4166 conventional 2016 Nashville
## 4167 conventional 2016 Nashville
## 4168 conventional 2016 Nashville
## 4169 conventional 2016 Nashville
## 4170 conventional 2016 Nashville
## 4171 conventional 2016 Nashville
## 4172 conventional 2016 Nashville
## 4173 conventional 2016 Nashville
## 4174 conventional 2016 Nashville
## 4175 conventional 2016 Nashville
## 4176 conventional 2016 Nashville
## 4177 conventional 2016 Nashville
## 4178 conventional 2016 Nashville
## 4179 conventional 2016 Nashville
## 4180 conventional 2016 Nashville
## 4181 conventional 2016 Nashville
## 4182 conventional 2016 Nashville
## 4183 conventional 2016 Nashville
## 4184 conventional 2016 Nashville
## 4185 conventional 2016 Nashville
## 4186 conventional 2016 Nashville
## 4187 conventional 2016 Nashville
## 4188 conventional 2016 Nashville
## 4189 conventional 2016 Nashville
## 4190 conventional 2016 Nashville
## 4191 conventional 2016 Nashville
## 4192 conventional 2016 Nashville
## 4193 conventional 2016 Nashville
## 4194 conventional 2016 Nashville
## 4195 conventional 2016 Nashville
## 4196 conventional 2016 Nashville
## 4197 conventional 2016 Nashville
## 4198 conventional 2016 Nashville
## 4199 conventional 2016 Nashville
## 4200 conventional 2016 Nashville
## 4201 conventional 2016 Nashville
## 4202 conventional 2016 Nashville
## 4203 conventional 2016 Nashville
## 4204 conventional 2016 Nashville
## 4205 conventional 2016 Nashville
## 4206 conventional 2016 Nashville
## 4207 conventional 2016 Nashville
## 4208 conventional 2016 Nashville
## 4209 conventional 2016 Nashville
## 4210 conventional 2016 Nashville
## 4211 conventional 2016 Nashville
## 4212 conventional 2016 Nashville
## 4213 conventional 2016 NewOrleansMobile
## 4214 conventional 2016 NewOrleansMobile
## 4215 conventional 2016 NewOrleansMobile
## 4216 conventional 2016 NewOrleansMobile
## 4217 conventional 2016 NewOrleansMobile
## 4218 conventional 2016 NewOrleansMobile
## 4219 conventional 2016 NewOrleansMobile
## 4220 conventional 2016 NewOrleansMobile
## 4221 conventional 2016 NewOrleansMobile
## 4222 conventional 2016 NewOrleansMobile
## 4223 conventional 2016 NewOrleansMobile
## 4224 conventional 2016 NewOrleansMobile
## 4225 conventional 2016 NewOrleansMobile
## 4226 conventional 2016 NewOrleansMobile
## 4227 conventional 2016 NewOrleansMobile
## 4228 conventional 2016 NewOrleansMobile
## 4229 conventional 2016 NewOrleansMobile
## 4230 conventional 2016 NewOrleansMobile
## 4231 conventional 2016 NewOrleansMobile
## 4232 conventional 2016 NewOrleansMobile
## 4233 conventional 2016 NewOrleansMobile
## 4234 conventional 2016 NewOrleansMobile
## 4235 conventional 2016 NewOrleansMobile
## 4236 conventional 2016 NewOrleansMobile
## 4237 conventional 2016 NewOrleansMobile
## 4238 conventional 2016 NewOrleansMobile
## 4239 conventional 2016 NewOrleansMobile
## 4240 conventional 2016 NewOrleansMobile
## 4241 conventional 2016 NewOrleansMobile
## 4242 conventional 2016 NewOrleansMobile
## 4243 conventional 2016 NewOrleansMobile
## 4244 conventional 2016 NewOrleansMobile
## 4245 conventional 2016 NewOrleansMobile
## 4246 conventional 2016 NewOrleansMobile
## 4247 conventional 2016 NewOrleansMobile
## 4248 conventional 2016 NewOrleansMobile
## 4249 conventional 2016 NewOrleansMobile
## 4250 conventional 2016 NewOrleansMobile
## 4251 conventional 2016 NewOrleansMobile
## 4252 conventional 2016 NewOrleansMobile
## 4253 conventional 2016 NewOrleansMobile
## 4254 conventional 2016 NewOrleansMobile
## 4255 conventional 2016 NewOrleansMobile
## 4256 conventional 2016 NewOrleansMobile
## 4257 conventional 2016 NewOrleansMobile
## 4258 conventional 2016 NewOrleansMobile
## 4259 conventional 2016 NewOrleansMobile
## 4260 conventional 2016 NewOrleansMobile
## 4261 conventional 2016 NewOrleansMobile
## 4262 conventional 2016 NewOrleansMobile
## 4263 conventional 2016 NewOrleansMobile
## 4264 conventional 2016 NewOrleansMobile
## 4265 conventional 2016 NewYork
## 4266 conventional 2016 NewYork
## 4267 conventional 2016 NewYork
## 4268 conventional 2016 NewYork
## 4269 conventional 2016 NewYork
## 4270 conventional 2016 NewYork
## 4271 conventional 2016 NewYork
## 4272 conventional 2016 NewYork
## 4273 conventional 2016 NewYork
## 4274 conventional 2016 NewYork
## 4275 conventional 2016 NewYork
## 4276 conventional 2016 NewYork
## 4277 conventional 2016 NewYork
## 4278 conventional 2016 NewYork
## 4279 conventional 2016 NewYork
## 4280 conventional 2016 NewYork
## 4281 conventional 2016 NewYork
## 4282 conventional 2016 NewYork
## 4283 conventional 2016 NewYork
## 4284 conventional 2016 NewYork
## 4285 conventional 2016 NewYork
## 4286 conventional 2016 NewYork
## 4287 conventional 2016 NewYork
## 4288 conventional 2016 NewYork
## 4289 conventional 2016 NewYork
## 4290 conventional 2016 NewYork
## 4291 conventional 2016 NewYork
## 4292 conventional 2016 NewYork
## 4293 conventional 2016 NewYork
## 4294 conventional 2016 NewYork
## 4295 conventional 2016 NewYork
## 4296 conventional 2016 NewYork
## 4297 conventional 2016 NewYork
## 4298 conventional 2016 NewYork
## 4299 conventional 2016 NewYork
## 4300 conventional 2016 NewYork
## 4301 conventional 2016 NewYork
## 4302 conventional 2016 NewYork
## 4303 conventional 2016 NewYork
## 4304 conventional 2016 NewYork
## 4305 conventional 2016 NewYork
## 4306 conventional 2016 NewYork
## 4307 conventional 2016 NewYork
## 4308 conventional 2016 NewYork
## 4309 conventional 2016 NewYork
## 4310 conventional 2016 NewYork
## 4311 conventional 2016 NewYork
## 4312 conventional 2016 NewYork
## 4313 conventional 2016 NewYork
## 4314 conventional 2016 NewYork
## 4315 conventional 2016 NewYork
## 4316 conventional 2016 NewYork
## 4317 conventional 2016 Northeast
## 4318 conventional 2016 Northeast
## 4319 conventional 2016 Northeast
## 4320 conventional 2016 Northeast
## 4321 conventional 2016 Northeast
## 4322 conventional 2016 Northeast
## 4323 conventional 2016 Northeast
## 4324 conventional 2016 Northeast
## 4325 conventional 2016 Northeast
## 4326 conventional 2016 Northeast
## 4327 conventional 2016 Northeast
## 4328 conventional 2016 Northeast
## 4329 conventional 2016 Northeast
## 4330 conventional 2016 Northeast
## 4331 conventional 2016 Northeast
## 4332 conventional 2016 Northeast
## 4333 conventional 2016 Northeast
## 4334 conventional 2016 Northeast
## 4335 conventional 2016 Northeast
## 4336 conventional 2016 Northeast
## 4337 conventional 2016 Northeast
## 4338 conventional 2016 Northeast
## 4339 conventional 2016 Northeast
## 4340 conventional 2016 Northeast
## 4341 conventional 2016 Northeast
## 4342 conventional 2016 Northeast
## 4343 conventional 2016 Northeast
## 4344 conventional 2016 Northeast
## 4345 conventional 2016 Northeast
## 4346 conventional 2016 Northeast
## 4347 conventional 2016 Northeast
## 4348 conventional 2016 Northeast
## 4349 conventional 2016 Northeast
## 4350 conventional 2016 Northeast
## 4351 conventional 2016 Northeast
## 4352 conventional 2016 Northeast
## 4353 conventional 2016 Northeast
## 4354 conventional 2016 Northeast
## 4355 conventional 2016 Northeast
## 4356 conventional 2016 Northeast
## 4357 conventional 2016 Northeast
## 4358 conventional 2016 Northeast
## 4359 conventional 2016 Northeast
## 4360 conventional 2016 Northeast
## 4361 conventional 2016 Northeast
## 4362 conventional 2016 Northeast
## 4363 conventional 2016 Northeast
## 4364 conventional 2016 Northeast
## 4365 conventional 2016 Northeast
## 4366 conventional 2016 Northeast
## 4367 conventional 2016 Northeast
## 4368 conventional 2016 Northeast
## 4369 conventional 2016 NorthernNewEngland
## 4370 conventional 2016 NorthernNewEngland
## 4371 conventional 2016 NorthernNewEngland
## 4372 conventional 2016 NorthernNewEngland
## 4373 conventional 2016 NorthernNewEngland
## 4374 conventional 2016 NorthernNewEngland
## 4375 conventional 2016 NorthernNewEngland
## 4376 conventional 2016 NorthernNewEngland
## 4377 conventional 2016 NorthernNewEngland
## 4378 conventional 2016 NorthernNewEngland
## 4379 conventional 2016 NorthernNewEngland
## 4380 conventional 2016 NorthernNewEngland
## 4381 conventional 2016 NorthernNewEngland
## 4382 conventional 2016 NorthernNewEngland
## 4383 conventional 2016 NorthernNewEngland
## 4384 conventional 2016 NorthernNewEngland
## 4385 conventional 2016 NorthernNewEngland
## 4386 conventional 2016 NorthernNewEngland
## 4387 conventional 2016 NorthernNewEngland
## 4388 conventional 2016 NorthernNewEngland
## 4389 conventional 2016 NorthernNewEngland
## 4390 conventional 2016 NorthernNewEngland
## 4391 conventional 2016 NorthernNewEngland
## 4392 conventional 2016 NorthernNewEngland
## 4393 conventional 2016 NorthernNewEngland
## 4394 conventional 2016 NorthernNewEngland
## 4395 conventional 2016 NorthernNewEngland
## 4396 conventional 2016 NorthernNewEngland
## 4397 conventional 2016 NorthernNewEngland
## 4398 conventional 2016 NorthernNewEngland
## 4399 conventional 2016 NorthernNewEngland
## 4400 conventional 2016 NorthernNewEngland
## 4401 conventional 2016 NorthernNewEngland
## 4402 conventional 2016 NorthernNewEngland
## 4403 conventional 2016 NorthernNewEngland
## 4404 conventional 2016 NorthernNewEngland
## 4405 conventional 2016 NorthernNewEngland
## 4406 conventional 2016 NorthernNewEngland
## 4407 conventional 2016 NorthernNewEngland
## 4408 conventional 2016 NorthernNewEngland
## 4409 conventional 2016 NorthernNewEngland
## 4410 conventional 2016 NorthernNewEngland
## 4411 conventional 2016 NorthernNewEngland
## 4412 conventional 2016 NorthernNewEngland
## 4413 conventional 2016 NorthernNewEngland
## 4414 conventional 2016 NorthernNewEngland
## 4415 conventional 2016 NorthernNewEngland
## 4416 conventional 2016 NorthernNewEngland
## 4417 conventional 2016 NorthernNewEngland
## 4418 conventional 2016 NorthernNewEngland
## 4419 conventional 2016 NorthernNewEngland
## 4420 conventional 2016 NorthernNewEngland
## 4421 conventional 2016 Orlando
## 4422 conventional 2016 Orlando
## 4423 conventional 2016 Orlando
## 4424 conventional 2016 Orlando
## 4425 conventional 2016 Orlando
## 4426 conventional 2016 Orlando
## 4427 conventional 2016 Orlando
## 4428 conventional 2016 Orlando
## 4429 conventional 2016 Orlando
## 4430 conventional 2016 Orlando
## 4431 conventional 2016 Orlando
## 4432 conventional 2016 Orlando
## 4433 conventional 2016 Orlando
## 4434 conventional 2016 Orlando
## 4435 conventional 2016 Orlando
## 4436 conventional 2016 Orlando
## 4437 conventional 2016 Orlando
## 4438 conventional 2016 Orlando
## 4439 conventional 2016 Orlando
## 4440 conventional 2016 Orlando
## 4441 conventional 2016 Orlando
## 4442 conventional 2016 Orlando
## 4443 conventional 2016 Orlando
## 4444 conventional 2016 Orlando
## 4445 conventional 2016 Orlando
## 4446 conventional 2016 Orlando
## 4447 conventional 2016 Orlando
## 4448 conventional 2016 Orlando
## 4449 conventional 2016 Orlando
## 4450 conventional 2016 Orlando
## 4451 conventional 2016 Orlando
## 4452 conventional 2016 Orlando
## 4453 conventional 2016 Orlando
## 4454 conventional 2016 Orlando
## 4455 conventional 2016 Orlando
## 4456 conventional 2016 Orlando
## 4457 conventional 2016 Orlando
## 4458 conventional 2016 Orlando
## 4459 conventional 2016 Orlando
## 4460 conventional 2016 Orlando
## 4461 conventional 2016 Orlando
## 4462 conventional 2016 Orlando
## 4463 conventional 2016 Orlando
## 4464 conventional 2016 Orlando
## 4465 conventional 2016 Orlando
## 4466 conventional 2016 Orlando
## 4467 conventional 2016 Orlando
## 4468 conventional 2016 Orlando
## 4469 conventional 2016 Orlando
## 4470 conventional 2016 Orlando
## 4471 conventional 2016 Orlando
## 4472 conventional 2016 Orlando
## 4473 conventional 2016 Philadelphia
## 4474 conventional 2016 Philadelphia
## 4475 conventional 2016 Philadelphia
## 4476 conventional 2016 Philadelphia
## 4477 conventional 2016 Philadelphia
## 4478 conventional 2016 Philadelphia
## 4479 conventional 2016 Philadelphia
## 4480 conventional 2016 Philadelphia
## 4481 conventional 2016 Philadelphia
## 4482 conventional 2016 Philadelphia
## 4483 conventional 2016 Philadelphia
## 4484 conventional 2016 Philadelphia
## 4485 conventional 2016 Philadelphia
## 4486 conventional 2016 Philadelphia
## 4487 conventional 2016 Philadelphia
## 4488 conventional 2016 Philadelphia
## 4489 conventional 2016 Philadelphia
## 4490 conventional 2016 Philadelphia
## 4491 conventional 2016 Philadelphia
## 4492 conventional 2016 Philadelphia
## 4493 conventional 2016 Philadelphia
## 4494 conventional 2016 Philadelphia
## 4495 conventional 2016 Philadelphia
## 4496 conventional 2016 Philadelphia
## 4497 conventional 2016 Philadelphia
## 4498 conventional 2016 Philadelphia
## 4499 conventional 2016 Philadelphia
## 4500 conventional 2016 Philadelphia
## 4501 conventional 2016 Philadelphia
## 4502 conventional 2016 Philadelphia
## 4503 conventional 2016 Philadelphia
## 4504 conventional 2016 Philadelphia
## 4505 conventional 2016 Philadelphia
## 4506 conventional 2016 Philadelphia
## 4507 conventional 2016 Philadelphia
## 4508 conventional 2016 Philadelphia
## 4509 conventional 2016 Philadelphia
## 4510 conventional 2016 Philadelphia
## 4511 conventional 2016 Philadelphia
## 4512 conventional 2016 Philadelphia
## 4513 conventional 2016 Philadelphia
## 4514 conventional 2016 Philadelphia
## 4515 conventional 2016 Philadelphia
## 4516 conventional 2016 Philadelphia
## 4517 conventional 2016 Philadelphia
## 4518 conventional 2016 Philadelphia
## 4519 conventional 2016 Philadelphia
## 4520 conventional 2016 Philadelphia
## 4521 conventional 2016 Philadelphia
## 4522 conventional 2016 Philadelphia
## 4523 conventional 2016 Philadelphia
## 4524 conventional 2016 Philadelphia
## 4525 conventional 2016 PhoenixTucson
## 4526 conventional 2016 PhoenixTucson
## 4527 conventional 2016 PhoenixTucson
## 4528 conventional 2016 PhoenixTucson
## 4529 conventional 2016 PhoenixTucson
## 4530 conventional 2016 PhoenixTucson
## 4531 conventional 2016 PhoenixTucson
## 4532 conventional 2016 PhoenixTucson
## 4533 conventional 2016 PhoenixTucson
## 4534 conventional 2016 PhoenixTucson
## 4535 conventional 2016 PhoenixTucson
## 4536 conventional 2016 PhoenixTucson
## 4537 conventional 2016 PhoenixTucson
## 4538 conventional 2016 PhoenixTucson
## 4539 conventional 2016 PhoenixTucson
## 4540 conventional 2016 PhoenixTucson
## 4541 conventional 2016 PhoenixTucson
## 4542 conventional 2016 PhoenixTucson
## 4543 conventional 2016 PhoenixTucson
## 4544 conventional 2016 PhoenixTucson
## 4545 conventional 2016 PhoenixTucson
## 4546 conventional 2016 PhoenixTucson
## 4547 conventional 2016 PhoenixTucson
## 4548 conventional 2016 PhoenixTucson
## 4549 conventional 2016 PhoenixTucson
## 4550 conventional 2016 PhoenixTucson
## 4551 conventional 2016 PhoenixTucson
## 4552 conventional 2016 PhoenixTucson
## 4553 conventional 2016 PhoenixTucson
## 4554 conventional 2016 PhoenixTucson
## 4555 conventional 2016 PhoenixTucson
## 4556 conventional 2016 PhoenixTucson
## 4557 conventional 2016 PhoenixTucson
## 4558 conventional 2016 PhoenixTucson
## 4559 conventional 2016 PhoenixTucson
## 4560 conventional 2016 PhoenixTucson
## 4561 conventional 2016 PhoenixTucson
## 4562 conventional 2016 PhoenixTucson
## 4563 conventional 2016 PhoenixTucson
## 4564 conventional 2016 PhoenixTucson
## 4565 conventional 2016 PhoenixTucson
## 4566 conventional 2016 PhoenixTucson
## 4567 conventional 2016 PhoenixTucson
## 4568 conventional 2016 PhoenixTucson
## 4569 conventional 2016 PhoenixTucson
## 4570 conventional 2016 PhoenixTucson
## 4571 conventional 2016 PhoenixTucson
## 4572 conventional 2016 PhoenixTucson
## 4573 conventional 2016 PhoenixTucson
## 4574 conventional 2016 PhoenixTucson
## 4575 conventional 2016 PhoenixTucson
## 4576 conventional 2016 PhoenixTucson
## 4577 conventional 2016 Pittsburgh
## 4578 conventional 2016 Pittsburgh
## 4579 conventional 2016 Pittsburgh
## 4580 conventional 2016 Pittsburgh
## 4581 conventional 2016 Pittsburgh
## 4582 conventional 2016 Pittsburgh
## 4583 conventional 2016 Pittsburgh
## 4584 conventional 2016 Pittsburgh
## 4585 conventional 2016 Pittsburgh
## 4586 conventional 2016 Pittsburgh
## 4587 conventional 2016 Pittsburgh
## 4588 conventional 2016 Pittsburgh
## 4589 conventional 2016 Pittsburgh
## 4590 conventional 2016 Pittsburgh
## 4591 conventional 2016 Pittsburgh
## 4592 conventional 2016 Pittsburgh
## 4593 conventional 2016 Pittsburgh
## 4594 conventional 2016 Pittsburgh
## 4595 conventional 2016 Pittsburgh
## 4596 conventional 2016 Pittsburgh
## 4597 conventional 2016 Pittsburgh
## 4598 conventional 2016 Pittsburgh
## 4599 conventional 2016 Pittsburgh
## 4600 conventional 2016 Pittsburgh
## 4601 conventional 2016 Pittsburgh
## 4602 conventional 2016 Pittsburgh
## 4603 conventional 2016 Pittsburgh
## 4604 conventional 2016 Pittsburgh
## 4605 conventional 2016 Pittsburgh
## 4606 conventional 2016 Pittsburgh
## 4607 conventional 2016 Pittsburgh
## 4608 conventional 2016 Pittsburgh
## 4609 conventional 2016 Pittsburgh
## 4610 conventional 2016 Pittsburgh
## 4611 conventional 2016 Pittsburgh
## 4612 conventional 2016 Pittsburgh
## 4613 conventional 2016 Pittsburgh
## 4614 conventional 2016 Pittsburgh
## 4615 conventional 2016 Pittsburgh
## 4616 conventional 2016 Pittsburgh
## 4617 conventional 2016 Pittsburgh
## 4618 conventional 2016 Pittsburgh
## 4619 conventional 2016 Pittsburgh
## 4620 conventional 2016 Pittsburgh
## 4621 conventional 2016 Pittsburgh
## 4622 conventional 2016 Pittsburgh
## 4623 conventional 2016 Pittsburgh
## 4624 conventional 2016 Pittsburgh
## 4625 conventional 2016 Pittsburgh
## 4626 conventional 2016 Pittsburgh
## 4627 conventional 2016 Pittsburgh
## 4628 conventional 2016 Pittsburgh
## 4629 conventional 2016 Plains
## 4630 conventional 2016 Plains
## 4631 conventional 2016 Plains
## 4632 conventional 2016 Plains
## 4633 conventional 2016 Plains
## 4634 conventional 2016 Plains
## 4635 conventional 2016 Plains
## 4636 conventional 2016 Plains
## 4637 conventional 2016 Plains
## 4638 conventional 2016 Plains
## 4639 conventional 2016 Plains
## 4640 conventional 2016 Plains
## 4641 conventional 2016 Plains
## 4642 conventional 2016 Plains
## 4643 conventional 2016 Plains
## 4644 conventional 2016 Plains
## 4645 conventional 2016 Plains
## 4646 conventional 2016 Plains
## 4647 conventional 2016 Plains
## 4648 conventional 2016 Plains
## 4649 conventional 2016 Plains
## 4650 conventional 2016 Plains
## 4651 conventional 2016 Plains
## 4652 conventional 2016 Plains
## 4653 conventional 2016 Plains
## 4654 conventional 2016 Plains
## 4655 conventional 2016 Plains
## 4656 conventional 2016 Plains
## 4657 conventional 2016 Plains
## 4658 conventional 2016 Plains
## 4659 conventional 2016 Plains
## 4660 conventional 2016 Plains
## 4661 conventional 2016 Plains
## 4662 conventional 2016 Plains
## 4663 conventional 2016 Plains
## 4664 conventional 2016 Plains
## 4665 conventional 2016 Plains
## 4666 conventional 2016 Plains
## 4667 conventional 2016 Plains
## 4668 conventional 2016 Plains
## 4669 conventional 2016 Plains
## 4670 conventional 2016 Plains
## 4671 conventional 2016 Plains
## 4672 conventional 2016 Plains
## 4673 conventional 2016 Plains
## 4674 conventional 2016 Plains
## 4675 conventional 2016 Plains
## 4676 conventional 2016 Plains
## 4677 conventional 2016 Plains
## 4678 conventional 2016 Plains
## 4679 conventional 2016 Plains
## 4680 conventional 2016 Plains
## 4681 conventional 2016 Portland
## 4682 conventional 2016 Portland
## 4683 conventional 2016 Portland
## 4684 conventional 2016 Portland
## 4685 conventional 2016 Portland
## 4686 conventional 2016 Portland
## 4687 conventional 2016 Portland
## 4688 conventional 2016 Portland
## 4689 conventional 2016 Portland
## 4690 conventional 2016 Portland
## 4691 conventional 2016 Portland
## 4692 conventional 2016 Portland
## 4693 conventional 2016 Portland
## 4694 conventional 2016 Portland
## 4695 conventional 2016 Portland
## 4696 conventional 2016 Portland
## 4697 conventional 2016 Portland
## 4698 conventional 2016 Portland
## 4699 conventional 2016 Portland
## 4700 conventional 2016 Portland
## 4701 conventional 2016 Portland
## 4702 conventional 2016 Portland
## 4703 conventional 2016 Portland
## 4704 conventional 2016 Portland
## 4705 conventional 2016 Portland
## 4706 conventional 2016 Portland
## 4707 conventional 2016 Portland
## 4708 conventional 2016 Portland
## 4709 conventional 2016 Portland
## 4710 conventional 2016 Portland
## 4711 conventional 2016 Portland
## 4712 conventional 2016 Portland
## 4713 conventional 2016 Portland
## 4714 conventional 2016 Portland
## 4715 conventional 2016 Portland
## 4716 conventional 2016 Portland
## 4717 conventional 2016 Portland
## 4718 conventional 2016 Portland
## 4719 conventional 2016 Portland
## 4720 conventional 2016 Portland
## 4721 conventional 2016 Portland
## 4722 conventional 2016 Portland
## 4723 conventional 2016 Portland
## 4724 conventional 2016 Portland
## 4725 conventional 2016 Portland
## 4726 conventional 2016 Portland
## 4727 conventional 2016 Portland
## 4728 conventional 2016 Portland
## 4729 conventional 2016 Portland
## 4730 conventional 2016 Portland
## 4731 conventional 2016 Portland
## 4732 conventional 2016 Portland
## 4733 conventional 2016 RaleighGreensboro
## 4734 conventional 2016 RaleighGreensboro
## 4735 conventional 2016 RaleighGreensboro
## 4736 conventional 2016 RaleighGreensboro
## 4737 conventional 2016 RaleighGreensboro
## 4738 conventional 2016 RaleighGreensboro
## 4739 conventional 2016 RaleighGreensboro
## 4740 conventional 2016 RaleighGreensboro
## 4741 conventional 2016 RaleighGreensboro
## 4742 conventional 2016 RaleighGreensboro
## 4743 conventional 2016 RaleighGreensboro
## 4744 conventional 2016 RaleighGreensboro
## 4745 conventional 2016 RaleighGreensboro
## 4746 conventional 2016 RaleighGreensboro
## 4747 conventional 2016 RaleighGreensboro
## 4748 conventional 2016 RaleighGreensboro
## 4749 conventional 2016 RaleighGreensboro
## 4750 conventional 2016 RaleighGreensboro
## 4751 conventional 2016 RaleighGreensboro
## 4752 conventional 2016 RaleighGreensboro
## 4753 conventional 2016 RaleighGreensboro
## 4754 conventional 2016 RaleighGreensboro
## 4755 conventional 2016 RaleighGreensboro
## 4756 conventional 2016 RaleighGreensboro
## 4757 conventional 2016 RaleighGreensboro
## 4758 conventional 2016 RaleighGreensboro
## 4759 conventional 2016 RaleighGreensboro
## 4760 conventional 2016 RaleighGreensboro
## 4761 conventional 2016 RaleighGreensboro
## 4762 conventional 2016 RaleighGreensboro
## 4763 conventional 2016 RaleighGreensboro
## 4764 conventional 2016 RaleighGreensboro
## 4765 conventional 2016 RaleighGreensboro
## 4766 conventional 2016 RaleighGreensboro
## 4767 conventional 2016 RaleighGreensboro
## 4768 conventional 2016 RaleighGreensboro
## 4769 conventional 2016 RaleighGreensboro
## 4770 conventional 2016 RaleighGreensboro
## 4771 conventional 2016 RaleighGreensboro
## 4772 conventional 2016 RaleighGreensboro
## 4773 conventional 2016 RaleighGreensboro
## 4774 conventional 2016 RaleighGreensboro
## 4775 conventional 2016 RaleighGreensboro
## 4776 conventional 2016 RaleighGreensboro
## 4777 conventional 2016 RaleighGreensboro
## 4778 conventional 2016 RaleighGreensboro
## 4779 conventional 2016 RaleighGreensboro
## 4780 conventional 2016 RaleighGreensboro
## 4781 conventional 2016 RaleighGreensboro
## 4782 conventional 2016 RaleighGreensboro
## 4783 conventional 2016 RaleighGreensboro
## 4784 conventional 2016 RaleighGreensboro
## 4785 conventional 2016 RichmondNorfolk
## 4786 conventional 2016 RichmondNorfolk
## 4787 conventional 2016 RichmondNorfolk
## 4788 conventional 2016 RichmondNorfolk
## 4789 conventional 2016 RichmondNorfolk
## 4790 conventional 2016 RichmondNorfolk
## 4791 conventional 2016 RichmondNorfolk
## 4792 conventional 2016 RichmondNorfolk
## 4793 conventional 2016 RichmondNorfolk
## 4794 conventional 2016 RichmondNorfolk
## 4795 conventional 2016 RichmondNorfolk
## 4796 conventional 2016 RichmondNorfolk
## 4797 conventional 2016 RichmondNorfolk
## 4798 conventional 2016 RichmondNorfolk
## 4799 conventional 2016 RichmondNorfolk
## 4800 conventional 2016 RichmondNorfolk
## 4801 conventional 2016 RichmondNorfolk
## 4802 conventional 2016 RichmondNorfolk
## 4803 conventional 2016 RichmondNorfolk
## 4804 conventional 2016 RichmondNorfolk
## 4805 conventional 2016 RichmondNorfolk
## 4806 conventional 2016 RichmondNorfolk
## 4807 conventional 2016 RichmondNorfolk
## 4808 conventional 2016 RichmondNorfolk
## 4809 conventional 2016 RichmondNorfolk
## 4810 conventional 2016 RichmondNorfolk
## 4811 conventional 2016 RichmondNorfolk
## 4812 conventional 2016 RichmondNorfolk
## 4813 conventional 2016 RichmondNorfolk
## 4814 conventional 2016 RichmondNorfolk
## 4815 conventional 2016 RichmondNorfolk
## 4816 conventional 2016 RichmondNorfolk
## 4817 conventional 2016 RichmondNorfolk
## 4818 conventional 2016 RichmondNorfolk
## 4819 conventional 2016 RichmondNorfolk
## 4820 conventional 2016 RichmondNorfolk
## 4821 conventional 2016 RichmondNorfolk
## 4822 conventional 2016 RichmondNorfolk
## 4823 conventional 2016 RichmondNorfolk
## 4824 conventional 2016 RichmondNorfolk
## 4825 conventional 2016 RichmondNorfolk
## 4826 conventional 2016 RichmondNorfolk
## 4827 conventional 2016 RichmondNorfolk
## 4828 conventional 2016 RichmondNorfolk
## 4829 conventional 2016 RichmondNorfolk
## 4830 conventional 2016 RichmondNorfolk
## 4831 conventional 2016 RichmondNorfolk
## 4832 conventional 2016 RichmondNorfolk
## 4833 conventional 2016 RichmondNorfolk
## 4834 conventional 2016 RichmondNorfolk
## 4835 conventional 2016 RichmondNorfolk
## 4836 conventional 2016 RichmondNorfolk
## 4837 conventional 2016 Roanoke
## 4838 conventional 2016 Roanoke
## 4839 conventional 2016 Roanoke
## 4840 conventional 2016 Roanoke
## 4841 conventional 2016 Roanoke
## 4842 conventional 2016 Roanoke
## 4843 conventional 2016 Roanoke
## 4844 conventional 2016 Roanoke
## 4845 conventional 2016 Roanoke
## 4846 conventional 2016 Roanoke
## 4847 conventional 2016 Roanoke
## 4848 conventional 2016 Roanoke
## 4849 conventional 2016 Roanoke
## 4850 conventional 2016 Roanoke
## 4851 conventional 2016 Roanoke
## 4852 conventional 2016 Roanoke
## 4853 conventional 2016 Roanoke
## 4854 conventional 2016 Roanoke
## 4855 conventional 2016 Roanoke
## 4856 conventional 2016 Roanoke
## 4857 conventional 2016 Roanoke
## 4858 conventional 2016 Roanoke
## 4859 conventional 2016 Roanoke
## 4860 conventional 2016 Roanoke
## 4861 conventional 2016 Roanoke
## 4862 conventional 2016 Roanoke
## 4863 conventional 2016 Roanoke
## 4864 conventional 2016 Roanoke
## 4865 conventional 2016 Roanoke
## 4866 conventional 2016 Roanoke
## 4867 conventional 2016 Roanoke
## 4868 conventional 2016 Roanoke
## 4869 conventional 2016 Roanoke
## 4870 conventional 2016 Roanoke
## 4871 conventional 2016 Roanoke
## 4872 conventional 2016 Roanoke
## 4873 conventional 2016 Roanoke
## 4874 conventional 2016 Roanoke
## 4875 conventional 2016 Roanoke
## 4876 conventional 2016 Roanoke
## 4877 conventional 2016 Roanoke
## 4878 conventional 2016 Roanoke
## 4879 conventional 2016 Roanoke
## 4880 conventional 2016 Roanoke
## 4881 conventional 2016 Roanoke
## 4882 conventional 2016 Roanoke
## 4883 conventional 2016 Roanoke
## 4884 conventional 2016 Roanoke
## 4885 conventional 2016 Roanoke
## 4886 conventional 2016 Roanoke
## 4887 conventional 2016 Roanoke
## 4888 conventional 2016 Roanoke
## 4889 conventional 2016 Sacramento
## 4890 conventional 2016 Sacramento
## 4891 conventional 2016 Sacramento
## 4892 conventional 2016 Sacramento
## 4893 conventional 2016 Sacramento
## 4894 conventional 2016 Sacramento
## 4895 conventional 2016 Sacramento
## 4896 conventional 2016 Sacramento
## 4897 conventional 2016 Sacramento
## 4898 conventional 2016 Sacramento
## 4899 conventional 2016 Sacramento
## 4900 conventional 2016 Sacramento
## 4901 conventional 2016 Sacramento
## 4902 conventional 2016 Sacramento
## 4903 conventional 2016 Sacramento
## 4904 conventional 2016 Sacramento
## 4905 conventional 2016 Sacramento
## 4906 conventional 2016 Sacramento
## 4907 conventional 2016 Sacramento
## 4908 conventional 2016 Sacramento
## 4909 conventional 2016 Sacramento
## 4910 conventional 2016 Sacramento
## 4911 conventional 2016 Sacramento
## 4912 conventional 2016 Sacramento
## 4913 conventional 2016 Sacramento
## 4914 conventional 2016 Sacramento
## 4915 conventional 2016 Sacramento
## 4916 conventional 2016 Sacramento
## 4917 conventional 2016 Sacramento
## 4918 conventional 2016 Sacramento
## 4919 conventional 2016 Sacramento
## 4920 conventional 2016 Sacramento
## 4921 conventional 2016 Sacramento
## 4922 conventional 2016 Sacramento
## 4923 conventional 2016 Sacramento
## 4924 conventional 2016 Sacramento
## 4925 conventional 2016 Sacramento
## 4926 conventional 2016 Sacramento
## 4927 conventional 2016 Sacramento
## 4928 conventional 2016 Sacramento
## 4929 conventional 2016 Sacramento
## 4930 conventional 2016 Sacramento
## 4931 conventional 2016 Sacramento
## 4932 conventional 2016 Sacramento
## 4933 conventional 2016 Sacramento
## 4934 conventional 2016 Sacramento
## 4935 conventional 2016 Sacramento
## 4936 conventional 2016 Sacramento
## 4937 conventional 2016 Sacramento
## 4938 conventional 2016 Sacramento
## 4939 conventional 2016 Sacramento
## 4940 conventional 2016 Sacramento
## 4941 conventional 2016 SanDiego
## 4942 conventional 2016 SanDiego
## 4943 conventional 2016 SanDiego
## 4944 conventional 2016 SanDiego
## 4945 conventional 2016 SanDiego
## 4946 conventional 2016 SanDiego
## 4947 conventional 2016 SanDiego
## 4948 conventional 2016 SanDiego
## 4949 conventional 2016 SanDiego
## 4950 conventional 2016 SanDiego
## 4951 conventional 2016 SanDiego
## 4952 conventional 2016 SanDiego
## 4953 conventional 2016 SanDiego
## 4954 conventional 2016 SanDiego
## 4955 conventional 2016 SanDiego
## 4956 conventional 2016 SanDiego
## 4957 conventional 2016 SanDiego
## 4958 conventional 2016 SanDiego
## 4959 conventional 2016 SanDiego
## 4960 conventional 2016 SanDiego
## 4961 conventional 2016 SanDiego
## 4962 conventional 2016 SanDiego
## 4963 conventional 2016 SanDiego
## 4964 conventional 2016 SanDiego
## 4965 conventional 2016 SanDiego
## 4966 conventional 2016 SanDiego
## 4967 conventional 2016 SanDiego
## 4968 conventional 2016 SanDiego
## 4969 conventional 2016 SanDiego
## 4970 conventional 2016 SanDiego
## 4971 conventional 2016 SanDiego
## 4972 conventional 2016 SanDiego
## 4973 conventional 2016 SanDiego
## 4974 conventional 2016 SanDiego
## 4975 conventional 2016 SanDiego
## 4976 conventional 2016 SanDiego
## 4977 conventional 2016 SanDiego
## 4978 conventional 2016 SanDiego
## 4979 conventional 2016 SanDiego
## 4980 conventional 2016 SanDiego
## 4981 conventional 2016 SanDiego
## 4982 conventional 2016 SanDiego
## 4983 conventional 2016 SanDiego
## 4984 conventional 2016 SanDiego
## 4985 conventional 2016 SanDiego
## 4986 conventional 2016 SanDiego
## 4987 conventional 2016 SanDiego
## 4988 conventional 2016 SanDiego
## 4989 conventional 2016 SanDiego
## 4990 conventional 2016 SanDiego
## 4991 conventional 2016 SanDiego
## 4992 conventional 2016 SanDiego
## 4993 conventional 2016 SanFrancisco
## 4994 conventional 2016 SanFrancisco
## 4995 conventional 2016 SanFrancisco
## 4996 conventional 2016 SanFrancisco
## 4997 conventional 2016 SanFrancisco
## 4998 conventional 2016 SanFrancisco
## 4999 conventional 2016 SanFrancisco
## 5000 conventional 2016 SanFrancisco
## 5001 conventional 2016 SanFrancisco
## 5002 conventional 2016 SanFrancisco
## 5003 conventional 2016 SanFrancisco
## 5004 conventional 2016 SanFrancisco
## 5005 conventional 2016 SanFrancisco
## 5006 conventional 2016 SanFrancisco
## 5007 conventional 2016 SanFrancisco
## 5008 conventional 2016 SanFrancisco
## 5009 conventional 2016 SanFrancisco
## 5010 conventional 2016 SanFrancisco
## 5011 conventional 2016 SanFrancisco
## 5012 conventional 2016 SanFrancisco
## 5013 conventional 2016 SanFrancisco
## 5014 conventional 2016 SanFrancisco
## 5015 conventional 2016 SanFrancisco
## 5016 conventional 2016 SanFrancisco
## 5017 conventional 2016 SanFrancisco
## 5018 conventional 2016 SanFrancisco
## 5019 conventional 2016 SanFrancisco
## 5020 conventional 2016 SanFrancisco
## 5021 conventional 2016 SanFrancisco
## 5022 conventional 2016 SanFrancisco
## 5023 conventional 2016 SanFrancisco
## 5024 conventional 2016 SanFrancisco
## 5025 conventional 2016 SanFrancisco
## 5026 conventional 2016 SanFrancisco
## 5027 conventional 2016 SanFrancisco
## 5028 conventional 2016 SanFrancisco
## 5029 conventional 2016 SanFrancisco
## 5030 conventional 2016 SanFrancisco
## 5031 conventional 2016 SanFrancisco
## 5032 conventional 2016 SanFrancisco
## 5033 conventional 2016 SanFrancisco
## 5034 conventional 2016 SanFrancisco
## 5035 conventional 2016 SanFrancisco
## 5036 conventional 2016 SanFrancisco
## 5037 conventional 2016 SanFrancisco
## 5038 conventional 2016 SanFrancisco
## 5039 conventional 2016 SanFrancisco
## 5040 conventional 2016 SanFrancisco
## 5041 conventional 2016 SanFrancisco
## 5042 conventional 2016 SanFrancisco
## 5043 conventional 2016 SanFrancisco
## 5044 conventional 2016 SanFrancisco
## 5045 conventional 2016 Seattle
## 5046 conventional 2016 Seattle
## 5047 conventional 2016 Seattle
## 5048 conventional 2016 Seattle
## 5049 conventional 2016 Seattle
## 5050 conventional 2016 Seattle
## 5051 conventional 2016 Seattle
## 5052 conventional 2016 Seattle
## 5053 conventional 2016 Seattle
## 5054 conventional 2016 Seattle
## 5055 conventional 2016 Seattle
## 5056 conventional 2016 Seattle
## 5057 conventional 2016 Seattle
## 5058 conventional 2016 Seattle
## 5059 conventional 2016 Seattle
## 5060 conventional 2016 Seattle
## 5061 conventional 2016 Seattle
## 5062 conventional 2016 Seattle
## 5063 conventional 2016 Seattle
## 5064 conventional 2016 Seattle
## 5065 conventional 2016 Seattle
## 5066 conventional 2016 Seattle
## 5067 conventional 2016 Seattle
## 5068 conventional 2016 Seattle
## 5069 conventional 2016 Seattle
## 5070 conventional 2016 Seattle
## 5071 conventional 2016 Seattle
## 5072 conventional 2016 Seattle
## 5073 conventional 2016 Seattle
## 5074 conventional 2016 Seattle
## 5075 conventional 2016 Seattle
## 5076 conventional 2016 Seattle
## 5077 conventional 2016 Seattle
## 5078 conventional 2016 Seattle
## 5079 conventional 2016 Seattle
## 5080 conventional 2016 Seattle
## 5081 conventional 2016 Seattle
## 5082 conventional 2016 Seattle
## 5083 conventional 2016 Seattle
## 5084 conventional 2016 Seattle
## 5085 conventional 2016 Seattle
## 5086 conventional 2016 Seattle
## 5087 conventional 2016 Seattle
## 5088 conventional 2016 Seattle
## 5089 conventional 2016 Seattle
## 5090 conventional 2016 Seattle
## 5091 conventional 2016 Seattle
## 5092 conventional 2016 Seattle
## 5093 conventional 2016 Seattle
## 5094 conventional 2016 Seattle
## 5095 conventional 2016 Seattle
## 5096 conventional 2016 Seattle
## 5097 conventional 2016 SouthCarolina
## 5098 conventional 2016 SouthCarolina
## 5099 conventional 2016 SouthCarolina
## 5100 conventional 2016 SouthCarolina
## 5101 conventional 2016 SouthCarolina
## 5102 conventional 2016 SouthCarolina
## 5103 conventional 2016 SouthCarolina
## 5104 conventional 2016 SouthCarolina
## 5105 conventional 2016 SouthCarolina
## 5106 conventional 2016 SouthCarolina
## 5107 conventional 2016 SouthCarolina
## 5108 conventional 2016 SouthCarolina
## 5109 conventional 2016 SouthCarolina
## 5110 conventional 2016 SouthCarolina
## 5111 conventional 2016 SouthCarolina
## 5112 conventional 2016 SouthCarolina
## 5113 conventional 2016 SouthCarolina
## 5114 conventional 2016 SouthCarolina
## 5115 conventional 2016 SouthCarolina
## 5116 conventional 2016 SouthCarolina
## 5117 conventional 2016 SouthCarolina
## 5118 conventional 2016 SouthCarolina
## 5119 conventional 2016 SouthCarolina
## 5120 conventional 2016 SouthCarolina
## 5121 conventional 2016 SouthCarolina
## 5122 conventional 2016 SouthCarolina
## 5123 conventional 2016 SouthCarolina
## 5124 conventional 2016 SouthCarolina
## 5125 conventional 2016 SouthCarolina
## 5126 conventional 2016 SouthCarolina
## 5127 conventional 2016 SouthCarolina
## 5128 conventional 2016 SouthCarolina
## 5129 conventional 2016 SouthCarolina
## 5130 conventional 2016 SouthCarolina
## 5131 conventional 2016 SouthCarolina
## 5132 conventional 2016 SouthCarolina
## 5133 conventional 2016 SouthCarolina
## 5134 conventional 2016 SouthCarolina
## 5135 conventional 2016 SouthCarolina
## 5136 conventional 2016 SouthCarolina
## 5137 conventional 2016 SouthCarolina
## 5138 conventional 2016 SouthCarolina
## 5139 conventional 2016 SouthCarolina
## 5140 conventional 2016 SouthCarolina
## 5141 conventional 2016 SouthCarolina
## 5142 conventional 2016 SouthCarolina
## 5143 conventional 2016 SouthCarolina
## 5144 conventional 2016 SouthCarolina
## 5145 conventional 2016 SouthCarolina
## 5146 conventional 2016 SouthCarolina
## 5147 conventional 2016 SouthCarolina
## 5148 conventional 2016 SouthCarolina
## 5149 conventional 2016 SouthCentral
## 5150 conventional 2016 SouthCentral
## 5151 conventional 2016 SouthCentral
## 5152 conventional 2016 SouthCentral
## 5153 conventional 2016 SouthCentral
## 5154 conventional 2016 SouthCentral
## 5155 conventional 2016 SouthCentral
## 5156 conventional 2016 SouthCentral
## 5157 conventional 2016 SouthCentral
## 5158 conventional 2016 SouthCentral
## 5159 conventional 2016 SouthCentral
## 5160 conventional 2016 SouthCentral
## 5161 conventional 2016 SouthCentral
## 5162 conventional 2016 SouthCentral
## 5163 conventional 2016 SouthCentral
## 5164 conventional 2016 SouthCentral
## 5165 conventional 2016 SouthCentral
## 5166 conventional 2016 SouthCentral
## 5167 conventional 2016 SouthCentral
## 5168 conventional 2016 SouthCentral
## 5169 conventional 2016 SouthCentral
## 5170 conventional 2016 SouthCentral
## 5171 conventional 2016 SouthCentral
## 5172 conventional 2016 SouthCentral
## 5173 conventional 2016 SouthCentral
## 5174 conventional 2016 SouthCentral
## 5175 conventional 2016 SouthCentral
## 5176 conventional 2016 SouthCentral
## 5177 conventional 2016 SouthCentral
## 5178 conventional 2016 SouthCentral
## 5179 conventional 2016 SouthCentral
## 5180 conventional 2016 SouthCentral
## 5181 conventional 2016 SouthCentral
## 5182 conventional 2016 SouthCentral
## 5183 conventional 2016 SouthCentral
## 5184 conventional 2016 SouthCentral
## 5185 conventional 2016 SouthCentral
## 5186 conventional 2016 SouthCentral
## 5187 conventional 2016 SouthCentral
## 5188 conventional 2016 SouthCentral
## 5189 conventional 2016 SouthCentral
## 5190 conventional 2016 SouthCentral
## 5191 conventional 2016 SouthCentral
## 5192 conventional 2016 SouthCentral
## 5193 conventional 2016 SouthCentral
## 5194 conventional 2016 SouthCentral
## 5195 conventional 2016 SouthCentral
## 5196 conventional 2016 SouthCentral
## 5197 conventional 2016 SouthCentral
## 5198 conventional 2016 SouthCentral
## 5199 conventional 2016 SouthCentral
## 5200 conventional 2016 SouthCentral
## 5201 conventional 2016 Southeast
## 5202 conventional 2016 Southeast
## 5203 conventional 2016 Southeast
## 5204 conventional 2016 Southeast
## 5205 conventional 2016 Southeast
## 5206 conventional 2016 Southeast
## 5207 conventional 2016 Southeast
## 5208 conventional 2016 Southeast
## 5209 conventional 2016 Southeast
## 5210 conventional 2016 Southeast
## 5211 conventional 2016 Southeast
## 5212 conventional 2016 Southeast
## 5213 conventional 2016 Southeast
## 5214 conventional 2016 Southeast
## 5215 conventional 2016 Southeast
## 5216 conventional 2016 Southeast
## 5217 conventional 2016 Southeast
## 5218 conventional 2016 Southeast
## 5219 conventional 2016 Southeast
## 5220 conventional 2016 Southeast
## 5221 conventional 2016 Southeast
## 5222 conventional 2016 Southeast
## 5223 conventional 2016 Southeast
## 5224 conventional 2016 Southeast
## 5225 conventional 2016 Southeast
## 5226 conventional 2016 Southeast
## 5227 conventional 2016 Southeast
## 5228 conventional 2016 Southeast
## 5229 conventional 2016 Southeast
## 5230 conventional 2016 Southeast
## 5231 conventional 2016 Southeast
## 5232 conventional 2016 Southeast
## 5233 conventional 2016 Southeast
## 5234 conventional 2016 Southeast
## 5235 conventional 2016 Southeast
## 5236 conventional 2016 Southeast
## 5237 conventional 2016 Southeast
## 5238 conventional 2016 Southeast
## 5239 conventional 2016 Southeast
## 5240 conventional 2016 Southeast
## 5241 conventional 2016 Southeast
## 5242 conventional 2016 Southeast
## 5243 conventional 2016 Southeast
## 5244 conventional 2016 Southeast
## 5245 conventional 2016 Southeast
## 5246 conventional 2016 Southeast
## 5247 conventional 2016 Southeast
## 5248 conventional 2016 Southeast
## 5249 conventional 2016 Southeast
## 5250 conventional 2016 Southeast
## 5251 conventional 2016 Southeast
## 5252 conventional 2016 Southeast
## 5253 conventional 2016 Spokane
## 5254 conventional 2016 Spokane
## 5255 conventional 2016 Spokane
## 5256 conventional 2016 Spokane
## 5257 conventional 2016 Spokane
## 5258 conventional 2016 Spokane
## 5259 conventional 2016 Spokane
## 5260 conventional 2016 Spokane
## 5261 conventional 2016 Spokane
## 5262 conventional 2016 Spokane
## 5263 conventional 2016 Spokane
## 5264 conventional 2016 Spokane
## 5265 conventional 2016 Spokane
## 5266 conventional 2016 Spokane
## 5267 conventional 2016 Spokane
## 5268 conventional 2016 Spokane
## 5269 conventional 2016 Spokane
## 5270 conventional 2016 Spokane
## 5271 conventional 2016 Spokane
## 5272 conventional 2016 Spokane
## 5273 conventional 2016 Spokane
## 5274 conventional 2016 Spokane
## 5275 conventional 2016 Spokane
## 5276 conventional 2016 Spokane
## 5277 conventional 2016 Spokane
## 5278 conventional 2016 Spokane
## 5279 conventional 2016 Spokane
## 5280 conventional 2016 Spokane
## 5281 conventional 2016 Spokane
## 5282 conventional 2016 Spokane
## 5283 conventional 2016 Spokane
## 5284 conventional 2016 Spokane
## 5285 conventional 2016 Spokane
## 5286 conventional 2016 Spokane
## 5287 conventional 2016 Spokane
## 5288 conventional 2016 Spokane
## 5289 conventional 2016 Spokane
## 5290 conventional 2016 Spokane
## 5291 conventional 2016 Spokane
## 5292 conventional 2016 Spokane
## 5293 conventional 2016 Spokane
## 5294 conventional 2016 Spokane
## 5295 conventional 2016 Spokane
## 5296 conventional 2016 Spokane
## 5297 conventional 2016 Spokane
## 5298 conventional 2016 Spokane
## 5299 conventional 2016 Spokane
## 5300 conventional 2016 Spokane
## 5301 conventional 2016 Spokane
## 5302 conventional 2016 Spokane
## 5303 conventional 2016 Spokane
## 5304 conventional 2016 Spokane
## 5305 conventional 2016 StLouis
## 5306 conventional 2016 StLouis
## 5307 conventional 2016 StLouis
## 5308 conventional 2016 StLouis
## 5309 conventional 2016 StLouis
## 5310 conventional 2016 StLouis
## 5311 conventional 2016 StLouis
## 5312 conventional 2016 StLouis
## 5313 conventional 2016 StLouis
## 5314 conventional 2016 StLouis
## 5315 conventional 2016 StLouis
## 5316 conventional 2016 StLouis
## 5317 conventional 2016 StLouis
## 5318 conventional 2016 StLouis
## 5319 conventional 2016 StLouis
## 5320 conventional 2016 StLouis
## 5321 conventional 2016 StLouis
## 5322 conventional 2016 StLouis
## 5323 conventional 2016 StLouis
## 5324 conventional 2016 StLouis
## 5325 conventional 2016 StLouis
## 5326 conventional 2016 StLouis
## 5327 conventional 2016 StLouis
## 5328 conventional 2016 StLouis
## 5329 conventional 2016 StLouis
## 5330 conventional 2016 StLouis
## 5331 conventional 2016 StLouis
## 5332 conventional 2016 StLouis
## 5333 conventional 2016 StLouis
## 5334 conventional 2016 StLouis
## 5335 conventional 2016 StLouis
## 5336 conventional 2016 StLouis
## 5337 conventional 2016 StLouis
## 5338 conventional 2016 StLouis
## 5339 conventional 2016 StLouis
## 5340 conventional 2016 StLouis
## 5341 conventional 2016 StLouis
## 5342 conventional 2016 StLouis
## 5343 conventional 2016 StLouis
## 5344 conventional 2016 StLouis
## 5345 conventional 2016 StLouis
## 5346 conventional 2016 StLouis
## 5347 conventional 2016 StLouis
## 5348 conventional 2016 StLouis
## 5349 conventional 2016 StLouis
## 5350 conventional 2016 StLouis
## 5351 conventional 2016 StLouis
## 5352 conventional 2016 StLouis
## 5353 conventional 2016 StLouis
## 5354 conventional 2016 StLouis
## 5355 conventional 2016 StLouis
## 5356 conventional 2016 StLouis
## 5357 conventional 2016 Syracuse
## 5358 conventional 2016 Syracuse
## 5359 conventional 2016 Syracuse
## 5360 conventional 2016 Syracuse
## 5361 conventional 2016 Syracuse
## 5362 conventional 2016 Syracuse
## 5363 conventional 2016 Syracuse
## 5364 conventional 2016 Syracuse
## 5365 conventional 2016 Syracuse
## 5366 conventional 2016 Syracuse
## 5367 conventional 2016 Syracuse
## 5368 conventional 2016 Syracuse
## 5369 conventional 2016 Syracuse
## 5370 conventional 2016 Syracuse
## 5371 conventional 2016 Syracuse
## 5372 conventional 2016 Syracuse
## 5373 conventional 2016 Syracuse
## 5374 conventional 2016 Syracuse
## 5375 conventional 2016 Syracuse
## 5376 conventional 2016 Syracuse
## 5377 conventional 2016 Syracuse
## 5378 conventional 2016 Syracuse
## 5379 conventional 2016 Syracuse
## 5380 conventional 2016 Syracuse
## 5381 conventional 2016 Syracuse
## 5382 conventional 2016 Syracuse
## 5383 conventional 2016 Syracuse
## 5384 conventional 2016 Syracuse
## 5385 conventional 2016 Syracuse
## 5386 conventional 2016 Syracuse
## 5387 conventional 2016 Syracuse
## 5388 conventional 2016 Syracuse
## 5389 conventional 2016 Syracuse
## 5390 conventional 2016 Syracuse
## 5391 conventional 2016 Syracuse
## 5392 conventional 2016 Syracuse
## 5393 conventional 2016 Syracuse
## 5394 conventional 2016 Syracuse
## 5395 conventional 2016 Syracuse
## 5396 conventional 2016 Syracuse
## 5397 conventional 2016 Syracuse
## 5398 conventional 2016 Syracuse
## 5399 conventional 2016 Syracuse
## 5400 conventional 2016 Syracuse
## 5401 conventional 2016 Syracuse
## 5402 conventional 2016 Syracuse
## 5403 conventional 2016 Syracuse
## 5404 conventional 2016 Syracuse
## 5405 conventional 2016 Syracuse
## 5406 conventional 2016 Syracuse
## 5407 conventional 2016 Syracuse
## 5408 conventional 2016 Syracuse
## 5409 conventional 2016 Tampa
## 5410 conventional 2016 Tampa
## 5411 conventional 2016 Tampa
## 5412 conventional 2016 Tampa
## 5413 conventional 2016 Tampa
## 5414 conventional 2016 Tampa
## 5415 conventional 2016 Tampa
## 5416 conventional 2016 Tampa
## 5417 conventional 2016 Tampa
## 5418 conventional 2016 Tampa
## 5419 conventional 2016 Tampa
## 5420 conventional 2016 Tampa
## 5421 conventional 2016 Tampa
## 5422 conventional 2016 Tampa
## 5423 conventional 2016 Tampa
## 5424 conventional 2016 Tampa
## 5425 conventional 2016 Tampa
## 5426 conventional 2016 Tampa
## 5427 conventional 2016 Tampa
## 5428 conventional 2016 Tampa
## 5429 conventional 2016 Tampa
## 5430 conventional 2016 Tampa
## 5431 conventional 2016 Tampa
## 5432 conventional 2016 Tampa
## 5433 conventional 2016 Tampa
## 5434 conventional 2016 Tampa
## 5435 conventional 2016 Tampa
## 5436 conventional 2016 Tampa
## 5437 conventional 2016 Tampa
## 5438 conventional 2016 Tampa
## 5439 conventional 2016 Tampa
## 5440 conventional 2016 Tampa
## 5441 conventional 2016 Tampa
## 5442 conventional 2016 Tampa
## 5443 conventional 2016 Tampa
## 5444 conventional 2016 Tampa
## 5445 conventional 2016 Tampa
## 5446 conventional 2016 Tampa
## 5447 conventional 2016 Tampa
## 5448 conventional 2016 Tampa
## 5449 conventional 2016 Tampa
## 5450 conventional 2016 Tampa
## 5451 conventional 2016 Tampa
## 5452 conventional 2016 Tampa
## 5453 conventional 2016 Tampa
## 5454 conventional 2016 Tampa
## 5455 conventional 2016 Tampa
## 5456 conventional 2016 Tampa
## 5457 conventional 2016 Tampa
## 5458 conventional 2016 Tampa
## 5459 conventional 2016 Tampa
## 5460 conventional 2016 Tampa
## 5461 conventional 2016 TotalUS
## 5462 conventional 2016 TotalUS
## 5463 conventional 2016 TotalUS
## 5464 conventional 2016 TotalUS
## 5465 conventional 2016 TotalUS
## 5466 conventional 2016 TotalUS
## 5467 conventional 2016 TotalUS
## 5468 conventional 2016 TotalUS
## 5469 conventional 2016 TotalUS
## 5470 conventional 2016 TotalUS
## 5471 conventional 2016 TotalUS
## 5472 conventional 2016 TotalUS
## 5473 conventional 2016 TotalUS
## 5474 conventional 2016 TotalUS
## 5475 conventional 2016 TotalUS
## 5476 conventional 2016 TotalUS
## 5477 conventional 2016 TotalUS
## 5478 conventional 2016 TotalUS
## 5479 conventional 2016 TotalUS
## 5480 conventional 2016 TotalUS
## 5481 conventional 2016 TotalUS
## 5482 conventional 2016 TotalUS
## 5483 conventional 2016 TotalUS
## 5484 conventional 2016 TotalUS
## 5485 conventional 2016 TotalUS
## 5486 conventional 2016 TotalUS
## 5487 conventional 2016 TotalUS
## 5488 conventional 2016 TotalUS
## 5489 conventional 2016 TotalUS
## 5490 conventional 2016 TotalUS
## 5491 conventional 2016 TotalUS
## 5492 conventional 2016 TotalUS
## 5493 conventional 2016 TotalUS
## 5494 conventional 2016 TotalUS
## 5495 conventional 2016 TotalUS
## 5496 conventional 2016 TotalUS
## 5497 conventional 2016 TotalUS
## 5498 conventional 2016 TotalUS
## 5499 conventional 2016 TotalUS
## 5500 conventional 2016 TotalUS
## 5501 conventional 2016 TotalUS
## 5502 conventional 2016 TotalUS
## 5503 conventional 2016 TotalUS
## 5504 conventional 2016 TotalUS
## 5505 conventional 2016 TotalUS
## 5506 conventional 2016 TotalUS
## 5507 conventional 2016 TotalUS
## 5508 conventional 2016 TotalUS
## 5509 conventional 2016 TotalUS
## 5510 conventional 2016 TotalUS
## 5511 conventional 2016 TotalUS
## 5512 conventional 2016 TotalUS
## 5513 conventional 2016 West
## 5514 conventional 2016 West
## 5515 conventional 2016 West
## 5516 conventional 2016 West
## 5517 conventional 2016 West
## 5518 conventional 2016 West
## 5519 conventional 2016 West
## 5520 conventional 2016 West
## 5521 conventional 2016 West
## 5522 conventional 2016 West
## 5523 conventional 2016 West
## 5524 conventional 2016 West
## 5525 conventional 2016 West
## 5526 conventional 2016 West
## 5527 conventional 2016 West
## 5528 conventional 2016 West
## 5529 conventional 2016 West
## 5530 conventional 2016 West
## 5531 conventional 2016 West
## 5532 conventional 2016 West
## 5533 conventional 2016 West
## 5534 conventional 2016 West
## 5535 conventional 2016 West
## 5536 conventional 2016 West
## 5537 conventional 2016 West
## 5538 conventional 2016 West
## 5539 conventional 2016 West
## 5540 conventional 2016 West
## 5541 conventional 2016 West
## 5542 conventional 2016 West
## 5543 conventional 2016 West
## 5544 conventional 2016 West
## 5545 conventional 2016 West
## 5546 conventional 2016 West
## 5547 conventional 2016 West
## 5548 conventional 2016 West
## 5549 conventional 2016 West
## 5550 conventional 2016 West
## 5551 conventional 2016 West
## 5552 conventional 2016 West
## 5553 conventional 2016 West
## 5554 conventional 2016 West
## 5555 conventional 2016 West
## 5556 conventional 2016 West
## 5557 conventional 2016 West
## 5558 conventional 2016 West
## 5559 conventional 2016 West
## 5560 conventional 2016 West
## 5561 conventional 2016 West
## 5562 conventional 2016 West
## 5563 conventional 2016 West
## 5564 conventional 2016 West
## 5565 conventional 2016 WestTexNewMexico
## 5566 conventional 2016 WestTexNewMexico
## 5567 conventional 2016 WestTexNewMexico
## 5568 conventional 2016 WestTexNewMexico
## 5569 conventional 2016 WestTexNewMexico
## 5570 conventional 2016 WestTexNewMexico
## 5571 conventional 2016 WestTexNewMexico
## 5572 conventional 2016 WestTexNewMexico
## 5573 conventional 2016 WestTexNewMexico
## 5574 conventional 2016 WestTexNewMexico
## 5575 conventional 2016 WestTexNewMexico
## 5576 conventional 2016 WestTexNewMexico
## 5577 conventional 2016 WestTexNewMexico
## 5578 conventional 2016 WestTexNewMexico
## 5579 conventional 2016 WestTexNewMexico
## 5580 conventional 2016 WestTexNewMexico
## 5581 conventional 2016 WestTexNewMexico
## 5582 conventional 2016 WestTexNewMexico
## 5583 conventional 2016 WestTexNewMexico
## 5584 conventional 2016 WestTexNewMexico
## 5585 conventional 2016 WestTexNewMexico
## 5586 conventional 2016 WestTexNewMexico
## 5587 conventional 2016 WestTexNewMexico
## 5588 conventional 2016 WestTexNewMexico
## 5589 conventional 2016 WestTexNewMexico
## 5590 conventional 2016 WestTexNewMexico
## 5591 conventional 2016 WestTexNewMexico
## 5592 conventional 2016 WestTexNewMexico
## 5593 conventional 2016 WestTexNewMexico
## 5594 conventional 2016 WestTexNewMexico
## 5595 conventional 2016 WestTexNewMexico
## 5596 conventional 2016 WestTexNewMexico
## 5597 conventional 2016 WestTexNewMexico
## 5598 conventional 2016 WestTexNewMexico
## 5599 conventional 2016 WestTexNewMexico
## 5600 conventional 2016 WestTexNewMexico
## 5601 conventional 2016 WestTexNewMexico
## 5602 conventional 2016 WestTexNewMexico
## 5603 conventional 2016 WestTexNewMexico
## 5604 conventional 2016 WestTexNewMexico
## 5605 conventional 2016 WestTexNewMexico
## 5606 conventional 2016 WestTexNewMexico
## 5607 conventional 2016 WestTexNewMexico
## 5608 conventional 2016 WestTexNewMexico
## 5609 conventional 2016 WestTexNewMexico
## 5610 conventional 2016 WestTexNewMexico
## 5611 conventional 2016 WestTexNewMexico
## 5612 conventional 2016 WestTexNewMexico
## 5613 conventional 2016 WestTexNewMexico
## 5614 conventional 2016 WestTexNewMexico
## 5615 conventional 2016 WestTexNewMexico
## 5616 conventional 2016 WestTexNewMexico
## 5617 conventional 2017 Albany
## 5618 conventional 2017 Albany
## 5619 conventional 2017 Albany
## 5620 conventional 2017 Albany
## 5621 conventional 2017 Albany
## 5622 conventional 2017 Albany
## 5623 conventional 2017 Albany
## 5624 conventional 2017 Albany
## 5625 conventional 2017 Albany
## 5626 conventional 2017 Albany
## 5627 conventional 2017 Albany
## 5628 conventional 2017 Albany
## 5629 conventional 2017 Albany
## 5630 conventional 2017 Albany
## 5631 conventional 2017 Albany
## 5632 conventional 2017 Albany
## 5633 conventional 2017 Albany
## 5634 conventional 2017 Albany
## 5635 conventional 2017 Albany
## 5636 conventional 2017 Albany
## 5637 conventional 2017 Albany
## 5638 conventional 2017 Albany
## 5639 conventional 2017 Albany
## 5640 conventional 2017 Albany
## 5641 conventional 2017 Albany
## 5642 conventional 2017 Albany
## 5643 conventional 2017 Albany
## 5644 conventional 2017 Albany
## 5645 conventional 2017 Albany
## 5646 conventional 2017 Albany
## 5647 conventional 2017 Albany
## 5648 conventional 2017 Albany
## 5649 conventional 2017 Albany
## 5650 conventional 2017 Albany
## 5651 conventional 2017 Albany
## 5652 conventional 2017 Albany
## 5653 conventional 2017 Albany
## 5654 conventional 2017 Albany
## 5655 conventional 2017 Albany
## 5656 conventional 2017 Albany
## 5657 conventional 2017 Albany
## 5658 conventional 2017 Albany
## 5659 conventional 2017 Albany
## 5660 conventional 2017 Albany
## 5661 conventional 2017 Albany
## 5662 conventional 2017 Albany
## 5663 conventional 2017 Albany
## 5664 conventional 2017 Albany
## 5665 conventional 2017 Albany
## 5666 conventional 2017 Albany
## 5667 conventional 2017 Albany
## 5668 conventional 2017 Albany
## 5669 conventional 2017 Albany
## 5670 conventional 2017 Atlanta
## 5671 conventional 2017 Atlanta
## 5672 conventional 2017 Atlanta
## 5673 conventional 2017 Atlanta
## 5674 conventional 2017 Atlanta
## 5675 conventional 2017 Atlanta
## 5676 conventional 2017 Atlanta
## 5677 conventional 2017 Atlanta
## 5678 conventional 2017 Atlanta
## 5679 conventional 2017 Atlanta
## 5680 conventional 2017 Atlanta
## 5681 conventional 2017 Atlanta
## 5682 conventional 2017 Atlanta
## 5683 conventional 2017 Atlanta
## 5684 conventional 2017 Atlanta
## 5685 conventional 2017 Atlanta
## 5686 conventional 2017 Atlanta
## 5687 conventional 2017 Atlanta
## 5688 conventional 2017 Atlanta
## 5689 conventional 2017 Atlanta
## 5690 conventional 2017 Atlanta
## 5691 conventional 2017 Atlanta
## 5692 conventional 2017 Atlanta
## 5693 conventional 2017 Atlanta
## 5694 conventional 2017 Atlanta
## 5695 conventional 2017 Atlanta
## 5696 conventional 2017 Atlanta
## 5697 conventional 2017 Atlanta
## 5698 conventional 2017 Atlanta
## 5699 conventional 2017 Atlanta
## 5700 conventional 2017 Atlanta
## 5701 conventional 2017 Atlanta
## 5702 conventional 2017 Atlanta
## 5703 conventional 2017 Atlanta
## 5704 conventional 2017 Atlanta
## 5705 conventional 2017 Atlanta
## 5706 conventional 2017 Atlanta
## 5707 conventional 2017 Atlanta
## 5708 conventional 2017 Atlanta
## 5709 conventional 2017 Atlanta
## 5710 conventional 2017 Atlanta
## 5711 conventional 2017 Atlanta
## 5712 conventional 2017 Atlanta
## 5713 conventional 2017 Atlanta
## 5714 conventional 2017 Atlanta
## 5715 conventional 2017 Atlanta
## 5716 conventional 2017 Atlanta
## 5717 conventional 2017 Atlanta
## 5718 conventional 2017 Atlanta
## 5719 conventional 2017 Atlanta
## 5720 conventional 2017 Atlanta
## 5721 conventional 2017 Atlanta
## 5722 conventional 2017 Atlanta
## 5723 conventional 2017 BaltimoreWashington
## 5724 conventional 2017 BaltimoreWashington
## 5725 conventional 2017 BaltimoreWashington
## 5726 conventional 2017 BaltimoreWashington
## 5727 conventional 2017 BaltimoreWashington
## 5728 conventional 2017 BaltimoreWashington
## 5729 conventional 2017 BaltimoreWashington
## 5730 conventional 2017 BaltimoreWashington
## 5731 conventional 2017 BaltimoreWashington
## 5732 conventional 2017 BaltimoreWashington
## 5733 conventional 2017 BaltimoreWashington
## 5734 conventional 2017 BaltimoreWashington
## 5735 conventional 2017 BaltimoreWashington
## 5736 conventional 2017 BaltimoreWashington
## 5737 conventional 2017 BaltimoreWashington
## 5738 conventional 2017 BaltimoreWashington
## 5739 conventional 2017 BaltimoreWashington
## 5740 conventional 2017 BaltimoreWashington
## 5741 conventional 2017 BaltimoreWashington
## 5742 conventional 2017 BaltimoreWashington
## 5743 conventional 2017 BaltimoreWashington
## 5744 conventional 2017 BaltimoreWashington
## 5745 conventional 2017 BaltimoreWashington
## 5746 conventional 2017 BaltimoreWashington
## 5747 conventional 2017 BaltimoreWashington
## 5748 conventional 2017 BaltimoreWashington
## 5749 conventional 2017 BaltimoreWashington
## 5750 conventional 2017 BaltimoreWashington
## 5751 conventional 2017 BaltimoreWashington
## 5752 conventional 2017 BaltimoreWashington
## 5753 conventional 2017 BaltimoreWashington
## 5754 conventional 2017 BaltimoreWashington
## 5755 conventional 2017 BaltimoreWashington
## 5756 conventional 2017 BaltimoreWashington
## 5757 conventional 2017 BaltimoreWashington
## 5758 conventional 2017 BaltimoreWashington
## 5759 conventional 2017 BaltimoreWashington
## 5760 conventional 2017 BaltimoreWashington
## 5761 conventional 2017 BaltimoreWashington
## 5762 conventional 2017 BaltimoreWashington
## 5763 conventional 2017 BaltimoreWashington
## 5764 conventional 2017 BaltimoreWashington
## 5765 conventional 2017 BaltimoreWashington
## 5766 conventional 2017 BaltimoreWashington
## 5767 conventional 2017 BaltimoreWashington
## 5768 conventional 2017 BaltimoreWashington
## 5769 conventional 2017 BaltimoreWashington
## 5770 conventional 2017 BaltimoreWashington
## 5771 conventional 2017 BaltimoreWashington
## 5772 conventional 2017 BaltimoreWashington
## 5773 conventional 2017 BaltimoreWashington
## 5774 conventional 2017 BaltimoreWashington
## 5775 conventional 2017 BaltimoreWashington
## 5776 conventional 2017 Boise
## 5777 conventional 2017 Boise
## 5778 conventional 2017 Boise
## 5779 conventional 2017 Boise
## 5780 conventional 2017 Boise
## 5781 conventional 2017 Boise
## 5782 conventional 2017 Boise
## 5783 conventional 2017 Boise
## 5784 conventional 2017 Boise
## 5785 conventional 2017 Boise
## 5786 conventional 2017 Boise
## 5787 conventional 2017 Boise
## 5788 conventional 2017 Boise
## 5789 conventional 2017 Boise
## 5790 conventional 2017 Boise
## 5791 conventional 2017 Boise
## 5792 conventional 2017 Boise
## 5793 conventional 2017 Boise
## 5794 conventional 2017 Boise
## 5795 conventional 2017 Boise
## 5796 conventional 2017 Boise
## 5797 conventional 2017 Boise
## 5798 conventional 2017 Boise
## 5799 conventional 2017 Boise
## 5800 conventional 2017 Boise
## 5801 conventional 2017 Boise
## 5802 conventional 2017 Boise
## 5803 conventional 2017 Boise
## 5804 conventional 2017 Boise
## 5805 conventional 2017 Boise
## 5806 conventional 2017 Boise
## 5807 conventional 2017 Boise
## 5808 conventional 2017 Boise
## 5809 conventional 2017 Boise
## 5810 conventional 2017 Boise
## 5811 conventional 2017 Boise
## 5812 conventional 2017 Boise
## 5813 conventional 2017 Boise
## 5814 conventional 2017 Boise
## 5815 conventional 2017 Boise
## 5816 conventional 2017 Boise
## 5817 conventional 2017 Boise
## 5818 conventional 2017 Boise
## 5819 conventional 2017 Boise
## 5820 conventional 2017 Boise
## 5821 conventional 2017 Boise
## 5822 conventional 2017 Boise
## 5823 conventional 2017 Boise
## 5824 conventional 2017 Boise
## 5825 conventional 2017 Boise
## 5826 conventional 2017 Boise
## 5827 conventional 2017 Boise
## 5828 conventional 2017 Boise
## 5829 conventional 2017 Boston
## 5830 conventional 2017 Boston
## 5831 conventional 2017 Boston
## 5832 conventional 2017 Boston
## 5833 conventional 2017 Boston
## 5834 conventional 2017 Boston
## 5835 conventional 2017 Boston
## 5836 conventional 2017 Boston
## 5837 conventional 2017 Boston
## 5838 conventional 2017 Boston
## 5839 conventional 2017 Boston
## 5840 conventional 2017 Boston
## 5841 conventional 2017 Boston
## 5842 conventional 2017 Boston
## 5843 conventional 2017 Boston
## 5844 conventional 2017 Boston
## 5845 conventional 2017 Boston
## 5846 conventional 2017 Boston
## 5847 conventional 2017 Boston
## 5848 conventional 2017 Boston
## 5849 conventional 2017 Boston
## 5850 conventional 2017 Boston
## 5851 conventional 2017 Boston
## 5852 conventional 2017 Boston
## 5853 conventional 2017 Boston
## 5854 conventional 2017 Boston
## 5855 conventional 2017 Boston
## 5856 conventional 2017 Boston
## 5857 conventional 2017 Boston
## 5858 conventional 2017 Boston
## 5859 conventional 2017 Boston
## 5860 conventional 2017 Boston
## 5861 conventional 2017 Boston
## 5862 conventional 2017 Boston
## 5863 conventional 2017 Boston
## 5864 conventional 2017 Boston
## 5865 conventional 2017 Boston
## 5866 conventional 2017 Boston
## 5867 conventional 2017 Boston
## 5868 conventional 2017 Boston
## 5869 conventional 2017 Boston
## 5870 conventional 2017 Boston
## 5871 conventional 2017 Boston
## 5872 conventional 2017 Boston
## 5873 conventional 2017 Boston
## 5874 conventional 2017 Boston
## 5875 conventional 2017 Boston
## 5876 conventional 2017 Boston
## 5877 conventional 2017 Boston
## 5878 conventional 2017 Boston
## 5879 conventional 2017 Boston
## 5880 conventional 2017 Boston
## 5881 conventional 2017 Boston
## 5882 conventional 2017 BuffaloRochester
## 5883 conventional 2017 BuffaloRochester
## 5884 conventional 2017 BuffaloRochester
## 5885 conventional 2017 BuffaloRochester
## 5886 conventional 2017 BuffaloRochester
## 5887 conventional 2017 BuffaloRochester
## 5888 conventional 2017 BuffaloRochester
## 5889 conventional 2017 BuffaloRochester
## 5890 conventional 2017 BuffaloRochester
## 5891 conventional 2017 BuffaloRochester
## 5892 conventional 2017 BuffaloRochester
## 5893 conventional 2017 BuffaloRochester
## 5894 conventional 2017 BuffaloRochester
## 5895 conventional 2017 BuffaloRochester
## 5896 conventional 2017 BuffaloRochester
## 5897 conventional 2017 BuffaloRochester
## 5898 conventional 2017 BuffaloRochester
## 5899 conventional 2017 BuffaloRochester
## 5900 conventional 2017 BuffaloRochester
## 5901 conventional 2017 BuffaloRochester
## 5902 conventional 2017 BuffaloRochester
## 5903 conventional 2017 BuffaloRochester
## 5904 conventional 2017 BuffaloRochester
## 5905 conventional 2017 BuffaloRochester
## 5906 conventional 2017 BuffaloRochester
## 5907 conventional 2017 BuffaloRochester
## 5908 conventional 2017 BuffaloRochester
## 5909 conventional 2017 BuffaloRochester
## 5910 conventional 2017 BuffaloRochester
## 5911 conventional 2017 BuffaloRochester
## 5912 conventional 2017 BuffaloRochester
## 5913 conventional 2017 BuffaloRochester
## 5914 conventional 2017 BuffaloRochester
## 5915 conventional 2017 BuffaloRochester
## 5916 conventional 2017 BuffaloRochester
## 5917 conventional 2017 BuffaloRochester
## 5918 conventional 2017 BuffaloRochester
## 5919 conventional 2017 BuffaloRochester
## 5920 conventional 2017 BuffaloRochester
## 5921 conventional 2017 BuffaloRochester
## 5922 conventional 2017 BuffaloRochester
## 5923 conventional 2017 BuffaloRochester
## 5924 conventional 2017 BuffaloRochester
## 5925 conventional 2017 BuffaloRochester
## 5926 conventional 2017 BuffaloRochester
## 5927 conventional 2017 BuffaloRochester
## 5928 conventional 2017 BuffaloRochester
## 5929 conventional 2017 BuffaloRochester
## 5930 conventional 2017 BuffaloRochester
## 5931 conventional 2017 BuffaloRochester
## 5932 conventional 2017 BuffaloRochester
## 5933 conventional 2017 BuffaloRochester
## 5934 conventional 2017 BuffaloRochester
## 5935 conventional 2017 California
## 5936 conventional 2017 California
## 5937 conventional 2017 California
## 5938 conventional 2017 California
## 5939 conventional 2017 California
## 5940 conventional 2017 California
## 5941 conventional 2017 California
## 5942 conventional 2017 California
## 5943 conventional 2017 California
## 5944 conventional 2017 California
## 5945 conventional 2017 California
## 5946 conventional 2017 California
## 5947 conventional 2017 California
## 5948 conventional 2017 California
## 5949 conventional 2017 California
## 5950 conventional 2017 California
## 5951 conventional 2017 California
## 5952 conventional 2017 California
## 5953 conventional 2017 California
## 5954 conventional 2017 California
## 5955 conventional 2017 California
## 5956 conventional 2017 California
## 5957 conventional 2017 California
## 5958 conventional 2017 California
## 5959 conventional 2017 California
## 5960 conventional 2017 California
## 5961 conventional 2017 California
## 5962 conventional 2017 California
## 5963 conventional 2017 California
## 5964 conventional 2017 California
## 5965 conventional 2017 California
## 5966 conventional 2017 California
## 5967 conventional 2017 California
## 5968 conventional 2017 California
## 5969 conventional 2017 California
## 5970 conventional 2017 California
## 5971 conventional 2017 California
## 5972 conventional 2017 California
## 5973 conventional 2017 California
## 5974 conventional 2017 California
## 5975 conventional 2017 California
## 5976 conventional 2017 California
## 5977 conventional 2017 California
## 5978 conventional 2017 California
## 5979 conventional 2017 California
## 5980 conventional 2017 California
## 5981 conventional 2017 California
## 5982 conventional 2017 California
## 5983 conventional 2017 California
## 5984 conventional 2017 California
## 5985 conventional 2017 California
## 5986 conventional 2017 California
## 5987 conventional 2017 California
## 5988 conventional 2017 Charlotte
## 5989 conventional 2017 Charlotte
## 5990 conventional 2017 Charlotte
## 5991 conventional 2017 Charlotte
## 5992 conventional 2017 Charlotte
## 5993 conventional 2017 Charlotte
## 5994 conventional 2017 Charlotte
## 5995 conventional 2017 Charlotte
## 5996 conventional 2017 Charlotte
## 5997 conventional 2017 Charlotte
## 5998 conventional 2017 Charlotte
## 5999 conventional 2017 Charlotte
## 6000 conventional 2017 Charlotte
## 6001 conventional 2017 Charlotte
## 6002 conventional 2017 Charlotte
## 6003 conventional 2017 Charlotte
## 6004 conventional 2017 Charlotte
## 6005 conventional 2017 Charlotte
## 6006 conventional 2017 Charlotte
## 6007 conventional 2017 Charlotte
## 6008 conventional 2017 Charlotte
## 6009 conventional 2017 Charlotte
## 6010 conventional 2017 Charlotte
## 6011 conventional 2017 Charlotte
## 6012 conventional 2017 Charlotte
## 6013 conventional 2017 Charlotte
## 6014 conventional 2017 Charlotte
## 6015 conventional 2017 Charlotte
## 6016 conventional 2017 Charlotte
## 6017 conventional 2017 Charlotte
## 6018 conventional 2017 Charlotte
## 6019 conventional 2017 Charlotte
## 6020 conventional 2017 Charlotte
## 6021 conventional 2017 Charlotte
## 6022 conventional 2017 Charlotte
## 6023 conventional 2017 Charlotte
## 6024 conventional 2017 Charlotte
## 6025 conventional 2017 Charlotte
## 6026 conventional 2017 Charlotte
## 6027 conventional 2017 Charlotte
## 6028 conventional 2017 Charlotte
## 6029 conventional 2017 Charlotte
## 6030 conventional 2017 Charlotte
## 6031 conventional 2017 Charlotte
## 6032 conventional 2017 Charlotte
## 6033 conventional 2017 Charlotte
## 6034 conventional 2017 Charlotte
## 6035 conventional 2017 Charlotte
## 6036 conventional 2017 Charlotte
## 6037 conventional 2017 Charlotte
## 6038 conventional 2017 Charlotte
## 6039 conventional 2017 Charlotte
## 6040 conventional 2017 Charlotte
## 6041 conventional 2017 Chicago
## 6042 conventional 2017 Chicago
## 6043 conventional 2017 Chicago
## 6044 conventional 2017 Chicago
## 6045 conventional 2017 Chicago
## 6046 conventional 2017 Chicago
## 6047 conventional 2017 Chicago
## 6048 conventional 2017 Chicago
## 6049 conventional 2017 Chicago
## 6050 conventional 2017 Chicago
## 6051 conventional 2017 Chicago
## 6052 conventional 2017 Chicago
## 6053 conventional 2017 Chicago
## 6054 conventional 2017 Chicago
## 6055 conventional 2017 Chicago
## 6056 conventional 2017 Chicago
## 6057 conventional 2017 Chicago
## 6058 conventional 2017 Chicago
## 6059 conventional 2017 Chicago
## 6060 conventional 2017 Chicago
## 6061 conventional 2017 Chicago
## 6062 conventional 2017 Chicago
## 6063 conventional 2017 Chicago
## 6064 conventional 2017 Chicago
## 6065 conventional 2017 Chicago
## 6066 conventional 2017 Chicago
## 6067 conventional 2017 Chicago
## 6068 conventional 2017 Chicago
## 6069 conventional 2017 Chicago
## 6070 conventional 2017 Chicago
## 6071 conventional 2017 Chicago
## 6072 conventional 2017 Chicago
## 6073 conventional 2017 Chicago
## 6074 conventional 2017 Chicago
## 6075 conventional 2017 Chicago
## 6076 conventional 2017 Chicago
## 6077 conventional 2017 Chicago
## 6078 conventional 2017 Chicago
## 6079 conventional 2017 Chicago
## 6080 conventional 2017 Chicago
## 6081 conventional 2017 Chicago
## 6082 conventional 2017 Chicago
## 6083 conventional 2017 Chicago
## 6084 conventional 2017 Chicago
## 6085 conventional 2017 Chicago
## 6086 conventional 2017 Chicago
## 6087 conventional 2017 Chicago
## 6088 conventional 2017 Chicago
## 6089 conventional 2017 Chicago
## 6090 conventional 2017 Chicago
## 6091 conventional 2017 Chicago
## 6092 conventional 2017 Chicago
## 6093 conventional 2017 Chicago
## 6094 conventional 2017 CincinnatiDayton
## 6095 conventional 2017 CincinnatiDayton
## 6096 conventional 2017 CincinnatiDayton
## 6097 conventional 2017 CincinnatiDayton
## 6098 conventional 2017 CincinnatiDayton
## 6099 conventional 2017 CincinnatiDayton
## 6100 conventional 2017 CincinnatiDayton
## 6101 conventional 2017 CincinnatiDayton
## 6102 conventional 2017 CincinnatiDayton
## 6103 conventional 2017 CincinnatiDayton
## 6104 conventional 2017 CincinnatiDayton
## 6105 conventional 2017 CincinnatiDayton
## 6106 conventional 2017 CincinnatiDayton
## 6107 conventional 2017 CincinnatiDayton
## 6108 conventional 2017 CincinnatiDayton
## 6109 conventional 2017 CincinnatiDayton
## 6110 conventional 2017 CincinnatiDayton
## 6111 conventional 2017 CincinnatiDayton
## 6112 conventional 2017 CincinnatiDayton
## 6113 conventional 2017 CincinnatiDayton
## 6114 conventional 2017 CincinnatiDayton
## 6115 conventional 2017 CincinnatiDayton
## 6116 conventional 2017 CincinnatiDayton
## 6117 conventional 2017 CincinnatiDayton
## 6118 conventional 2017 CincinnatiDayton
## 6119 conventional 2017 CincinnatiDayton
## 6120 conventional 2017 CincinnatiDayton
## 6121 conventional 2017 CincinnatiDayton
## 6122 conventional 2017 CincinnatiDayton
## 6123 conventional 2017 CincinnatiDayton
## 6124 conventional 2017 CincinnatiDayton
## 6125 conventional 2017 CincinnatiDayton
## 6126 conventional 2017 CincinnatiDayton
## 6127 conventional 2017 CincinnatiDayton
## 6128 conventional 2017 CincinnatiDayton
## 6129 conventional 2017 CincinnatiDayton
## 6130 conventional 2017 CincinnatiDayton
## 6131 conventional 2017 CincinnatiDayton
## 6132 conventional 2017 CincinnatiDayton
## 6133 conventional 2017 CincinnatiDayton
## 6134 conventional 2017 CincinnatiDayton
## 6135 conventional 2017 CincinnatiDayton
## 6136 conventional 2017 CincinnatiDayton
## 6137 conventional 2017 CincinnatiDayton
## 6138 conventional 2017 CincinnatiDayton
## 6139 conventional 2017 CincinnatiDayton
## 6140 conventional 2017 CincinnatiDayton
## 6141 conventional 2017 CincinnatiDayton
## 6142 conventional 2017 CincinnatiDayton
## 6143 conventional 2017 CincinnatiDayton
## 6144 conventional 2017 CincinnatiDayton
## 6145 conventional 2017 CincinnatiDayton
## 6146 conventional 2017 CincinnatiDayton
## 6147 conventional 2017 Columbus
## 6148 conventional 2017 Columbus
## 6149 conventional 2017 Columbus
## 6150 conventional 2017 Columbus
## 6151 conventional 2017 Columbus
## 6152 conventional 2017 Columbus
## 6153 conventional 2017 Columbus
## 6154 conventional 2017 Columbus
## 6155 conventional 2017 Columbus
## 6156 conventional 2017 Columbus
## 6157 conventional 2017 Columbus
## 6158 conventional 2017 Columbus
## 6159 conventional 2017 Columbus
## 6160 conventional 2017 Columbus
## 6161 conventional 2017 Columbus
## 6162 conventional 2017 Columbus
## 6163 conventional 2017 Columbus
## 6164 conventional 2017 Columbus
## 6165 conventional 2017 Columbus
## 6166 conventional 2017 Columbus
## 6167 conventional 2017 Columbus
## 6168 conventional 2017 Columbus
## 6169 conventional 2017 Columbus
## 6170 conventional 2017 Columbus
## 6171 conventional 2017 Columbus
## 6172 conventional 2017 Columbus
## 6173 conventional 2017 Columbus
## 6174 conventional 2017 Columbus
## 6175 conventional 2017 Columbus
## 6176 conventional 2017 Columbus
## 6177 conventional 2017 Columbus
## 6178 conventional 2017 Columbus
## 6179 conventional 2017 Columbus
## 6180 conventional 2017 Columbus
## 6181 conventional 2017 Columbus
## 6182 conventional 2017 Columbus
## 6183 conventional 2017 Columbus
## 6184 conventional 2017 Columbus
## 6185 conventional 2017 Columbus
## 6186 conventional 2017 Columbus
## 6187 conventional 2017 Columbus
## 6188 conventional 2017 Columbus
## 6189 conventional 2017 Columbus
## 6190 conventional 2017 Columbus
## 6191 conventional 2017 Columbus
## 6192 conventional 2017 Columbus
## 6193 conventional 2017 Columbus
## 6194 conventional 2017 Columbus
## 6195 conventional 2017 Columbus
## 6196 conventional 2017 Columbus
## 6197 conventional 2017 Columbus
## 6198 conventional 2017 Columbus
## 6199 conventional 2017 Columbus
## 6200 conventional 2017 DallasFtWorth
## 6201 conventional 2017 DallasFtWorth
## 6202 conventional 2017 DallasFtWorth
## 6203 conventional 2017 DallasFtWorth
## 6204 conventional 2017 DallasFtWorth
## 6205 conventional 2017 DallasFtWorth
## 6206 conventional 2017 DallasFtWorth
## 6207 conventional 2017 DallasFtWorth
## 6208 conventional 2017 DallasFtWorth
## 6209 conventional 2017 DallasFtWorth
## 6210 conventional 2017 DallasFtWorth
## 6211 conventional 2017 DallasFtWorth
## 6212 conventional 2017 DallasFtWorth
## 6213 conventional 2017 DallasFtWorth
## 6214 conventional 2017 DallasFtWorth
## 6215 conventional 2017 DallasFtWorth
## 6216 conventional 2017 DallasFtWorth
## 6217 conventional 2017 DallasFtWorth
## 6218 conventional 2017 DallasFtWorth
## 6219 conventional 2017 DallasFtWorth
## 6220 conventional 2017 DallasFtWorth
## 6221 conventional 2017 DallasFtWorth
## 6222 conventional 2017 DallasFtWorth
## 6223 conventional 2017 DallasFtWorth
## 6224 conventional 2017 DallasFtWorth
## 6225 conventional 2017 DallasFtWorth
## 6226 conventional 2017 DallasFtWorth
## 6227 conventional 2017 DallasFtWorth
## 6228 conventional 2017 DallasFtWorth
## 6229 conventional 2017 DallasFtWorth
## 6230 conventional 2017 DallasFtWorth
## 6231 conventional 2017 DallasFtWorth
## 6232 conventional 2017 DallasFtWorth
## 6233 conventional 2017 DallasFtWorth
## 6234 conventional 2017 DallasFtWorth
## 6235 conventional 2017 DallasFtWorth
## 6236 conventional 2017 DallasFtWorth
## 6237 conventional 2017 DallasFtWorth
## 6238 conventional 2017 DallasFtWorth
## 6239 conventional 2017 DallasFtWorth
## 6240 conventional 2017 DallasFtWorth
## 6241 conventional 2017 DallasFtWorth
## 6242 conventional 2017 DallasFtWorth
## 6243 conventional 2017 DallasFtWorth
## 6244 conventional 2017 DallasFtWorth
## 6245 conventional 2017 DallasFtWorth
## 6246 conventional 2017 DallasFtWorth
## 6247 conventional 2017 DallasFtWorth
## 6248 conventional 2017 DallasFtWorth
## 6249 conventional 2017 DallasFtWorth
## 6250 conventional 2017 DallasFtWorth
## 6251 conventional 2017 DallasFtWorth
## 6252 conventional 2017 DallasFtWorth
## 6253 conventional 2017 Denver
## 6254 conventional 2017 Denver
## 6255 conventional 2017 Denver
## 6256 conventional 2017 Denver
## 6257 conventional 2017 Denver
## 6258 conventional 2017 Denver
## 6259 conventional 2017 Denver
## 6260 conventional 2017 Denver
## 6261 conventional 2017 Denver
## 6262 conventional 2017 Denver
## 6263 conventional 2017 Denver
## 6264 conventional 2017 Denver
## 6265 conventional 2017 Denver
## 6266 conventional 2017 Denver
## 6267 conventional 2017 Denver
## 6268 conventional 2017 Denver
## 6269 conventional 2017 Denver
## 6270 conventional 2017 Denver
## 6271 conventional 2017 Denver
## 6272 conventional 2017 Denver
## 6273 conventional 2017 Denver
## 6274 conventional 2017 Denver
## 6275 conventional 2017 Denver
## 6276 conventional 2017 Denver
## 6277 conventional 2017 Denver
## 6278 conventional 2017 Denver
## 6279 conventional 2017 Denver
## 6280 conventional 2017 Denver
## 6281 conventional 2017 Denver
## 6282 conventional 2017 Denver
## 6283 conventional 2017 Denver
## 6284 conventional 2017 Denver
## 6285 conventional 2017 Denver
## 6286 conventional 2017 Denver
## 6287 conventional 2017 Denver
## 6288 conventional 2017 Denver
## 6289 conventional 2017 Denver
## 6290 conventional 2017 Denver
## 6291 conventional 2017 Denver
## 6292 conventional 2017 Denver
## 6293 conventional 2017 Denver
## 6294 conventional 2017 Denver
## 6295 conventional 2017 Denver
## 6296 conventional 2017 Denver
## 6297 conventional 2017 Denver
## 6298 conventional 2017 Denver
## 6299 conventional 2017 Denver
## 6300 conventional 2017 Denver
## 6301 conventional 2017 Denver
## 6302 conventional 2017 Denver
## 6303 conventional 2017 Denver
## 6304 conventional 2017 Denver
## 6305 conventional 2017 Denver
## 6306 conventional 2017 Detroit
## 6307 conventional 2017 Detroit
## 6308 conventional 2017 Detroit
## 6309 conventional 2017 Detroit
## 6310 conventional 2017 Detroit
## 6311 conventional 2017 Detroit
## 6312 conventional 2017 Detroit
## 6313 conventional 2017 Detroit
## 6314 conventional 2017 Detroit
## 6315 conventional 2017 Detroit
## 6316 conventional 2017 Detroit
## 6317 conventional 2017 Detroit
## 6318 conventional 2017 Detroit
## 6319 conventional 2017 Detroit
## 6320 conventional 2017 Detroit
## 6321 conventional 2017 Detroit
## 6322 conventional 2017 Detroit
## 6323 conventional 2017 Detroit
## 6324 conventional 2017 Detroit
## 6325 conventional 2017 Detroit
## 6326 conventional 2017 Detroit
## 6327 conventional 2017 Detroit
## 6328 conventional 2017 Detroit
## 6329 conventional 2017 Detroit
## 6330 conventional 2017 Detroit
## 6331 conventional 2017 Detroit
## 6332 conventional 2017 Detroit
## 6333 conventional 2017 Detroit
## 6334 conventional 2017 Detroit
## 6335 conventional 2017 Detroit
## 6336 conventional 2017 Detroit
## 6337 conventional 2017 Detroit
## 6338 conventional 2017 Detroit
## 6339 conventional 2017 Detroit
## 6340 conventional 2017 Detroit
## 6341 conventional 2017 Detroit
## 6342 conventional 2017 Detroit
## 6343 conventional 2017 Detroit
## 6344 conventional 2017 Detroit
## 6345 conventional 2017 Detroit
## 6346 conventional 2017 Detroit
## 6347 conventional 2017 Detroit
## 6348 conventional 2017 Detroit
## 6349 conventional 2017 Detroit
## 6350 conventional 2017 Detroit
## 6351 conventional 2017 Detroit
## 6352 conventional 2017 Detroit
## 6353 conventional 2017 Detroit
## 6354 conventional 2017 Detroit
## 6355 conventional 2017 Detroit
## 6356 conventional 2017 Detroit
## 6357 conventional 2017 Detroit
## 6358 conventional 2017 Detroit
## 6359 conventional 2017 GrandRapids
## 6360 conventional 2017 GrandRapids
## 6361 conventional 2017 GrandRapids
## 6362 conventional 2017 GrandRapids
## 6363 conventional 2017 GrandRapids
## 6364 conventional 2017 GrandRapids
## 6365 conventional 2017 GrandRapids
## 6366 conventional 2017 GrandRapids
## 6367 conventional 2017 GrandRapids
## 6368 conventional 2017 GrandRapids
## 6369 conventional 2017 GrandRapids
## 6370 conventional 2017 GrandRapids
## 6371 conventional 2017 GrandRapids
## 6372 conventional 2017 GrandRapids
## 6373 conventional 2017 GrandRapids
## 6374 conventional 2017 GrandRapids
## 6375 conventional 2017 GrandRapids
## 6376 conventional 2017 GrandRapids
## 6377 conventional 2017 GrandRapids
## 6378 conventional 2017 GrandRapids
## 6379 conventional 2017 GrandRapids
## 6380 conventional 2017 GrandRapids
## 6381 conventional 2017 GrandRapids
## 6382 conventional 2017 GrandRapids
## 6383 conventional 2017 GrandRapids
## 6384 conventional 2017 GrandRapids
## 6385 conventional 2017 GrandRapids
## 6386 conventional 2017 GrandRapids
## 6387 conventional 2017 GrandRapids
## 6388 conventional 2017 GrandRapids
## 6389 conventional 2017 GrandRapids
## 6390 conventional 2017 GrandRapids
## 6391 conventional 2017 GrandRapids
## 6392 conventional 2017 GrandRapids
## 6393 conventional 2017 GrandRapids
## 6394 conventional 2017 GrandRapids
## 6395 conventional 2017 GrandRapids
## 6396 conventional 2017 GrandRapids
## 6397 conventional 2017 GrandRapids
## 6398 conventional 2017 GrandRapids
## 6399 conventional 2017 GrandRapids
## 6400 conventional 2017 GrandRapids
## 6401 conventional 2017 GrandRapids
## 6402 conventional 2017 GrandRapids
## 6403 conventional 2017 GrandRapids
## 6404 conventional 2017 GrandRapids
## 6405 conventional 2017 GrandRapids
## 6406 conventional 2017 GrandRapids
## 6407 conventional 2017 GrandRapids
## 6408 conventional 2017 GrandRapids
## 6409 conventional 2017 GrandRapids
## 6410 conventional 2017 GrandRapids
## 6411 conventional 2017 GrandRapids
## 6412 conventional 2017 GreatLakes
## 6413 conventional 2017 GreatLakes
## 6414 conventional 2017 GreatLakes
## 6415 conventional 2017 GreatLakes
## 6416 conventional 2017 GreatLakes
## 6417 conventional 2017 GreatLakes
## 6418 conventional 2017 GreatLakes
## 6419 conventional 2017 GreatLakes
## 6420 conventional 2017 GreatLakes
## 6421 conventional 2017 GreatLakes
## 6422 conventional 2017 GreatLakes
## 6423 conventional 2017 GreatLakes
## 6424 conventional 2017 GreatLakes
## 6425 conventional 2017 GreatLakes
## 6426 conventional 2017 GreatLakes
## 6427 conventional 2017 GreatLakes
## 6428 conventional 2017 GreatLakes
## 6429 conventional 2017 GreatLakes
## 6430 conventional 2017 GreatLakes
## 6431 conventional 2017 GreatLakes
## 6432 conventional 2017 GreatLakes
## 6433 conventional 2017 GreatLakes
## 6434 conventional 2017 GreatLakes
## 6435 conventional 2017 GreatLakes
## 6436 conventional 2017 GreatLakes
## 6437 conventional 2017 GreatLakes
## 6438 conventional 2017 GreatLakes
## 6439 conventional 2017 GreatLakes
## 6440 conventional 2017 GreatLakes
## 6441 conventional 2017 GreatLakes
## 6442 conventional 2017 GreatLakes
## 6443 conventional 2017 GreatLakes
## 6444 conventional 2017 GreatLakes
## 6445 conventional 2017 GreatLakes
## 6446 conventional 2017 GreatLakes
## 6447 conventional 2017 GreatLakes
## 6448 conventional 2017 GreatLakes
## 6449 conventional 2017 GreatLakes
## 6450 conventional 2017 GreatLakes
## 6451 conventional 2017 GreatLakes
## 6452 conventional 2017 GreatLakes
## 6453 conventional 2017 GreatLakes
## 6454 conventional 2017 GreatLakes
## 6455 conventional 2017 GreatLakes
## 6456 conventional 2017 GreatLakes
## 6457 conventional 2017 GreatLakes
## 6458 conventional 2017 GreatLakes
## 6459 conventional 2017 GreatLakes
## 6460 conventional 2017 GreatLakes
## 6461 conventional 2017 GreatLakes
## 6462 conventional 2017 GreatLakes
## 6463 conventional 2017 GreatLakes
## 6464 conventional 2017 GreatLakes
## 6465 conventional 2017 HarrisburgScranton
## 6466 conventional 2017 HarrisburgScranton
## 6467 conventional 2017 HarrisburgScranton
## 6468 conventional 2017 HarrisburgScranton
## 6469 conventional 2017 HarrisburgScranton
## 6470 conventional 2017 HarrisburgScranton
## 6471 conventional 2017 HarrisburgScranton
## 6472 conventional 2017 HarrisburgScranton
## 6473 conventional 2017 HarrisburgScranton
## 6474 conventional 2017 HarrisburgScranton
## 6475 conventional 2017 HarrisburgScranton
## 6476 conventional 2017 HarrisburgScranton
## 6477 conventional 2017 HarrisburgScranton
## 6478 conventional 2017 HarrisburgScranton
## 6479 conventional 2017 HarrisburgScranton
## 6480 conventional 2017 HarrisburgScranton
## 6481 conventional 2017 HarrisburgScranton
## 6482 conventional 2017 HarrisburgScranton
## 6483 conventional 2017 HarrisburgScranton
## 6484 conventional 2017 HarrisburgScranton
## 6485 conventional 2017 HarrisburgScranton
## 6486 conventional 2017 HarrisburgScranton
## 6487 conventional 2017 HarrisburgScranton
## 6488 conventional 2017 HarrisburgScranton
## 6489 conventional 2017 HarrisburgScranton
## 6490 conventional 2017 HarrisburgScranton
## 6491 conventional 2017 HarrisburgScranton
## 6492 conventional 2017 HarrisburgScranton
## 6493 conventional 2017 HarrisburgScranton
## 6494 conventional 2017 HarrisburgScranton
## 6495 conventional 2017 HarrisburgScranton
## 6496 conventional 2017 HarrisburgScranton
## 6497 conventional 2017 HarrisburgScranton
## 6498 conventional 2017 HarrisburgScranton
## 6499 conventional 2017 HarrisburgScranton
## 6500 conventional 2017 HarrisburgScranton
## 6501 conventional 2017 HarrisburgScranton
## 6502 conventional 2017 HarrisburgScranton
## 6503 conventional 2017 HarrisburgScranton
## 6504 conventional 2017 HarrisburgScranton
## 6505 conventional 2017 HarrisburgScranton
## 6506 conventional 2017 HarrisburgScranton
## 6507 conventional 2017 HarrisburgScranton
## 6508 conventional 2017 HarrisburgScranton
## 6509 conventional 2017 HarrisburgScranton
## 6510 conventional 2017 HarrisburgScranton
## 6511 conventional 2017 HarrisburgScranton
## 6512 conventional 2017 HarrisburgScranton
## 6513 conventional 2017 HarrisburgScranton
## 6514 conventional 2017 HarrisburgScranton
## 6515 conventional 2017 HarrisburgScranton
## 6516 conventional 2017 HarrisburgScranton
## 6517 conventional 2017 HarrisburgScranton
## 6518 conventional 2017 HartfordSpringfield
## 6519 conventional 2017 HartfordSpringfield
## 6520 conventional 2017 HartfordSpringfield
## 6521 conventional 2017 HartfordSpringfield
## 6522 conventional 2017 HartfordSpringfield
## 6523 conventional 2017 HartfordSpringfield
## 6524 conventional 2017 HartfordSpringfield
## 6525 conventional 2017 HartfordSpringfield
## 6526 conventional 2017 HartfordSpringfield
## 6527 conventional 2017 HartfordSpringfield
## 6528 conventional 2017 HartfordSpringfield
## 6529 conventional 2017 HartfordSpringfield
## 6530 conventional 2017 HartfordSpringfield
## 6531 conventional 2017 HartfordSpringfield
## 6532 conventional 2017 HartfordSpringfield
## 6533 conventional 2017 HartfordSpringfield
## 6534 conventional 2017 HartfordSpringfield
## 6535 conventional 2017 HartfordSpringfield
## 6536 conventional 2017 HartfordSpringfield
## 6537 conventional 2017 HartfordSpringfield
## 6538 conventional 2017 HartfordSpringfield
## 6539 conventional 2017 HartfordSpringfield
## 6540 conventional 2017 HartfordSpringfield
## 6541 conventional 2017 HartfordSpringfield
## 6542 conventional 2017 HartfordSpringfield
## 6543 conventional 2017 HartfordSpringfield
## 6544 conventional 2017 HartfordSpringfield
## 6545 conventional 2017 HartfordSpringfield
## 6546 conventional 2017 HartfordSpringfield
## 6547 conventional 2017 HartfordSpringfield
## 6548 conventional 2017 HartfordSpringfield
## 6549 conventional 2017 HartfordSpringfield
## 6550 conventional 2017 HartfordSpringfield
## 6551 conventional 2017 HartfordSpringfield
## 6552 conventional 2017 HartfordSpringfield
## 6553 conventional 2017 HartfordSpringfield
## 6554 conventional 2017 HartfordSpringfield
## 6555 conventional 2017 HartfordSpringfield
## 6556 conventional 2017 HartfordSpringfield
## 6557 conventional 2017 HartfordSpringfield
## 6558 conventional 2017 HartfordSpringfield
## 6559 conventional 2017 HartfordSpringfield
## 6560 conventional 2017 HartfordSpringfield
## 6561 conventional 2017 HartfordSpringfield
## 6562 conventional 2017 HartfordSpringfield
## 6563 conventional 2017 HartfordSpringfield
## 6564 conventional 2017 HartfordSpringfield
## 6565 conventional 2017 HartfordSpringfield
## 6566 conventional 2017 HartfordSpringfield
## 6567 conventional 2017 HartfordSpringfield
## 6568 conventional 2017 HartfordSpringfield
## 6569 conventional 2017 HartfordSpringfield
## 6570 conventional 2017 HartfordSpringfield
## 6571 conventional 2017 Houston
## 6572 conventional 2017 Houston
## 6573 conventional 2017 Houston
## 6574 conventional 2017 Houston
## 6575 conventional 2017 Houston
## 6576 conventional 2017 Houston
## 6577 conventional 2017 Houston
## 6578 conventional 2017 Houston
## 6579 conventional 2017 Houston
## 6580 conventional 2017 Houston
## 6581 conventional 2017 Houston
## 6582 conventional 2017 Houston
## 6583 conventional 2017 Houston
## 6584 conventional 2017 Houston
## 6585 conventional 2017 Houston
## 6586 conventional 2017 Houston
## 6587 conventional 2017 Houston
## 6588 conventional 2017 Houston
## 6589 conventional 2017 Houston
## 6590 conventional 2017 Houston
## 6591 conventional 2017 Houston
## 6592 conventional 2017 Houston
## 6593 conventional 2017 Houston
## 6594 conventional 2017 Houston
## 6595 conventional 2017 Houston
## 6596 conventional 2017 Houston
## 6597 conventional 2017 Houston
## 6598 conventional 2017 Houston
## 6599 conventional 2017 Houston
## 6600 conventional 2017 Houston
## 6601 conventional 2017 Houston
## 6602 conventional 2017 Houston
## 6603 conventional 2017 Houston
## 6604 conventional 2017 Houston
## 6605 conventional 2017 Houston
## 6606 conventional 2017 Houston
## 6607 conventional 2017 Houston
## 6608 conventional 2017 Houston
## 6609 conventional 2017 Houston
## 6610 conventional 2017 Houston
## 6611 conventional 2017 Houston
## 6612 conventional 2017 Houston
## 6613 conventional 2017 Houston
## 6614 conventional 2017 Houston
## 6615 conventional 2017 Houston
## 6616 conventional 2017 Houston
## 6617 conventional 2017 Houston
## 6618 conventional 2017 Houston
## 6619 conventional 2017 Houston
## 6620 conventional 2017 Houston
## 6621 conventional 2017 Houston
## 6622 conventional 2017 Houston
## 6623 conventional 2017 Houston
## 6624 conventional 2017 Indianapolis
## 6625 conventional 2017 Indianapolis
## 6626 conventional 2017 Indianapolis
## 6627 conventional 2017 Indianapolis
## 6628 conventional 2017 Indianapolis
## 6629 conventional 2017 Indianapolis
## 6630 conventional 2017 Indianapolis
## 6631 conventional 2017 Indianapolis
## 6632 conventional 2017 Indianapolis
## 6633 conventional 2017 Indianapolis
## 6634 conventional 2017 Indianapolis
## 6635 conventional 2017 Indianapolis
## 6636 conventional 2017 Indianapolis
## 6637 conventional 2017 Indianapolis
## 6638 conventional 2017 Indianapolis
## 6639 conventional 2017 Indianapolis
## 6640 conventional 2017 Indianapolis
## 6641 conventional 2017 Indianapolis
## 6642 conventional 2017 Indianapolis
## 6643 conventional 2017 Indianapolis
## 6644 conventional 2017 Indianapolis
## 6645 conventional 2017 Indianapolis
## 6646 conventional 2017 Indianapolis
## 6647 conventional 2017 Indianapolis
## 6648 conventional 2017 Indianapolis
## 6649 conventional 2017 Indianapolis
## 6650 conventional 2017 Indianapolis
## 6651 conventional 2017 Indianapolis
## 6652 conventional 2017 Indianapolis
## 6653 conventional 2017 Indianapolis
## 6654 conventional 2017 Indianapolis
## 6655 conventional 2017 Indianapolis
## 6656 conventional 2017 Indianapolis
## 6657 conventional 2017 Indianapolis
## 6658 conventional 2017 Indianapolis
## 6659 conventional 2017 Indianapolis
## 6660 conventional 2017 Indianapolis
## 6661 conventional 2017 Indianapolis
## 6662 conventional 2017 Indianapolis
## 6663 conventional 2017 Indianapolis
## 6664 conventional 2017 Indianapolis
## 6665 conventional 2017 Indianapolis
## 6666 conventional 2017 Indianapolis
## 6667 conventional 2017 Indianapolis
## 6668 conventional 2017 Indianapolis
## 6669 conventional 2017 Indianapolis
## 6670 conventional 2017 Indianapolis
## 6671 conventional 2017 Indianapolis
## 6672 conventional 2017 Indianapolis
## 6673 conventional 2017 Indianapolis
## 6674 conventional 2017 Indianapolis
## 6675 conventional 2017 Indianapolis
## 6676 conventional 2017 Indianapolis
## 6677 conventional 2017 Jacksonville
## 6678 conventional 2017 Jacksonville
## 6679 conventional 2017 Jacksonville
## 6680 conventional 2017 Jacksonville
## 6681 conventional 2017 Jacksonville
## 6682 conventional 2017 Jacksonville
## 6683 conventional 2017 Jacksonville
## 6684 conventional 2017 Jacksonville
## 6685 conventional 2017 Jacksonville
## 6686 conventional 2017 Jacksonville
## 6687 conventional 2017 Jacksonville
## 6688 conventional 2017 Jacksonville
## 6689 conventional 2017 Jacksonville
## 6690 conventional 2017 Jacksonville
## 6691 conventional 2017 Jacksonville
## 6692 conventional 2017 Jacksonville
## 6693 conventional 2017 Jacksonville
## 6694 conventional 2017 Jacksonville
## 6695 conventional 2017 Jacksonville
## 6696 conventional 2017 Jacksonville
## 6697 conventional 2017 Jacksonville
## 6698 conventional 2017 Jacksonville
## 6699 conventional 2017 Jacksonville
## 6700 conventional 2017 Jacksonville
## 6701 conventional 2017 Jacksonville
## 6702 conventional 2017 Jacksonville
## 6703 conventional 2017 Jacksonville
## 6704 conventional 2017 Jacksonville
## 6705 conventional 2017 Jacksonville
## 6706 conventional 2017 Jacksonville
## 6707 conventional 2017 Jacksonville
## 6708 conventional 2017 Jacksonville
## 6709 conventional 2017 Jacksonville
## 6710 conventional 2017 Jacksonville
## 6711 conventional 2017 Jacksonville
## 6712 conventional 2017 Jacksonville
## 6713 conventional 2017 Jacksonville
## 6714 conventional 2017 Jacksonville
## 6715 conventional 2017 Jacksonville
## 6716 conventional 2017 Jacksonville
## 6717 conventional 2017 Jacksonville
## 6718 conventional 2017 Jacksonville
## 6719 conventional 2017 Jacksonville
## 6720 conventional 2017 Jacksonville
## 6721 conventional 2017 Jacksonville
## 6722 conventional 2017 Jacksonville
## 6723 conventional 2017 Jacksonville
## 6724 conventional 2017 Jacksonville
## 6725 conventional 2017 Jacksonville
## 6726 conventional 2017 Jacksonville
## 6727 conventional 2017 Jacksonville
## 6728 conventional 2017 Jacksonville
## 6729 conventional 2017 Jacksonville
## 6730 conventional 2017 LasVegas
## 6731 conventional 2017 LasVegas
## 6732 conventional 2017 LasVegas
## 6733 conventional 2017 LasVegas
## 6734 conventional 2017 LasVegas
## 6735 conventional 2017 LasVegas
## 6736 conventional 2017 LasVegas
## 6737 conventional 2017 LasVegas
## 6738 conventional 2017 LasVegas
## 6739 conventional 2017 LasVegas
## 6740 conventional 2017 LasVegas
## 6741 conventional 2017 LasVegas
## 6742 conventional 2017 LasVegas
## 6743 conventional 2017 LasVegas
## 6744 conventional 2017 LasVegas
## 6745 conventional 2017 LasVegas
## 6746 conventional 2017 LasVegas
## 6747 conventional 2017 LasVegas
## 6748 conventional 2017 LasVegas
## 6749 conventional 2017 LasVegas
## 6750 conventional 2017 LasVegas
## 6751 conventional 2017 LasVegas
## 6752 conventional 2017 LasVegas
## 6753 conventional 2017 LasVegas
## 6754 conventional 2017 LasVegas
## 6755 conventional 2017 LasVegas
## 6756 conventional 2017 LasVegas
## 6757 conventional 2017 LasVegas
## 6758 conventional 2017 LasVegas
## 6759 conventional 2017 LasVegas
## 6760 conventional 2017 LasVegas
## 6761 conventional 2017 LasVegas
## 6762 conventional 2017 LasVegas
## 6763 conventional 2017 LasVegas
## 6764 conventional 2017 LasVegas
## 6765 conventional 2017 LasVegas
## 6766 conventional 2017 LasVegas
## 6767 conventional 2017 LasVegas
## 6768 conventional 2017 LasVegas
## 6769 conventional 2017 LasVegas
## 6770 conventional 2017 LasVegas
## 6771 conventional 2017 LasVegas
## 6772 conventional 2017 LasVegas
## 6773 conventional 2017 LasVegas
## 6774 conventional 2017 LasVegas
## 6775 conventional 2017 LasVegas
## 6776 conventional 2017 LasVegas
## 6777 conventional 2017 LasVegas
## 6778 conventional 2017 LasVegas
## 6779 conventional 2017 LasVegas
## 6780 conventional 2017 LasVegas
## 6781 conventional 2017 LasVegas
## 6782 conventional 2017 LasVegas
## 6783 conventional 2017 LosAngeles
## 6784 conventional 2017 LosAngeles
## 6785 conventional 2017 LosAngeles
## 6786 conventional 2017 LosAngeles
## 6787 conventional 2017 LosAngeles
## 6788 conventional 2017 LosAngeles
## 6789 conventional 2017 LosAngeles
## 6790 conventional 2017 LosAngeles
## 6791 conventional 2017 LosAngeles
## 6792 conventional 2017 LosAngeles
## 6793 conventional 2017 LosAngeles
## 6794 conventional 2017 LosAngeles
## 6795 conventional 2017 LosAngeles
## 6796 conventional 2017 LosAngeles
## 6797 conventional 2017 LosAngeles
## 6798 conventional 2017 LosAngeles
## 6799 conventional 2017 LosAngeles
## 6800 conventional 2017 LosAngeles
## 6801 conventional 2017 LosAngeles
## 6802 conventional 2017 LosAngeles
## 6803 conventional 2017 LosAngeles
## 6804 conventional 2017 LosAngeles
## 6805 conventional 2017 LosAngeles
## 6806 conventional 2017 LosAngeles
## 6807 conventional 2017 LosAngeles
## 6808 conventional 2017 LosAngeles
## 6809 conventional 2017 LosAngeles
## 6810 conventional 2017 LosAngeles
## 6811 conventional 2017 LosAngeles
## 6812 conventional 2017 LosAngeles
## 6813 conventional 2017 LosAngeles
## 6814 conventional 2017 LosAngeles
## 6815 conventional 2017 LosAngeles
## 6816 conventional 2017 LosAngeles
## 6817 conventional 2017 LosAngeles
## 6818 conventional 2017 LosAngeles
## 6819 conventional 2017 LosAngeles
## 6820 conventional 2017 LosAngeles
## 6821 conventional 2017 LosAngeles
## 6822 conventional 2017 LosAngeles
## 6823 conventional 2017 LosAngeles
## 6824 conventional 2017 LosAngeles
## 6825 conventional 2017 LosAngeles
## 6826 conventional 2017 LosAngeles
## 6827 conventional 2017 LosAngeles
## 6828 conventional 2017 LosAngeles
## 6829 conventional 2017 LosAngeles
## 6830 conventional 2017 LosAngeles
## 6831 conventional 2017 LosAngeles
## 6832 conventional 2017 LosAngeles
## 6833 conventional 2017 LosAngeles
## 6834 conventional 2017 LosAngeles
## 6835 conventional 2017 LosAngeles
## 6836 conventional 2017 Louisville
## 6837 conventional 2017 Louisville
## 6838 conventional 2017 Louisville
## 6839 conventional 2017 Louisville
## 6840 conventional 2017 Louisville
## 6841 conventional 2017 Louisville
## 6842 conventional 2017 Louisville
## 6843 conventional 2017 Louisville
## 6844 conventional 2017 Louisville
## 6845 conventional 2017 Louisville
## 6846 conventional 2017 Louisville
## 6847 conventional 2017 Louisville
## 6848 conventional 2017 Louisville
## 6849 conventional 2017 Louisville
## 6850 conventional 2017 Louisville
## 6851 conventional 2017 Louisville
## 6852 conventional 2017 Louisville
## 6853 conventional 2017 Louisville
## 6854 conventional 2017 Louisville
## 6855 conventional 2017 Louisville
## 6856 conventional 2017 Louisville
## 6857 conventional 2017 Louisville
## 6858 conventional 2017 Louisville
## 6859 conventional 2017 Louisville
## 6860 conventional 2017 Louisville
## 6861 conventional 2017 Louisville
## 6862 conventional 2017 Louisville
## 6863 conventional 2017 Louisville
## 6864 conventional 2017 Louisville
## 6865 conventional 2017 Louisville
## 6866 conventional 2017 Louisville
## 6867 conventional 2017 Louisville
## 6868 conventional 2017 Louisville
## 6869 conventional 2017 Louisville
## 6870 conventional 2017 Louisville
## 6871 conventional 2017 Louisville
## 6872 conventional 2017 Louisville
## 6873 conventional 2017 Louisville
## 6874 conventional 2017 Louisville
## 6875 conventional 2017 Louisville
## 6876 conventional 2017 Louisville
## 6877 conventional 2017 Louisville
## 6878 conventional 2017 Louisville
## 6879 conventional 2017 Louisville
## 6880 conventional 2017 Louisville
## 6881 conventional 2017 Louisville
## 6882 conventional 2017 Louisville
## 6883 conventional 2017 Louisville
## 6884 conventional 2017 Louisville
## 6885 conventional 2017 Louisville
## 6886 conventional 2017 Louisville
## 6887 conventional 2017 Louisville
## 6888 conventional 2017 Louisville
## 6889 conventional 2017 MiamiFtLauderdale
## 6890 conventional 2017 MiamiFtLauderdale
## 6891 conventional 2017 MiamiFtLauderdale
## 6892 conventional 2017 MiamiFtLauderdale
## 6893 conventional 2017 MiamiFtLauderdale
## 6894 conventional 2017 MiamiFtLauderdale
## 6895 conventional 2017 MiamiFtLauderdale
## 6896 conventional 2017 MiamiFtLauderdale
## 6897 conventional 2017 MiamiFtLauderdale
## 6898 conventional 2017 MiamiFtLauderdale
## 6899 conventional 2017 MiamiFtLauderdale
## 6900 conventional 2017 MiamiFtLauderdale
## 6901 conventional 2017 MiamiFtLauderdale
## 6902 conventional 2017 MiamiFtLauderdale
## 6903 conventional 2017 MiamiFtLauderdale
## 6904 conventional 2017 MiamiFtLauderdale
## 6905 conventional 2017 MiamiFtLauderdale
## 6906 conventional 2017 MiamiFtLauderdale
## 6907 conventional 2017 MiamiFtLauderdale
## 6908 conventional 2017 MiamiFtLauderdale
## 6909 conventional 2017 MiamiFtLauderdale
## 6910 conventional 2017 MiamiFtLauderdale
## 6911 conventional 2017 MiamiFtLauderdale
## 6912 conventional 2017 MiamiFtLauderdale
## 6913 conventional 2017 MiamiFtLauderdale
## 6914 conventional 2017 MiamiFtLauderdale
## 6915 conventional 2017 MiamiFtLauderdale
## 6916 conventional 2017 MiamiFtLauderdale
## 6917 conventional 2017 MiamiFtLauderdale
## 6918 conventional 2017 MiamiFtLauderdale
## 6919 conventional 2017 MiamiFtLauderdale
## 6920 conventional 2017 MiamiFtLauderdale
## 6921 conventional 2017 MiamiFtLauderdale
## 6922 conventional 2017 MiamiFtLauderdale
## 6923 conventional 2017 MiamiFtLauderdale
## 6924 conventional 2017 MiamiFtLauderdale
## 6925 conventional 2017 MiamiFtLauderdale
## 6926 conventional 2017 MiamiFtLauderdale
## 6927 conventional 2017 MiamiFtLauderdale
## 6928 conventional 2017 MiamiFtLauderdale
## 6929 conventional 2017 MiamiFtLauderdale
## 6930 conventional 2017 MiamiFtLauderdale
## 6931 conventional 2017 MiamiFtLauderdale
## 6932 conventional 2017 MiamiFtLauderdale
## 6933 conventional 2017 MiamiFtLauderdale
## 6934 conventional 2017 MiamiFtLauderdale
## 6935 conventional 2017 MiamiFtLauderdale
## 6936 conventional 2017 MiamiFtLauderdale
## 6937 conventional 2017 MiamiFtLauderdale
## 6938 conventional 2017 MiamiFtLauderdale
## 6939 conventional 2017 MiamiFtLauderdale
## 6940 conventional 2017 MiamiFtLauderdale
## 6941 conventional 2017 MiamiFtLauderdale
## 6942 conventional 2017 Midsouth
## 6943 conventional 2017 Midsouth
## 6944 conventional 2017 Midsouth
## 6945 conventional 2017 Midsouth
## 6946 conventional 2017 Midsouth
## 6947 conventional 2017 Midsouth
## 6948 conventional 2017 Midsouth
## 6949 conventional 2017 Midsouth
## 6950 conventional 2017 Midsouth
## 6951 conventional 2017 Midsouth
## 6952 conventional 2017 Midsouth
## 6953 conventional 2017 Midsouth
## 6954 conventional 2017 Midsouth
## 6955 conventional 2017 Midsouth
## 6956 conventional 2017 Midsouth
## 6957 conventional 2017 Midsouth
## 6958 conventional 2017 Midsouth
## 6959 conventional 2017 Midsouth
## 6960 conventional 2017 Midsouth
## 6961 conventional 2017 Midsouth
## 6962 conventional 2017 Midsouth
## 6963 conventional 2017 Midsouth
## 6964 conventional 2017 Midsouth
## 6965 conventional 2017 Midsouth
## 6966 conventional 2017 Midsouth
## 6967 conventional 2017 Midsouth
## 6968 conventional 2017 Midsouth
## 6969 conventional 2017 Midsouth
## 6970 conventional 2017 Midsouth
## 6971 conventional 2017 Midsouth
## 6972 conventional 2017 Midsouth
## 6973 conventional 2017 Midsouth
## 6974 conventional 2017 Midsouth
## 6975 conventional 2017 Midsouth
## 6976 conventional 2017 Midsouth
## 6977 conventional 2017 Midsouth
## 6978 conventional 2017 Midsouth
## 6979 conventional 2017 Midsouth
## 6980 conventional 2017 Midsouth
## 6981 conventional 2017 Midsouth
## 6982 conventional 2017 Midsouth
## 6983 conventional 2017 Midsouth
## 6984 conventional 2017 Midsouth
## 6985 conventional 2017 Midsouth
## 6986 conventional 2017 Midsouth
## 6987 conventional 2017 Midsouth
## 6988 conventional 2017 Midsouth
## 6989 conventional 2017 Midsouth
## 6990 conventional 2017 Midsouth
## 6991 conventional 2017 Midsouth
## 6992 conventional 2017 Midsouth
## 6993 conventional 2017 Midsouth
## 6994 conventional 2017 Midsouth
## 6995 conventional 2017 Nashville
## 6996 conventional 2017 Nashville
## 6997 conventional 2017 Nashville
## 6998 conventional 2017 Nashville
## 6999 conventional 2017 Nashville
## 7000 conventional 2017 Nashville
## 7001 conventional 2017 Nashville
## 7002 conventional 2017 Nashville
## 7003 conventional 2017 Nashville
## 7004 conventional 2017 Nashville
## 7005 conventional 2017 Nashville
## 7006 conventional 2017 Nashville
## 7007 conventional 2017 Nashville
## 7008 conventional 2017 Nashville
## 7009 conventional 2017 Nashville
## 7010 conventional 2017 Nashville
## 7011 conventional 2017 Nashville
## 7012 conventional 2017 Nashville
## 7013 conventional 2017 Nashville
## 7014 conventional 2017 Nashville
## 7015 conventional 2017 Nashville
## 7016 conventional 2017 Nashville
## 7017 conventional 2017 Nashville
## 7018 conventional 2017 Nashville
## 7019 conventional 2017 Nashville
## 7020 conventional 2017 Nashville
## 7021 conventional 2017 Nashville
## 7022 conventional 2017 Nashville
## 7023 conventional 2017 Nashville
## 7024 conventional 2017 Nashville
## 7025 conventional 2017 Nashville
## 7026 conventional 2017 Nashville
## 7027 conventional 2017 Nashville
## 7028 conventional 2017 Nashville
## 7029 conventional 2017 Nashville
## 7030 conventional 2017 Nashville
## 7031 conventional 2017 Nashville
## 7032 conventional 2017 Nashville
## 7033 conventional 2017 Nashville
## 7034 conventional 2017 Nashville
## 7035 conventional 2017 Nashville
## 7036 conventional 2017 Nashville
## 7037 conventional 2017 Nashville
## 7038 conventional 2017 Nashville
## 7039 conventional 2017 Nashville
## 7040 conventional 2017 Nashville
## 7041 conventional 2017 Nashville
## 7042 conventional 2017 Nashville
## 7043 conventional 2017 Nashville
## 7044 conventional 2017 Nashville
## 7045 conventional 2017 Nashville
## 7046 conventional 2017 Nashville
## 7047 conventional 2017 Nashville
## 7048 conventional 2017 NewOrleansMobile
## 7049 conventional 2017 NewOrleansMobile
## 7050 conventional 2017 NewOrleansMobile
## 7051 conventional 2017 NewOrleansMobile
## 7052 conventional 2017 NewOrleansMobile
## 7053 conventional 2017 NewOrleansMobile
## 7054 conventional 2017 NewOrleansMobile
## 7055 conventional 2017 NewOrleansMobile
## 7056 conventional 2017 NewOrleansMobile
## 7057 conventional 2017 NewOrleansMobile
## 7058 conventional 2017 NewOrleansMobile
## 7059 conventional 2017 NewOrleansMobile
## 7060 conventional 2017 NewOrleansMobile
## 7061 conventional 2017 NewOrleansMobile
## 7062 conventional 2017 NewOrleansMobile
## 7063 conventional 2017 NewOrleansMobile
## 7064 conventional 2017 NewOrleansMobile
## 7065 conventional 2017 NewOrleansMobile
## 7066 conventional 2017 NewOrleansMobile
## 7067 conventional 2017 NewOrleansMobile
## 7068 conventional 2017 NewOrleansMobile
## 7069 conventional 2017 NewOrleansMobile
## 7070 conventional 2017 NewOrleansMobile
## 7071 conventional 2017 NewOrleansMobile
## 7072 conventional 2017 NewOrleansMobile
## 7073 conventional 2017 NewOrleansMobile
## 7074 conventional 2017 NewOrleansMobile
## 7075 conventional 2017 NewOrleansMobile
## 7076 conventional 2017 NewOrleansMobile
## 7077 conventional 2017 NewOrleansMobile
## 7078 conventional 2017 NewOrleansMobile
## 7079 conventional 2017 NewOrleansMobile
## 7080 conventional 2017 NewOrleansMobile
## 7081 conventional 2017 NewOrleansMobile
## 7082 conventional 2017 NewOrleansMobile
## 7083 conventional 2017 NewOrleansMobile
## 7084 conventional 2017 NewOrleansMobile
## 7085 conventional 2017 NewOrleansMobile
## 7086 conventional 2017 NewOrleansMobile
## 7087 conventional 2017 NewOrleansMobile
## 7088 conventional 2017 NewOrleansMobile
## 7089 conventional 2017 NewOrleansMobile
## 7090 conventional 2017 NewOrleansMobile
## 7091 conventional 2017 NewOrleansMobile
## 7092 conventional 2017 NewOrleansMobile
## 7093 conventional 2017 NewOrleansMobile
## 7094 conventional 2017 NewOrleansMobile
## 7095 conventional 2017 NewOrleansMobile
## 7096 conventional 2017 NewOrleansMobile
## 7097 conventional 2017 NewOrleansMobile
## 7098 conventional 2017 NewOrleansMobile
## 7099 conventional 2017 NewOrleansMobile
## 7100 conventional 2017 NewOrleansMobile
## 7101 conventional 2017 NewYork
## 7102 conventional 2017 NewYork
## 7103 conventional 2017 NewYork
## 7104 conventional 2017 NewYork
## 7105 conventional 2017 NewYork
## 7106 conventional 2017 NewYork
## 7107 conventional 2017 NewYork
## 7108 conventional 2017 NewYork
## 7109 conventional 2017 NewYork
## 7110 conventional 2017 NewYork
## 7111 conventional 2017 NewYork
## 7112 conventional 2017 NewYork
## 7113 conventional 2017 NewYork
## 7114 conventional 2017 NewYork
## 7115 conventional 2017 NewYork
## 7116 conventional 2017 NewYork
## 7117 conventional 2017 NewYork
## 7118 conventional 2017 NewYork
## 7119 conventional 2017 NewYork
## 7120 conventional 2017 NewYork
## 7121 conventional 2017 NewYork
## 7122 conventional 2017 NewYork
## 7123 conventional 2017 NewYork
## 7124 conventional 2017 NewYork
## 7125 conventional 2017 NewYork
## 7126 conventional 2017 NewYork
## 7127 conventional 2017 NewYork
## 7128 conventional 2017 NewYork
## 7129 conventional 2017 NewYork
## 7130 conventional 2017 NewYork
## 7131 conventional 2017 NewYork
## 7132 conventional 2017 NewYork
## 7133 conventional 2017 NewYork
## 7134 conventional 2017 NewYork
## 7135 conventional 2017 NewYork
## 7136 conventional 2017 NewYork
## 7137 conventional 2017 NewYork
## 7138 conventional 2017 NewYork
## 7139 conventional 2017 NewYork
## 7140 conventional 2017 NewYork
## 7141 conventional 2017 NewYork
## 7142 conventional 2017 NewYork
## [ reached getOption("max.print") -- omitted 11107 rows ]
new.data <- my.data[my.data$region == "Albany", c("Date","Total.Volume","AveragePrice","X4046","X4225","X4770","region")]
new.data
## Date Total.Volume AveragePrice X4046 X4225 X4770
## 1 2015-12-27 64236.62 1.33 1036.74 54454.85 48.16
## 2 2015-12-20 54876.98 1.35 674.28 44638.81 58.33
## 3 2015-12-13 118220.22 0.93 794.70 109149.67 130.50
## 4 2015-12-06 78992.15 1.08 1132.00 71976.41 72.58
## 5 2015-11-29 51039.60 1.28 941.48 43838.39 75.78
## 6 2015-11-22 55979.78 1.26 1184.27 48067.99 43.61
## 7 2015-11-15 83453.76 0.99 1368.92 73672.72 93.26
## 8 2015-11-08 109428.33 0.98 703.75 101815.36 80.00
## 9 2015-11-01 99811.42 1.02 1022.15 87315.57 85.34
## 10 2015-10-25 74338.76 1.07 842.40 64757.44 113.00
## 11 2015-10-18 84843.44 1.12 924.86 75595.85 117.07
## 12 2015-10-11 64489.17 1.28 1582.03 52677.92 105.32
## 13 2015-10-04 61007.10 1.31 2268.32 49880.67 101.36
## 14 2015-09-27 106803.39 0.99 1204.88 99409.21 154.84
## 15 2015-09-20 69759.01 1.33 1028.03 59313.12 150.50
## 16 2015-09-13 76111.27 1.28 985.73 65696.86 142.00
## 17 2015-09-06 99172.96 1.11 879.45 90062.62 240.79
## 18 2015-08-30 105693.84 1.07 689.01 94362.67 335.43
## 19 2015-08-23 79992.09 1.34 733.16 67933.79 444.78
## 20 2015-08-16 80043.78 1.33 539.65 68666.01 394.90
## 21 2015-08-09 111140.93 1.12 584.63 100961.46 368.95
## 22 2015-08-02 75133.10 1.45 509.94 62035.06 741.08
## 23 2015-07-26 106757.10 1.11 648.75 91949.05 966.61
## 24 2015-07-19 96617.00 1.26 1042.10 82049.40 2238.02
## 25 2015-07-12 124055.31 1.05 672.25 94693.52 4257.64
## 26 2015-07-05 109252.12 1.35 869.45 72600.55 5883.16
## 27 2015-06-28 89534.81 1.37 664.23 57545.79 4662.71
## 28 2015-06-21 104849.39 1.27 804.01 76688.55 5481.18
## 29 2015-06-14 89631.30 1.32 850.58 55400.94 4377.19
## 30 2015-06-07 122743.06 1.07 656.71 99220.82 90.32
## 31 2015-05-31 95123.62 1.23 922.37 70469.69 50.55
## 32 2015-05-24 101470.91 1.19 680.27 71376.81 58.70
## 33 2015-05-17 109857.47 1.43 1150.55 81955.16 94.32
## 34 2015-05-10 120427.91 1.26 1420.43 102000.52 185.66
## 35 2015-05-03 59197.67 1.20 919.87 45490.05 217.24
## 36 2015-04-26 49585.46 1.22 875.65 35841.75 89.62
## 37 2015-04-19 49064.73 1.19 774.15 33941.51 47.15
## 38 2015-04-12 48364.29 1.13 864.27 30374.15 21.50
## 39 2015-04-05 47362.13 1.16 961.77 35577.66 93.76
## 40 2015-03-29 67799.08 1.02 1402.28 58623.22 89.50
## 41 2015-03-22 46346.85 1.12 2141.83 34313.56 141.80
## 42 2015-03-15 43045.79 1.11 2128.26 30447.17 99.67
## 43 2015-03-08 40507.36 1.07 795.68 30370.64 159.05
## 44 2015-03-01 55595.74 0.99 629.46 45633.34 181.49
## 45 2015-02-22 45675.05 1.07 1088.38 35056.13 151.00
## 46 2015-02-15 41567.62 1.06 986.66 30045.51 222.42
## 47 2015-02-08 51253.97 0.99 1357.37 39111.81 163.25
## 48 2015-02-01 70873.60 0.99 1353.90 60017.20 179.32
## 49 2015-01-25 45147.50 1.06 941.38 33196.16 164.14
## 50 2015-01-18 44511.28 1.17 914.14 31540.32 135.77
## 51 2015-01-11 41195.08 1.24 1002.85 31640.34 127.12
## 52 2015-01-04 40873.28 1.22 2819.50 28287.42 49.90
## 2809 2016-12-25 73341.73 1.52 3202.39 58280.33 426.92
## 2810 2016-12-18 68938.53 1.53 3345.36 55949.79 138.72
## 2811 2016-12-11 71777.85 1.49 2323.39 56545.79 86.65
## 2812 2016-12-04 113031.96 1.48 6530.78 99746.05 50.84
## 2813 2016-11-27 58171.89 1.52 2793.99 47106.18 18.14
## 2814 2016-11-20 70089.51 1.56 3675.63 56898.54 11.00
## 2815 2016-11-13 63608.01 1.62 3523.63 49837.68 34.00
## 2816 2016-11-06 57178.20 1.63 3212.04 43024.32 36.40
## 2817 2016-10-30 58375.10 1.46 3187.14 45898.52 54.31
## 2818 2016-10-23 92080.35 1.19 4222.93 77537.36 46.00
## 2819 2016-10-16 69060.90 1.40 4027.42 54186.55 53.77
## 2820 2016-10-09 101087.84 1.13 3641.46 87174.41 102.15
## 2821 2016-10-02 75480.26 1.51 4109.22 57515.76 84.08
## 2822 2016-09-25 96853.15 1.62 7658.55 79425.81 43.25
## 2823 2016-09-18 79513.63 1.39 6624.37 63384.56 37.48
## 2824 2016-09-11 81473.15 1.37 6258.88 63511.85 42.26
## 2825 2016-09-04 95456.26 1.44 14741.13 64966.75 88.11
## 2826 2016-08-28 145323.22 1.18 34912.97 94928.79 53.85
## 2827 2016-08-21 94882.79 1.43 14520.36 63416.88 28.03
## 2828 2016-08-14 110528.09 1.20 24000.62 72970.23 26.76
## 2829 2016-08-07 99683.11 1.48 14670.87 69054.28 10.90
## 2830 2016-07-31 125586.57 1.61 9293.65 96915.41 25.46
## 2831 2016-07-24 98321.14 1.46 11580.64 65195.63 13.73
## 2832 2016-07-17 89228.02 1.31 9273.69 64260.69 80.07
## 2833 2016-07-10 131630.13 1.11 20970.24 96581.82 46.49
## 2834 2016-07-03 115907.61 1.42 8373.77 82122.04 146.83
## 2835 2016-06-26 133086.66 1.50 7923.01 106656.84 37.42
## 2836 2016-06-19 112817.51 1.42 6766.63 85374.27 30.07
## 2837 2016-06-12 111394.50 1.38 7531.24 83771.34 81.25
## 2838 2016-06-05 115857.12 1.47 4288.46 92055.75 53.98
## 2839 2016-05-29 127812.25 1.49 2580.77 104876.94 103.64
## 2840 2016-05-22 98863.64 1.34 929.07 74678.36 59.07
## 2841 2016-05-15 96924.19 1.36 901.65 75847.91 82.97
## 2842 2016-05-08 120194.49 1.27 1041.95 96137.78 84.80
## 2843 2016-05-01 173781.78 1.03 884.01 163570.47 37.84
## 2844 2016-04-24 102490.20 1.18 954.60 87571.23 43.15
## 2845 2016-04-17 86433.63 1.22 898.63 70042.60 25.00
## 2846 2016-04-10 70253.30 1.46 972.15 56128.98 38.00
## 2847 2016-04-03 81694.23 0.85 676.27 70459.66 31.20
## 2848 2016-03-27 92529.27 1.49 808.50 78146.18 36.73
## 2849 2016-03-20 110401.88 1.32 764.97 97082.40 70.15
## 2850 2016-03-13 108264.90 1.18 847.64 96117.13 60.99
## 2851 2016-03-06 90633.66 1.27 972.34 74693.31 56.26
## 2852 2016-02-28 87822.43 1.26 805.41 72159.95 63.13
## 2853 2016-02-21 99817.47 1.28 869.16 84484.99 24.98
## 2854 2016-02-14 98008.16 1.13 1640.86 77133.01 12.00
## 2855 2016-02-07 169614.01 1.07 2031.67 157271.87 109.88
## 2856 2016-01-31 102038.32 1.16 1386.24 79881.67 69.46
## 2857 2016-01-24 96089.13 1.22 545.37 70802.56 68.41
## 2858 2016-01-17 119972.41 1.26 1202.52 100613.46 51.22
## 2859 2016-01-10 79121.77 1.28 848.19 66696.97 109.08
## 2860 2016-01-03 149038.15 1.03 939.71 139735.90 132.35
## 5617 2017-12-31 113514.42 1.47 2622.70 101135.53 20.25
## 5618 2017-12-24 77039.09 1.45 2811.71 58592.23 19.06
## 5619 2017-12-17 70677.56 1.43 2578.95 50811.52 79.18
## 5620 2017-12-10 92325.53 1.29 3220.05 75147.56 104.36
## 5621 2017-12-03 139970.00 1.39 3772.00 126551.00 136.00
## 5622 2017-11-26 62977.00 1.50 2413.00 49076.00 62.00
## 5623 2017-11-19 97273.00 1.65 2695.00 80596.00 43.00
## 5624 2017-11-12 113586.00 1.26 4509.00 96748.00 213.00
## 5625 2017-11-05 71076.94 1.62 2483.36 55509.31 33.88
## 5626 2017-10-29 69432.23 1.67 2959.76 57585.49 57.94
## 5627 2017-10-22 69704.09 1.56 3758.80 57340.30 35.48
## 5628 2017-10-15 73574.89 1.65 3383.35 63355.37 62.45
## 5629 2017-10-08 55368.61 1.78 3679.82 45843.75 42.63
## 5630 2017-10-01 71205.11 1.69 4411.02 57416.25 77.85
## 5631 2017-09-24 68539.64 1.64 2508.62 56023.16 74.82
## 5632 2017-09-17 80109.29 1.41 3986.20 66934.64 33.59
## 5633 2017-09-10 99645.88 1.78 3368.35 87155.11 136.96
## 5634 2017-09-03 74297.64 1.76 4738.38 59299.03 121.57
## 5635 2017-08-27 75471.56 1.61 2156.20 59831.83 71.46
## 5636 2017-08-20 74620.33 1.61 1553.71 59028.13 130.14
## 5637 2017-08-13 133070.41 1.52 1947.26 118605.14 186.67
## 5638 2017-08-06 92938.17 1.53 2456.91 76509.07 336.06
## 5639 2017-07-30 83599.96 1.61 1915.81 73287.66 321.62
## 5640 2017-07-23 84416.61 1.49 1905.52 72533.28 940.58
## 5641 2017-07-16 102461.61 1.39 2468.78 86707.66 2546.08
## 5642 2017-07-09 101331.41 1.52 2899.46 81929.02 494.51
## 5643 2017-07-02 98282.07 1.56 2808.47 79968.24 741.19
## 5644 2017-06-25 89303.04 1.53 2224.67 74282.58 129.85
## 5645 2017-06-18 97079.34 1.58 2454.01 82154.43 723.07
## 5646 2017-06-11 91949.26 1.65 1989.84 76736.87 364.68
## 5647 2017-06-04 84842.97 1.70 1923.04 72573.09 100.07
## 5648 2017-05-28 121869.11 1.80 2345.65 106690.16 105.74
## 5649 2017-05-21 100256.85 1.38 2307.02 86817.51 334.01
## 5650 2017-05-14 96750.67 1.77 2804.86 80469.48 196.39
## 5651 2017-05-07 127193.26 1.47 2473.53 87791.87 121.07
## 5652 2017-04-30 124926.39 1.13 2573.11 99451.52 81.89
## 5653 2017-04-23 89327.10 1.34 4437.50 61512.84 84.45
## 5654 2017-04-16 90487.05 1.62 4362.98 71957.73 161.28
## 5655 2017-04-09 105436.11 1.54 3708.13 87775.86 44.28
## 5656 2017-04-02 92621.11 1.62 4530.80 68015.37 97.26
## 5657 2017-03-26 122951.65 1.16 3184.29 100854.22 70.17
## 5658 2017-03-19 92774.61 1.60 2332.96 72033.15 140.57
## 5659 2017-03-12 95713.29 1.54 2046.80 67162.63 89.32
## 5660 2017-03-05 107354.25 1.18 3123.26 90784.49 57.86
## 5661 2017-02-26 88371.09 1.40 3190.28 73959.76 71.20
## 5662 2017-02-19 95475.07 1.67 2702.57 81691.54 125.48
## 5663 2017-02-12 97215.94 1.42 3808.43 81070.44 175.60
## 5664 2017-02-05 183549.08 1.49 5666.60 165530.03 2119.02
## 5665 2017-01-29 95424.59 1.31 3844.62 78315.15 484.56
## 5666 2017-01-22 128679.24 1.59 4119.94 111173.08 2191.71
## 5667 2017-01-15 88526.26 1.55 3327.65 71956.77 607.03
## 5668 2017-01-08 91728.18 1.55 3355.47 75641.23 56.91
## 5669 2017-01-01 129948.23 1.47 4845.77 117027.41 200.36
## 8479 2018-03-25 149396.50 1.57 16361.69 109045.03 65.45
## 8480 2018-03-18 105304.65 1.35 13234.86 61037.58 55.00
## 8481 2018-03-11 144648.75 1.12 15823.35 110950.68 70.00
## 8482 2018-03-04 139520.60 1.08 12002.12 105069.57 95.62
## 8483 2018-02-25 104278.89 1.28 10368.77 59723.32 48.00
## 8484 2018-02-18 85630.24 1.43 5499.73 61661.76 75.00
## 8485 2018-02-11 121804.36 1.45 8183.48 95548.47 61.00
## 8486 2018-02-04 216738.47 1.03 7625.65 195725.06 143.53
## 8487 2018-01-28 93625.03 1.57 3101.17 74627.23 55.59
## 8488 2018-01-21 135196.35 1.69 3133.37 116520.88 88.78
## 8489 2018-01-14 95246.38 1.42 2897.41 76570.67 44.00
## 8490 2018-01-07 98540.22 1.13 2940.63 76192.61 42.63
## 9127 2015-12-27 989.55 1.83 8.16 88.59 0.00
## 9128 2015-12-20 1163.03 1.89 30.24 172.14 0.00
## 9129 2015-12-13 995.96 1.85 10.44 178.70 0.00
## 9130 2015-12-06 1158.42 1.84 90.29 104.18 0.00
## 9131 2015-11-29 831.69 1.94 0.00 94.73 0.00
## 9132 2015-11-22 858.83 1.94 13.84 84.18 0.00
## 9133 2015-11-15 1208.54 1.89 20.71 238.16 0.00
## 9134 2015-11-08 1332.27 1.88 20.08 351.40 0.00
## 9135 2015-11-01 1021.68 1.88 11.47 137.58 0.00
## 9136 2015-10-25 1161.90 1.83 49.27 148.96 0.00
## 9137 2015-10-18 969.29 1.97 10.31 158.07 0.00
## 9138 2015-10-11 1170.01 1.90 28.65 88.25 0.00
## 9139 2015-10-04 1145.88 1.98 5.74 165.26 0.00
## 9140 2015-09-27 814.13 1.98 13.79 140.23 0.00
## 9141 2015-09-20 774.20 1.98 42.63 228.13 0.00
## 9142 2015-09-13 902.50 1.99 13.86 105.13 0.00
## 9143 2015-09-06 1168.86 1.86 30.13 96.18 0.00
## 9144 2015-08-30 1239.16 1.88 17.27 65.08 0.00
## 9145 2015-08-23 1275.64 1.87 24.45 97.82 0.00
## 9146 2015-08-16 1467.23 2.00 24.56 168.41 0.00
## 9147 2015-08-09 1421.47 1.88 79.82 106.81 0.00
## 9148 2015-08-02 1223.94 2.00 17.66 103.62 0.00
## 9149 2015-07-26 1449.04 2.01 99.16 165.27 0.00
## 9150 2015-07-19 1076.23 2.08 50.86 112.36 0.00
## 9151 2015-07-12 1175.34 2.01 34.27 92.17 0.00
## 9152 2015-07-05 1573.19 2.04 50.69 183.90 0.00
## 9153 2015-06-28 1200.61 2.02 22.35 124.70 0.00
## 9154 2015-06-21 1053.73 2.09 17.59 107.87 0.00
## 9155 2015-06-14 1542.45 2.03 79.45 211.46 0.00
## 9156 2015-06-07 1547.03 1.93 25.60 125.66 0.00
## 9157 2015-05-31 1752.14 1.90 82.30 105.49 0.00
## 9158 2015-05-24 1628.65 1.93 24.09 183.55 0.00
## 9159 2015-05-17 1881.08 1.87 19.51 213.43 0.00
## 9160 2015-05-10 2117.48 1.98 46.80 523.90 0.00
## 9161 2015-05-03 1798.99 2.03 57.93 130.62 0.00
## 9162 2015-04-26 929.61 1.90 27.01 30.53 0.00
## 9163 2015-04-19 1516.24 1.96 18.01 102.45 0.00
## 9164 2015-04-12 1634.59 1.76 51.75 93.38 0.00
## 9165 2015-04-05 1526.10 1.93 15.75 202.52 0.00
## 9166 2015-03-29 1082.44 1.93 24.75 173.26 0.00
## 9167 2015-03-22 1375.02 1.86 40.57 326.78 0.00
## 9168 2015-03-15 1473.56 1.79 19.18 164.73 0.00
## 9169 2015-03-08 1626.32 1.79 49.73 331.14 0.00
## 9170 2015-03-01 1663.35 1.76 32.82 105.25 0.00
## 9171 2015-02-22 1152.33 1.82 11.34 31.76 0.00
## 9172 2015-02-15 1182.30 1.81 22.74 83.02 0.00
## 9173 2015-02-08 1770.87 1.59 27.36 152.74 0.00
## 9174 2015-02-01 1228.51 1.83 33.12 99.36 0.00
## 9175 2015-01-25 1115.89 1.89 14.87 148.72 0.00
## 9176 2015-01-18 1118.47 1.93 8.02 178.78 0.00
## 9177 2015-01-11 1182.56 1.77 39.00 305.12 0.00
## 9178 2015-01-04 1373.95 1.79 57.42 153.88 0.00
## 11934 2016-12-25 1714.92 1.93 77.50 250.13 0.00
## 11935 2016-12-18 1472.84 1.86 111.34 198.07 0.00
## 11936 2016-12-11 1886.63 1.90 42.26 156.72 0.00
## 11937 2016-12-04 1364.73 1.97 100.01 99.17 0.00
## 11938 2016-11-27 1646.78 1.97 50.76 177.08 0.00
## 11939 2016-11-20 1862.70 1.93 122.63 197.39 0.00
## 11940 2016-11-13 2084.37 2.00 75.80 191.07 0.00
## 11941 2016-11-06 2674.00 1.93 60.08 194.11 0.00
## 11942 2016-10-30 1326.80 1.96 57.66 93.41 0.00
## 11943 2016-10-23 1913.99 1.86 37.83 80.72 0.00
## 11944 2016-10-16 1939.89 1.75 71.50 111.86 0.00
## 11945 2016-10-09 2179.44 1.75 77.27 155.69 0.00
## 11946 2016-10-02 2492.82 1.73 51.93 139.63 0.00
## 11947 2016-09-25 2019.71 1.68 33.22 190.77 0.00
## 11948 2016-09-18 2137.53 1.69 47.35 194.65 0.00
## 11949 2016-09-11 3501.41 1.68 128.94 227.69 0.00
## 11950 2016-09-04 2194.77 1.73 52.26 181.76 0.00
## 11951 2016-08-28 1922.46 1.66 17.35 200.92 0.00
## 11952 2016-08-21 1926.01 1.67 19.93 233.25 0.00
## 11953 2016-08-14 1609.03 1.72 29.39 252.78 0.00
## 11954 2016-08-07 1545.79 1.67 54.24 206.36 0.00
## 11955 2016-07-31 1553.42 1.43 29.56 204.54 0.00
## 11956 2016-07-24 1811.44 1.42 23.66 175.08 0.00
## 11957 2016-07-17 2399.74 1.57 16.56 201.12 0.00
## 11958 2016-07-10 2173.20 1.58 31.76 113.57 0.00
## 11959 2016-07-03 3529.44 1.43 11.65 261.39 0.00
## 11960 2016-06-26 1922.75 1.53 0.00 162.87 0.00
## 11961 2016-06-19 974.27 1.45 10.60 149.57 0.00
## 11962 2016-06-12 887.29 1.43 4.66 150.28 0.00
## 11963 2016-06-05 1007.03 1.47 2.33 203.69 0.00
## 11964 2016-05-29 1117.44 1.49 5.82 218.73 0.00
## 11965 2016-05-22 1193.06 1.55 26.72 346.19 0.00
## 11966 2016-05-15 1259.86 1.59 17.40 367.82 0.00
## 11967 2016-05-08 2103.64 1.83 0.00 536.20 0.00
## 11968 2016-05-01 1604.00 1.78 5.86 240.42 0.00
## 11969 2016-04-24 2328.82 1.77 19.94 430.39 0.00
## 11970 2016-04-17 2058.73 1.82 0.00 374.18 0.00
## 11971 2016-04-10 2161.66 1.62 7.04 161.85 0.00
## 11972 2016-04-03 1903.46 1.56 36.34 193.40 0.00
## 11973 2016-03-27 1705.39 1.65 14.07 98.52 0.00
## 11974 2016-03-20 1733.01 1.76 14.09 258.37 0.00
## 11975 2016-03-13 1822.67 1.79 25.87 303.42 0.00
## 11976 2016-03-06 1704.24 1.92 65.94 401.53 0.00
## 11977 2016-02-28 1485.73 1.79 9.43 143.74 0.00
## 11978 2016-02-21 1282.87 1.79 23.61 213.64 0.00
## 11979 2016-02-14 1247.80 1.81 50.84 263.65 0.00
## 11980 2016-02-07 1252.86 1.81 33.15 254.56 0.00
## 11981 2016-01-31 1305.94 1.79 34.38 186.13 0.00
## 11982 2016-01-24 1506.87 1.83 23.39 294.70 0.00
## 11983 2016-01-17 1496.73 1.67 66.63 430.17 0.00
## 11984 2016-01-10 1676.05 1.83 35.03 329.33 0.00
## 11985 2016-01-03 1145.50 1.75 7.00 187.90 0.00
## 14742 2017-12-31 3463.85 1.46 18.12 198.16 0.00
## 14743 2017-12-24 3694.13 1.58 31.68 327.39 0.00
## 14744 2017-12-17 3513.77 1.43 37.46 209.30 0.00
## 14745 2017-12-10 3779.98 1.45 18.04 262.14 0.00
## 14746 2017-12-03 3577.04 1.44 118.55 306.55 0.00
## 14747 2017-11-26 2841.29 1.57 27.75 182.15 0.00
## 14748 2017-11-19 2506.38 1.75 0.00 252.98 0.00
## 14749 2017-11-12 2664.62 1.71 0.00 245.71 0.00
## 14750 2017-11-05 3425.86 1.50 3.56 64.14 0.00
## 14751 2017-10-29 5583.79 1.38 12.99 180.62 0.00
## 14752 2017-10-22 4337.67 1.49 3.52 268.83 0.00
## 14753 2017-10-15 4522.84 1.47 18.71 237.43 0.00
## 14754 2017-10-08 5229.43 1.40 23.15 341.52 0.00
## 14755 2017-10-01 3423.95 1.59 31.20 150.24 0.00
## 14756 2017-09-24 3627.18 1.42 56.82 95.31 0.00
## 14757 2017-09-17 3431.20 1.55 30.32 215.10 0.00
## 14758 2017-09-10 3139.84 1.78 45.50 196.27 0.00
## 14759 2017-09-03 2022.00 2.00 112.42 254.49 0.00
## 14760 2017-08-27 2525.28 1.91 44.15 210.54 0.00
## 14761 2017-08-20 2584.08 1.86 61.21 143.82 0.00
## 14762 2017-08-13 2259.92 1.90 42.86 207.29 0.00
## 14763 2017-08-06 2576.49 1.98 39.31 331.89 0.00
## 14764 2017-07-30 2503.82 1.67 55.26 92.99 0.00
## 14765 2017-07-23 4233.61 1.42 93.39 93.39 0.00
## 14766 2017-07-16 2889.03 1.87 155.10 274.95 0.00
## 14767 2017-07-09 1883.10 2.00 38.06 187.90 0.00
## 14768 2017-07-02 2268.86 2.03 59.41 278.04 0.00
## 14769 2017-06-25 2898.81 2.13 142.46 295.60 0.00
## 14770 2017-06-18 3185.10 2.03 366.52 266.88 0.00
## 14771 2017-06-11 2719.24 2.04 21.33 248.87 0.00
## 14772 2017-06-04 3771.39 1.63 54.47 352.85 0.00
## 14773 2017-05-28 3365.45 1.87 11.93 344.88 0.00
## 14774 2017-05-21 3184.37 1.84 20.33 385.05 0.00
## 14775 2017-05-14 4270.28 1.57 44.12 450.74 0.00
## 14776 2017-05-07 2897.23 1.79 89.53 315.14 0.00
## 14777 2017-04-30 3046.63 1.74 388.81 280.28 0.00
## 14778 2017-04-23 2087.60 1.92 110.25 182.56 0.00
## 14779 2017-04-16 2886.48 1.85 265.82 203.84 0.00
## 14780 2017-04-09 2209.82 1.92 159.65 189.67 0.00
## 14781 2017-04-02 3492.87 1.86 885.46 362.37 0.00
## 14782 2017-03-26 2250.22 2.02 166.49 263.32 0.00
## 14783 2017-03-19 2763.38 1.87 503.14 175.98 0.00
## 14784 2017-03-12 2001.95 1.97 123.51 206.64 0.00
## 14785 2017-03-05 2228.14 1.84 241.00 208.79 0.00
## 14786 2017-02-26 2185.96 1.71 508.31 240.10 0.00
## 14787 2017-02-19 2523.56 1.67 1049.50 141.41 0.00
## 14788 2017-02-12 1806.40 1.78 119.52 170.57 0.00
## 14789 2017-02-05 1753.35 1.72 26.75 223.33 0.00
## 14790 2017-01-29 1795.81 1.86 32.53 123.14 0.00
## 14791 2017-01-22 1897.07 1.82 78.83 128.24 0.00
## 14792 2017-01-15 1982.65 1.84 82.30 328.02 0.00
## 14793 2017-01-08 2229.52 1.94 63.46 478.31 0.00
## 14794 2017-01-01 1376.70 1.87 71.65 192.63 0.00
## 17602 2018-03-25 2321.82 1.71 42.95 272.41 0.00
## 17603 2018-03-18 3154.45 1.66 275.89 297.96 0.00
## 17604 2018-03-11 2570.52 1.68 131.67 229.56 0.00
## 17605 2018-03-04 3851.30 1.48 311.55 296.77 0.00
## 17606 2018-02-25 5356.63 1.56 816.56 532.59 0.00
## 17607 2018-02-18 7566.17 1.43 4314.30 251.85 0.00
## 17608 2018-02-11 3817.93 1.43 59.18 289.85 0.00
## 17609 2018-02-04 4124.96 1.52 118.38 420.36 0.00
## 17610 2018-01-28 6987.56 1.32 433.66 374.96 0.00
## 17611 2018-01-21 3346.54 1.54 14.67 253.01 0.00
## 17612 2018-01-14 4140.95 1.47 7.30 301.87 0.00
## 17613 2018-01-07 4816.90 1.54 43.51 412.17 0.00
## region
## 1 Albany
## 2 Albany
## 3 Albany
## 4 Albany
## 5 Albany
## 6 Albany
## 7 Albany
## 8 Albany
## 9 Albany
## 10 Albany
## 11 Albany
## 12 Albany
## 13 Albany
## 14 Albany
## 15 Albany
## 16 Albany
## 17 Albany
## 18 Albany
## 19 Albany
## 20 Albany
## 21 Albany
## 22 Albany
## 23 Albany
## 24 Albany
## 25 Albany
## 26 Albany
## 27 Albany
## 28 Albany
## 29 Albany
## 30 Albany
## 31 Albany
## 32 Albany
## 33 Albany
## 34 Albany
## 35 Albany
## 36 Albany
## 37 Albany
## 38 Albany
## 39 Albany
## 40 Albany
## 41 Albany
## 42 Albany
## 43 Albany
## 44 Albany
## 45 Albany
## 46 Albany
## 47 Albany
## 48 Albany
## 49 Albany
## 50 Albany
## 51 Albany
## 52 Albany
## 2809 Albany
## 2810 Albany
## 2811 Albany
## 2812 Albany
## 2813 Albany
## 2814 Albany
## 2815 Albany
## 2816 Albany
## 2817 Albany
## 2818 Albany
## 2819 Albany
## 2820 Albany
## 2821 Albany
## 2822 Albany
## 2823 Albany
## 2824 Albany
## 2825 Albany
## 2826 Albany
## 2827 Albany
## 2828 Albany
## 2829 Albany
## 2830 Albany
## 2831 Albany
## 2832 Albany
## 2833 Albany
## 2834 Albany
## 2835 Albany
## 2836 Albany
## 2837 Albany
## 2838 Albany
## 2839 Albany
## 2840 Albany
## 2841 Albany
## 2842 Albany
## 2843 Albany
## 2844 Albany
## 2845 Albany
## 2846 Albany
## 2847 Albany
## 2848 Albany
## 2849 Albany
## 2850 Albany
## 2851 Albany
## 2852 Albany
## 2853 Albany
## 2854 Albany
## 2855 Albany
## 2856 Albany
## 2857 Albany
## 2858 Albany
## 2859 Albany
## 2860 Albany
## 5617 Albany
## 5618 Albany
## 5619 Albany
## 5620 Albany
## 5621 Albany
## 5622 Albany
## 5623 Albany
## 5624 Albany
## 5625 Albany
## 5626 Albany
## 5627 Albany
## 5628 Albany
## 5629 Albany
## 5630 Albany
## 5631 Albany
## 5632 Albany
## 5633 Albany
## 5634 Albany
## 5635 Albany
## 5636 Albany
## 5637 Albany
## 5638 Albany
## 5639 Albany
## 5640 Albany
## 5641 Albany
## 5642 Albany
## 5643 Albany
## 5644 Albany
## 5645 Albany
## 5646 Albany
## 5647 Albany
## 5648 Albany
## 5649 Albany
## 5650 Albany
## 5651 Albany
## 5652 Albany
## 5653 Albany
## 5654 Albany
## 5655 Albany
## 5656 Albany
## 5657 Albany
## 5658 Albany
## 5659 Albany
## 5660 Albany
## 5661 Albany
## 5662 Albany
## 5663 Albany
## 5664 Albany
## 5665 Albany
## 5666 Albany
## 5667 Albany
## 5668 Albany
## 5669 Albany
## 8479 Albany
## 8480 Albany
## 8481 Albany
## 8482 Albany
## 8483 Albany
## 8484 Albany
## 8485 Albany
## 8486 Albany
## 8487 Albany
## 8488 Albany
## 8489 Albany
## 8490 Albany
## 9127 Albany
## 9128 Albany
## 9129 Albany
## 9130 Albany
## 9131 Albany
## 9132 Albany
## 9133 Albany
## 9134 Albany
## 9135 Albany
## 9136 Albany
## 9137 Albany
## 9138 Albany
## 9139 Albany
## 9140 Albany
## 9141 Albany
## 9142 Albany
## 9143 Albany
## 9144 Albany
## 9145 Albany
## 9146 Albany
## 9147 Albany
## 9148 Albany
## 9149 Albany
## 9150 Albany
## 9151 Albany
## 9152 Albany
## 9153 Albany
## 9154 Albany
## 9155 Albany
## 9156 Albany
## 9157 Albany
## 9158 Albany
## 9159 Albany
## 9160 Albany
## 9161 Albany
## 9162 Albany
## 9163 Albany
## 9164 Albany
## 9165 Albany
## 9166 Albany
## 9167 Albany
## 9168 Albany
## 9169 Albany
## 9170 Albany
## 9171 Albany
## 9172 Albany
## 9173 Albany
## 9174 Albany
## 9175 Albany
## 9176 Albany
## 9177 Albany
## 9178 Albany
## 11934 Albany
## 11935 Albany
## 11936 Albany
## 11937 Albany
## 11938 Albany
## 11939 Albany
## 11940 Albany
## 11941 Albany
## 11942 Albany
## 11943 Albany
## 11944 Albany
## 11945 Albany
## 11946 Albany
## 11947 Albany
## 11948 Albany
## 11949 Albany
## 11950 Albany
## 11951 Albany
## 11952 Albany
## 11953 Albany
## 11954 Albany
## 11955 Albany
## 11956 Albany
## 11957 Albany
## 11958 Albany
## 11959 Albany
## 11960 Albany
## 11961 Albany
## 11962 Albany
## 11963 Albany
## 11964 Albany
## 11965 Albany
## 11966 Albany
## 11967 Albany
## 11968 Albany
## 11969 Albany
## 11970 Albany
## 11971 Albany
## 11972 Albany
## 11973 Albany
## 11974 Albany
## 11975 Albany
## 11976 Albany
## 11977 Albany
## 11978 Albany
## 11979 Albany
## 11980 Albany
## 11981 Albany
## 11982 Albany
## 11983 Albany
## 11984 Albany
## 11985 Albany
## 14742 Albany
## 14743 Albany
## 14744 Albany
## 14745 Albany
## 14746 Albany
## 14747 Albany
## 14748 Albany
## 14749 Albany
## 14750 Albany
## 14751 Albany
## 14752 Albany
## 14753 Albany
## 14754 Albany
## 14755 Albany
## 14756 Albany
## 14757 Albany
## 14758 Albany
## 14759 Albany
## 14760 Albany
## 14761 Albany
## 14762 Albany
## 14763 Albany
## 14764 Albany
## 14765 Albany
## 14766 Albany
## 14767 Albany
## 14768 Albany
## 14769 Albany
## 14770 Albany
## 14771 Albany
## 14772 Albany
## 14773 Albany
## 14774 Albany
## 14775 Albany
## 14776 Albany
## 14777 Albany
## 14778 Albany
## 14779 Albany
## 14780 Albany
## 14781 Albany
## 14782 Albany
## 14783 Albany
## 14784 Albany
## 14785 Albany
## 14786 Albany
## 14787 Albany
## 14788 Albany
## 14789 Albany
## 14790 Albany
## 14791 Albany
## 14792 Albany
## 14793 Albany
## 14794 Albany
## 17602 Albany
## 17603 Albany
## 17604 Albany
## 17605 Albany
## 17606 Albany
## 17607 Albany
## 17608 Albany
## 17609 Albany
## 17610 Albany
## 17611 Albany
## 17612 Albany
## 17613 Albany
new.data$Date <- as.Date(new.data$Date)
new.data <- new.data[new.data$Total.Volume >5000,]
ggplot(data=new.data)+
geom_line(aes(x=Date,
y=Total.Volume,
color="total"
))+
geom_line(aes(x=Date,
y=X4046,
color="4046"
))+
geom_line(aes(x=Date,
y=X4225,
color="4225"
))+
geom_line(aes(x=Date,
y=X4225,
color="4770"
))+
labs(title="不同編號的牛油果產量與時間關係圖(in Albany)")

library(ggplot2)
library(readr)
my.data <- read.csv("avocado1.csv")
my.data
## X Date AveragePrice Total.Volume X4046 X4225
## 1 0 2015-12-27 1.33 64236.62 1036.74 54454.85
## 2 1 2015-12-20 1.35 54876.98 674.28 44638.81
## 3 2 2015-12-13 0.93 118220.22 794.70 109149.67
## 4 3 2015-12-06 1.08 78992.15 1132.00 71976.41
## 5 4 2015-11-29 1.28 51039.60 941.48 43838.39
## 6 5 2015-11-22 1.26 55979.78 1184.27 48067.99
## 7 6 2015-11-15 0.99 83453.76 1368.92 73672.72
## 8 7 2015-11-08 0.98 109428.33 703.75 101815.36
## 9 8 2015-11-01 1.02 99811.42 1022.15 87315.57
## 10 9 2015-10-25 1.07 74338.76 842.40 64757.44
## 11 10 2015-10-18 1.12 84843.44 924.86 75595.85
## 12 11 2015-10-11 1.28 64489.17 1582.03 52677.92
## 13 12 2015-10-04 1.31 61007.10 2268.32 49880.67
## 14 13 2015-09-27 0.99 106803.39 1204.88 99409.21
## 15 14 2015-09-20 1.33 69759.01 1028.03 59313.12
## 16 15 2015-09-13 1.28 76111.27 985.73 65696.86
## 17 16 2015-09-06 1.11 99172.96 879.45 90062.62
## 18 17 2015-08-30 1.07 105693.84 689.01 94362.67
## 19 18 2015-08-23 1.34 79992.09 733.16 67933.79
## 20 19 2015-08-16 1.33 80043.78 539.65 68666.01
## 21 20 2015-08-09 1.12 111140.93 584.63 100961.46
## 22 21 2015-08-02 1.45 75133.10 509.94 62035.06
## 23 22 2015-07-26 1.11 106757.10 648.75 91949.05
## 24 23 2015-07-19 1.26 96617.00 1042.10 82049.40
## 25 24 2015-07-12 1.05 124055.31 672.25 94693.52
## 26 25 2015-07-05 1.35 109252.12 869.45 72600.55
## 27 26 2015-06-28 1.37 89534.81 664.23 57545.79
## 28 27 2015-06-21 1.27 104849.39 804.01 76688.55
## 29 28 2015-06-14 1.32 89631.30 850.58 55400.94
## 30 29 2015-06-07 1.07 122743.06 656.71 99220.82
## 31 30 2015-05-31 1.23 95123.62 922.37 70469.69
## 32 31 2015-05-24 1.19 101470.91 680.27 71376.81
## 33 32 2015-05-17 1.43 109857.47 1150.55 81955.16
## 34 33 2015-05-10 1.26 120427.91 1420.43 102000.52
## 35 34 2015-05-03 1.20 59197.67 919.87 45490.05
## 36 35 2015-04-26 1.22 49585.46 875.65 35841.75
## 37 36 2015-04-19 1.19 49064.73 774.15 33941.51
## 38 37 2015-04-12 1.13 48364.29 864.27 30374.15
## 39 38 2015-04-05 1.16 47362.13 961.77 35577.66
## 40 39 2015-03-29 1.02 67799.08 1402.28 58623.22
## 41 40 2015-03-22 1.12 46346.85 2141.83 34313.56
## 42 41 2015-03-15 1.11 43045.79 2128.26 30447.17
## 43 42 2015-03-08 1.07 40507.36 795.68 30370.64
## 44 43 2015-03-01 0.99 55595.74 629.46 45633.34
## 45 44 2015-02-22 1.07 45675.05 1088.38 35056.13
## 46 45 2015-02-15 1.06 41567.62 986.66 30045.51
## 47 46 2015-02-08 0.99 51253.97 1357.37 39111.81
## 48 47 2015-02-01 0.99 70873.60 1353.90 60017.20
## 49 48 2015-01-25 1.06 45147.50 941.38 33196.16
## 50 49 2015-01-18 1.17 44511.28 914.14 31540.32
## 51 50 2015-01-11 1.24 41195.08 1002.85 31640.34
## 52 51 2015-01-04 1.22 40873.28 2819.50 28287.42
## 53 0 2015-12-27 0.99 386100.49 292097.36 27350.92
## 54 1 2015-12-20 1.08 331377.53 251774.15 20702.45
## 55 2 2015-12-13 0.96 417772.47 324932.28 31019.08
## 56 3 2015-12-06 1.07 357636.82 283024.01 23740.85
## 57 4 2015-11-29 0.99 333280.79 250288.65 28889.63
## 58 5 2015-11-22 1.00 356414.57 269799.03 29732.30
## 59 6 2015-11-15 1.13 339860.68 263915.78 28442.45
## 60 7 2015-11-08 1.12 334041.60 250441.38 34483.33
## 61 8 2015-11-01 0.99 419088.74 290457.50 62980.07
## 62 9 2015-10-25 1.09 358478.08 236814.29 64607.97
## 63 10 2015-10-18 1.09 349072.48 228710.28 59731.79
## 64 11 2015-10-11 0.95 433874.46 255933.32 91047.32
## 65 12 2015-10-04 0.96 418682.26 265797.09 92780.33
## 66 13 2015-09-27 1.07 370321.17 262107.44 61870.63
## 67 14 2015-09-20 0.93 516432.60 346118.51 82762.72
## 68 15 2015-09-13 1.07 417232.18 278048.26 62485.97
## 69 16 2015-09-06 0.97 472136.53 303113.24 73675.85
## 70 17 2015-08-30 1.15 382972.72 275818.27 44839.12
## 71 18 2015-08-23 1.12 379054.29 274462.42 46223.69
## 72 19 2015-08-16 1.09 465213.81 362579.51 41992.44
## 73 20 2015-08-09 1.01 503791.72 385027.71 47040.07
## 74 21 2015-08-02 1.15 405898.44 306587.86 41906.78
## 75 22 2015-07-26 1.08 437377.75 335372.02 44087.07
## 76 23 2015-07-19 0.97 557212.99 446100.17 47838.42
## 77 24 2015-07-12 1.14 407204.88 310080.33 37953.24
## 78 25 2015-07-05 1.01 562462.33 436377.91 54675.38
## 79 26 2015-06-28 1.13 435210.71 331353.43 37698.53
## 80 27 2015-06-21 0.99 554763.76 449311.47 30231.78
## 81 28 2015-06-14 1.10 465804.78 386370.50 17701.12
## 82 29 2015-06-07 0.99 551009.05 455565.92 22414.17
## 83 30 2015-05-31 1.10 454702.00 382900.99 19543.18
## 84 31 2015-05-24 0.96 623212.04 538126.94 27284.43
## 85 32 2015-05-17 1.11 451250.70 386400.89 18618.84
## 86 33 2015-05-10 1.10 480071.18 413452.96 18860.63
## 87 34 2015-05-03 1.00 634213.10 538403.48 28568.26
## 88 35 2015-04-26 1.12 448596.76 387676.81 18366.33
## 89 36 2015-04-19 1.12 430966.34 368709.65 18040.85
## 90 37 2015-04-12 0.99 451101.89 377578.48 22419.95
## 91 38 2015-04-05 1.04 383139.49 318473.47 19254.39
## 92 39 2015-03-29 1.11 365722.14 305028.89 16651.99
## 93 40 2015-03-22 1.00 479590.62 393591.03 23419.60
## 94 41 2015-03-15 1.12 399566.22 336172.08 16508.21
## 95 42 2015-03-08 1.10 420826.32 361559.22 15788.71
## 96 43 2015-03-01 0.99 512532.44 441544.00 21183.70
## 97 44 2015-02-22 1.10 431308.56 369316.29 18324.76
## 98 45 2015-02-15 1.06 427391.28 364446.77 17420.41
## 99 46 2015-02-08 1.03 433883.91 377256.38 17162.50
## 100 47 2015-02-01 0.96 636771.37 553198.56 31583.38
## 101 48 2015-01-25 1.10 449332.85 393408.17 18718.27
## 102 49 2015-01-18 1.11 431490.99 372236.92 18701.90
## 103 50 2015-01-11 1.11 397542.72 330411.24 18958.22
## 104 51 2015-01-04 1.00 435021.49 364302.39 23821.16
## 105 0 2015-12-27 1.17 596819.40 40450.49 394104.02
## 106 1 2015-12-20 1.11 642682.40 44741.37 434590.82
## 107 2 2015-12-13 1.15 619509.33 44400.26 399851.59
## 108 3 2015-12-06 1.04 649141.25 51129.29 453586.50
## 109 4 2015-11-29 1.16 545800.05 41028.15 379156.09
## 110 5 2015-11-22 1.12 572019.80 40867.80 386137.78
## 111 6 2015-11-15 1.04 718330.48 47109.75 503470.08
## 112 7 2015-11-08 1.05 830967.23 58579.27 576512.71
## 113 8 2015-11-01 1.12 742220.67 51860.07 473819.14
## 114 9 2015-10-25 1.19 656892.03 53766.25 397911.35
## 115 10 2015-10-18 0.99 1005603.78 59121.55 745385.26
## 116 11 2015-10-11 1.24 653560.14 34707.02 392008.60
## 117 12 2015-10-04 1.28 657444.04 35342.34 407609.95
## 118 13 2015-09-27 1.19 696281.81 34309.05 451061.03
## 119 14 2015-09-20 1.17 709268.62 39619.87 450283.01
## 120 15 2015-09-13 1.09 924993.61 55699.25 675524.33
## 121 16 2015-09-06 1.18 823623.36 63903.73 522568.44
## 122 17 2015-08-30 1.24 734721.29 48455.25 458207.46
## 123 18 2015-08-23 1.16 783935.36 59242.02 499100.39
## 124 19 2015-08-16 1.14 882754.72 86492.03 597184.73
## 125 20 2015-08-09 1.16 821523.45 56362.75 557363.94
## 126 21 2015-08-02 1.17 800603.23 53957.63 535167.10
## 127 22 2015-07-26 1.20 772926.12 52746.41 496508.65
## 128 23 2015-07-19 1.18 800194.34 52954.94 496206.47
## 129 24 2015-07-12 1.10 850931.58 58827.99 547537.41
## 130 25 2015-07-05 1.16 896298.77 66504.67 567640.70
## 131 26 2015-06-28 1.15 862261.64 65051.95 534535.21
## 132 27 2015-06-21 1.16 862840.73 58398.76 527866.50
## 133 28 2015-06-14 1.09 955046.82 64005.15 593499.63
## 134 29 2015-06-07 1.26 794310.29 62585.45 462951.05
## 135 30 2015-05-31 1.19 949177.06 67744.84 617813.87
## 136 31 2015-05-24 1.18 908661.83 63610.12 560740.03
## 137 32 2015-05-17 1.27 790853.86 63515.06 455166.65
## 138 33 2015-05-10 1.26 855205.82 79192.07 507104.15
## 139 34 2015-05-03 1.17 896972.05 73038.46 536709.99
## 140 35 2015-04-26 1.29 747841.09 58013.85 431532.87
## 141 36 2015-04-19 1.28 762862.62 67486.78 427623.27
## 142 37 2015-04-12 1.15 837629.62 70796.72 523170.13
## 143 38 2015-04-05 1.29 688065.45 53579.17 401279.47
## 144 39 2015-03-29 1.25 663677.32 58098.15 398050.87
## 145 40 2015-03-22 1.10 808897.21 65158.96 524971.24
## 146 41 2015-03-15 1.24 693698.13 53400.14 395837.01
## 147 42 2015-03-08 1.26 657745.90 55284.80 367670.93
## 148 43 2015-03-01 1.16 770115.24 59039.85 498872.67
## 149 44 2015-02-22 1.11 749845.79 50501.07 445970.56
## 150 45 2015-02-15 1.25 637319.34 49751.74 361677.37
## 151 46 2015-02-08 1.09 844931.21 71703.52 554857.41
## 152 47 2015-02-01 1.06 1007418.76 93166.54 666010.38
## 153 48 2015-01-25 1.20 692934.46 49696.14 386398.73
## 154 49 2015-01-18 1.23 657741.34 49947.16 393359.60
## 155 50 2015-01-11 1.17 670231.94 51460.64 420837.82
## 156 51 2015-01-04 1.08 788025.06 53987.31 552906.04
## 157 0 2015-12-27 0.97 62909.69 30482.25 2971.94
## 158 1 2015-12-20 1.03 57504.05 25628.22 2546.09
## 159 2 2015-12-13 0.99 58461.05 27148.61 2985.73
## 160 3 2015-12-06 0.71 95295.34 35590.98 12526.50
## 161 4 2015-11-29 1.06 49069.13 24189.98 2789.67
## 162 5 2015-11-22 1.09 52875.58 25408.86 3255.97
## 163 6 2015-11-15 1.01 68648.22 24424.72 12085.72
## 164 7 2015-11-08 1.11 55847.79 31910.27 4651.88
## 165 8 2015-11-01 1.14 53585.51 30434.99 4359.52
## 166 9 2015-10-25 1.11 59874.45 29521.58 10089.82
## 167 10 2015-10-18 1.16 54191.14 29614.23 9069.38
## 168 11 2015-10-11 0.94 80904.19 26114.19 33415.88
## 169 12 2015-10-04 1.12 59496.33 35154.43 10821.85
## 170 13 2015-09-27 0.99 64187.80 47007.35 5754.04
## 171 14 2015-09-20 1.03 73952.90 34826.90 21592.13
## 172 15 2015-09-13 1.08 64208.84 45738.83 4393.90
## 173 16 2015-09-06 1.16 64464.61 44134.65 5402.17
## 174 17 2015-08-30 1.19 60099.83 40926.77 5809.92
## 175 18 2015-08-23 1.05 70773.76 44059.22 14861.33
## 176 19 2015-08-16 1.12 64001.61 46189.28 5258.21
## 177 20 2015-08-09 1.10 61286.98 44739.54 5034.00
## 178 21 2015-08-02 1.07 67763.91 51151.27 5140.89
## 179 22 2015-07-26 1.07 67826.07 50978.38 4856.27
## 180 23 2015-07-19 1.09 63958.04 45921.60 5300.30
## 181 24 2015-07-12 1.05 74677.72 51828.75 5802.65
## 182 25 2015-07-05 1.15 85044.45 61949.73 8022.13
## 183 26 2015-06-28 1.04 75280.41 59111.33 6573.26
## 184 27 2015-06-21 1.06 81397.07 52790.21 15444.74
## 185 28 2015-06-14 0.99 87607.71 58791.25 17880.43
## 186 29 2015-06-07 1.12 80751.29 61245.49 7237.55
## 187 30 2015-05-31 0.97 76689.38 57373.57 7421.36
## 188 31 2015-05-24 1.03 83209.77 54825.95 14839.33
## 189 32 2015-05-17 0.96 77987.53 61319.66 7393.99
## 190 33 2015-05-10 1.06 95788.53 62505.30 15896.54
## 191 34 2015-05-03 1.00 85466.99 66880.12 7942.34
## 192 35 2015-04-26 0.96 88111.17 69544.59 7985.48
## 193 36 2015-04-19 0.99 89694.96 56843.62 21630.90
## 194 37 2015-04-12 1.19 66246.30 44469.15 8506.36
## 195 38 2015-04-05 1.09 76704.46 57339.81 9060.49
## 196 39 2015-03-29 0.98 74543.98 59532.94 7119.52
## 197 40 2015-03-22 1.17 61419.11 44227.33 6589.77
## 198 41 2015-03-15 1.00 65918.28 51472.29 7018.29
## 199 42 2015-03-08 1.14 65350.24 45879.84 7206.22
## 200 43 2015-03-01 1.06 75046.37 40578.00 23738.56
## 201 44 2015-02-22 0.99 76836.10 50872.00 16374.74
## 202 45 2015-02-15 1.14 61221.98 41547.87 7840.31
## 203 46 2015-02-08 1.07 69970.75 54229.34 9647.24
## 204 47 2015-02-01 0.91 113578.24 67496.30 36532.33
## 205 48 2015-01-25 1.03 66069.21 51922.06 7555.95
## 206 49 2015-01-18 1.08 62870.49 50354.95 6342.37
## 207 50 2015-01-11 1.18 57355.52 38112.34 10997.54
## 208 51 2015-01-04 1.01 80034.32 44562.12 24964.23
## 209 0 2015-12-27 1.13 450816.39 3886.27 346964.70
## 210 1 2015-12-20 1.07 489802.88 4912.37 390100.99
## 211 2 2015-12-13 1.01 549945.76 4641.02 455362.38
## 212 3 2015-12-06 1.02 488679.31 5126.32 407520.22
## 213 4 2015-11-29 1.19 350559.81 3609.25 272719.08
## 214 5 2015-11-22 1.07 466759.99 4457.62 383420.46
## 215 6 2015-11-15 1.05 513738.98 5310.32 420936.80
## 216 7 2015-11-08 1.04 641759.57 5304.09 542880.92
## 217 8 2015-11-01 1.06 553096.84 4886.14 449532.49
## 218 9 2015-10-25 1.02 534249.47 4005.39 430725.78
## 219 10 2015-10-18 0.94 725296.29 6409.86 627503.98
## 220 11 2015-10-11 1.14 485706.68 5145.86 378295.90
## 221 12 2015-10-04 1.07 536479.42 5804.31 427358.64
## 222 13 2015-09-27 1.07 553307.04 5210.84 463079.81
## 223 14 2015-09-20 1.15 498640.23 4376.74 398673.48
## 224 15 2015-09-13 1.03 655682.95 5422.29 560792.23
## 225 16 2015-09-06 1.11 577774.74 4237.44 477867.83
## 226 17 2015-08-30 1.13 526664.87 4177.03 438502.90
## 227 18 2015-08-23 1.07 589471.32 4744.11 488292.10
## 228 19 2015-08-16 1.15 565795.06 4460.85 464476.33
## 229 20 2015-08-09 1.07 690517.19 4173.23 590998.11
## 230 21 2015-08-02 1.17 571994.50 4442.20 468591.76
## 231 22 2015-07-26 1.28 500233.69 4299.27 393281.62
## 232 23 2015-07-19 1.18 597168.12 4720.08 477629.80
## 233 24 2015-07-12 1.14 634515.74 5332.07 471639.53
## 234 25 2015-07-05 1.27 582909.73 4743.46 418251.03
## 235 26 2015-06-28 1.25 560494.92 4688.28 403230.60
## 236 27 2015-06-21 1.24 543504.66 3582.45 404908.53
## 237 28 2015-06-14 1.08 684346.48 5104.19 521254.77
## 238 29 2015-06-07 1.25 562542.86 4034.11 421007.42
## 239 30 2015-05-31 1.26 565160.95 4128.35 418105.36
## 240 31 2015-05-24 1.14 633521.98 4601.66 490485.76
## 241 32 2015-05-17 1.26 534488.54 4285.68 380514.08
## 242 33 2015-05-10 1.14 625558.14 4601.50 476827.52
## 243 34 2015-05-03 1.17 552368.94 3828.64 429586.28
## 244 35 2015-04-26 1.28 465911.37 3915.30 352464.49
## 245 36 2015-04-19 1.15 504619.83 4013.71 384880.49
## 246 37 2015-04-12 1.26 408485.16 3575.89 294164.23
## 247 38 2015-04-05 1.27 449818.01 3657.54 330424.74
## 248 39 2015-03-29 1.19 453631.25 3619.31 339299.30
## 249 40 2015-03-22 1.18 453173.22 5956.18 344396.92
## 250 41 2015-03-15 1.25 417750.36 6085.75 308996.70
## 251 42 2015-03-08 1.17 408403.96 3425.53 290512.65
## 252 43 2015-03-01 1.11 485736.10 4106.42 383573.77
## 253 44 2015-02-22 1.23 355432.28 3232.68 251341.30
## 254 45 2015-02-15 1.20 399883.99 3794.97 281106.45
## 255 46 2015-02-08 1.04 609985.34 7653.19 495731.70
## 256 47 2015-02-01 1.22 490022.14 6082.88 373452.06
## 257 48 2015-01-25 1.17 409343.56 4730.77 288094.65
## 258 49 2015-01-18 1.23 401331.33 4383.76 287778.52
## 259 50 2015-01-11 1.10 437771.89 5548.11 320577.36
## 260 51 2015-01-04 1.02 491738.00 7193.87 396752.18
## 261 0 2015-12-27 1.35 96233.08 1367.81 39542.83
## 262 1 2015-12-20 1.37 90867.51 1164.92 38430.71
## 263 2 2015-12-13 1.35 98473.23 1421.12 40783.22
## 264 3 2015-12-06 1.23 108457.82 1737.71 58197.34
## 265 4 2015-11-29 1.39 79973.14 1514.69 35682.71
## 266 5 2015-11-22 1.40 90242.31 1711.77 38780.66
## 267 6 2015-11-15 1.36 99703.72 1803.78 41457.12
## 268 7 2015-11-08 1.30 111038.95 1288.83 49507.25
## 269 8 2015-11-01 1.23 118541.11 2181.17 61874.92
## 270 9 2015-10-25 1.36 99554.55 1545.57 36645.91
## 271 10 2015-10-18 1.29 106083.75 1536.35 40701.65
## 272 11 2015-10-11 1.30 109153.84 2170.49 50862.00
## 273 12 2015-10-04 1.33 98900.48 3020.03 38353.35
## 274 13 2015-09-27 1.31 90745.72 1908.16 60292.79
## 275 14 2015-09-20 1.54 60624.47 1445.25 39831.66
## 276 15 2015-09-13 1.59 73043.20 1572.71 48468.73
## 277 16 2015-09-06 1.56 76139.58 1471.69 49388.48
## 278 17 2015-08-30 1.38 83731.42 1406.11 61600.62
## 279 18 2015-08-23 1.49 68953.29 1287.09 43655.31
## 280 19 2015-08-16 1.50 69798.09 1230.78 45937.58
## 281 20 2015-08-09 1.47 81830.13 1139.74 56289.28
## 282 21 2015-08-02 1.47 78162.92 1447.81 44620.70
## 283 22 2015-07-26 1.39 91825.07 1679.28 45615.48
## 284 23 2015-07-19 1.36 128846.15 1165.75 54492.85
## 285 24 2015-07-12 1.45 127351.46 1119.38 47294.67
## 286 25 2015-07-05 1.47 140413.90 1503.10 56925.46
## 287 26 2015-06-28 1.36 137246.70 1235.69 51801.73
## 288 27 2015-06-21 1.50 108655.36 1254.83 47845.57
## 289 28 2015-06-14 1.34 149376.79 1183.90 48286.51
## 290 29 2015-06-07 1.38 130908.11 779.02 57999.61
## 291 30 2015-05-31 1.40 130841.08 1039.49 54249.06
## 292 31 2015-05-24 1.43 121942.61 1033.76 55018.95
## 293 32 2015-05-17 1.35 137050.23 932.52 61668.49
## 294 33 2015-05-10 1.33 170547.18 1321.83 73754.30
## 295 34 2015-05-03 1.42 136771.79 946.38 50266.22
## 296 35 2015-04-26 1.41 136964.30 1117.56 49556.91
## 297 36 2015-04-19 1.42 139612.52 1021.72 52954.82
## 298 37 2015-04-12 1.42 118172.53 884.02 45443.61
## 299 38 2015-04-05 1.44 124145.62 969.27 51023.86
## 300 39 2015-03-29 1.39 119890.65 1352.63 48430.03
## 301 40 2015-03-22 1.40 119902.96 3090.55 45420.06
## 302 41 2015-03-15 1.47 103413.11 3500.48 45688.61
## 303 42 2015-03-08 1.35 125724.96 1072.46 61973.56
## 304 43 2015-03-01 1.43 112363.86 1032.92 41685.04
## 305 44 2015-02-22 1.41 109546.92 1709.23 45393.96
## 306 45 2015-02-15 1.44 100207.14 1520.76 43271.55
## 307 46 2015-02-08 1.36 132760.10 1822.41 66261.92
## 308 47 2015-02-01 1.33 153920.35 2117.73 64770.55
## 309 48 2015-01-25 1.50 114052.94 1321.19 54007.48
## 310 49 2015-01-18 1.52 107040.29 1625.26 61859.85
## 311 50 2015-01-11 1.54 106221.32 1642.25 50985.20
## 312 51 2015-01-04 1.40 116253.44 3267.97 55693.04
## 313 0 2015-12-27 0.90 5040365.47 1833946.59 1760956.02
## 314 1 2015-12-20 0.94 4695737.21 1676601.43 1543280.76
## 315 2 2015-12-13 0.87 5259354.30 1806690.08 1627240.76
## 316 3 2015-12-06 0.78 5775536.27 1943065.50 2100246.17
## 317 4 2015-11-29 0.91 4575710.62 1461699.38 1810202.70
## 318 5 2015-11-22 0.92 4804278.16 1602215.57 1917124.52
## 319 6 2015-11-15 0.83 5755190.69 2243013.44 2164098.99
## 320 7 2015-11-08 0.98 5148983.51 2317858.81 1758964.54
## 321 8 2015-11-01 0.95 5830427.96 2369824.75 2596785.28
## 322 9 2015-10-25 1.12 4592461.81 1733791.31 2025016.15
## 323 10 2015-10-18 1.07 4999031.79 1847991.31 2286235.79
## 324 11 2015-10-11 1.08 5063309.38 1757211.58 2530023.18
## 325 12 2015-10-04 1.02 4943781.29 1461112.39 2788317.94
## 326 13 2015-09-27 1.04 5216784.63 1860050.39 2635028.38
## 327 14 2015-09-20 1.14 4759791.13 1702965.49 2230693.51
## 328 15 2015-09-13 1.13 5106508.12 1863270.81 2388023.33
## 329 16 2015-09-06 1.09 5806392.78 2859325.91 2077193.60
## 330 17 2015-08-30 1.08 5647385.15 3104607.82 1660274.32
## 331 18 2015-08-23 1.18 5193221.00 2626977.95 1798911.33
## 332 19 2015-08-16 1.11 5616434.08 3098708.55 1731349.00
## 333 20 2015-08-09 1.10 6232081.27 3260775.73 2196704.97
## 334 21 2015-08-02 1.16 5428238.87 2940145.82 1737845.94
## 335 22 2015-07-26 1.13 5557616.27 3112921.78 1636659.90
## 336 23 2015-07-19 1.18 5225200.52 2805887.74 1629871.75
## 337 24 2015-07-12 1.13 5451636.92 2747299.98 1923893.11
## 338 25 2015-07-05 1.12 6718011.83 3581149.88 2120303.06
## 339 26 2015-06-28 1.10 5641742.02 3163839.74 1610910.07
## 340 27 2015-06-21 1.07 5952597.29 3328631.93 1743509.25
## 341 28 2015-06-14 0.97 6741662.31 4075881.34 1771908.98
## 342 29 2015-06-07 0.98 6374842.90 3614314.44 1860329.30
## 343 30 2015-05-31 0.98 6236903.31 3620440.35 1826496.62
## 344 31 2015-05-24 1.10 5621713.64 2978396.74 1873205.91
## 345 32 2015-05-17 1.08 5289138.50 2923673.93 1649623.66
## 346 33 2015-05-10 0.93 6650357.96 4085858.78 1735132.32
## 347 34 2015-05-03 0.88 8567534.49 4340117.03 3403145.10
## 348 35 2015-04-26 1.15 4923565.04 2421009.67 1729486.77
## 349 36 2015-04-19 1.05 5871080.81 3024466.22 2070974.14
## 350 37 2015-04-12 1.06 5636644.51 2848184.00 1988818.23
## 351 38 2015-04-05 1.12 5467155.55 2754464.87 1886168.89
## 352 39 2015-03-29 1.10 5341821.67 2609532.63 1869271.31
## 353 40 2015-03-22 1.06 5571812.77 2348618.25 2314393.94
## 354 41 2015-03-15 1.06 5557163.11 2962520.41 1737353.95
## 355 42 2015-03-08 0.96 5990243.89 3484274.60 1649936.05
## 356 43 2015-03-01 0.84 6700134.25 3516551.29 2460932.41
## 357 44 2015-02-22 0.96 5951871.32 3210177.22 1933699.49
## 358 45 2015-02-15 0.96 5699944.93 3315163.60 1620462.13
## 359 46 2015-02-08 0.91 5871224.58 2908845.38 2200393.89
## 360 47 2015-02-01 0.85 9032180.67 4794142.14 3460743.80
## 361 48 2015-01-25 1.06 4929884.26 2380955.61 1827783.28
## 362 49 2015-01-18 1.02 5570915.26 2780859.66 2108450.36
## 363 50 2015-01-11 0.92 6024932.34 2889591.29 2485720.10
## 364 51 2015-01-04 0.93 5777334.90 2843648.26 2267755.26
## 365 0 2015-12-27 0.96 156698.24 33070.27 62956.24
## 366 1 2015-12-20 0.98 139917.89 29500.04 55520.58
## 367 2 2015-12-13 0.95 157146.19 31727.46 62544.19
## 368 3 2015-12-06 0.99 156114.08 34117.36 63074.74
## 369 4 2015-11-29 0.95 138858.86 31911.11 53470.54
## 370 5 2015-11-22 1.00 133618.33 30028.69 53644.97
## 371 6 2015-11-15 1.01 169281.16 28543.88 80244.55
## 372 7 2015-11-08 1.03 164322.04 30860.74 54456.01
## 373 8 2015-11-01 1.11 171793.87 33371.60 47079.68
## 374 9 2015-10-25 1.27 140920.61 23093.86 38356.83
## 375 10 2015-10-18 1.26 156565.98 22805.02 54518.85
## 376 11 2015-10-11 1.14 167396.56 22941.59 45669.33
## 377 12 2015-10-04 1.22 146737.74 23648.94 44671.10
## 378 13 2015-09-27 1.09 168780.22 24397.92 54210.03
## 379 14 2015-09-20 1.20 161443.98 25922.66 46906.06
## 380 15 2015-09-13 1.19 171077.53 30122.92 41616.87
## 381 16 2015-09-06 1.01 227728.43 35126.74 62187.49
## 382 17 2015-08-30 1.20 179026.88 33511.97 41700.97
## 383 18 2015-08-23 1.15 203298.37 32280.63 50475.57
## 384 19 2015-08-16 1.24 178525.52 32128.60 42068.10
## 385 20 2015-08-09 1.21 173059.32 29915.80 43782.95
## 386 21 2015-08-02 1.24 179321.90 30200.32 48686.77
## 387 22 2015-07-26 1.23 173896.82 30901.10 39607.94
## 388 23 2015-07-19 1.19 187575.03 33382.11 49072.16
## 389 24 2015-07-12 1.18 182856.82 23580.70 56317.45
## 390 25 2015-07-05 1.18 216118.90 30803.29 73470.29
## 391 26 2015-06-28 1.17 193654.01 23693.74 58162.31
## 392 27 2015-06-21 1.17 201173.10 30951.17 58913.49
## 393 28 2015-06-14 1.15 207093.88 31247.67 64828.77
## 394 29 2015-06-07 1.15 199980.30 43524.21 45226.73
## 395 30 2015-05-31 1.19 194630.86 45688.14 43259.91
## 396 31 2015-05-24 1.20 212527.72 43628.72 59207.62
## 397 32 2015-05-17 1.21 190799.99 44340.34 46424.29
## 398 33 2015-05-10 1.19 192767.09 47626.37 42863.80
## 399 34 2015-05-03 1.00 261492.20 50203.31 69446.61
## 400 35 2015-04-26 1.20 182141.55 39481.13 44796.90
## 401 36 2015-04-19 1.18 180944.22 38330.46 41954.32
## 402 37 2015-04-12 1.17 204005.24 48793.38 50390.01
## 403 38 2015-04-05 1.19 177919.28 43112.40 40448.49
## 404 39 2015-03-29 1.23 178788.49 34498.06 50741.07
## 405 40 2015-03-22 1.19 182876.15 41638.46 44726.81
## 406 41 2015-03-15 1.19 183944.05 39138.41 48595.62
## 407 42 2015-03-08 1.25 159386.69 29980.15 39244.64
## 408 43 2015-03-01 1.18 176146.34 45465.24 40006.65
## 409 44 2015-02-22 1.08 201741.43 44679.57 48498.63
## 410 45 2015-02-15 1.22 156798.51 28227.83 38591.73
## 411 46 2015-02-08 1.17 150139.38 31509.41 35566.91
## 412 47 2015-02-01 0.98 254009.70 52915.50 71209.89
## 413 48 2015-01-25 1.18 167270.13 37383.37 44000.75
## 414 49 2015-01-18 1.25 152671.15 26462.87 40475.81
## 415 50 2015-01-11 1.26 159942.68 31586.35 38118.77
## 416 51 2015-01-04 1.19 166006.29 29419.03 47220.75
## 417 0 2015-12-27 0.93 661137.13 42799.00 445218.79
## 418 1 2015-12-20 0.91 690669.34 35724.99 464574.15
## 419 2 2015-12-13 1.07 668601.50 40380.09 451470.42
## 420 3 2015-12-06 1.14 664020.49 53173.18 455048.11
## 421 4 2015-11-29 1.11 602481.22 42851.47 422479.32
## 422 5 2015-11-22 0.94 751897.89 34868.50 553545.31
## 423 6 2015-11-15 1.17 641881.96 31286.11 441753.60
## 424 7 2015-11-08 1.01 711146.61 44528.42 498562.41
## 425 8 2015-11-01 1.00 807041.46 69420.04 562214.56
## 426 9 2015-10-25 1.12 687650.27 59161.08 454352.60
## 427 10 2015-10-18 1.15 690302.58 25883.13 482992.35
## 428 11 2015-10-11 1.08 708914.17 16455.46 503813.92
## 429 12 2015-10-04 1.18 675172.63 14268.84 485262.12
## 430 13 2015-09-27 1.15 720501.55 16483.95 532028.74
## 431 14 2015-09-20 1.19 729117.42 16477.56 534644.45
## 432 15 2015-09-13 1.19 775671.49 17172.26 546965.49
## 433 16 2015-09-06 1.11 808677.78 17595.54 581941.46
## 434 17 2015-08-30 1.12 773773.53 17363.14 570147.23
## 435 18 2015-08-23 1.20 751850.01 17595.95 550359.51
## 436 19 2015-08-16 1.16 817690.89 19193.94 609692.45
## 437 20 2015-08-09 1.25 731125.01 18237.36 526303.06
## 438 21 2015-08-02 1.27 761027.42 21607.12 559825.17
## 439 22 2015-07-26 1.12 791332.34 26653.29 577460.34
## 440 23 2015-07-19 1.24 797060.27 20534.84 560871.56
## 441 24 2015-07-12 1.26 772151.20 22933.92 545739.34
## 442 25 2015-07-05 1.24 937317.45 28422.72 661207.19
## 443 26 2015-06-28 1.21 786250.22 27391.54 524476.99
## 444 27 2015-06-21 1.24 804902.52 34715.08 536926.08
## 445 28 2015-06-14 1.21 868197.41 55227.59 586037.06
## 446 29 2015-06-07 1.24 824216.23 51410.51 544663.98
## 447 30 2015-05-31 1.26 803571.87 50563.81 518850.04
## 448 31 2015-05-24 1.23 887105.04 57568.25 611797.34
## 449 32 2015-05-17 1.23 817870.17 54087.80 569043.02
## 450 33 2015-05-10 1.23 835938.63 55587.31 545784.15
## 451 34 2015-05-03 1.04 978376.13 64798.64 690167.81
## 452 35 2015-04-26 1.24 779868.01 46749.43 543002.30
## 453 36 2015-04-19 1.24 832529.06 52850.10 594214.84
## 454 37 2015-04-12 1.24 710718.98 45103.98 488323.33
## 455 38 2015-04-05 1.27 751812.42 38641.17 530946.92
## 456 39 2015-03-29 1.22 757271.96 25629.52 545317.99
## 457 40 2015-03-22 1.21 799946.53 29308.00 596341.85
## 458 41 2015-03-15 1.09 827010.39 30100.78 600833.10
## 459 42 2015-03-08 1.18 772997.09 27489.32 523118.00
## 460 43 2015-03-01 1.09 863391.73 24137.05 637043.16
## 461 44 2015-02-22 1.18 773078.09 39072.26 533387.47
## 462 45 2015-02-15 1.17 726401.24 29711.82 488591.60
## 463 46 2015-02-08 1.13 729325.61 28216.83 499138.28
## 464 47 2015-02-01 0.91 1133491.66 50783.91 824745.44
## 465 48 2015-01-25 1.22 745439.17 26117.56 488218.44
## 466 49 2015-01-18 1.14 797741.43 24917.77 533717.99
## 467 50 2015-01-11 1.15 802874.94 31239.94 558487.79
## 468 51 2015-01-04 1.11 783068.03 30270.26 550752.19
## 469 0 2015-12-27 0.87 162993.77 2633.37 100444.22
## 470 1 2015-12-20 0.85 175425.57 2732.05 108930.75
## 471 2 2015-12-13 0.79 207386.27 3802.60 123544.78
## 472 3 2015-12-06 0.83 207513.04 2914.81 129978.67
## 473 4 2015-11-29 0.88 141356.34 2399.32 94093.55
## 474 5 2015-11-22 0.89 174892.99 2565.81 115591.25
## 475 6 2015-11-15 0.88 193723.22 2680.00 129291.79
## 476 7 2015-11-08 0.87 239070.13 2979.02 156267.50
## 477 8 2015-11-01 0.93 254760.33 2998.18 166867.82
## 478 9 2015-10-25 1.01 203681.71 2264.65 132625.92
## 479 10 2015-10-18 0.98 186044.56 2297.30 131737.84
## 480 11 2015-10-11 0.91 213527.77 2251.48 146962.49
## 481 12 2015-10-04 0.93 235243.88 2132.57 157237.69
## 482 13 2015-09-27 1.08 202012.62 2220.62 138937.95
## 483 14 2015-09-20 1.05 210445.12 3127.80 139042.80
## 484 15 2015-09-13 1.05 216548.90 2195.13 139863.58
## 485 16 2015-09-06 1.02 232157.91 2462.55 154106.32
## 486 17 2015-08-30 1.01 234132.09 2623.58 153832.57
## 487 18 2015-08-23 1.05 208608.84 2750.77 141969.26
## 488 19 2015-08-16 1.01 234349.47 2472.69 146747.71
## 489 20 2015-08-09 1.08 214374.41 2357.57 144957.92
## 490 21 2015-08-02 1.09 206121.36 2443.41 142847.60
## 491 22 2015-07-26 1.03 216611.18 2474.11 139527.28
## 492 23 2015-07-19 1.06 223479.02 3726.35 146965.54
## 493 24 2015-07-12 1.03 218170.80 3503.25 148642.65
## 494 25 2015-07-05 1.03 250626.33 3238.38 165479.82
## 495 26 2015-06-28 1.01 225165.84 3691.48 144983.70
## 496 27 2015-06-21 1.02 243012.20 3795.30 158957.39
## 497 28 2015-06-14 1.05 229363.51 6856.14 145975.24
## 498 29 2015-06-07 1.07 234981.67 10630.01 146360.20
## 499 30 2015-05-31 1.06 222382.69 10459.41 143893.61
## 500 31 2015-05-24 1.10 222390.09 10258.51 152036.29
## 501 32 2015-05-17 1.04 234579.34 10239.98 150323.91
## 502 33 2015-05-10 1.06 259598.76 11982.39 172173.77
## 503 34 2015-05-03 1.08 238140.96 11468.92 162213.47
## 504 35 2015-04-26 1.06 214469.51 8217.17 138764.19
## 505 36 2015-04-19 1.02 226978.72 8229.40 144900.84
## 506 37 2015-04-12 1.02 188937.83 11176.67 120830.33
## 507 38 2015-04-05 1.06 196168.60 7516.57 135093.59
## 508 39 2015-03-29 0.95 198365.16 3014.53 122178.00
## 509 40 2015-03-22 0.98 212719.94 2968.26 137560.99
## 510 41 2015-03-15 0.94 196008.57 3550.62 131234.14
## 511 42 2015-03-08 0.87 219110.81 3470.71 147536.24
## 512 43 2015-03-01 0.89 226951.64 3610.46 157400.74
## 513 44 2015-02-22 0.93 183072.02 4431.56 134258.95
## 514 45 2015-02-15 0.94 169950.37 4399.26 122866.03
## 515 46 2015-02-08 0.93 186617.20 4246.12 140926.77
## 516 47 2015-02-01 0.86 300905.18 4665.89 224967.68
## 517 48 2015-01-25 0.93 213554.45 3617.45 162644.69
## 518 49 2015-01-18 0.93 175681.09 3333.29 128858.15
## 519 50 2015-01-11 0.92 201392.27 3612.86 153100.22
## 520 51 2015-01-04 0.88 228569.58 3274.30 168764.78
## 521 0 2015-12-27 0.99 107565.04 41808.54 27120.67
## 522 1 2015-12-20 1.03 117393.22 57557.75 23198.49
## 523 2 2015-12-13 1.03 124617.07 69742.59 21750.83
## 524 3 2015-12-06 0.99 137195.59 60376.23 33565.14
## 525 4 2015-11-29 1.03 97235.60 40352.94 22858.09
## 526 5 2015-11-22 1.04 115089.62 50334.80 25643.76
## 527 6 2015-11-15 0.99 117462.94 52474.75 26705.74
## 528 7 2015-11-08 0.95 152084.79 61494.68 35336.71
## 529 8 2015-11-01 0.99 135237.01 58162.23 31821.24
## 530 9 2015-10-25 1.04 119210.27 59745.47 23351.18
## 531 10 2015-10-18 0.98 137773.84 62590.79 33116.75
## 532 11 2015-10-11 0.90 145305.65 57480.41 39207.76
## 533 12 2015-10-04 0.93 134326.53 53606.35 38396.06
## 534 13 2015-09-27 1.02 137298.77 66587.59 33743.19
## 535 14 2015-09-20 1.00 165068.86 86031.90 31599.19
## 536 15 2015-09-13 1.02 169025.14 86159.05 31464.67
## 537 16 2015-09-06 1.04 144563.15 61052.61 40880.96
## 538 17 2015-08-30 1.03 147230.76 64531.04 32172.79
## 539 18 2015-08-23 1.08 130920.97 64597.94 29728.30
## 540 19 2015-08-16 1.03 155881.73 63291.37 36257.41
## 541 20 2015-08-09 1.00 167387.90 64121.12 52440.39
## 542 21 2015-08-02 1.05 148597.91 77973.44 30063.76
## 543 22 2015-07-26 1.02 159846.20 91758.41 25540.09
## 544 23 2015-07-19 1.05 159137.17 75080.98 33397.18
## 545 24 2015-07-12 1.04 143992.91 69964.42 32449.21
## 546 25 2015-07-05 0.98 173370.68 79063.50 39343.65
## 547 26 2015-06-28 0.94 159970.54 72752.84 38877.79
## 548 27 2015-06-21 0.99 164161.25 67311.23 40382.51
## 549 28 2015-06-14 1.01 171353.59 83138.56 33535.09
## 550 29 2015-06-07 1.03 187983.88 92110.97 33225.37
## 551 30 2015-05-31 1.10 143985.96 80729.03 21813.84
## 552 31 2015-05-24 1.01 171879.57 85510.90 37314.24
## 553 32 2015-05-17 1.00 180511.78 97341.26 38624.07
## 554 33 2015-05-10 1.10 162802.65 97879.64 27581.34
## 555 34 2015-05-03 0.99 176737.77 79998.58 53621.15
## 556 35 2015-04-26 1.02 161438.17 87214.58 28964.04
## 557 36 2015-04-19 1.00 172913.44 80303.92 40370.03
## 558 37 2015-04-12 1.07 129397.39 66513.95 28065.91
## 559 38 2015-04-05 1.09 126109.82 67298.39 30313.37
## 560 39 2015-03-29 0.96 139065.31 72473.25 25151.42
## 561 40 2015-03-22 0.94 182625.49 101143.03 40165.62
## 562 41 2015-03-15 1.01 149884.10 90582.35 27040.20
## 563 42 2015-03-08 0.95 141281.56 56323.87 37382.46
## 564 43 2015-03-01 1.03 136795.35 55610.59 36034.55
## 565 44 2015-02-22 1.09 114280.87 56131.64 26134.29
## 566 45 2015-02-15 1.05 106663.68 52221.93 20939.99
## 567 46 2015-02-08 0.96 128078.27 76792.99 23238.80
## 568 47 2015-02-01 0.87 216653.06 111171.46 59739.98
## 569 48 2015-01-25 1.08 116995.68 53201.66 32775.08
## 570 49 2015-01-18 1.02 116450.21 55532.76 26458.99
## 571 50 2015-01-11 0.97 125742.48 64726.71 34844.49
## 572 51 2015-01-04 0.89 158638.04 80298.77 51860.47
## 573 0 2015-12-27 0.80 1020390.64 494425.64 276556.76
## 574 1 2015-12-20 0.82 928051.16 439792.68 257532.45
## 575 2 2015-12-13 0.79 980891.18 476178.99 319789.56
## 576 3 2015-12-06 0.74 1054849.97 514160.41 412692.22
## 577 4 2015-11-29 0.80 839818.87 477944.48 244879.52
## 578 5 2015-11-22 0.78 885067.49 494872.79 264820.58
## 579 6 2015-11-15 0.71 1040439.71 642897.96 263132.27
## 580 7 2015-11-08 0.80 977717.36 563069.05 278244.62
## 581 8 2015-11-01 0.78 1114177.66 546040.25 376913.25
## 582 9 2015-10-25 0.86 1010394.81 557469.46 301143.50
## 583 10 2015-10-18 0.83 992983.76 570732.49 266044.08
## 584 11 2015-10-11 0.81 1100679.15 543166.98 349743.64
## 585 12 2015-10-04 0.82 1104602.14 491729.14 439095.32
## 586 13 2015-09-27 0.84 1063583.86 533088.33 390554.54
## 587 14 2015-09-20 0.77 1155212.67 606586.38 425539.41
## 588 15 2015-09-13 0.86 1212585.41 564967.74 494078.53
## 589 16 2015-09-06 0.84 1270739.69 626166.71 505568.94
## 590 17 2015-08-30 0.82 1101680.91 674670.89 309275.19
## 591 18 2015-08-23 0.85 1120172.03 679440.88 321325.08
## 592 19 2015-08-16 0.88 1122668.33 718594.72 287298.98
## 593 20 2015-08-09 0.85 1124259.51 674531.14 332173.47
## 594 21 2015-08-02 0.87 1067498.21 705846.27 253860.70
## 595 22 2015-07-26 0.80 1191310.92 661845.98 406523.56
## 596 23 2015-07-19 0.82 1186878.88 684455.16 364124.15
## 597 24 2015-07-12 0.82 1144448.23 713425.63 319277.99
## 598 25 2015-07-05 0.83 1320696.13 835215.79 334916.29
## 599 26 2015-06-28 0.77 1203553.98 760374.24 302577.78
## 600 27 2015-06-21 0.75 1283503.44 755351.26 375820.52
## 601 28 2015-06-14 0.65 1508750.45 1013252.58 353165.21
## 602 29 2015-06-07 0.73 1255575.78 788982.74 319283.75
## 603 30 2015-05-31 0.68 1377670.81 941838.33 315653.39
## 604 31 2015-05-24 0.81 1184131.34 775365.99 299938.43
## 605 32 2015-05-17 0.73 1219398.43 855871.73 261026.33
## 606 33 2015-05-10 0.75 1298826.19 817727.07 357330.30
## 607 34 2015-05-03 0.77 1282852.08 652304.49 509069.75
## 608 35 2015-04-26 0.81 1102639.51 717960.82 270228.19
## 609 36 2015-04-19 0.80 1137811.87 735235.09 284292.72
## 610 37 2015-04-12 0.72 1266899.55 871511.12 288420.79
## 611 38 2015-04-05 0.77 1324348.89 802917.65 387745.54
## 612 39 2015-03-29 0.79 1164808.22 645523.05 396361.00
## 613 40 2015-03-22 0.67 1333424.37 925527.04 297656.40
## 614 41 2015-03-15 0.72 1211158.55 726176.09 368421.28
## 615 42 2015-03-08 0.75 1218684.28 724775.83 371564.05
## 616 43 2015-03-01 0.82 1144032.03 665032.82 358628.24
## 617 44 2015-02-22 0.80 1116600.76 695493.39 305788.60
## 618 45 2015-02-15 0.77 1020856.87 625813.98 299799.46
## 619 46 2015-02-08 0.67 1207167.54 737968.75 376914.26
## 620 47 2015-02-01 0.68 1391089.32 786166.90 495262.11
## 621 48 2015-01-25 0.80 1008295.47 649344.32 271152.06
## 622 49 2015-01-18 0.76 1091677.29 627090.61 374230.89
## 623 50 2015-01-11 0.76 1128693.04 680572.11 348535.22
## 624 51 2015-01-04 0.74 1086363.97 612795.80 374420.68
## 625 0 2015-12-27 0.98 625475.10 93034.20 246747.13
## 626 1 2015-12-20 1.05 528944.54 113403.55 188263.20
## 627 2 2015-12-13 0.83 741702.50 96222.34 321764.32
## 628 3 2015-12-06 0.76 838225.19 111259.34 378124.28
## 629 4 2015-11-29 1.12 429109.64 85241.45 179982.42
## 630 5 2015-11-22 0.85 724865.72 100047.56 323796.50
## 631 6 2015-11-15 0.82 925618.09 98269.82 428998.81
## 632 7 2015-11-08 0.93 690633.88 113964.90 354454.62
## 633 8 2015-11-01 0.82 831994.43 140330.11 446007.80
## 634 9 2015-10-25 0.93 735206.51 106239.17 393920.63
## 635 10 2015-10-18 0.87 805437.95 117059.41 435491.56
## 636 11 2015-10-11 0.90 775976.51 108538.74 432102.05
## 637 12 2015-10-04 1.02 678935.84 101712.18 364774.25
## 638 13 2015-09-27 0.97 694871.74 119089.66 386987.12
## 639 14 2015-09-20 0.98 760083.16 85382.01 461272.50
## 640 15 2015-09-13 1.01 735436.91 115935.68 451936.38
## 641 16 2015-09-06 1.09 729046.74 138154.55 420365.75
## 642 17 2015-08-30 1.14 721703.83 119849.97 421032.49
## 643 18 2015-08-23 1.20 598195.03 135261.61 318115.81
## 644 19 2015-08-16 1.17 648148.15 157630.43 348863.51
## 645 20 2015-08-09 1.09 669377.04 131770.05 377129.38
## 646 21 2015-08-02 1.05 727916.83 153498.68 423519.88
## 647 22 2015-07-26 1.18 703672.69 138942.76 376355.19
## 648 23 2015-07-19 1.10 857872.86 119266.12 513055.10
## 649 24 2015-07-12 1.18 738933.68 123673.43 423853.38
## 650 25 2015-07-05 1.19 736913.15 146171.45 428389.18
## 651 26 2015-06-28 1.20 696697.65 162885.58 362226.14
## 652 27 2015-06-21 1.16 730826.79 184206.21 405469.62
## 653 28 2015-06-14 1.16 743005.75 194447.12 401133.25
## 654 29 2015-06-07 1.11 782886.63 167992.06 439309.16
## 655 30 2015-05-31 1.26 600377.94 127747.50 365471.20
## 656 31 2015-05-24 1.16 657593.22 198187.29 369924.19
## 657 32 2015-05-17 1.21 592588.01 156010.24 305200.86
## 658 33 2015-05-10 1.08 735145.02 148762.57 454026.16
## 659 34 2015-05-03 1.01 781496.40 182975.49 485743.46
## 660 35 2015-04-26 1.19 620827.49 160372.05 381779.34
## 661 36 2015-04-19 1.08 797021.22 129744.18 544167.43
## 662 37 2015-04-12 1.05 858680.51 176304.23 574793.28
## 663 38 2015-04-05 1.19 645727.95 156966.84 396449.92
## 664 39 2015-03-29 1.11 627546.30 160679.31 371990.15
## 665 40 2015-03-22 1.15 603112.11 131881.99 380284.50
## 666 41 2015-03-15 1.03 662131.80 160422.27 403060.76
## 667 42 2015-03-08 1.03 719792.51 118578.11 491584.39
## 668 43 2015-03-01 1.03 670820.50 101528.39 487873.51
## 669 44 2015-02-22 1.00 899302.80 153410.25 584093.63
## 670 45 2015-02-15 1.12 629074.28 116907.81 404107.32
## 671 46 2015-02-08 0.95 766576.39 153584.14 466313.49
## 672 47 2015-02-01 0.93 990211.57 217715.85 608156.34
## 673 48 2015-01-25 1.02 695658.81 140914.23 422434.82
## 674 49 2015-01-18 0.99 808194.41 151976.70 500683.50
## 675 50 2015-01-11 1.09 666579.35 110974.25 427723.20
## 676 51 2015-01-04 0.99 668086.00 117454.09 429518.41
## 677 0 2015-12-27 1.08 255499.70 83097.26 50545.78
## 678 1 2015-12-20 1.10 250436.24 110507.50 42663.06
## 679 2 2015-12-13 1.05 275587.85 132206.07 38088.87
## 680 3 2015-12-06 0.98 339797.19 92957.56 78805.63
## 681 4 2015-11-29 1.11 228427.08 84236.03 38244.11
## 682 5 2015-11-22 1.09 270529.34 95526.76 55945.23
## 683 6 2015-11-15 1.10 248933.35 88132.72 35472.80
## 684 7 2015-11-08 1.03 343645.67 103367.05 72647.24
## 685 8 2015-11-01 1.04 340746.59 112432.15 67252.29
## 686 9 2015-10-25 1.17 251336.74 84318.99 49927.69
## 687 10 2015-10-18 0.97 358143.26 117479.44 97788.02
## 688 11 2015-10-11 0.99 362400.65 110374.23 105188.14
## 689 12 2015-10-04 1.10 286400.89 81617.68 60336.35
## 690 13 2015-09-27 1.17 257472.31 88573.56 43702.48
## 691 14 2015-09-20 1.00 373545.23 129945.11 71335.62
## 692 15 2015-09-13 1.03 401472.63 151274.05 73572.68
## 693 16 2015-09-06 1.09 336982.39 143927.73 51351.12
## 694 17 2015-08-30 0.96 422762.90 177827.49 75478.01
## 695 18 2015-08-23 1.11 267968.50 114208.75 36663.35
## 696 19 2015-08-16 0.97 400251.59 113822.13 86783.96
## 697 20 2015-08-09 1.07 341289.98 136799.68 56896.42
## 698 21 2015-08-02 1.04 364735.69 157018.49 58592.28
## 699 22 2015-07-26 0.99 326233.80 119084.73 38501.17
## 700 23 2015-07-19 1.04 370830.93 125844.19 66223.96
## 701 24 2015-07-12 1.02 310049.50 127995.39 36569.66
## 702 25 2015-07-05 1.06 373691.57 140339.02 62718.27
## 703 26 2015-06-28 1.00 329753.61 135230.94 30175.61
## 704 27 2015-06-21 0.97 424580.52 133405.45 87075.84
## 705 28 2015-06-14 1.04 372413.50 136802.87 58418.17
## 706 29 2015-06-07 0.97 447813.52 153214.87 87106.49
## 707 30 2015-05-31 1.09 324400.67 162243.06 28903.88
## 708 31 2015-05-24 1.03 373245.43 193348.39 34774.04
## 709 32 2015-05-17 0.95 495155.82 214237.95 98513.10
## 710 33 2015-05-10 1.11 360917.96 177872.77 42422.72
## 711 34 2015-05-03 1.06 374659.88 161288.26 71919.54
## 712 35 2015-04-26 1.01 361243.20 133322.95 61051.45
## 713 36 2015-04-19 0.96 468643.05 140434.29 139016.06
## 714 37 2015-04-12 1.02 271182.01 96441.78 24663.50
## 715 38 2015-04-05 1.11 295385.41 113210.53 62859.83
## 716 39 2015-03-29 0.97 304048.16 120782.43 28182.89
## 717 40 2015-03-22 0.97 455372.43 138397.72 109057.90
## 718 41 2015-03-15 1.13 254974.87 107980.24 31613.46
## 719 42 2015-03-08 1.01 278695.29 97420.10 29942.92
## 720 43 2015-03-01 0.97 397899.56 97605.68 101935.17
## 721 44 2015-02-22 1.15 250888.80 99207.09 34703.33
## 722 45 2015-02-15 1.16 255597.63 100594.59 31170.09
## 723 46 2015-02-08 1.11 268195.87 129910.26 35996.84
## 724 47 2015-02-01 0.92 539750.77 205775.28 136119.82
## 725 48 2015-01-25 1.19 277325.29 110113.35 47558.40
## 726 49 2015-01-18 1.10 291788.43 113616.86 45446.17
## 727 50 2015-01-11 1.08 332165.05 108378.69 90104.73
## 728 51 2015-01-04 1.01 369694.27 121634.27 117865.11
## 729 0 2015-12-27 1.13 147713.85 2992.62 101109.84
## 730 1 2015-12-20 1.13 126262.26 2630.11 85259.91
## 731 2 2015-12-13 1.24 117645.69 3809.88 69582.68
## 732 3 2015-12-06 0.93 217174.66 4026.57 165454.45
## 733 4 2015-11-29 1.12 120552.43 3726.77 82760.11
## 734 5 2015-11-22 1.11 140981.22 3734.97 94794.75
## 735 6 2015-11-15 1.20 129448.75 3490.77 74695.44
## 736 7 2015-11-08 0.93 198257.69 3970.87 149876.75
## 737 8 2015-11-01 0.91 205592.10 3731.64 147281.28
## 738 9 2015-10-25 1.14 134921.44 3899.73 86434.90
## 739 10 2015-10-18 0.94 184806.99 3821.47 118521.96
## 740 11 2015-10-11 0.97 198769.54 3638.99 106363.84
## 741 12 2015-10-04 0.99 160322.48 3241.70 102316.58
## 742 13 2015-09-27 1.15 137849.61 2977.77 87274.97
## 743 14 2015-09-20 0.88 244696.01 3612.73 177686.12
## 744 15 2015-09-13 0.95 219380.93 4113.50 143018.46
## 745 16 2015-09-06 1.09 170309.30 3673.53 111964.57
## 746 17 2015-08-30 0.91 226898.73 3931.20 152332.20
## 747 18 2015-08-23 1.28 128681.94 4847.16 72826.86
## 748 19 2015-08-16 0.89 268902.14 5134.58 177609.75
## 749 20 2015-08-09 1.08 186733.16 4807.41 120579.39
## 750 21 2015-08-02 1.05 184067.49 4122.95 109853.88
## 751 22 2015-07-26 1.12 153868.79 3192.59 66065.84
## 752 23 2015-07-19 1.05 215736.47 2680.70 122122.69
## 753 24 2015-07-12 1.19 153112.84 4663.59 66045.81
## 754 25 2015-07-05 1.16 202842.97 2709.26 109357.57
## 755 26 2015-06-28 1.10 155972.38 3089.50 55014.27
## 756 27 2015-06-21 0.96 265555.66 2552.14 167585.16
## 757 28 2015-06-14 1.07 197387.76 4446.10 116392.81
## 758 29 2015-06-07 1.14 212599.11 6926.42 134230.11
## 759 30 2015-05-31 1.31 167907.51 7097.00 90411.80
## 760 31 2015-05-24 1.30 158917.21 7888.33 74169.01
## 761 32 2015-05-17 0.97 277502.12 5515.43 202939.01
## 762 33 2015-05-10 1.36 159642.82 7383.85 84947.73
## 763 34 2015-05-03 1.06 238550.81 6301.92 176717.87
## 764 35 2015-04-26 1.09 189609.49 4480.46 105590.91
## 765 36 2015-04-19 0.93 310672.40 5547.29 217323.81
## 766 37 2015-04-12 1.13 147494.24 5875.73 66804.31
## 767 38 2015-04-05 1.22 157721.54 4487.21 92044.84
## 768 39 2015-03-29 1.11 149631.24 1977.68 63600.68
## 769 40 2015-03-22 0.91 311876.75 1930.32 231211.70
## 770 41 2015-03-15 1.35 123895.07 1621.03 69452.53
## 771 42 2015-03-08 1.08 146835.60 1783.51 68592.44
## 772 43 2015-03-01 0.95 263987.21 1355.20 182093.72
## 773 44 2015-02-22 1.31 129295.86 1593.40 69934.93
## 774 45 2015-02-15 1.21 136761.35 1659.05 67025.59
## 775 46 2015-02-08 1.24 132621.01 1155.67 74113.50
## 776 47 2015-02-01 0.94 309471.69 1621.68 240215.65
## 777 48 2015-01-25 1.19 144301.73 1112.09 78092.72
## 778 49 2015-01-18 1.07 150201.39 970.13 78433.37
## 779 50 2015-01-11 1.03 185135.41 972.96 127984.25
## 780 51 2015-01-04 0.95 258979.63 1097.00 189348.60
## 781 0 2015-12-27 1.01 2580602.96 336673.70 1411808.83
## 782 1 2015-12-20 1.01 2504745.45 383701.76 1337404.03
## 783 2 2015-12-13 1.03 2608448.06 463349.67 1342449.84
## 784 3 2015-12-06 1.00 2981347.20 401676.14 1680591.43
## 785 4 2015-11-29 1.07 2198408.92 318661.40 1199426.12
## 786 5 2015-11-22 1.03 2601821.63 347803.29 1471865.16
## 787 6 2015-11-15 1.09 2494044.41 342002.87 1322818.28
## 788 7 2015-11-08 0.98 3184946.53 410061.00 1794703.20
## 789 8 2015-11-01 1.00 3229124.75 436343.74 1825512.93
## 790 9 2015-10-25 1.10 2671535.94 383559.81 1460066.36
## 791 10 2015-10-18 1.03 2981549.94 396690.54 1695841.56
## 792 11 2015-10-11 1.02 3004133.39 355508.86 1652244.40
## 793 12 2015-10-04 1.05 2814678.93 296032.66 1632488.05
## 794 13 2015-09-27 1.10 2770074.76 343271.52 1605775.14
## 795 14 2015-09-20 1.02 3336245.24 460475.95 1887110.85
## 796 15 2015-09-13 1.03 3532480.92 492741.15 1958150.00
## 797 16 2015-09-06 1.07 3272555.01 432770.76 1876392.91
## 798 17 2015-08-30 1.04 3388803.79 478858.03 1877733.21
## 799 18 2015-08-23 1.14 2849127.29 404182.26 1596909.93
## 800 19 2015-08-16 1.03 3653376.07 414756.68 2087149.52
## 801 20 2015-08-09 1.12 3230139.65 420919.70 1839862.82
## 802 21 2015-08-02 1.14 3162447.64 490577.01 1722754.95
## 803 22 2015-07-26 1.10 3135698.38 475306.73 1616355.00
## 804 23 2015-07-19 1.12 3436864.41 449090.82 1843047.36
## 805 24 2015-07-12 1.14 3077237.12 456044.50 1617124.36
## 806 25 2015-07-05 1.13 3774004.27 502233.05 2055125.98
## 807 26 2015-06-28 1.07 3336314.35 476721.82 1631460.30
## 808 27 2015-06-21 1.08 3720458.83 487936.68 1958437.10
## 809 28 2015-06-14 1.12 3511185.14 604782.48 1744519.06
## 810 29 2015-06-07 1.13 3602112.79 689242.14 1723625.04
## 811 30 2015-05-31 1.20 3151714.00 667193.97 1478975.82
## 812 31 2015-05-24 1.15 3574050.61 758183.50 1764210.85
## 813 32 2015-05-17 1.09 3753201.03 787079.55 1939235.30
## 814 33 2015-05-10 1.15 3501344.46 766730.70 1723310.79
## 815 34 2015-05-03 1.05 3901054.42 719493.66 2200706.49
## 816 35 2015-04-26 1.14 3234024.32 609506.22 1580854.41
## 817 36 2015-04-19 1.06 3857605.11 615564.03 2140254.41
## 818 37 2015-04-12 1.11 2895992.90 548501.37 1403326.56
## 819 38 2015-04-05 1.18 2938918.81 504487.79 1595354.39
## 820 39 2015-03-29 1.09 2971443.88 456518.93 1472879.42
## 821 40 2015-03-22 1.04 3746598.18 543151.72 2146436.50
## 822 41 2015-03-15 1.10 2948199.23 475449.58 1626922.95
## 823 42 2015-03-08 1.04 3134752.64 380674.20 1675102.29
## 824 43 2015-03-01 1.02 3566752.43 353818.94 2135517.89
## 825 44 2015-02-22 1.16 2730224.03 391400.93 1482033.31
## 826 45 2015-02-15 1.15 2610004.41 390973.21 1331420.43
## 827 46 2015-02-08 1.07 2856456.35 515789.01 1541252.99
## 828 47 2015-02-01 0.91 4874124.41 768874.35 2948564.71
## 829 48 2015-01-25 1.13 2928692.32 390289.67 1649082.75
## 830 49 2015-01-18 1.08 3006207.02 401683.43 1650327.26
## 831 50 2015-01-11 1.10 3067638.32 416900.30 1818618.04
## 832 51 2015-01-04 1.02 3382800.12 467259.47 2059657.71
## 833 0 2015-12-27 1.16 173645.55 22694.58 98629.20
## 834 1 2015-12-20 1.11 180186.23 24111.34 100758.01
## 835 2 2015-12-13 1.14 187058.65 27053.78 107144.99
## 836 3 2015-12-06 1.10 171195.76 25260.16 99013.86
## 837 4 2015-11-29 1.17 146103.34 23707.06 82015.89
## 838 5 2015-11-22 1.16 162429.43 26601.95 85742.43
## 839 6 2015-11-15 1.09 189916.88 25483.85 113515.58
## 840 7 2015-11-08 1.09 214993.36 27837.88 137670.52
## 841 8 2015-11-01 1.13 219970.37 28916.15 140625.82
## 842 9 2015-10-25 1.11 183276.68 27595.50 101618.92
## 843 10 2015-10-18 0.93 264223.22 27640.26 186372.86
## 844 11 2015-10-11 1.05 225079.92 32042.53 137367.20
## 845 12 2015-10-04 1.16 188436.91 32554.49 95392.40
## 846 13 2015-09-27 1.15 192478.26 30410.27 108385.85
## 847 14 2015-09-20 1.17 188314.24 31925.36 101200.97
## 848 15 2015-09-13 1.07 254744.58 33047.61 170884.40
## 849 16 2015-09-06 1.19 225494.59 37453.63 128772.37
## 850 17 2015-08-30 1.18 219908.82 34595.95 125106.29
## 851 18 2015-08-23 1.10 222637.15 37213.90 128402.42
## 852 19 2015-08-16 1.09 247813.45 37089.49 161018.66
## 853 20 2015-08-09 1.07 247575.06 40320.20 149595.95
## 854 21 2015-08-02 1.10 242281.36 40387.93 143352.05
## 855 22 2015-07-26 1.17 225227.57 39346.13 123455.52
## 856 23 2015-07-19 1.19 229650.57 42405.80 119272.94
## 857 24 2015-07-12 1.17 233638.96 42200.05 119798.85
## 858 25 2015-07-05 1.19 275844.88 49829.42 142250.13
## 859 26 2015-06-28 1.20 243537.29 42688.00 124701.97
## 860 27 2015-06-21 1.19 255431.85 44179.19 128614.97
## 861 28 2015-06-14 1.13 277578.88 42766.16 140403.76
## 862 29 2015-06-07 1.21 265638.42 40587.95 138950.26
## 863 30 2015-05-31 1.22 260058.34 42572.44 125281.89
## 864 31 2015-05-24 1.21 270097.92 43499.81 132429.70
## 865 32 2015-05-17 1.19 252843.56 44842.47 120942.94
## 866 33 2015-05-10 1.19 299147.73 53021.23 158314.43
## 867 34 2015-05-03 1.17 255913.63 46183.27 130134.66
## 868 35 2015-04-26 1.21 234322.13 45102.26 118533.62
## 869 36 2015-04-19 1.17 237429.16 45693.41 112023.17
## 870 37 2015-04-12 1.18 201544.53 35513.59 101051.47
## 871 38 2015-04-05 1.21 216376.66 35705.85 112157.42
## 872 39 2015-03-29 1.14 197282.25 31891.81 102587.16
## 873 40 2015-03-22 1.08 219149.75 28701.47 129731.50
## 874 41 2015-03-15 1.20 190760.30 31225.82 84433.44
## 875 42 2015-03-08 1.15 192277.92 38517.23 75750.79
## 876 43 2015-03-01 1.07 230913.14 28899.98 134019.55
## 877 44 2015-02-22 1.20 191040.19 32241.22 83702.91
## 878 45 2015-02-15 1.22 187671.77 28592.73 85311.10
## 879 46 2015-02-08 1.02 239756.62 35933.38 126557.74
## 880 47 2015-02-01 1.06 283137.88 42732.12 168621.69
## 881 48 2015-01-25 1.17 206074.14 33193.27 89075.29
## 882 49 2015-01-18 1.24 182604.68 30928.18 85410.46
## 883 50 2015-01-11 1.26 178735.25 34535.57 78778.96
## 884 51 2015-01-04 1.05 203939.14 32679.84 121020.54
## 885 0 2015-12-27 1.27 243556.57 4427.27 194438.24
## 886 1 2015-12-20 1.18 264155.74 4806.75 212205.34
## 887 2 2015-12-13 1.24 238558.16 4439.86 186550.43
## 888 3 2015-12-06 1.19 239945.42 4269.91 199395.25
## 889 4 2015-11-29 1.32 213631.54 3572.70 172790.41
## 890 5 2015-11-22 1.27 212091.14 3720.08 176358.45
## 891 6 2015-11-15 1.12 275217.97 4680.06 228183.77
## 892 7 2015-11-08 1.16 309186.06 5048.20 260745.71
## 893 8 2015-11-01 1.16 326067.03 4471.30 271817.93
## 894 9 2015-10-25 1.20 234361.36 3444.57 183080.97
## 895 10 2015-10-18 0.93 407866.27 4980.03 357183.34
## 896 11 2015-10-11 1.38 264227.78 4555.33 206738.06
## 897 12 2015-10-04 1.30 262638.61 5369.78 205512.49
## 898 13 2015-09-27 1.29 247141.63 3978.86 196807.93
## 899 14 2015-09-20 1.25 241532.74 3716.84 179938.31
## 900 15 2015-09-13 1.11 341176.21 4326.64 283221.20
## 901 16 2015-09-06 1.27 281256.19 3976.35 221997.70
## 902 17 2015-08-30 1.26 292827.27 3882.25 241162.58
## 903 18 2015-08-23 1.14 298493.22 4337.08 248478.66
## 904 19 2015-08-16 1.12 351074.46 4402.25 292976.90
## 905 20 2015-08-09 1.12 354490.75 4619.78 292318.39
## 906 21 2015-08-02 1.16 323449.77 4543.97 268797.64
## 907 22 2015-07-26 1.30 266049.58 3579.93 205203.65
## 908 23 2015-07-19 1.32 258239.10 3759.04 189919.51
## 909 24 2015-07-12 1.06 389782.20 4947.35 299937.47
## 910 25 2015-07-05 1.25 339064.22 4847.80 250696.56
## 911 26 2015-06-28 1.27 304624.07 4253.95 226699.55
## 912 27 2015-06-21 1.25 341628.84 4030.52 258200.71
## 913 28 2015-06-14 1.15 338036.94 4926.58 253423.88
## 914 29 2015-06-07 1.29 353474.52 4435.64 281285.58
## 915 30 2015-05-31 1.33 319502.82 4974.69 237651.14
## 916 31 2015-05-24 1.34 314930.61 4532.15 229800.24
## 917 32 2015-05-17 1.20 358753.17 4623.90 281567.10
## 918 33 2015-05-10 1.25 370924.13 5262.94 288462.56
## 919 34 2015-05-03 1.25 329589.03 4005.44 255378.50
## 920 35 2015-04-26 1.36 277178.42 4159.50 206008.87
## 921 36 2015-04-19 1.35 271198.73 3625.55 196720.42
## 922 37 2015-04-12 1.25 251083.39 3432.34 182584.86
## 923 38 2015-04-05 1.33 246967.21 4021.27 183801.36
## 924 39 2015-03-29 1.22 241495.12 3980.50 184277.87
## 925 40 2015-03-22 1.11 292821.36 5900.60 230143.88
## 926 41 2015-03-15 1.40 225761.68 6740.23 150490.66
## 927 42 2015-03-08 1.43 210375.08 3253.02 125712.73
## 928 43 2015-03-01 1.12 314917.55 4547.97 250129.65
## 929 44 2015-02-22 1.38 220210.32 3632.57 142741.20
## 930 45 2015-02-15 1.39 223170.31 3681.09 138690.77
## 931 46 2015-02-08 1.09 364571.57 6791.17 289098.22
## 932 47 2015-02-01 1.32 297969.31 4803.72 216923.02
## 933 48 2015-01-25 1.35 241174.11 4305.86 150044.76
## 934 49 2015-01-18 1.39 229216.05 3347.41 160683.80
## 935 50 2015-01-11 1.38 232640.15 4365.27 143001.84
## 936 51 2015-01-04 1.06 332208.14 6387.60 267593.62
## 937 0 2015-12-27 0.78 944506.54 389773.22 288003.62
## 938 1 2015-12-20 0.75 922355.67 382444.22 278067.11
## 939 2 2015-12-13 0.73 998752.95 412187.80 386865.21
## 940 3 2015-12-06 0.74 989676.85 368528.91 490805.00
## 941 4 2015-11-29 0.79 783225.98 391616.95 289533.68
## 942 5 2015-11-22 0.73 913002.96 402191.51 391110.76
## 943 6 2015-11-15 0.72 998801.78 530464.33 332541.11
## 944 7 2015-11-08 0.75 983909.85 427828.16 411365.91
## 945 8 2015-11-01 0.77 1007805.74 395945.00 365506.02
## 946 9 2015-10-25 0.88 933623.58 437329.85 313129.29
## 947 10 2015-10-18 0.90 847813.12 436132.20 242842.91
## 948 11 2015-10-11 0.79 1036269.51 410949.18 385629.69
## 949 12 2015-10-04 0.82 1019283.99 411727.49 435388.05
## 950 13 2015-09-27 0.86 968988.09 383218.43 458982.90
## 951 14 2015-09-20 0.83 967228.05 417701.88 445473.03
## 952 15 2015-09-13 0.89 1095790.27 421533.83 540499.39
## 953 16 2015-09-06 0.89 1090493.39 460377.08 495487.54
## 954 17 2015-08-30 0.88 926124.93 559048.70 260761.33
## 955 18 2015-08-23 0.89 933166.17 509472.17 321616.50
## 956 19 2015-08-16 0.92 968899.09 565965.79 297434.65
## 957 20 2015-08-09 0.92 935149.69 474778.09 356592.63
## 958 21 2015-08-02 0.90 948126.90 568694.81 281941.22
## 959 22 2015-07-26 0.79 1086740.19 522819.52 443177.18
## 960 23 2015-07-19 0.78 1093424.59 517797.01 424786.53
## 961 24 2015-07-12 0.79 999607.51 559622.59 307628.06
## 962 25 2015-07-05 0.79 1173819.67 652959.91 371700.87
## 963 26 2015-06-28 0.74 1135915.03 613485.76 337700.09
## 964 27 2015-06-21 0.74 1196121.27 578767.93 449584.59
## 965 28 2015-06-14 0.62 1533409.28 924661.29 439063.48
## 966 29 2015-06-07 0.72 1172177.72 675888.37 364707.14
## 967 30 2015-05-31 0.72 1262932.78 757230.93 383626.57
## 968 31 2015-05-24 0.83 1089679.39 662438.33 324447.92
## 969 32 2015-05-17 0.82 1025659.59 676510.74 263395.46
## 970 33 2015-05-10 0.76 1201673.17 654227.60 424395.94
## 971 34 2015-05-03 0.74 1296308.05 651055.45 502617.22
## 972 35 2015-04-26 0.79 1082231.89 689172.94 295785.80
## 973 36 2015-04-19 0.82 933033.17 566197.65 250464.55
## 974 37 2015-04-12 0.79 1096074.97 631292.63 353794.42
## 975 38 2015-04-05 0.83 1249645.20 608887.60 496479.07
## 976 39 2015-03-29 0.79 1116225.29 502389.02 480447.28
## 977 40 2015-03-22 0.80 1036663.77 514614.47 393974.61
## 978 41 2015-03-15 0.77 1043172.77 526390.61 401259.86
## 979 42 2015-03-08 0.78 1166055.83 507328.95 517669.77
## 980 43 2015-03-01 0.87 991328.46 481279.09 391780.92
## 981 44 2015-02-22 0.82 978807.74 520034.92 346617.64
## 982 45 2015-02-15 0.73 1062387.72 571823.28 364817.51
## 983 46 2015-02-08 0.70 1180723.02 525259.71 535768.93
## 984 47 2015-02-01 0.72 1280364.01 540024.17 597855.73
## 985 48 2015-01-25 0.77 983910.94 549415.32 309974.97
## 986 49 2015-01-18 0.77 1017854.16 458532.19 429687.47
## 987 50 2015-01-11 0.78 1062071.65 463272.52 441785.80
## 988 51 2015-01-04 0.71 1062990.62 506426.58 436347.57
## 989 0 2015-12-27 1.04 123096.09 4647.28 69384.73
## 990 1 2015-12-20 1.10 116353.68 3702.20 67983.94
## 991 2 2015-12-13 1.03 125342.89 4904.51 69984.32
## 992 3 2015-12-06 0.92 145740.44 4067.00 89452.99
## 993 4 2015-11-29 1.08 108444.41 3079.44 65254.08
## 994 5 2015-11-22 1.11 115384.56 3979.57 68939.61
## 995 6 2015-11-15 1.08 124218.61 3478.99 71346.37
## 996 7 2015-11-08 0.96 147799.55 4337.57 84844.19
## 997 8 2015-11-01 1.01 147459.62 5224.61 84968.04
## 998 9 2015-10-25 1.02 151558.74 4333.17 89943.26
## 999 10 2015-10-18 0.97 159463.52 4397.88 102117.87
## 1000 11 2015-10-11 1.10 128848.68 4270.64 75604.83
## 1001 12 2015-10-04 0.98 139679.01 3645.90 87385.31
## 1002 13 2015-09-27 1.04 139490.52 2961.25 85578.17
## 1003 14 2015-09-20 0.91 185962.59 3942.44 116683.58
## 1004 15 2015-09-13 0.87 201620.58 3668.07 130327.72
## 1005 16 2015-09-06 1.11 156608.28 3361.77 92568.64
## 1006 17 2015-08-30 1.17 147066.48 3709.10 86767.95
## 1007 18 2015-08-23 1.22 131935.23 4293.59 77251.43
## 1008 19 2015-08-16 1.14 160059.77 5270.74 90141.76
## 1009 20 2015-08-09 1.20 148384.89 3553.34 91631.60
## 1010 21 2015-08-02 1.21 151883.21 3914.24 94006.28
## 1011 22 2015-07-26 1.22 144476.44 3840.10 84797.31
## 1012 23 2015-07-19 1.07 168164.47 4866.47 101983.73
## 1013 24 2015-07-12 1.05 161431.59 4181.35 101947.17
## 1014 25 2015-07-05 1.05 190716.43 4890.33 119457.27
## 1015 26 2015-06-28 0.95 198267.13 5514.89 121148.60
## 1016 27 2015-06-21 1.03 205199.16 7214.14 124628.24
## 1017 28 2015-06-14 1.15 173545.33 10382.27 97079.96
## 1018 29 2015-06-07 1.28 155730.59 16121.10 80781.48
## 1019 30 2015-05-31 1.37 142817.83 13199.86 80053.62
## 1020 31 2015-05-24 1.29 168797.97 19662.17 92856.90
## 1021 32 2015-05-17 1.26 164076.81 18666.08 89510.92
## 1022 33 2015-05-10 1.06 195532.38 16899.58 127193.06
## 1023 34 2015-05-03 1.13 178889.83 18025.82 113204.30
## 1024 35 2015-04-26 1.24 158499.41 12319.28 88398.02
## 1025 36 2015-04-19 1.08 179103.30 12091.85 106308.89
## 1026 37 2015-04-12 1.15 146422.18 13496.90 86722.03
## 1027 38 2015-04-05 1.17 151260.15 12623.45 95213.63
## 1028 39 2015-03-29 1.09 161288.59 5382.76 97691.27
## 1029 40 2015-03-22 1.11 160557.81 3961.00 102319.13
## 1030 41 2015-03-15 1.21 140487.57 4942.49 88080.11
## 1031 42 2015-03-08 1.07 160438.38 6082.65 97697.59
## 1032 43 2015-03-01 1.13 169556.49 4876.24 110740.95
## 1033 44 2015-02-22 1.34 127501.04 4269.36 80442.92
## 1034 45 2015-02-15 1.30 121767.82 5833.67 75495.03
## 1035 46 2015-02-08 0.98 158792.02 7650.86 109166.71
## 1036 47 2015-02-01 0.92 245352.56 7245.61 181784.28
## 1037 48 2015-01-25 1.06 149473.79 3642.56 108152.40
## 1038 49 2015-01-18 1.14 149319.82 2910.77 103890.90
## 1039 50 2015-01-11 1.25 138617.04 3024.88 100509.97
## 1040 51 2015-01-04 1.02 160130.15 4007.41 118435.79
## 1041 0 2015-12-27 0.99 132982.84 91470.46 7688.79
## 1042 1 2015-12-20 1.19 95935.66 63053.15 6544.15
## 1043 2 2015-12-13 0.96 140036.16 100533.31 8913.72
## 1044 3 2015-12-06 1.19 93337.13 65041.02 7716.82
## 1045 4 2015-11-29 0.96 121236.54 85341.93 7840.61
## 1046 5 2015-11-22 0.98 115300.79 77130.61 8054.18
## 1047 6 2015-11-15 1.25 90999.05 57764.90 7319.36
## 1048 7 2015-11-08 1.25 94495.69 62219.27 7707.94
## 1049 8 2015-11-01 0.97 162559.72 110439.42 11892.01
## 1050 9 2015-10-25 1.22 98097.37 61125.82 8956.16
## 1051 10 2015-10-18 1.25 92599.79 57713.02 9666.15
## 1052 11 2015-10-11 0.99 141875.20 93556.40 12101.67
## 1053 12 2015-10-04 0.99 153146.21 102479.00 13922.67
## 1054 13 2015-09-27 1.27 92325.73 52301.92 14641.98
## 1055 14 2015-09-20 0.99 157688.29 97864.33 21665.96
## 1056 15 2015-09-13 1.24 102870.89 55192.87 19471.72
## 1057 16 2015-09-06 0.98 179837.71 109912.85 23440.35
## 1058 17 2015-08-30 1.26 116109.00 64015.75 19572.08
## 1059 18 2015-08-23 1.25 111825.39 60641.90 19269.77
## 1060 19 2015-08-16 1.25 107523.14 60507.19 16156.31
## 1061 20 2015-08-09 0.99 188720.77 121358.64 22750.53
## 1062 21 2015-08-02 1.24 112332.05 63302.99 19717.01
## 1063 22 2015-07-26 1.25 112997.27 69032.32 19637.03
## 1064 23 2015-07-19 1.00 173741.30 111744.79 24068.98
## 1065 24 2015-07-12 1.22 110964.60 62590.29 18465.56
## 1066 25 2015-07-05 0.95 211960.25 132207.91 27446.00
## 1067 26 2015-06-28 1.16 135739.94 78066.95 19522.69
## 1068 27 2015-06-21 0.95 192111.32 118742.11 23814.65
## 1069 28 2015-06-14 1.20 129526.61 72175.96 13979.81
## 1070 29 2015-06-07 0.98 190396.80 132109.76 13656.80
## 1071 30 2015-05-31 1.24 128105.43 86553.01 7980.50
## 1072 31 2015-05-24 1.00 195410.86 139484.96 13258.26
## 1073 32 2015-05-17 1.22 120930.26 81751.17 8351.79
## 1074 33 2015-05-10 1.24 125605.25 85005.28 8543.63
## 1075 34 2015-05-03 0.96 254514.32 185046.86 16450.96
## 1076 35 2015-04-26 1.21 127939.11 87231.57 9218.89
## 1077 36 2015-04-19 1.17 124795.93 81015.05 8893.31
## 1078 37 2015-04-12 0.99 180970.46 132039.44 13392.51
## 1079 38 2015-04-05 1.10 146744.37 105691.56 11012.21
## 1080 39 2015-03-29 1.20 109050.11 74529.93 8432.63
## 1081 40 2015-03-22 0.96 185570.06 136390.88 13642.52
## 1082 41 2015-03-15 1.27 110128.66 76237.55 8987.99
## 1083 42 2015-03-08 1.24 112487.20 77300.18 8997.99
## 1084 43 2015-03-01 1.01 167254.64 121358.37 13685.85
## 1085 44 2015-02-22 1.10 121048.70 79840.95 10684.39
## 1086 45 2015-02-15 1.24 105176.25 70695.14 9457.72
## 1087 46 2015-02-08 1.21 91840.75 62181.18 9886.68
## 1088 47 2015-02-01 0.92 237910.63 171139.21 22525.96
## 1089 48 2015-01-25 1.20 109940.55 66985.59 14505.13
## 1090 49 2015-01-18 1.27 99496.16 57479.20 16442.71
## 1091 50 2015-01-11 1.20 99757.17 57635.74 17025.48
## 1092 51 2015-01-04 0.97 153506.84 105203.79 19147.78
## 1093 0 2015-12-27 0.83 292707.14 135799.94 93317.46
## 1094 1 2015-12-20 0.96 232294.71 96355.05 77086.11
## 1095 2 2015-12-13 0.95 216119.35 101042.61 68490.51
## 1096 3 2015-12-06 0.89 244024.83 94777.64 107758.80
## 1097 4 2015-11-29 0.95 205476.61 88653.67 81160.21
## 1098 5 2015-11-22 0.98 215985.17 87241.86 91574.86
## 1099 6 2015-11-15 0.95 247795.44 100856.23 106817.36
## 1100 7 2015-11-08 0.92 237248.22 119810.22 74648.59
## 1101 8 2015-11-01 0.99 230414.44 87202.70 94900.43
## 1102 9 2015-10-25 0.98 245167.14 79873.47 115618.11
## 1103 10 2015-10-18 0.91 279364.03 108979.09 126743.26
## 1104 11 2015-10-11 0.94 268709.29 62866.32 155590.50
## 1105 12 2015-10-04 0.97 269072.20 69916.72 154943.93
## 1106 13 2015-09-27 0.97 272925.76 63209.79 170341.44
## 1107 14 2015-09-20 0.97 284247.20 70945.65 163822.19
## 1108 15 2015-09-13 0.88 346994.49 82171.46 179103.00
## 1109 16 2015-09-06 1.02 311124.27 123361.73 128141.12
## 1110 17 2015-08-30 1.09 284309.17 114660.27 124423.82
## 1111 18 2015-08-23 1.06 261084.13 131414.80 84541.60
## 1112 19 2015-08-16 0.96 314774.36 110442.18 136169.01
## 1113 20 2015-08-09 0.96 353118.24 117882.58 163299.76
## 1114 21 2015-08-02 1.09 272441.01 137413.89 79606.69
## 1115 22 2015-07-26 1.06 272267.50 137702.81 75823.92
## 1116 23 2015-07-19 1.03 269642.38 131325.70 78566.88
## 1117 24 2015-07-12 1.02 277827.44 136319.06 83225.67
## 1118 25 2015-07-05 1.05 332735.24 147937.64 100709.15
## 1119 26 2015-06-28 1.01 293408.89 138921.52 86492.67
## 1120 27 2015-06-21 0.90 338638.80 128876.23 126683.91
## 1121 28 2015-06-14 0.88 389599.87 145932.79 161219.75
## 1122 29 2015-06-07 1.02 335693.08 146782.32 112611.12
## 1123 30 2015-05-31 1.03 285741.48 134269.07 84841.82
## 1124 31 2015-05-24 0.98 293059.10 152869.01 83857.08
## 1125 32 2015-05-17 0.95 279843.22 144311.49 84178.93
## 1126 33 2015-05-10 0.98 325085.14 148053.33 117101.65
## 1127 34 2015-05-03 0.94 406840.38 146068.11 188533.85
## 1128 35 2015-04-26 0.88 334718.74 133307.70 132942.52
## 1129 36 2015-04-19 0.82 336520.60 206745.02 66506.38
## 1130 37 2015-04-12 0.76 369817.99 245368.93 69484.66
## 1131 38 2015-04-05 0.81 360356.29 226614.58 76597.83
## 1132 39 2015-03-29 0.84 354048.59 194240.37 104621.47
## 1133 40 2015-03-22 0.90 311228.44 151597.02 115109.24
## 1134 41 2015-03-15 1.07 261650.41 112120.65 108345.08
## 1135 42 2015-03-08 1.01 291046.81 114868.10 132275.90
## 1136 43 2015-03-01 1.05 293036.34 92829.75 151163.75
## 1137 44 2015-02-22 1.16 242732.32 98669.04 103066.30
## 1138 45 2015-02-15 1.12 255465.26 101363.74 111729.04
## 1139 46 2015-02-08 1.01 318770.67 108258.88 162192.25
## 1140 47 2015-02-01 0.94 370223.11 144461.66 185057.29
## 1141 48 2015-01-25 1.06 249509.99 114584.67 98937.17
## 1142 49 2015-01-18 1.06 233186.09 100191.96 94930.69
## 1143 50 2015-01-11 0.93 274481.48 126092.05 101653.19
## 1144 51 2015-01-04 0.80 317861.35 134003.07 120628.37
## 1145 0 2015-12-27 0.80 2326942.14 976982.58 455203.42
## 1146 1 2015-12-20 0.85 2149872.45 870581.10 396515.66
## 1147 2 2015-12-13 0.74 2690296.07 1072331.45 456120.56
## 1148 3 2015-12-06 0.66 3048290.53 1204232.39 682692.02
## 1149 4 2015-11-29 0.83 2156008.93 833468.11 501667.47
## 1150 5 2015-11-22 0.81 2268076.38 886079.66 558302.72
## 1151 6 2015-11-15 0.74 2828361.90 1281378.91 661936.25
## 1152 7 2015-11-08 0.84 2621078.31 1314856.37 702841.97
## 1153 8 2015-11-01 0.89 2617806.65 1232603.24 914725.31
## 1154 9 2015-10-25 0.95 2327634.45 974251.62 925306.32
## 1155 10 2015-10-18 0.89 2661345.12 1045819.20 1169758.16
## 1156 11 2015-10-11 0.92 2591981.76 1014382.60 1205553.71
## 1157 12 2015-10-04 0.98 2278629.09 798046.49 1120569.37
## 1158 13 2015-09-27 0.90 2674658.54 1004429.55 1305809.85
## 1159 14 2015-09-20 0.99 2392448.90 1024117.14 947562.49
## 1160 15 2015-09-13 0.98 2549512.50 1076046.71 1079298.40
## 1161 16 2015-09-06 0.92 2983163.34 1809743.28 738938.41
## 1162 17 2015-08-30 0.90 3037663.98 2084250.55 503077.81
## 1163 18 2015-08-23 1.03 2604991.25 1687625.73 538010.14
## 1164 19 2015-08-16 0.93 2943218.77 2040657.52 516718.52
## 1165 20 2015-08-09 0.94 3371114.14 2176899.72 813280.77
## 1166 21 2015-08-02 1.00 2742211.46 1883744.01 503247.72
## 1167 22 2015-07-26 0.95 2893887.74 2052103.60 440413.60
## 1168 23 2015-07-19 1.02 2614726.11 1801294.72 417289.56
## 1169 24 2015-07-12 1.03 2652480.70 1707544.28 548712.47
## 1170 25 2015-07-05 0.96 3435374.51 2373501.16 564583.23
## 1171 26 2015-06-28 0.94 2921148.91 2073077.35 419199.06
## 1172 27 2015-06-21 0.91 3040023.34 2133616.93 473295.46
## 1173 28 2015-06-14 0.79 3689140.93 2747257.69 497878.86
## 1174 29 2015-06-07 0.84 3261844.41 2356669.17 447751.90
## 1175 30 2015-05-31 0.85 3196936.02 2355022.10 455405.46
## 1176 31 2015-05-24 0.97 2853904.60 2013195.78 465604.19
## 1177 32 2015-05-17 0.98 2557700.83 1817736.96 390302.38
## 1178 33 2015-05-10 0.78 3553642.53 2743972.44 390901.84
## 1179 34 2015-05-03 0.78 4015563.02 2914047.44 670161.40
## 1180 35 2015-04-26 1.02 2355703.98 1567937.53 427885.78
## 1181 36 2015-04-19 0.93 2901188.07 2029025.26 487491.50
## 1182 37 2015-04-12 0.93 2799667.40 1818859.19 579426.16
## 1183 38 2015-04-05 1.01 2603114.56 1753452.57 490701.38
## 1184 39 2015-03-29 1.00 2566690.28 1672623.80 535932.20
## 1185 40 2015-03-22 1.01 2466735.33 1423482.89 679696.81
## 1186 41 2015-03-15 0.94 2690257.20 1841764.25 445562.20
## 1187 42 2015-03-08 0.86 2797745.89 2005781.71 400644.42
## 1188 43 2015-03-01 0.75 3094278.93 2145439.03 592196.29
## 1189 44 2015-02-22 0.83 2954705.54 2050402.87 505580.16
## 1190 45 2015-02-15 0.83 2926435.94 2146773.46 408395.74
## 1191 46 2015-02-08 0.90 2641032.65 1673425.82 582236.24
## 1192 47 2015-02-01 0.74 4031949.04 2770656.27 854673.24
## 1193 48 2015-01-25 0.96 2329987.29 1518406.36 456562.55
## 1194 49 2015-01-18 0.89 2800679.50 1925013.31 526106.80
## 1195 50 2015-01-11 0.85 2713699.60 1786326.65 617233.39
## 1196 51 2015-01-04 0.85 2682159.95 1837999.65 524430.47
## 1197 0 2015-12-27 1.04 61654.94 1377.63 37760.21
## 1198 1 2015-12-20 1.05 56443.43 1703.96 30942.26
## 1199 2 2015-12-13 0.91 76543.82 1830.69 47375.43
## 1200 3 2015-12-06 0.83 103277.35 2186.88 65644.34
## 1201 4 2015-11-29 0.97 58667.71 1290.11 34019.62
## 1202 5 2015-11-22 1.01 60971.36 1319.83 33164.09
## 1203 6 2015-11-15 1.04 58816.50 1374.81 33868.95
## 1204 7 2015-11-08 0.93 86929.62 2052.89 52494.09
## 1205 8 2015-11-01 0.89 103768.67 3443.02 60544.64
## 1206 9 2015-10-25 1.06 64602.50 2031.83 36450.26
## 1207 10 2015-10-18 1.03 74092.73 1772.55 46436.42
## 1208 11 2015-10-11 1.03 74536.59 2060.03 44941.49
## 1209 12 2015-10-04 1.11 63157.22 1596.38 39700.73
## 1210 13 2015-09-27 1.18 60980.52 1456.28 40352.61
## 1211 14 2015-09-20 1.05 71064.71 1645.41 40184.52
## 1212 15 2015-09-13 0.98 85919.67 1730.17 56765.08
## 1213 16 2015-09-06 0.98 98154.04 2188.71 65116.35
## 1214 17 2015-08-30 1.13 70164.74 4909.59 40377.06
## 1215 18 2015-08-23 1.15 65333.20 2607.26 39932.88
## 1216 19 2015-08-16 1.09 78926.90 5051.31 45325.78
## 1217 20 2015-08-09 1.08 83592.89 3152.23 52753.42
## 1218 21 2015-08-02 0.93 91136.65 2141.86 59505.29
## 1219 22 2015-07-26 0.88 99545.41 1965.35 64026.49
## 1220 23 2015-07-19 1.08 77503.36 5812.67 44739.72
## 1221 24 2015-07-12 1.13 72693.94 2051.90 43381.39
## 1222 25 2015-07-05 1.15 81748.59 1948.65 49319.51
## 1223 26 2015-06-28 1.15 69230.74 2289.22 41216.44
## 1224 27 2015-06-21 1.17 78272.57 3338.54 44777.85
## 1225 28 2015-06-14 1.07 82364.21 2241.94 50907.67
## 1226 29 2015-06-07 1.01 98865.51 8145.60 62401.26
## 1227 30 2015-05-31 1.00 92345.33 7195.55 58910.38
## 1228 31 2015-05-24 1.05 79567.66 2581.31 55999.82
## 1229 32 2015-05-17 1.20 73537.14 2114.98 48390.37
## 1230 33 2015-05-10 1.10 85446.43 2278.40 60221.59
## 1231 34 2015-05-03 1.03 95550.51 2031.68 66286.54
## 1232 35 2015-04-26 1.21 65742.40 2070.06 42192.26
## 1233 36 2015-04-19 1.01 95959.08 2113.76 62591.27
## 1234 37 2015-04-12 0.97 88236.19 2761.77 61733.99
## 1235 38 2015-04-05 1.08 75626.30 1833.31 49893.14
## 1236 39 2015-03-29 1.00 93802.08 2639.24 64264.48
## 1237 40 2015-03-22 0.99 95101.27 2464.06 62778.34
## 1238 41 2015-03-15 1.21 56870.10 2010.14 36582.61
## 1239 42 2015-03-08 1.18 62728.85 2777.27 38415.34
## 1240 43 2015-03-01 1.02 78626.99 1553.83 53158.82
## 1241 44 2015-02-22 1.01 107443.35 3122.61 77315.21
## 1242 45 2015-02-15 1.13 80537.77 3843.22 50486.30
## 1243 46 2015-02-08 1.00 87054.02 6359.25 59424.49
## 1244 47 2015-02-01 0.90 125504.98 5378.31 83854.56
## 1245 48 2015-01-25 1.02 86635.35 2283.00 63038.53
## 1246 49 2015-01-18 1.06 85580.15 2250.10 63826.82
## 1247 50 2015-01-11 1.05 75129.36 2299.74 53313.74
## 1248 51 2015-01-04 0.92 101162.98 1991.63 75090.16
## 1249 0 2015-12-27 0.99 545064.74 387953.32 44652.25
## 1250 1 2015-12-20 1.21 350533.71 238269.18 32386.55
## 1251 2 2015-12-13 0.97 529317.46 387065.94 49363.20
## 1252 3 2015-12-06 1.25 340513.61 247061.97 34861.19
## 1253 4 2015-11-29 0.98 470218.14 349408.27 42435.51
## 1254 5 2015-11-22 0.98 499396.26 359876.76 47195.19
## 1255 6 2015-11-15 1.22 368996.48 258624.78 42921.48
## 1256 7 2015-11-08 1.22 329065.04 223219.98 37562.72
## 1257 8 2015-11-01 0.98 566030.64 415970.77 54992.76
## 1258 9 2015-10-25 1.25 307072.85 212163.19 35901.59
## 1259 10 2015-10-18 1.24 333933.98 224505.79 42454.42
## 1260 11 2015-10-11 1.00 538384.22 384920.27 59335.78
## 1261 12 2015-10-04 0.99 570367.24 411182.68 63182.62
## 1262 13 2015-09-27 1.31 318048.12 200219.37 57857.02
## 1263 14 2015-09-20 0.98 559818.31 381034.21 76606.11
## 1264 15 2015-09-13 1.26 331077.90 197328.71 64770.61
## 1265 16 2015-09-06 0.98 637326.79 442545.72 80524.31
## 1266 17 2015-08-30 1.24 362232.28 212188.58 66569.74
## 1267 18 2015-08-23 1.24 372525.30 218751.04 70677.18
## 1268 19 2015-08-16 1.24 360308.77 213812.79 61634.91
## 1269 20 2015-08-09 0.97 655821.90 450713.76 86740.57
## 1270 21 2015-08-02 1.22 371660.15 219518.15 66230.77
## 1271 22 2015-07-26 1.24 379954.31 233056.82 63065.93
## 1272 23 2015-07-19 0.96 626841.50 436603.60 96849.49
## 1273 24 2015-07-12 1.24 402706.71 235985.01 79717.36
## 1274 25 2015-07-05 0.98 718152.22 483878.34 101119.61
## 1275 26 2015-06-28 1.21 443970.60 259852.13 79482.73
## 1276 27 2015-06-21 0.96 669409.29 445033.36 90433.46
## 1277 28 2015-06-14 1.26 437896.64 273373.33 55875.20
## 1278 29 2015-06-07 0.99 683877.72 503235.62 60937.00
## 1279 30 2015-05-31 1.27 419158.75 296763.96 35493.31
## 1280 31 2015-05-24 1.01 757305.14 571149.16 62989.67
## 1281 32 2015-05-17 1.24 450603.36 323238.36 36762.19
## 1282 33 2015-05-10 1.28 435547.13 315524.39 37151.03
## 1283 34 2015-05-03 0.98 917424.76 690389.21 81078.28
## 1284 35 2015-04-26 1.25 476017.06 341780.74 41476.06
## 1285 36 2015-04-19 1.23 434025.46 306881.48 38958.56
## 1286 37 2015-04-12 1.00 692569.85 525432.60 63130.09
## 1287 38 2015-04-05 1.11 510738.88 370549.02 48767.27
## 1288 39 2015-03-29 1.25 370065.74 261045.75 32977.11
## 1289 40 2015-03-22 0.97 642934.25 480064.45 58232.21
## 1290 41 2015-03-15 1.33 371716.28 272270.43 35374.87
## 1291 42 2015-03-08 1.30 356311.66 253963.70 32888.65
## 1292 43 2015-03-01 1.01 647014.16 484615.92 60307.81
## 1293 44 2015-02-22 1.24 369819.98 256141.10 35032.65
## 1294 45 2015-02-15 1.29 353520.71 243991.59 34941.84
## 1295 46 2015-02-08 1.25 348210.50 249833.46 35897.43
## 1296 47 2015-02-01 0.95 753300.79 566917.32 74532.61
## 1297 48 2015-01-25 1.27 398055.71 289948.64 41120.06
## 1298 49 2015-01-18 1.30 405138.19 285204.29 42798.99
## 1299 50 2015-01-11 1.28 342796.99 242922.42 36043.54
## 1300 51 2015-01-04 0.97 540234.22 398670.03 54844.33
## 1301 0 2015-12-27 1.05 2065131.33 435246.31 1022861.71
## 1302 1 2015-12-20 1.05 2044020.93 446433.13 1024405.09
## 1303 2 2015-12-13 1.03 2193142.82 515063.58 1060753.67
## 1304 3 2015-12-06 1.00 2233138.01 507201.58 1154808.22
## 1305 4 2015-11-29 1.05 1845443.13 417849.42 939038.50
## 1306 5 2015-11-22 1.06 1903245.00 422437.27 955972.74
## 1307 6 2015-11-15 1.02 2355839.19 470482.80 1302219.95
## 1308 7 2015-11-08 1.04 2503008.26 568612.19 1248271.45
## 1309 8 2015-11-01 1.08 2511760.36 549089.55 1188242.89
## 1310 9 2015-10-25 1.13 2188485.29 522060.98 980865.05
## 1311 10 2015-10-18 1.05 2783170.15 555583.11 1537196.96
## 1312 11 2015-10-11 1.13 2329757.67 469059.21 1057488.47
## 1313 12 2015-10-04 1.18 2233935.94 467701.30 1070891.86
## 1314 13 2015-09-27 1.11 2390611.02 479660.47 1206766.08
## 1315 14 2015-09-20 1.13 2447264.74 555127.12 1122683.82
## 1316 15 2015-09-13 1.09 2814803.06 574792.78 1444401.99
## 1317 16 2015-09-06 1.08 3013825.75 564493.74 1458691.19
## 1318 17 2015-08-30 1.18 2535192.78 516825.42 1161145.08
## 1319 18 2015-08-23 1.12 2765838.10 571552.62 1286342.30
## 1320 19 2015-08-16 1.14 2823405.23 627950.44 1355609.83
## 1321 20 2015-08-09 1.15 2710710.15 531460.61 1328248.62
## 1322 21 2015-08-02 1.14 2752081.97 532287.84 1359710.96
## 1323 22 2015-07-26 1.15 2664424.22 531729.96 1239353.81
## 1324 23 2015-07-19 1.14 2751192.77 569216.65 1234664.00
## 1325 24 2015-07-12 1.13 2783554.82 532046.38 1337980.83
## 1326 25 2015-07-05 1.13 3183419.60 632988.75 1545460.43
## 1327 26 2015-06-28 1.14 2835630.41 534709.22 1324231.26
## 1328 27 2015-06-21 1.13 2979417.82 601782.55 1363070.07
## 1329 28 2015-06-14 1.09 3173051.42 653441.16 1484200.81
## 1330 29 2015-06-07 1.14 2918298.91 724315.73 1217522.42
## 1331 30 2015-05-31 1.14 3039403.06 734816.30 1377202.12
## 1332 31 2015-05-24 1.14 3119050.91 719874.17 1431141.56
## 1333 32 2015-05-17 1.18 2817008.33 698401.80 1201257.18
## 1334 33 2015-05-10 1.17 2956859.19 721935.59 1299998.70
## 1335 34 2015-05-03 1.07 3410467.52 793989.95 1557507.45
## 1336 35 2015-04-26 1.20 2699614.50 698128.52 1125853.00
## 1337 36 2015-04-19 1.18 2711008.32 654378.33 1125460.56
## 1338 37 2015-04-12 1.13 2829416.58 665283.33 1298472.42
## 1339 38 2015-04-05 1.19 2519677.31 617567.29 1066608.50
## 1340 39 2015-03-29 1.18 2523110.39 576473.89 1160794.38
## 1341 40 2015-03-22 1.11 2779012.66 681261.26 1282053.45
## 1342 41 2015-03-15 1.19 2462108.11 570576.91 1066470.63
## 1343 42 2015-03-08 1.21 2297509.11 545690.60 949015.34
## 1344 43 2015-03-01 1.14 2538981.60 620672.44 1151353.87
## 1345 44 2015-02-22 1.10 2720346.71 632670.12 1209150.04
## 1346 45 2015-02-15 1.17 2420829.45 634266.43 982380.32
## 1347 46 2015-02-08 1.06 2734006.98 732854.05 1222159.62
## 1348 47 2015-02-01 0.99 3668037.65 888523.17 1798504.77
## 1349 48 2015-01-25 1.15 2480820.72 566435.98 1077630.80
## 1350 49 2015-01-18 1.19 2330829.20 530333.83 1045424.87
## 1351 50 2015-01-11 1.17 2335986.11 560119.16 1032606.49
## 1352 51 2015-01-04 1.10 2578275.12 575245.44 1311502.53
## 1353 0 2015-12-27 0.96 123669.89 79508.70 8706.29
## 1354 1 2015-12-20 0.99 127373.56 87309.07 7415.81
## 1355 2 2015-12-13 0.91 153425.94 103097.40 11175.45
## 1356 3 2015-12-06 1.00 130989.23 88033.66 9655.78
## 1357 4 2015-11-29 0.95 119919.67 77155.36 9407.46
## 1358 5 2015-11-22 0.96 127165.59 79960.92 10083.16
## 1359 6 2015-11-15 1.04 124671.40 77510.50 11869.33
## 1360 7 2015-11-08 1.03 135506.08 87957.90 11807.40
## 1361 8 2015-11-01 0.94 159318.32 97774.21 20102.72
## 1362 9 2015-10-25 0.91 148660.26 89991.51 20511.16
## 1363 10 2015-10-18 0.91 182647.96 114107.69 29076.74
## 1364 11 2015-10-11 0.96 167655.60 83621.05 35428.18
## 1365 12 2015-10-04 0.96 157490.03 78331.45 30106.11
## 1366 13 2015-09-27 1.04 160547.52 93381.62 25445.00
## 1367 14 2015-09-20 0.95 197649.58 108519.00 32478.82
## 1368 15 2015-09-13 1.05 154621.80 76424.28 25095.26
## 1369 16 2015-09-06 0.97 175977.60 92988.80 30510.75
## 1370 17 2015-08-30 1.09 142153.55 82766.98 21072.35
## 1371 18 2015-08-23 0.97 171575.35 112284.06 19284.06
## 1372 19 2015-08-16 0.96 187310.28 126796.30 18393.32
## 1373 20 2015-08-09 0.98 176410.40 105537.27 20560.40
## 1374 21 2015-08-02 1.08 151807.11 87160.08 19863.22
## 1375 22 2015-07-26 1.07 149262.89 85386.58 19400.24
## 1376 23 2015-07-19 0.98 186258.97 113404.36 19371.52
## 1377 24 2015-07-12 1.09 152991.78 90781.10 17434.57
## 1378 25 2015-07-05 0.97 201797.82 121473.02 25125.21
## 1379 26 2015-06-28 1.06 159981.66 90881.66 19436.14
## 1380 27 2015-06-21 0.96 188762.81 111226.04 17917.39
## 1381 28 2015-06-14 1.03 172302.47 103389.69 17224.17
## 1382 29 2015-06-07 0.96 189470.19 128293.70 10385.79
## 1383 30 2015-05-31 1.04 166214.14 117285.11 8351.55
## 1384 31 2015-05-24 0.98 194990.71 140921.85 9348.72
## 1385 32 2015-05-17 1.07 149400.13 100832.21 8161.87
## 1386 33 2015-05-10 1.07 165726.92 114337.07 9079.59
## 1387 34 2015-05-03 0.98 222813.00 159791.64 13149.16
## 1388 35 2015-04-26 1.08 166556.79 117295.03 8599.82
## 1389 36 2015-04-19 1.11 140649.30 91537.59 7598.50
## 1390 37 2015-04-12 1.00 158490.37 111682.33 9658.98
## 1391 38 2015-04-05 1.06 155074.03 104270.46 8266.56
## 1392 39 2015-03-29 1.07 151301.45 102824.72 8307.47
## 1393 40 2015-03-22 1.01 173980.22 122204.32 9195.02
## 1394 41 2015-03-15 1.08 131053.65 86390.93 6821.52
## 1395 42 2015-03-08 1.08 149239.40 104187.91 7723.68
## 1396 43 2015-03-01 0.99 169423.50 121799.85 9712.84
## 1397 44 2015-02-22 1.05 148164.20 101095.06 10053.42
## 1398 45 2015-02-15 1.03 153852.03 109047.70 9817.42
## 1399 46 2015-02-08 0.94 171749.31 125785.83 8119.73
## 1400 47 2015-02-01 0.94 221471.45 160834.57 13445.84
## 1401 48 2015-01-25 1.07 140855.47 95428.54 8371.74
## 1402 49 2015-01-18 1.08 143464.64 97216.47 8423.57
## 1403 50 2015-01-11 1.07 149832.20 103822.60 9098.86
## 1404 51 2015-01-04 1.00 162162.75 113865.83 11083.58
## 1405 0 2015-12-27 0.91 187664.29 105570.93 18655.62
## 1406 1 2015-12-20 0.92 191937.02 110266.94 18630.27
## 1407 2 2015-12-13 0.86 204217.20 119689.49 31214.29
## 1408 3 2015-12-06 0.94 185395.20 117854.69 21553.04
## 1409 4 2015-11-29 0.90 175833.54 96662.75 23572.73
## 1410 5 2015-11-22 0.94 192074.98 112638.84 18822.53
## 1411 6 2015-11-15 0.98 195780.23 113570.58 21747.26
## 1412 7 2015-11-08 0.96 197713.69 122265.65 21552.54
## 1413 8 2015-11-01 0.97 204738.15 129683.80 16059.69
## 1414 9 2015-10-25 1.01 191180.56 117736.07 17516.63
## 1415 10 2015-10-18 1.02 206563.03 124894.03 18241.03
## 1416 11 2015-10-11 1.00 217777.46 135769.89 16126.01
## 1417 12 2015-10-04 1.00 222488.23 133195.58 20601.83
## 1418 13 2015-09-27 1.06 199908.44 123528.92 17616.44
## 1419 14 2015-09-20 1.00 224017.47 135003.95 24187.24
## 1420 15 2015-09-13 1.02 219776.27 140509.91 18106.55
## 1421 16 2015-09-06 0.99 248354.52 155273.07 18010.18
## 1422 17 2015-08-30 1.03 234307.92 144651.98 14746.53
## 1423 18 2015-08-23 1.04 240560.86 152247.87 18687.77
## 1424 19 2015-08-16 1.04 253158.70 151208.53 16681.65
## 1425 20 2015-08-09 1.00 272464.74 171948.43 10121.42
## 1426 21 2015-08-02 1.04 248670.72 157656.04 8025.50
## 1427 22 2015-07-26 1.03 258960.17 171672.53 10443.49
## 1428 23 2015-07-19 0.98 258559.32 167068.14 8930.71
## 1429 24 2015-07-12 1.05 239908.64 149305.77 11069.26
## 1430 25 2015-07-05 1.01 297481.36 185225.73 9201.65
## 1431 26 2015-06-28 1.03 261199.27 163193.51 10737.56
## 1432 27 2015-06-21 0.93 293734.93 182416.44 8803.83
## 1433 28 2015-06-14 1.02 262250.02 166072.00 10920.46
## 1434 29 2015-06-07 0.99 288859.92 186502.94 8769.22
## 1435 30 2015-05-31 1.04 245293.53 164856.45 8536.94
## 1436 31 2015-05-24 1.03 265237.17 175841.33 10463.04
## 1437 32 2015-05-17 0.96 257403.43 172610.15 9661.21
## 1438 33 2015-05-10 1.05 256291.77 176480.19 7959.95
## 1439 34 2015-05-03 0.93 308655.60 204609.56 13133.92
## 1440 35 2015-04-26 0.96 265739.79 179543.83 9195.10
## 1441 36 2015-04-19 0.93 263486.63 172951.25 12171.55
## 1442 37 2015-04-12 0.97 235709.99 168050.37 7155.35
## 1443 38 2015-04-05 0.99 237821.61 166893.13 7766.84
## 1444 39 2015-03-29 0.97 237188.41 161509.61 9472.68
## 1445 40 2015-03-22 0.90 282494.07 196325.14 8985.90
## 1446 41 2015-03-15 1.09 233696.32 159683.23 11363.11
## 1447 42 2015-03-08 1.06 248273.79 163007.69 12379.43
## 1448 43 2015-03-01 1.08 224752.17 138924.43 16229.64
## 1449 44 2015-02-22 0.92 256174.52 178792.99 10819.78
## 1450 45 2015-02-15 1.02 230069.01 155288.64 11863.71
## 1451 46 2015-02-08 0.93 242065.29 169656.18 8648.32
## 1452 47 2015-02-01 0.81 367711.87 271075.59 11860.86
## 1453 48 2015-01-25 0.94 271448.06 188798.96 12771.98
## 1454 49 2015-01-18 1.03 267666.12 179991.12 23263.42
## 1455 50 2015-01-11 0.97 239232.35 165505.10 10680.54
## 1456 51 2015-01-04 0.94 222751.51 148384.22 14085.72
## 1457 0 2015-12-27 1.17 1129876.05 13711.19 872603.60
## 1458 1 2015-12-20 1.23 1139347.98 13998.35 867406.68
## 1459 2 2015-12-13 1.12 1254805.29 15990.38 975504.52
## 1460 3 2015-12-06 1.20 1068971.54 15730.10 887708.08
## 1461 4 2015-11-29 1.16 999169.64 13652.41 814571.57
## 1462 5 2015-11-22 1.14 1111803.12 15004.70 905344.06
## 1463 6 2015-11-15 1.04 1357393.34 23669.62 1107466.31
## 1464 7 2015-11-08 1.13 1406262.16 20146.29 1097994.07
## 1465 8 2015-11-01 1.06 2180520.22 24197.61 1916954.83
## 1466 9 2015-10-25 1.23 1048045.86 18035.94 790163.44
## 1467 10 2015-10-18 0.97 1856337.85 23873.63 1598365.27
## 1468 11 2015-10-11 1.28 1099283.22 14859.09 792683.64
## 1469 12 2015-10-04 1.26 1342963.26 19623.48 1060768.61
## 1470 13 2015-09-27 1.16 1201066.41 15448.68 941112.78
## 1471 14 2015-09-20 1.18 1192210.54 16098.34 913022.98
## 1472 15 2015-09-13 1.16 1479334.84 20526.41 1208256.11
## 1473 16 2015-09-06 1.22 1340925.56 19894.27 1074698.43
## 1474 17 2015-08-30 1.22 1251081.11 18628.20 982355.97
## 1475 18 2015-08-23 1.10 1477964.12 22589.42 1222687.73
## 1476 19 2015-08-16 1.14 1535981.40 19663.39 1291206.23
## 1477 20 2015-08-09 1.10 1563915.04 23326.28 1290583.13
## 1478 21 2015-08-02 1.14 1458722.60 21768.56 1184264.91
## 1479 22 2015-07-26 1.28 1211731.19 19228.22 910716.77
## 1480 23 2015-07-19 1.37 1251919.24 20811.41 923816.05
## 1481 24 2015-07-12 1.27 1338282.24 22742.33 956051.10
## 1482 25 2015-07-05 1.18 1666825.63 23947.74 1290776.67
## 1483 26 2015-06-28 1.36 1284789.44 17714.92 917010.98
## 1484 27 2015-06-21 1.28 1667026.11 18711.02 1312242.38
## 1485 28 2015-06-14 1.32 1363133.97 23161.35 931945.04
## 1486 29 2015-06-07 1.32 1731061.12 24734.98 1347902.88
## 1487 30 2015-05-31 1.43 1493218.75 24958.80 1077663.26
## 1488 31 2015-05-24 1.37 1515022.63 21741.70 1103694.97
## 1489 32 2015-05-17 1.43 1255552.68 21866.23 871213.06
## 1490 33 2015-05-10 1.22 2118593.92 27734.02 1711900.09
## 1491 34 2015-05-03 1.32 1679103.39 23447.41 1317970.18
## 1492 35 2015-04-26 1.44 1295589.61 20400.34 932216.48
## 1493 36 2015-04-19 1.42 1332514.63 20252.47 927145.61
## 1494 37 2015-04-12 1.43 1084407.80 18928.26 764676.24
## 1495 38 2015-04-05 1.41 1244324.47 20081.53 909664.31
## 1496 39 2015-03-29 1.36 1183815.23 21780.45 882071.76
## 1497 40 2015-03-22 1.33 1192732.41 22713.33 884992.90
## 1498 41 2015-03-15 1.45 1097737.98 22591.72 749461.13
## 1499 42 2015-03-08 1.36 1129333.95 31886.43 755537.72
## 1500 43 2015-03-01 1.18 1338129.89 19919.91 1025372.06
## 1501 44 2015-02-22 1.33 1088977.45 18716.23 757987.66
## 1502 45 2015-02-15 1.36 997562.44 17342.31 688201.27
## 1503 46 2015-02-08 1.11 1658708.73 26781.64 1310966.23
## 1504 47 2015-02-01 1.36 1433763.11 22622.87 1084529.78
## 1505 48 2015-01-25 1.36 1102868.27 18101.89 768131.81
## 1506 49 2015-01-18 1.37 1044280.56 18945.56 749309.20
## 1507 50 2015-01-11 1.34 1018225.83 15880.80 714530.70
## 1508 51 2015-01-04 1.09 1402890.20 23641.00 1127882.44
## 1509 0 2015-12-27 1.20 3156360.20 69920.54 2313155.65
## 1510 1 2015-12-20 1.20 3190120.04 72576.52 2330694.41
## 1511 2 2015-12-13 1.09 3696551.52 81055.10 2852333.86
## 1512 3 2015-12-06 1.14 3218494.55 85444.57 2541186.76
## 1513 4 2015-11-29 1.22 2593780.51 71191.69 1964333.50
## 1514 5 2015-11-22 1.16 3026217.24 79006.95 2316404.82
## 1515 6 2015-11-15 1.09 3538946.22 89242.50 2738913.76
## 1516 7 2015-11-08 1.10 4205775.44 86385.14 3333003.32
## 1517 8 2015-11-01 1.09 4801621.08 95355.74 3920642.46
## 1518 9 2015-10-25 1.15 3306614.18 88907.00 2438454.39
## 1519 10 2015-10-18 0.99 4866607.14 93569.28 4025382.16
## 1520 11 2015-10-11 1.23 3307828.65 88376.70 2383018.56
## 1521 12 2015-10-04 1.21 3585183.30 99666.72 2679760.58
## 1522 13 2015-09-27 1.13 3739072.70 86278.88 2965153.82
## 1523 14 2015-09-20 1.21 3334592.00 86196.27 2492113.60
## 1524 15 2015-09-13 1.14 4205294.58 95839.65 3364304.91
## 1525 16 2015-09-06 1.18 4088061.71 99311.62 3227507.37
## 1526 17 2015-08-30 1.20 3825966.51 93227.99 2981372.20
## 1527 18 2015-08-23 1.13 4146220.81 107907.11 3291930.64
## 1528 19 2015-08-16 1.17 4221435.38 97139.95 3382543.31
## 1529 20 2015-08-09 1.10 4786334.13 105393.94 3894801.66
## 1530 21 2015-08-02 1.19 4154658.67 104772.22 3244095.85
## 1531 22 2015-07-26 1.28 3757524.71 102482.55 2757145.78
## 1532 23 2015-07-19 1.27 4169213.20 107602.07 3057929.00
## 1533 24 2015-07-12 1.20 4454138.91 110242.95 3051823.18
## 1534 25 2015-07-05 1.24 4855273.71 122190.40 3328289.46
## 1535 26 2015-06-28 1.30 4100932.47 105387.01 2670469.78
## 1536 27 2015-06-21 1.27 4508474.00 106859.50 3203944.93
## 1537 28 2015-06-14 1.20 4561749.66 112693.47 2985953.81
## 1538 29 2015-06-07 1.27 4721927.30 109587.85 3416600.27
## 1539 30 2015-05-31 1.34 4329239.82 116068.20 2954175.96
## 1540 31 2015-05-24 1.26 4661457.29 112425.95 3212552.24
## 1541 32 2015-05-17 1.33 4094677.85 114065.77 2730591.16
## 1542 33 2015-05-10 1.21 5498650.28 134556.37 4143702.97
## 1543 34 2015-05-03 1.24 4597313.41 129459.52 3365962.70
## 1544 35 2015-04-26 1.36 3646363.66 110930.88 2492744.36
## 1545 36 2015-04-19 1.31 3786141.18 110954.74 2552885.19
## 1546 37 2015-04-12 1.33 3203213.09 93987.65 2102179.57
## 1547 38 2015-04-05 1.34 3467770.71 97887.72 2409449.74
## 1548 39 2015-03-29 1.26 3497026.98 96169.31 2543290.15
## 1549 40 2015-03-22 1.22 3520408.65 118765.00 2526519.62
## 1550 41 2015-03-15 1.34 3135991.73 111777.91 2082038.09
## 1551 42 2015-03-08 1.27 3250832.53 113602.19 2111936.10
## 1552 43 2015-03-01 1.15 3780455.44 88609.28 2790180.20
## 1553 44 2015-02-22 1.29 3042447.03 92283.05 2003076.22
## 1554 45 2015-02-15 1.29 2983695.90 88056.20 1958075.38
## 1555 46 2015-02-08 1.09 4457049.41 128978.49 3354876.63
## 1556 47 2015-02-01 1.23 4298883.17 133613.00 3149375.34
## 1557 48 2015-01-25 1.27 3238501.89 96761.81 2129188.49
## 1558 49 2015-01-18 1.32 3066789.62 91803.09 2098784.32
## 1559 50 2015-01-11 1.28 3056024.77 97343.55 2070661.43
## 1560 51 2015-01-04 1.09 3759282.62 126640.65 2860709.93
## 1561 0 2015-12-27 1.21 304598.42 2601.32 250270.90
## 1562 1 2015-12-20 1.17 284808.22 2616.13 232459.75
## 1563 2 2015-12-13 0.95 407482.83 2970.12 369076.25
## 1564 3 2015-12-06 1.11 303058.29 3320.11 261503.41
## 1565 4 2015-11-29 1.25 219689.90 2897.91 181977.84
## 1566 5 2015-11-22 1.08 274209.20 2770.62 230517.24
## 1567 6 2015-11-15 1.07 287015.98 2589.55 237255.49
## 1568 7 2015-11-08 0.96 489339.78 2347.38 453089.14
## 1569 8 2015-11-01 1.07 350260.55 3271.40 281498.53
## 1570 9 2015-10-25 1.08 313881.26 2599.46 268057.07
## 1571 10 2015-10-18 1.00 402466.40 3274.11 361448.46
## 1572 11 2015-10-11 1.19 278472.66 3616.80 231543.02
## 1573 12 2015-10-04 1.12 298222.53 3978.70 253346.07
## 1574 13 2015-09-27 0.98 458602.59 2768.16 427544.89
## 1575 14 2015-09-20 1.17 322729.94 2413.30 270775.68
## 1576 15 2015-09-13 1.09 356105.25 1752.73 301172.05
## 1577 16 2015-09-06 1.01 508207.79 2506.81 456884.53
## 1578 17 2015-08-30 1.13 395127.18 2834.15 337184.98
## 1579 18 2015-08-23 1.18 400101.77 2487.19 338130.60
## 1580 19 2015-08-16 1.23 372516.00 2067.21 304465.27
## 1581 20 2015-08-09 1.03 579226.47 2513.38 523492.97
## 1582 21 2015-08-02 1.25 417082.92 2279.10 347110.01
## 1583 22 2015-07-26 1.25 402791.86 2558.33 324258.79
## 1584 23 2015-07-19 1.03 594451.88 3108.09 522040.27
## 1585 24 2015-07-12 1.10 509215.20 3111.08 341891.96
## 1586 25 2015-07-05 1.15 536642.98 2968.62 338863.42
## 1587 26 2015-06-28 1.14 452801.32 2582.77 282587.99
## 1588 27 2015-06-21 1.18 425885.58 2279.37 300069.61
## 1589 28 2015-06-14 1.04 537725.07 2804.46 362082.50
## 1590 29 2015-06-07 1.17 427216.77 2096.21 314308.78
## 1591 30 2015-05-31 1.20 413699.46 2523.96 313153.31
## 1592 31 2015-05-24 1.04 512172.44 2624.76 372289.48
## 1593 32 2015-05-17 1.15 422484.37 2745.99 287792.49
## 1594 33 2015-05-10 1.05 578436.76 2739.66 503984.46
## 1595 34 2015-05-03 1.16 366987.36 2322.24 304233.27
## 1596 35 2015-04-26 1.24 311879.23 1960.76 253562.76
## 1597 36 2015-04-19 1.13 346561.62 2156.47 284389.27
## 1598 37 2015-04-12 1.16 306250.63 2160.72 214309.89
## 1599 38 2015-04-05 1.19 309143.83 2352.11 252306.55
## 1600 39 2015-03-29 1.07 412639.20 2452.76 372165.06
## 1601 40 2015-03-22 1.19 282155.05 4556.72 229492.52
## 1602 41 2015-03-15 1.15 301852.80 6236.37 247092.81
## 1603 42 2015-03-08 1.09 287963.73 2507.83 234532.06
## 1604 43 2015-03-01 1.05 355677.99 2266.45 310490.26
## 1605 44 2015-02-22 1.13 264118.86 2875.24 217477.35
## 1606 45 2015-02-15 1.11 288514.78 2897.82 232117.81
## 1607 46 2015-02-08 1.03 363935.24 4606.01 308443.03
## 1608 47 2015-02-01 1.06 412752.74 4353.96 361694.45
## 1609 48 2015-01-25 1.06 290611.31 3806.65 233232.89
## 1610 49 2015-01-18 1.12 309202.71 3012.79 241380.95
## 1611 50 2015-01-11 1.06 314717.03 4578.25 265252.09
## 1612 51 2015-01-04 1.05 321823.77 4966.76 264351.96
## 1613 0 2015-12-27 0.99 305773.54 211102.90 20765.29
## 1614 1 2015-12-20 1.21 200074.81 131152.60 15794.56
## 1615 2 2015-12-13 0.96 310101.52 217679.37 24260.86
## 1616 3 2015-12-06 1.20 199063.82 135222.96 21555.66
## 1617 4 2015-11-29 0.96 262683.80 190361.54 21007.77
## 1618 5 2015-11-22 0.98 266950.55 184441.61 21585.56
## 1619 6 2015-11-15 1.24 200715.34 129533.08 20681.56
## 1620 7 2015-11-08 1.24 202954.88 132375.83 21007.30
## 1621 8 2015-11-01 0.97 330071.34 228073.04 29350.55
## 1622 9 2015-10-25 1.25 210265.79 138110.06 24182.08
## 1623 10 2015-10-18 1.24 204526.46 131126.38 24094.40
## 1624 11 2015-10-11 1.00 308032.62 211056.18 30064.22
## 1625 12 2015-10-04 1.00 332997.12 224769.27 34085.54
## 1626 13 2015-09-27 1.28 202457.31 114107.06 41995.26
## 1627 14 2015-09-20 0.99 329684.97 201392.27 51930.95
## 1628 15 2015-09-13 1.23 221548.25 113374.88 51291.97
## 1629 16 2015-09-06 0.99 375737.02 232502.52 56930.16
## 1630 17 2015-08-30 1.25 238269.85 123335.43 51487.73
## 1631 18 2015-08-23 1.21 228926.10 113657.50 51869.47
## 1632 19 2015-08-16 1.23 240185.69 128769.54 46941.60
## 1633 20 2015-08-09 0.99 388550.28 249265.95 57952.32
## 1634 21 2015-08-02 1.24 240821.52 130990.19 49482.92
## 1635 22 2015-07-26 1.22 239841.95 128204.96 51179.38
## 1636 23 2015-07-19 0.98 363733.15 226313.40 57749.18
## 1637 24 2015-07-12 1.22 245528.89 133073.61 53986.68
## 1638 25 2015-07-05 0.97 420329.35 258450.62 66371.81
## 1639 26 2015-06-28 1.15 277853.94 144510.58 52467.40
## 1640 27 2015-06-21 0.96 394035.19 243576.61 57122.76
## 1641 28 2015-06-14 1.22 256149.75 141946.09 36946.34
## 1642 29 2015-06-07 0.98 391556.97 271323.04 33611.14
## 1643 30 2015-05-31 1.26 250040.49 174419.44 19641.65
## 1644 31 2015-05-24 1.00 401991.20 295794.70 29758.00
## 1645 32 2015-05-17 1.23 243265.56 168886.63 19797.32
## 1646 33 2015-05-10 1.23 257032.99 185586.20 19590.84
## 1647 34 2015-05-03 0.98 501573.86 369352.45 36610.76
## 1648 35 2015-04-26 1.23 257307.97 179052.54 21351.58
## 1649 36 2015-04-19 1.23 231777.27 157931.42 18812.23
## 1650 37 2015-04-12 0.99 375363.86 275283.48 28203.40
## 1651 38 2015-04-05 1.10 300679.66 211116.53 25858.76
## 1652 39 2015-03-29 1.25 216925.45 150612.51 18785.42
## 1653 40 2015-03-22 0.98 363504.44 260635.00 29682.52
## 1654 41 2015-03-15 1.27 226247.68 154931.57 21353.84
## 1655 42 2015-03-08 1.27 219071.79 149785.30 19868.22
## 1656 43 2015-03-01 1.00 316199.07 227527.01 26599.79
## 1657 44 2015-02-22 1.18 226965.26 151270.02 22481.35
## 1658 45 2015-02-15 1.26 204812.28 139189.15 21210.42
## 1659 46 2015-02-08 1.23 204396.56 137587.02 24318.20
## 1660 47 2015-02-01 0.95 489224.51 358731.15 50048.43
## 1661 48 2015-01-25 1.28 211991.09 133616.30 29418.39
## 1662 49 2015-01-18 1.33 191078.37 112722.12 34703.28
## 1663 50 2015-01-11 1.29 202034.59 119336.02 39236.11
## 1664 51 2015-01-04 1.00 281803.19 190743.27 38265.21
## 1665 0 2015-12-27 1.25 308546.88 9778.07 208945.03
## 1666 1 2015-12-20 1.33 306843.13 9646.13 198361.80
## 1667 2 2015-12-13 1.18 352369.17 12500.24 244536.03
## 1668 3 2015-12-06 1.18 346896.00 16536.57 254808.60
## 1669 4 2015-11-29 1.23 275091.78 11335.64 195284.31
## 1670 5 2015-11-22 1.23 320058.33 12680.14 226193.52
## 1671 6 2015-11-15 1.17 363548.06 13989.06 263608.21
## 1672 7 2015-11-08 1.27 374933.80 13866.99 268320.02
## 1673 8 2015-11-01 1.13 559566.50 15179.56 453729.65
## 1674 9 2015-10-25 1.19 398337.69 19897.83 283085.98
## 1675 10 2015-10-18 1.06 496236.63 14369.89 388376.48
## 1676 11 2015-10-11 1.26 373650.83 13073.44 256350.83
## 1677 12 2015-10-04 1.28 388205.80 14121.46 268719.03
## 1678 13 2015-09-27 1.25 368779.77 14983.22 255352.91
## 1679 14 2015-09-20 1.25 361361.60 14832.84 251090.34
## 1680 15 2015-09-13 1.19 454795.64 15898.80 346217.39
## 1681 16 2015-09-06 1.25 399061.75 16018.81 284480.15
## 1682 17 2015-08-30 1.26 381319.43 14942.34 269812.12
## 1683 18 2015-08-23 1.09 449716.31 21862.51 336374.97
## 1684 19 2015-08-16 1.20 425707.59 14748.68 324061.94
## 1685 20 2015-08-09 1.19 405555.56 14929.69 294414.04
## 1686 21 2015-08-02 1.21 399212.29 15487.29 288809.36
## 1687 22 2015-07-26 1.36 373032.23 16844.86 251976.91
## 1688 23 2015-07-19 1.39 369973.99 15791.25 237182.53
## 1689 24 2015-07-12 1.38 372062.30 15106.58 233808.22
## 1690 25 2015-07-05 1.25 460459.45 16232.83 306535.67
## 1691 26 2015-06-28 1.38 378931.10 15520.17 234777.69
## 1692 27 2015-06-21 1.33 456983.44 16066.69 310906.06
## 1693 28 2015-06-14 1.32 421514.11 16036.91 253565.67
## 1694 29 2015-06-07 1.35 476827.34 17117.86 325420.87
## 1695 30 2015-05-31 1.43 436027.81 18200.08 270397.51
## 1696 31 2015-05-24 1.40 440574.33 15940.65 277233.41
## 1697 32 2015-05-17 1.44 388799.73 16905.14 241209.00
## 1698 33 2015-05-10 1.32 535922.59 18571.03 381134.53
## 1699 34 2015-05-03 1.22 548556.66 27871.95 393975.99
## 1700 35 2015-04-26 1.46 385541.99 17337.89 249070.68
## 1701 36 2015-04-19 1.43 389414.29 16585.73 242740.80
## 1702 37 2015-04-12 1.44 335389.56 15208.07 210183.29
## 1703 38 2015-04-05 1.43 365947.19 15897.74 240591.74
## 1704 39 2015-03-29 1.39 339877.09 15819.32 222182.25
## 1705 40 2015-03-22 1.18 449261.63 27380.04 322071.00
## 1706 41 2015-03-15 1.44 331456.96 15055.12 199103.98
## 1707 42 2015-03-08 1.40 349609.78 19780.09 207010.01
## 1708 43 2015-03-01 1.24 392412.07 16329.41 267027.05
## 1709 44 2015-02-22 1.36 348215.37 14876.71 214953.17
## 1710 45 2015-02-15 1.34 335173.17 15920.85 210874.58
## 1711 46 2015-02-08 1.09 477875.71 26219.21 336509.39
## 1712 47 2015-02-01 1.14 569304.80 30263.22 417993.89
## 1713 48 2015-01-25 1.36 355645.73 16112.50 211453.65
## 1714 49 2015-01-18 1.40 331495.41 15116.27 209523.15
## 1715 50 2015-01-11 1.38 315984.22 14323.61 198387.14
## 1716 51 2015-01-04 1.10 407675.56 24190.91 294715.33
## 1717 0 2015-12-27 0.49 1137707.43 738314.80 286858.37
## 1718 1 2015-12-20 0.53 1097224.25 785254.94 204147.30
## 1719 2 2015-12-13 0.66 907470.09 546182.56 241774.69
## 1720 3 2015-12-06 0.56 1105500.34 760680.02 271207.14
## 1721 4 2015-11-29 0.75 724915.60 449043.34 208439.29
## 1722 5 2015-11-22 0.77 737834.48 441712.62 220374.84
## 1723 6 2015-11-15 0.62 1010132.49 690246.77 244820.79
## 1724 7 2015-11-08 0.60 1102271.52 793103.44 234926.57
## 1725 8 2015-11-01 0.71 907452.21 592066.03 232050.89
## 1726 9 2015-10-25 0.83 761261.71 435986.90 240689.98
## 1727 10 2015-10-18 0.65 1094731.43 728349.92 287934.77
## 1728 11 2015-10-11 0.89 795732.52 382706.67 321487.40
## 1729 12 2015-10-04 0.89 726095.50 363730.26 269015.75
## 1730 13 2015-09-27 0.91 664201.67 364703.64 229488.26
## 1731 14 2015-09-20 0.71 892151.19 410147.31 403760.93
## 1732 15 2015-09-13 0.71 1100901.69 606856.71 294311.71
## 1733 16 2015-09-06 0.58 1390417.77 937165.60 293505.07
## 1734 17 2015-08-30 0.74 939785.74 610521.08 238518.32
## 1735 18 2015-08-23 0.78 873856.52 562928.77 228549.09
## 1736 19 2015-08-16 0.66 1203149.94 836443.14 223690.17
## 1737 20 2015-08-09 0.79 981975.08 621184.17 228961.24
## 1738 21 2015-08-02 0.78 946868.00 611966.36 205131.07
## 1739 22 2015-07-26 0.77 903242.22 579515.76 204147.69
## 1740 23 2015-07-19 0.76 928600.19 608209.31 200732.50
## 1741 24 2015-07-12 0.70 1015567.49 689407.92 201234.96
## 1742 25 2015-07-05 0.56 1456835.79 1096452.67 220124.25
## 1743 26 2015-06-28 0.70 955510.57 668071.26 176318.03
## 1744 27 2015-06-21 0.54 1343180.92 1028045.58 188115.35
## 1745 28 2015-06-14 0.53 1353850.06 1046887.77 180388.89
## 1746 29 2015-06-07 0.52 1457359.83 1130917.54 199669.94
## 1747 30 2015-05-31 0.56 1282095.88 981853.86 177850.55
## 1748 31 2015-05-24 0.58 1261540.03 968755.93 180676.87
## 1749 32 2015-05-17 0.67 1013049.67 739725.96 167185.60
## 1750 33 2015-05-10 0.67 1072300.38 775683.37 182956.41
## 1751 34 2015-05-03 0.60 1268607.36 901701.94 256791.72
## 1752 35 2015-04-26 0.53 1272428.72 1012900.04 159158.29
## 1753 36 2015-04-19 0.51 1366844.88 1097285.22 164460.99
## 1754 37 2015-04-12 0.66 1019280.57 746352.69 181417.77
## 1755 38 2015-04-05 0.57 1320320.85 1058164.41 172115.69
## 1756 39 2015-03-29 0.57 1231267.27 998057.91 157108.31
## 1757 40 2015-03-22 0.71 1089117.00 813326.50 208871.24
## 1758 41 2015-03-15 0.60 1326720.80 1104002.10 149254.65
## 1759 42 2015-03-08 0.72 1042159.49 824092.39 143842.58
## 1760 43 2015-03-01 0.70 1031351.33 755408.34 198955.65
## 1761 44 2015-02-22 0.63 1163115.49 925363.02 163229.81
## 1762 45 2015-02-15 0.60 1159509.68 938840.55 143378.43
## 1763 46 2015-02-08 0.64 1151157.44 881998.68 184023.21
## 1764 47 2015-02-01 0.56 1544750.92 1194635.06 261342.47
## 1765 48 2015-01-25 0.61 1233503.27 1002267.22 150640.90
## 1766 49 2015-01-18 0.67 1088608.66 811662.62 200514.36
## 1767 50 2015-01-11 0.61 1110753.05 849580.75 182629.59
## 1768 51 2015-01-04 0.65 1048062.16 770635.37 178418.32
## 1769 0 2015-12-27 1.25 73109.90 1241.48 45856.11
## 1770 1 2015-12-20 1.22 68972.79 1176.24 40726.41
## 1771 2 2015-12-13 1.19 65332.74 1219.90 38684.45
## 1772 3 2015-12-06 1.21 61870.23 1712.54 41481.83
## 1773 4 2015-11-29 1.26 54779.61 1443.95 35859.30
## 1774 5 2015-11-22 1.30 63345.59 1584.89 42392.76
## 1775 6 2015-11-15 1.24 64518.82 1179.87 42966.81
## 1776 7 2015-11-08 0.93 123489.29 1423.35 85217.83
## 1777 8 2015-11-01 1.16 81573.97 1523.62 60507.97
## 1778 9 2015-10-25 1.22 69191.72 2301.40 40984.47
## 1779 10 2015-10-18 1.23 70132.85 1700.52 43226.31
## 1780 11 2015-10-11 0.96 84053.56 981.32 59821.03
## 1781 12 2015-10-04 0.99 89538.02 1068.04 69555.83
## 1782 13 2015-09-27 1.11 91558.77 815.05 62972.23
## 1783 14 2015-09-20 1.19 74826.22 1137.38 44085.07
## 1784 15 2015-09-13 1.16 74962.45 1340.03 43000.49
## 1785 16 2015-09-06 1.12 114216.62 1158.99 78578.82
## 1786 17 2015-08-30 1.37 74510.02 1493.60 40727.85
## 1787 18 2015-08-23 1.20 83196.11 1411.93 51014.61
## 1788 19 2015-08-16 1.23 87687.64 1314.23 53769.39
## 1789 20 2015-08-09 0.96 145930.35 1306.17 99815.20
## 1790 21 2015-08-02 1.43 74680.70 1309.11 42703.28
## 1791 22 2015-07-26 1.43 68936.46 1421.76 40238.45
## 1792 23 2015-07-19 1.44 73321.36 1296.93 43696.60
## 1793 24 2015-07-12 1.48 68846.81 1229.69 40944.72
## 1794 25 2015-07-05 1.23 115579.50 1635.60 67122.02
## 1795 26 2015-06-28 1.20 111690.04 1548.14 62790.32
## 1796 27 2015-06-21 1.34 88214.04 1680.72 43292.93
## 1797 28 2015-06-14 1.30 92713.49 1614.97 44490.60
## 1798 29 2015-06-07 1.33 84556.54 1734.03 43816.50
## 1799 30 2015-05-31 1.32 83007.91 1472.20 45514.38
## 1800 31 2015-05-24 1.01 181169.72 2157.12 117543.69
## 1801 32 2015-05-17 1.41 85405.61 1822.43 50365.05
## 1802 33 2015-05-10 1.46 82110.05 2099.70 48280.34
## 1803 34 2015-05-03 0.98 208821.04 5264.18 145405.43
## 1804 35 2015-04-26 1.44 79976.86 1820.06 44304.28
## 1805 36 2015-04-19 1.49 75775.26 1724.93 43528.57
## 1806 37 2015-04-12 1.50 69339.77 1734.18 38757.55
## 1807 38 2015-04-05 1.29 76146.82 2256.74 48395.44
## 1808 39 2015-03-29 1.25 69747.20 2566.52 51530.22
## 1809 40 2015-03-22 1.23 68499.85 2604.56 46711.00
## 1810 41 2015-03-15 1.23 71906.75 2450.87 44600.81
## 1811 42 2015-03-08 0.95 159735.96 2148.75 116151.40
## 1812 43 2015-03-01 1.25 65484.37 841.50 39074.28
## 1813 44 2015-02-22 1.26 70345.39 1496.07 42829.11
## 1814 45 2015-02-15 1.43 60213.79 1773.89 32544.28
## 1815 46 2015-02-08 1.38 66360.74 1904.73 37355.04
## 1816 47 2015-02-01 1.25 112065.73 2685.50 75345.64
## 1817 48 2015-01-25 1.32 98722.79 1847.59 70060.41
## 1818 49 2015-01-18 1.47 59312.07 2147.08 36730.40
## 1819 50 2015-01-11 1.54 54644.32 1491.88 33759.12
## 1820 51 2015-01-04 1.52 54956.80 3013.04 35456.88
## 1821 0 2015-12-27 1.10 1306923.23 571602.60 404837.90
## 1822 1 2015-12-20 1.13 1139861.64 497437.17 341262.17
## 1823 2 2015-12-13 1.02 1472501.13 695419.91 463238.46
## 1824 3 2015-12-06 1.08 1245289.61 579077.46 394656.96
## 1825 4 2015-11-29 1.11 1099646.06 460759.58 364748.79
## 1826 5 2015-11-22 1.10 1281613.28 584490.60 403638.25
## 1827 6 2015-11-15 1.09 1294866.75 549163.56 441216.08
## 1828 7 2015-11-08 1.12 1285586.97 513609.22 467808.56
## 1829 8 2015-11-01 1.12 1350091.82 469390.49 584277.22
## 1830 9 2015-10-25 1.11 1411354.54 559720.23 583990.89
## 1831 10 2015-10-18 1.12 1368887.69 492966.35 588304.97
## 1832 11 2015-10-11 1.05 1560845.55 708470.83 576153.62
## 1833 12 2015-10-04 1.14 1309245.88 492561.57 566241.35
## 1834 13 2015-09-27 0.99 1542657.96 564480.54 729792.24
## 1835 14 2015-09-20 1.16 1386951.96 611683.23 506379.84
## 1836 15 2015-09-13 1.13 1526985.30 727720.21 491074.45
## 1837 16 2015-09-06 1.12 1714650.22 857114.48 547236.44
## 1838 17 2015-08-30 1.13 1481150.17 699755.69 477305.38
## 1839 18 2015-08-23 1.06 1731574.98 930286.05 498120.52
## 1840 19 2015-08-16 1.08 1727851.85 911935.06 508403.31
## 1841 20 2015-08-09 1.14 1605913.77 789751.38 498857.30
## 1842 21 2015-08-02 1.13 1593031.18 761285.69 506914.62
## 1843 22 2015-07-26 1.04 1844887.26 898275.28 576870.99
## 1844 23 2015-07-19 1.09 1701986.81 824192.70 491747.17
## 1845 24 2015-07-12 1.07 1808842.07 953323.15 530475.53
## 1846 25 2015-07-05 1.06 1988311.90 927860.87 627548.45
## 1847 26 2015-06-28 1.08 1826182.48 954738.73 480810.73
## 1848 27 2015-06-21 1.08 1921720.44 1049002.63 474166.48
## 1849 28 2015-06-14 1.06 1974806.07 1117926.72 443241.80
## 1850 29 2015-06-07 1.04 2026464.23 1207877.63 445069.67
## 1851 30 2015-05-31 1.09 1853451.18 1085643.80 418763.72
## 1852 31 2015-05-24 1.03 2026639.78 1221023.10 450494.18
## 1853 32 2015-05-17 1.06 1966712.28 1228815.94 413931.34
## 1854 33 2015-05-10 1.03 2105831.09 1319397.29 424405.51
## 1855 34 2015-05-03 1.01 2333238.90 1485535.26 508885.83
## 1856 35 2015-04-26 1.13 1787071.74 1022915.70 447514.72
## 1857 36 2015-04-19 1.12 1801956.87 1055547.01 433296.82
## 1858 37 2015-04-12 0.97 2160085.64 1423163.45 471484.38
## 1859 38 2015-04-05 1.13 1668243.39 898263.98 437183.58
## 1860 39 2015-03-29 1.08 1657404.68 912075.07 441015.24
## 1861 40 2015-03-22 1.09 1651115.09 885071.63 450192.76
## 1862 41 2015-03-15 1.10 1590080.35 839457.23 435373.81
## 1863 42 2015-03-08 1.11 1531085.64 838161.13 412581.04
## 1864 43 2015-03-01 1.09 1619341.49 854129.32 460986.95
## 1865 44 2015-02-22 1.08 1547969.24 818736.11 430679.66
## 1866 45 2015-02-15 1.05 1507821.92 847328.77 409541.36
## 1867 46 2015-02-08 0.98 1794543.77 1077511.79 490403.56
## 1868 47 2015-02-01 0.92 2561325.42 1383259.28 926444.37
## 1869 48 2015-01-25 1.08 1510836.96 841332.54 454162.30
## 1870 49 2015-01-18 1.02 1674945.55 966515.75 485150.34
## 1871 50 2015-01-11 1.09 1402841.83 737363.86 448207.79
## 1872 51 2015-01-04 1.01 1683795.30 1027842.30 466641.12
## 1873 0 2015-12-27 1.01 417190.47 87748.64 131201.91
## 1874 1 2015-12-20 0.98 416298.84 82416.56 134956.77
## 1875 2 2015-12-13 0.93 429103.52 94577.23 162734.28
## 1876 3 2015-12-06 0.73 743770.20 90996.95 270188.87
## 1877 4 2015-11-29 1.04 353818.15 78566.84 113850.46
## 1878 5 2015-11-22 1.03 380726.46 83017.79 131660.30
## 1879 6 2015-11-15 0.90 568414.35 83998.38 199356.57
## 1880 7 2015-11-08 1.04 406548.16 100419.74 152265.41
## 1881 8 2015-11-01 1.06 423475.77 98262.62 182672.87
## 1882 9 2015-10-25 0.91 480396.16 95297.50 191061.91
## 1883 10 2015-10-18 1.05 438182.64 113111.46 188908.15
## 1884 11 2015-10-11 0.79 657656.23 84270.47 324386.38
## 1885 12 2015-10-04 1.13 421430.94 104149.05 172302.04
## 1886 13 2015-09-27 0.90 484598.47 159779.59 187080.35
## 1887 14 2015-09-20 0.94 566385.90 121425.14 291367.40
## 1888 15 2015-09-13 1.00 535519.29 222536.88 181246.81
## 1889 16 2015-09-06 1.10 465258.45 174913.44 188351.71
## 1890 17 2015-08-30 1.14 427776.92 154462.20 186124.73
## 1891 18 2015-08-23 1.08 545296.58 153011.47 274926.31
## 1892 19 2015-08-16 1.17 465897.27 180693.46 190950.32
## 1893 20 2015-08-09 1.19 448135.88 174171.38 185098.36
## 1894 21 2015-08-02 1.14 501106.60 193728.54 217474.07
## 1895 22 2015-07-26 1.18 433999.24 178906.95 171527.43
## 1896 23 2015-07-19 1.18 446862.52 188492.76 180269.35
## 1897 24 2015-07-12 1.02 568129.75 264203.19 187613.16
## 1898 25 2015-07-05 1.19 574999.04 215805.97 273227.27
## 1899 26 2015-06-28 1.16 508174.09 196765.08 223128.51
## 1900 27 2015-06-21 1.08 579558.00 170388.26 284787.85
## 1901 28 2015-06-14 1.08 622880.59 180452.62 323409.94
## 1902 29 2015-06-07 1.16 543944.19 194122.57 239758.46
## 1903 30 2015-05-31 1.01 600303.28 249742.24 226577.97
## 1904 31 2015-05-24 1.01 606039.09 190231.27 295332.36
## 1905 32 2015-05-17 1.06 487024.66 210129.55 162760.11
## 1906 33 2015-05-10 0.91 675269.74 241819.96 295585.52
## 1907 34 2015-05-03 0.95 644419.48 226738.24 305964.15
## 1908 35 2015-04-26 0.95 571442.54 238672.89 224599.46
## 1909 36 2015-04-19 0.99 610658.64 144514.60 337188.30
## 1910 37 2015-04-12 1.16 433703.29 150701.62 199632.59
## 1911 38 2015-04-05 1.22 432729.65 160806.41 178795.80
## 1912 39 2015-03-29 1.20 401824.91 162580.71 163122.62
## 1913 40 2015-03-22 1.10 426180.78 153885.51 213514.26
## 1914 41 2015-03-15 1.21 392802.67 156506.22 160239.43
## 1915 42 2015-03-08 1.17 419849.55 147899.80 201529.60
## 1916 43 2015-03-01 0.94 598755.26 138994.95 359783.57
## 1917 44 2015-02-22 1.11 495032.46 117115.76 287695.04
## 1918 45 2015-02-15 1.23 363889.04 140491.93 153003.62
## 1919 46 2015-02-08 1.08 447701.68 161940.61 232248.98
## 1920 47 2015-02-01 0.98 776237.93 165259.75 535324.57
## 1921 48 2015-01-25 1.09 432770.06 131530.29 229573.27
## 1922 49 2015-01-18 1.11 439617.61 155745.95 220991.54
## 1923 50 2015-01-11 1.05 510152.67 121596.43 292968.56
## 1924 51 2015-01-04 0.97 599965.86 126485.75 377138.79
## 1925 0 2015-12-27 0.96 208425.96 47444.55 86212.38
## 1926 1 2015-12-20 0.98 189584.22 43169.56 78630.35
## 1927 2 2015-12-13 0.98 207627.79 51042.68 86614.43
## 1928 3 2015-12-06 0.97 210379.48 54037.25 84518.32
## 1929 4 2015-11-29 0.98 185733.81 49084.79 72843.91
## 1930 5 2015-11-22 1.02 179083.03 44120.52 75630.56
## 1931 6 2015-11-15 1.00 238990.38 52380.29 112379.04
## 1932 7 2015-11-08 1.07 223564.41 61118.97 68546.36
## 1933 8 2015-11-01 1.12 229530.31 56638.78 60350.15
## 1934 9 2015-10-25 1.22 199222.68 52737.98 50170.35
## 1935 10 2015-10-18 1.23 217581.17 49804.30 64754.24
## 1936 11 2015-10-11 1.17 222606.79 47887.85 54545.59
## 1937 12 2015-10-04 1.29 187692.67 48417.65 56829.33
## 1938 13 2015-09-27 1.12 222849.89 47076.74 71030.22
## 1939 14 2015-09-20 1.22 216519.33 50149.22 63790.55
## 1940 15 2015-09-13 1.16 238903.72 63924.76 55553.71
## 1941 16 2015-09-06 1.04 301641.21 56439.41 83271.26
## 1942 17 2015-08-30 1.16 253577.94 52246.02 61767.29
## 1943 18 2015-08-23 1.13 277977.73 50939.49 68496.40
## 1944 19 2015-08-16 1.23 241120.74 50360.32 59216.72
## 1945 20 2015-08-09 1.23 234070.70 42925.31 65067.83
## 1946 21 2015-08-02 1.22 243248.66 49760.49 64419.93
## 1947 22 2015-07-26 1.20 232204.85 50568.58 52944.26
## 1948 23 2015-07-19 1.20 246513.23 46281.36 63762.88
## 1949 24 2015-07-12 1.19 247167.15 38293.85 78845.11
## 1950 25 2015-07-05 1.16 275670.52 42042.96 103086.21
## 1951 26 2015-06-28 1.17 255921.90 39793.34 84150.14
## 1952 27 2015-06-21 1.17 264236.38 45414.99 87728.29
## 1953 28 2015-06-14 1.11 286814.82 60157.22 95409.49
## 1954 29 2015-06-07 1.14 259977.16 73208.00 61502.61
## 1955 30 2015-05-31 1.16 262288.53 77231.53 60701.02
## 1956 31 2015-05-24 1.21 267022.77 58855.60 80893.32
## 1957 32 2015-05-17 1.16 264908.94 77565.86 64994.10
## 1958 33 2015-05-10 1.11 267655.62 76699.18 60772.22
## 1959 34 2015-05-03 1.01 335464.54 70984.75 108604.01
## 1960 35 2015-04-26 1.16 259623.56 75695.92 62292.95
## 1961 36 2015-04-19 1.13 255436.55 67458.77 58452.52
## 1962 37 2015-04-12 1.10 274985.46 71379.06 72736.73
## 1963 38 2015-04-05 1.12 245491.91 68933.47 53335.28
## 1964 39 2015-03-29 1.23 238992.24 56270.21 71237.73
## 1965 40 2015-03-22 1.19 244658.35 78241.83 60049.35
## 1966 41 2015-03-15 1.18 252527.34 66629.12 71027.65
## 1967 42 2015-03-08 1.24 198900.07 41324.65 54059.83
## 1968 43 2015-03-01 1.20 216841.43 57245.09 55213.60
## 1969 44 2015-02-22 1.11 258728.48 65910.74 69081.33
## 1970 45 2015-02-15 1.21 230632.14 66005.80 55126.76
## 1971 46 2015-02-08 1.14 222483.88 68078.13 47671.39
## 1972 47 2015-02-01 0.99 344288.82 79507.90 115316.24
## 1973 48 2015-01-25 1.16 233277.19 61158.75 59374.75
## 1974 49 2015-01-18 1.22 204504.99 48613.54 55881.05
## 1975 50 2015-01-11 1.24 205760.67 43986.78 54185.12
## 1976 51 2015-01-04 1.20 221086.46 53316.16 72178.46
## 1977 0 2015-12-27 0.98 161577.60 46837.66 67974.89
## 1978 1 2015-12-20 0.99 158870.28 45598.33 73851.02
## 1979 2 2015-12-13 0.98 174380.77 57804.67 75113.57
## 1980 3 2015-12-06 0.98 176731.22 65474.44 77494.48
## 1981 4 2015-11-29 0.99 140939.78 46757.26 65442.13
## 1982 5 2015-11-22 1.01 148242.89 44462.58 69493.08
## 1983 6 2015-11-15 0.94 198934.23 57421.46 101470.66
## 1984 7 2015-11-08 0.95 202831.97 83635.77 76222.46
## 1985 8 2015-11-01 1.00 212854.47 72020.73 93880.64
## 1986 9 2015-10-25 1.02 180316.10 68613.89 70131.72
## 1987 10 2015-10-18 1.00 217221.23 70405.40 106053.96
## 1988 11 2015-10-11 1.01 192231.47 61756.93 85083.67
## 1989 12 2015-10-04 1.04 200821.29 67267.71 91381.65
## 1990 13 2015-09-27 0.97 203675.17 61853.71 101484.98
## 1991 14 2015-09-20 1.04 195742.46 76712.59 72627.68
## 1992 15 2015-09-13 1.01 229220.66 86208.18 89290.69
## 1993 16 2015-09-06 0.98 252853.41 72054.13 112958.68
## 1994 17 2015-08-30 1.06 213120.84 70639.52 86152.24
## 1995 18 2015-08-23 1.04 232074.44 76650.45 96308.77
## 1996 19 2015-08-16 1.05 222696.44 70382.17 95071.56
## 1997 20 2015-08-09 1.06 216580.39 72133.51 87338.90
## 1998 21 2015-08-02 1.05 235505.63 76879.31 101904.61
## 1999 22 2015-07-26 1.03 222882.86 74157.71 86910.45
## 2000 23 2015-07-19 1.02 225259.93 74921.22 84052.93
## 2001 24 2015-07-12 1.02 234568.80 80375.78 90573.83
## 2002 25 2015-07-05 1.01 287571.95 94880.31 118022.58
## 2003 26 2015-06-28 1.00 236210.73 78419.44 90965.34
## 2004 27 2015-06-21 1.01 264922.77 95486.41 99696.48
## 2005 28 2015-06-14 0.98 289290.98 102242.31 113772.11
## 2006 29 2015-06-07 1.02 248646.25 84737.37 90992.27
## 2007 30 2015-05-31 1.02 270601.09 102486.76 98090.75
## 2008 31 2015-05-24 1.03 280240.70 91042.47 116589.43
## 2009 32 2015-05-17 1.04 262509.58 91276.43 103883.14
## 2010 33 2015-05-10 1.06 263027.68 72224.74 115679.54
## 2011 34 2015-05-03 0.99 292744.22 89712.71 128429.41
## 2012 35 2015-04-26 1.11 235546.11 76765.23 97538.87
## 2013 36 2015-04-19 1.10 231641.21 75898.29 91143.24
## 2014 37 2015-04-12 1.11 213032.44 60609.49 96301.96
## 2015 38 2015-04-05 1.14 222122.63 69929.43 95585.93
## 2016 39 2015-03-29 1.15 205954.04 54695.88 96405.61
## 2017 40 2015-03-22 1.12 213086.98 61853.48 91980.03
## 2018 41 2015-03-15 1.16 210124.43 66591.48 87711.90
## 2019 42 2015-03-08 1.19 177541.37 50712.87 64964.66
## 2020 43 2015-03-01 1.13 194798.39 53902.85 83985.84
## 2021 44 2015-02-22 1.10 225830.42 75550.59 89874.92
## 2022 45 2015-02-15 1.13 207249.74 70877.95 77855.03
## 2023 46 2015-02-08 1.06 212887.85 74594.17 81138.97
## 2024 47 2015-02-01 0.97 308461.10 99429.98 140203.43
## 2025 48 2015-01-25 1.17 194086.08 54046.97 75205.48
## 2026 49 2015-01-18 1.18 179038.39 54459.40 66963.59
## 2027 50 2015-01-11 1.15 194460.59 71743.11 66849.97
## 2028 51 2015-01-04 1.13 182697.97 56293.75 80396.09
## 2029 0 2015-12-27 0.96 98584.92 33255.50 31680.16
## 2030 1 2015-12-20 1.00 88183.03 27512.58 31883.26
## 2031 2 2015-12-13 1.01 99886.07 38378.38 34347.46
## 2032 3 2015-12-06 1.01 99519.99 41191.54 35662.29
## 2033 4 2015-11-29 1.03 73733.96 24165.84 30145.95
## 2034 5 2015-11-22 1.00 83963.95 28956.02 29324.32
## 2035 6 2015-11-15 1.00 109928.84 41213.90 45406.39
## 2036 7 2015-11-08 1.01 114124.60 53190.61 35852.04
## 2037 8 2015-11-01 1.00 116798.97 54831.71 40083.51
## 2038 9 2015-10-25 0.99 110896.48 57250.89 33829.89
## 2039 10 2015-10-18 0.98 117516.57 48540.88 47290.21
## 2040 11 2015-10-11 1.01 118009.81 53713.89 37828.75
## 2041 12 2015-10-04 1.04 114487.07 51177.03 38394.24
## 2042 13 2015-09-27 1.01 109274.98 44983.72 44626.23
## 2043 14 2015-09-20 1.00 125682.96 64728.77 37055.97
## 2044 15 2015-09-13 0.99 147617.68 69411.99 49831.29
## 2045 16 2015-09-06 1.09 131197.71 42757.30 55250.67
## 2046 17 2015-08-30 1.14 114054.04 39821.27 43618.93
## 2047 18 2015-08-23 1.12 115608.44 38976.84 47017.25
## 2048 19 2015-08-16 1.13 113815.50 40667.35 43698.58
## 2049 20 2015-08-09 1.09 116317.58 45164.18 40962.84
## 2050 21 2015-08-02 1.04 122568.69 48105.03 45920.97
## 2051 22 2015-07-26 1.04 118455.23 48519.87 38794.48
## 2052 23 2015-07-19 1.04 124246.77 48761.54 41554.57
## 2053 24 2015-07-12 1.06 128054.41 50647.98 42235.42
## 2054 25 2015-07-05 1.05 147749.25 54928.79 51261.23
## 2055 26 2015-06-28 1.04 131276.21 50052.80 43905.58
## 2056 27 2015-06-21 1.05 135895.47 51621.94 47601.83
## 2057 28 2015-06-14 1.02 147633.83 58275.46 50914.84
## 2058 29 2015-06-07 1.05 139464.87 58789.36 41702.47
## 2059 30 2015-05-31 1.06 133856.19 57819.40 41122.46
## 2060 31 2015-05-24 1.07 142274.01 55748.50 50452.59
## 2061 32 2015-05-17 1.08 135281.35 55106.27 46302.99
## 2062 33 2015-05-10 1.09 141860.18 52698.39 52242.50
## 2063 34 2015-05-03 1.03 147690.42 54015.48 60973.26
## 2064 35 2015-04-26 1.09 137885.58 63041.96 47028.39
## 2065 36 2015-04-19 1.08 144665.27 68391.59 44913.65
## 2066 37 2015-04-12 1.13 129698.87 50246.44 49285.67
## 2067 38 2015-04-05 1.19 121569.73 48155.42 44874.21
## 2068 39 2015-03-29 1.13 117662.32 46540.34 46915.77
## 2069 40 2015-03-22 1.09 126535.83 51584.99 46659.25
## 2070 41 2015-03-15 1.12 119124.45 47388.04 43327.94
## 2071 42 2015-03-08 1.16 111702.58 43783.88 36289.08
## 2072 43 2015-03-01 1.11 110991.01 45568.34 38348.50
## 2073 44 2015-02-22 1.09 127855.51 55931.84 45806.33
## 2074 45 2015-02-15 1.07 136950.98 68986.21 39203.72
## 2075 46 2015-02-08 1.02 145648.40 78195.76 38763.75
## 2076 47 2015-02-01 1.00 168217.72 71867.81 65784.29
## 2077 48 2015-01-25 1.15 123070.18 48244.28 41412.29
## 2078 49 2015-01-18 1.18 112106.05 44676.56 37854.42
## 2079 50 2015-01-11 1.16 113235.82 45706.36 37629.54
## 2080 51 2015-01-04 1.13 109215.00 48285.15 37562.78
## 2081 0 2015-12-27 0.98 403741.62 98482.89 249362.94
## 2082 1 2015-12-20 1.00 385518.03 99604.61 224843.47
## 2083 2 2015-12-13 1.00 376689.94 94854.90 221627.68
## 2084 3 2015-12-06 1.07 318280.23 82537.98 184349.52
## 2085 4 2015-11-29 0.99 347406.90 80757.92 216851.97
## 2086 5 2015-11-22 1.06 354986.48 83984.24 218912.41
## 2087 6 2015-11-15 0.94 414161.47 100343.08 262929.38
## 2088 7 2015-11-08 1.14 357132.53 118696.55 185189.82
## 2089 8 2015-11-01 1.02 532467.38 180210.99 300978.15
## 2090 9 2015-10-25 1.26 343757.21 98792.01 190021.02
## 2091 10 2015-10-18 1.28 326458.27 94529.60 175181.76
## 2092 11 2015-10-11 1.29 355472.28 85276.49 211955.75
## 2093 12 2015-10-04 1.10 377192.10 70755.56 259002.51
## 2094 13 2015-09-27 1.28 350982.20 84527.09 213297.91
## 2095 14 2015-09-20 1.25 353231.58 79142.80 220538.20
## 2096 15 2015-09-13 1.24 384192.52 101189.96 220364.77
## 2097 16 2015-09-06 1.21 466705.75 137388.73 262139.81
## 2098 17 2015-08-30 1.30 377229.13 114804.62 197034.03
## 2099 18 2015-08-23 1.26 405274.71 112710.34 233164.62
## 2100 19 2015-08-16 1.30 401708.33 136485.36 202459.20
## 2101 20 2015-08-09 1.28 414823.74 146135.78 206011.16
## 2102 21 2015-08-02 1.33 404664.32 131156.47 209986.17
## 2103 22 2015-07-26 1.32 395471.89 130034.73 200668.51
## 2104 23 2015-07-19 1.29 404604.85 130412.82 210334.54
## 2105 24 2015-07-12 1.23 411928.38 130109.66 218611.12
## 2106 25 2015-07-05 1.26 550810.62 161220.26 305122.62
## 2107 26 2015-06-28 1.26 423984.04 143118.33 210343.54
## 2108 27 2015-06-21 1.27 422723.91 137206.11 215068.66
## 2109 28 2015-06-14 1.22 431791.38 149611.03 209926.36
## 2110 29 2015-06-07 1.18 435087.17 143063.59 224039.06
## 2111 30 2015-05-31 1.17 435723.85 156719.55 219047.40
## 2112 31 2015-05-24 1.26 403793.79 110289.47 232223.44
## 2113 32 2015-05-17 1.18 397215.12 141111.13 200745.02
## 2114 33 2015-05-10 1.14 437822.76 162135.00 217681.33
## 2115 34 2015-05-03 1.05 662034.34 149107.81 458178.77
## 2116 35 2015-04-26 1.27 366719.82 101324.62 205561.23
## 2117 36 2015-04-19 1.19 415841.32 117518.41 241637.11
## 2118 37 2015-04-12 1.24 382583.75 119295.38 208546.45
## 2119 38 2015-04-05 1.23 404333.75 120613.18 214547.09
## 2120 39 2015-03-29 1.20 391178.81 110809.75 203705.17
## 2121 40 2015-03-22 1.13 424708.39 106578.88 221094.74
## 2122 41 2015-03-15 1.22 380761.14 113759.19 204089.22
## 2123 42 2015-03-08 1.12 415147.69 152131.35 199610.67
## 2124 43 2015-03-01 1.02 452845.47 143867.37 256090.11
## 2125 44 2015-02-22 1.14 405013.16 137425.32 216791.05
## 2126 45 2015-02-15 1.13 381041.74 134992.29 194031.02
## 2127 46 2015-02-08 0.98 432572.45 144586.53 237751.75
## 2128 47 2015-02-01 1.04 771974.90 287292.15 429601.75
## 2129 48 2015-01-25 1.19 360027.65 101289.29 210411.75
## 2130 49 2015-01-18 1.22 367047.36 83097.77 238956.51
## 2131 50 2015-01-11 1.09 429492.28 109368.41 271300.08
## 2132 51 2015-01-04 1.05 430138.88 110693.69 270107.61
## 2133 0 2015-12-27 0.92 439968.40 141447.28 130341.75
## 2134 1 2015-12-20 0.94 420476.44 130565.46 119298.50
## 2135 2 2015-12-13 0.84 462548.30 155111.21 118664.89
## 2136 3 2015-12-06 0.67 565516.62 196490.30 209350.93
## 2137 4 2015-11-29 0.91 385289.59 143861.40 140359.41
## 2138 5 2015-11-22 0.98 385300.75 163396.83 129579.32
## 2139 6 2015-11-15 0.85 501838.10 264103.11 150523.33
## 2140 7 2015-11-08 0.92 492385.15 255993.88 154270.39
## 2141 8 2015-11-01 1.01 468472.81 211287.89 179995.77
## 2142 9 2015-10-25 1.08 408336.19 172518.85 165522.86
## 2143 10 2015-10-18 1.03 447663.17 197862.67 179049.25
## 2144 11 2015-10-11 0.93 492276.73 202263.25 234833.71
## 2145 12 2015-10-04 1.11 404301.76 154884.04 194838.77
## 2146 13 2015-09-27 0.93 491990.83 194526.22 245815.73
## 2147 14 2015-09-20 1.07 448488.04 204096.06 173105.77
## 2148 15 2015-09-13 1.08 464305.03 191302.75 199953.93
## 2149 16 2015-09-06 1.02 502677.35 271640.29 165034.84
## 2150 17 2015-08-30 1.04 490268.77 277305.27 145974.51
## 2151 18 2015-08-23 1.15 459471.05 250163.47 153378.68
## 2152 19 2015-08-16 1.05 514202.63 281209.49 176899.01
## 2153 20 2015-08-09 1.03 630941.71 285569.68 288086.68
## 2154 21 2015-08-02 1.07 500999.15 275822.73 168300.62
## 2155 22 2015-07-26 1.10 495344.27 279280.58 161574.35
## 2156 23 2015-07-19 1.15 462526.00 258240.72 142492.68
## 2157 24 2015-07-12 1.10 490312.63 251056.27 182844.55
## 2158 25 2015-07-05 1.05 587740.55 328818.07 187820.87
## 2159 26 2015-06-28 1.02 495309.23 295023.15 142348.73
## 2160 27 2015-06-21 0.94 594488.41 368402.91 163855.72
## 2161 28 2015-06-14 0.87 630746.82 403551.43 165020.73
## 2162 29 2015-06-07 0.89 607468.04 378749.86 164367.13
## 2163 30 2015-05-31 0.90 569414.76 358147.99 153680.36
## 2164 31 2015-05-24 1.08 477415.68 273672.82 155813.57
## 2165 32 2015-05-17 1.02 458191.52 283530.10 131772.59
## 2166 33 2015-05-10 0.85 594740.30 399789.96 136147.89
## 2167 34 2015-05-03 0.80 740760.30 424263.68 247709.36
## 2168 35 2015-04-26 1.11 435990.48 235664.26 141949.05
## 2169 36 2015-04-19 1.04 488094.98 270328.18 156651.22
## 2170 37 2015-04-12 1.01 515246.69 260591.11 189713.87
## 2171 38 2015-04-05 1.11 469883.87 249036.72 162601.80
## 2172 39 2015-03-29 1.08 450370.85 234361.38 155583.39
## 2173 40 2015-03-22 0.96 515764.64 235106.15 221942.26
## 2174 41 2015-03-15 1.06 463106.48 257709.12 144761.07
## 2175 42 2015-03-08 0.95 504284.16 314550.25 127157.90
## 2176 43 2015-03-01 0.83 572552.24 317625.55 202619.21
## 2177 44 2015-02-22 0.92 516149.11 301983.87 151869.53
## 2178 45 2015-02-15 0.94 486113.55 303637.72 127874.99
## 2179 46 2015-02-08 0.98 448394.83 229118.81 162856.34
## 2180 47 2015-02-01 0.85 692276.13 357235.87 277723.14
## 2181 48 2015-01-25 1.02 406591.11 217747.34 140456.68
## 2182 49 2015-01-18 1.01 461063.73 250311.74 163944.20
## 2183 50 2015-01-11 0.82 544667.18 303369.02 192913.11
## 2184 51 2015-01-04 0.94 461607.33 244152.26 165299.33
## 2185 0 2015-12-27 1.05 692206.40 181704.67 422617.80
## 2186 1 2015-12-20 1.15 637091.48 173521.67 364622.31
## 2187 2 2015-12-13 1.22 616016.46 127080.03 384958.63
## 2188 3 2015-12-06 1.06 694982.49 102771.75 498975.34
## 2189 4 2015-11-29 1.05 651638.60 102783.08 462966.47
## 2190 5 2015-11-22 1.04 709444.22 121232.94 502068.19
## 2191 6 2015-11-15 0.99 775848.72 165884.02 517366.37
## 2192 7 2015-11-08 1.40 599884.32 165981.13 319176.32
## 2193 8 2015-11-01 0.97 869927.27 214932.11 563719.33
## 2194 9 2015-10-25 1.55 561342.23 126498.63 334051.96
## 2195 10 2015-10-18 1.52 586073.85 146584.21 332942.22
## 2196 11 2015-10-11 1.58 564456.60 106180.64 351965.39
## 2197 12 2015-10-04 1.04 762866.62 119177.06 563257.19
## 2198 13 2015-09-27 1.38 651697.34 208309.03 349648.86
## 2199 14 2015-09-20 1.56 578500.76 94105.15 380999.77
## 2200 15 2015-09-13 1.53 603840.95 110779.86 367833.98
## 2201 16 2015-09-06 1.54 646810.20 154276.07 384033.22
## 2202 17 2015-08-30 1.53 649891.92 177166.44 364371.17
## 2203 18 2015-08-23 1.59 610212.92 129106.61 380934.57
## 2204 19 2015-08-16 1.59 618237.58 145519.47 364968.69
## 2205 20 2015-08-09 1.56 603876.90 158022.04 345590.21
## 2206 21 2015-08-02 1.57 645158.33 164972.09 374726.64
## 2207 22 2015-07-26 1.58 628331.04 150230.79 366576.34
## 2208 23 2015-07-19 1.56 633327.17 146180.86 385520.87
## 2209 24 2015-07-12 1.39 680351.84 149802.29 430540.93
## 2210 25 2015-07-05 1.53 752191.79 168468.95 451890.53
## 2211 26 2015-06-28 1.54 646324.68 154423.58 377054.83
## 2212 27 2015-06-21 1.52 673720.54 161726.05 396191.28
## 2213 28 2015-06-14 1.51 696873.03 181175.51 403173.66
## 2214 29 2015-06-07 1.31 758817.08 167496.15 477146.12
## 2215 30 2015-05-31 1.29 764114.39 192708.56 469208.86
## 2216 31 2015-05-24 1.37 700411.03 131638.62 467572.13
## 2217 32 2015-05-17 1.32 701099.41 167532.68 434957.48
## 2218 33 2015-05-10 1.30 742672.03 172662.98 462218.87
## 2219 34 2015-05-03 1.00 1310364.67 237060.70 975141.69
## 2220 35 2015-04-26 1.39 680839.21 107461.85 458055.89
## 2221 36 2015-04-19 1.23 818816.70 134592.31 584922.85
## 2222 37 2015-04-12 1.33 729890.28 159838.22 469655.44
## 2223 38 2015-04-05 1.33 742539.71 143671.36 473142.55
## 2224 39 2015-03-29 1.30 742583.03 145294.94 460144.90
## 2225 40 2015-03-22 1.19 841723.81 136354.98 568189.47
## 2226 41 2015-03-15 1.26 779754.03 204467.41 455307.39
## 2227 42 2015-03-08 1.16 830775.42 260192.19 442834.07
## 2228 43 2015-03-01 0.95 1039265.17 251296.88 697969.61
## 2229 44 2015-02-22 1.23 776336.17 165066.61 502502.44
## 2230 45 2015-02-15 1.23 696515.27 176265.06 414826.51
## 2231 46 2015-02-08 0.92 928836.58 252068.60 581737.42
## 2232 47 2015-02-01 0.91 1352027.64 369580.89 896514.30
## 2233 48 2015-01-25 1.21 713523.24 127276.45 481792.41
## 2234 49 2015-01-18 1.22 753746.51 107566.95 554501.21
## 2235 50 2015-01-11 1.03 916450.76 155455.32 670522.75
## 2236 51 2015-01-04 0.99 907795.89 179507.69 637000.10
## 2237 0 2015-12-27 1.09 450185.94 101442.85 178459.60
## 2238 1 2015-12-20 1.15 404862.32 88134.20 139794.19
## 2239 2 2015-12-13 1.05 454428.03 114813.13 156347.74
## 2240 3 2015-12-06 0.81 726504.61 117507.93 219412.63
## 2241 4 2015-11-29 1.17 373309.53 90354.26 131571.17
## 2242 5 2015-11-22 1.07 426337.91 111896.12 155494.84
## 2243 6 2015-11-15 0.93 643402.84 146061.83 213666.13
## 2244 7 2015-11-08 1.06 490827.32 135637.50 172982.00
## 2245 8 2015-11-01 1.14 435921.23 105846.91 176922.79
## 2246 9 2015-10-25 1.03 520698.46 130741.16 201858.00
## 2247 10 2015-10-18 1.08 484106.11 147440.78 185069.58
## 2248 11 2015-10-11 0.90 640331.58 87081.69 301656.56
## 2249 12 2015-10-04 1.06 513268.88 103495.71 281914.21
## 2250 13 2015-09-27 1.10 467791.95 159459.18 152002.76
## 2251 14 2015-09-20 1.02 590721.74 158198.44 242849.81
## 2252 15 2015-09-13 1.02 586503.27 230283.36 181240.95
## 2253 16 2015-09-06 1.17 459793.66 167782.09 155468.95
## 2254 17 2015-08-30 1.18 446850.83 171694.14 150815.43
## 2255 18 2015-08-23 1.13 551498.09 137390.97 265837.45
## 2256 19 2015-08-16 1.15 497526.51 173165.55 201936.28
## 2257 20 2015-08-09 1.15 523157.29 220284.27 169096.61
## 2258 21 2015-08-02 1.18 519887.27 210529.13 181274.82
## 2259 22 2015-07-26 1.29 436208.03 158304.49 172990.41
## 2260 23 2015-07-19 1.25 491653.57 197532.38 192075.86
## 2261 24 2015-07-12 1.14 597860.19 261870.98 204320.97
## 2262 25 2015-07-05 1.35 582037.07 201350.06 263046.88
## 2263 26 2015-06-28 1.31 496302.98 175064.74 222871.77
## 2264 27 2015-06-21 1.19 577605.00 178641.03 272213.83
## 2265 28 2015-06-14 1.18 615500.43 207290.74 274970.73
## 2266 29 2015-06-07 1.27 494855.95 194535.45 207213.71
## 2267 30 2015-05-31 1.12 543908.18 244319.84 185303.96
## 2268 31 2015-05-24 1.14 577946.53 213212.05 240665.64
## 2269 32 2015-05-17 1.22 474081.77 176144.77 196907.32
## 2270 33 2015-05-10 1.08 638696.86 263440.86 242012.13
## 2271 34 2015-05-03 1.02 687972.03 226074.37 355250.18
## 2272 35 2015-04-26 1.19 490426.14 202726.84 188384.71
## 2273 36 2015-04-19 1.13 570030.63 130765.93 324680.31
## 2274 37 2015-04-12 1.33 396728.35 134346.50 184720.11
## 2275 38 2015-04-05 1.26 466120.48 148128.23 238612.85
## 2276 39 2015-03-29 1.22 452743.21 162078.03 205582.46
## 2277 40 2015-03-22 1.13 514196.67 192630.73 229939.77
## 2278 41 2015-03-15 1.24 453589.67 173278.26 189014.61
## 2279 42 2015-03-08 1.24 439846.35 170637.19 190973.90
## 2280 43 2015-03-01 1.07 613535.33 162940.98 327299.85
## 2281 44 2015-02-22 1.11 552036.54 106012.21 353201.96
## 2282 45 2015-02-15 1.33 352335.10 114014.90 171966.91
## 2283 46 2015-02-08 1.08 488980.65 153475.96 257164.75
## 2284 47 2015-02-01 0.97 933148.31 201139.95 578708.75
## 2285 48 2015-01-25 1.26 420124.11 118569.87 228985.50
## 2286 49 2015-01-18 1.20 463472.52 160898.14 223145.82
## 2287 50 2015-01-11 1.06 527350.82 144349.43 278069.43
## 2288 51 2015-01-04 0.97 634522.34 165839.16 341836.86
## 2289 0 2015-12-27 0.98 251443.08 137133.17 48908.40
## 2290 1 2015-12-20 1.04 211066.05 115402.34 39931.51
## 2291 2 2015-12-13 0.96 257166.53 148691.81 47393.23
## 2292 3 2015-12-06 1.03 233274.40 130410.85 47118.94
## 2293 4 2015-11-29 0.97 217965.37 125440.43 42269.54
## 2294 5 2015-11-22 0.99 216767.98 123208.85 42099.26
## 2295 6 2015-11-15 1.07 224373.12 116059.40 61600.25
## 2296 7 2015-11-08 1.08 221080.11 118352.11 47266.75
## 2297 8 2015-11-01 1.00 280886.82 143163.13 59937.59
## 2298 9 2015-10-25 1.11 223607.39 107103.78 46792.32
## 2299 10 2015-10-18 1.12 226246.39 105221.40 55038.80
## 2300 11 2015-10-11 1.03 267962.33 121966.00 64658.41
## 2301 12 2015-10-04 1.04 267919.95 123692.52 70671.20
## 2302 13 2015-09-27 1.08 253422.99 111054.81 72273.16
## 2303 14 2015-09-20 1.02 312177.28 148633.90 77644.18
## 2304 15 2015-09-13 1.14 269754.97 124781.45 61067.30
## 2305 16 2015-09-06 1.00 353755.00 165544.52 78503.43
## 2306 17 2015-08-30 1.15 280699.74 130772.55 58761.62
## 2307 18 2015-08-23 1.09 310381.51 139531.80 64117.55
## 2308 19 2015-08-16 1.12 320750.54 157907.67 60468.01
## 2309 20 2015-08-09 1.05 353930.82 179463.07 69024.22
## 2310 21 2015-08-02 1.14 309611.87 148657.53 64352.06
## 2311 22 2015-07-26 1.11 327629.87 160050.21 63162.91
## 2312 23 2015-07-19 1.05 379505.99 212349.90 70690.71
## 2313 24 2015-07-12 1.14 320934.33 143217.29 81353.84
## 2314 25 2015-07-05 1.05 406711.20 204374.47 93000.23
## 2315 26 2015-06-28 1.11 340424.79 152050.00 76047.90
## 2316 27 2015-06-21 1.03 392755.13 207438.27 71556.59
## 2317 28 2015-06-14 1.10 339919.17 172821.14 60267.01
## 2318 29 2015-06-07 1.04 378845.21 223638.72 46631.18
## 2319 30 2015-05-31 1.13 322891.36 185323.63 43301.71
## 2320 31 2015-05-24 1.05 407499.97 247039.02 58352.93
## 2321 32 2015-05-17 1.09 346700.41 200005.38 46163.06
## 2322 33 2015-05-10 1.13 329845.26 199489.94 44017.79
## 2323 34 2015-05-03 0.97 457411.45 271320.49 72324.54
## 2324 35 2015-04-26 1.10 319659.25 191953.94 43170.27
## 2325 36 2015-04-19 1.08 322940.72 185939.51 43227.61
## 2326 37 2015-04-12 1.05 356627.38 220208.81 49060.02
## 2327 38 2015-04-05 1.10 311646.73 187483.15 44278.23
## 2328 39 2015-03-29 1.11 284839.51 151124.37 45649.68
## 2329 40 2015-03-22 1.00 366680.00 218785.98 48984.19
## 2330 41 2015-03-15 1.15 297855.71 171702.03 44167.57
## 2331 42 2015-03-08 1.14 289679.91 173429.19 39009.78
## 2332 43 2015-03-01 1.05 337576.71 213315.88 42197.08
## 2333 44 2015-02-22 1.02 332918.70 193228.98 45809.76
## 2334 45 2015-02-15 1.11 278514.05 163447.93 40081.18
## 2335 46 2015-02-08 1.06 282822.72 169169.05 41468.74
## 2336 47 2015-02-01 0.91 469684.32 284674.20 78055.21
## 2337 48 2015-01-25 1.06 311348.31 187805.04 46947.97
## 2338 49 2015-01-18 1.15 276205.95 160256.58 44019.64
## 2339 50 2015-01-11 1.10 279706.73 162428.39 39713.75
## 2340 51 2015-01-04 1.01 309024.22 180977.06 46253.49
## 2341 0 2015-12-27 0.81 4831664.77 2295315.43 1290847.05
## 2342 1 2015-12-20 0.81 4565207.85 2166801.03 1226508.86
## 2343 2 2015-12-13 0.78 4869309.42 2366879.80 1559601.21
## 2344 3 2015-12-06 0.76 4938526.47 2271088.12 1989750.87
## 2345 4 2015-11-29 0.82 3969578.89 2105670.46 1234911.39
## 2346 5 2015-11-22 0.80 4347510.51 2187382.97 1451468.73
## 2347 6 2015-11-15 0.76 4943687.09 2762021.24 1375460.43
## 2348 7 2015-11-08 0.80 4864814.01 2470146.60 1630407.36
## 2349 8 2015-11-01 0.81 5072550.94 2344879.12 1704035.46
## 2350 9 2015-10-25 0.86 4912068.04 2542914.87 1537781.45
## 2351 10 2015-10-18 0.87 4687705.56 2488221.20 1352548.07
## 2352 11 2015-10-11 0.83 5236047.86 2351606.01 1833545.05
## 2353 12 2015-10-04 0.84 5201535.32 2257194.22 2067870.47
## 2354 13 2015-09-27 0.87 4987381.36 2252044.96 2042360.56
## 2355 14 2015-09-20 0.83 5211738.31 2453284.69 2117631.84
## 2356 15 2015-09-13 0.88 5761848.67 2608997.38 2390282.14
## 2357 16 2015-09-06 0.86 5979528.24 2897999.07 2322076.97
## 2358 17 2015-08-30 0.87 5200252.65 3171393.10 1387819.83
## 2359 18 2015-08-23 0.89 5235579.44 3058909.34 1546628.56
## 2360 19 2015-08-16 0.89 5409823.02 3273624.13 1474652.79
## 2361 20 2015-08-09 0.89 5353393.56 3096265.87 1600371.62
## 2362 21 2015-08-02 0.90 5142335.64 3276776.23 1254704.28
## 2363 22 2015-07-26 0.81 5822521.79 3166737.18 1982138.27
## 2364 23 2015-07-19 0.83 5703940.56 3141801.51 1766900.01
## 2365 24 2015-07-12 0.82 5544366.95 3318843.01 1523777.99
## 2366 25 2015-07-05 0.83 6380287.71 3835278.13 1639735.99
## 2367 26 2015-06-28 0.77 6024103.65 3656335.59 1416248.77
## 2368 27 2015-06-21 0.79 6153608.75 3460014.16 1739133.40
## 2369 28 2015-06-14 0.69 7281803.61 4668964.65 1660109.04
## 2370 29 2015-06-07 0.75 6234006.44 3870043.62 1479527.40
## 2371 30 2015-05-31 0.74 6349957.65 4136440.91 1501302.47
## 2372 31 2015-05-24 0.83 5903596.18 3794422.74 1434383.77
## 2373 32 2015-05-17 0.79 5831782.44 3979432.32 1202270.23
## 2374 33 2015-05-10 0.79 6400340.97 3969053.76 1709201.45
## 2375 34 2015-05-03 0.78 6558729.33 3520801.33 2265493.71
## 2376 35 2015-04-26 0.83 5578980.69 3637682.35 1248422.73
## 2377 36 2015-04-19 0.82 5593885.09 3657278.94 1183497.85
## 2378 37 2015-04-12 0.80 5930072.71 3851189.34 1385674.25
## 2379 38 2015-04-05 0.83 6368728.85 3676642.17 1856953.20
## 2380 39 2015-03-29 0.82 5713017.35 3091049.63 1836365.62
## 2381 40 2015-03-22 0.76 6008817.90 3785376.16 1476714.10
## 2382 41 2015-03-15 0.79 5703759.21 3290881.46 1644220.11
## 2383 42 2015-03-08 0.80 5864999.81 3215935.34 1855972.27
## 2384 43 2015-03-01 0.87 5314431.93 2944928.22 1629785.85
## 2385 44 2015-02-22 0.85 5208272.73 3077730.66 1408136.41
## 2386 45 2015-02-15 0.80 5204971.91 3046997.70 1421557.06
## 2387 46 2015-02-08 0.73 5900232.15 3323430.66 1927404.12
## 2388 47 2015-02-01 0.71 6934356.31 3776936.71 2348980.01
## 2389 48 2015-01-25 0.81 5142259.93 3205533.39 1298842.90
## 2390 49 2015-01-18 0.79 5322625.57 2839359.92 1782045.18
## 2391 50 2015-01-11 0.80 5409726.02 2973367.52 1717171.24
## 2392 51 2015-01-04 0.77 5144267.01 2745009.10 1755142.21
## 2393 0 2015-12-27 0.98 3024956.05 2045752.24 275823.43
## 2394 1 2015-12-20 1.12 2206305.07 1449139.49 211595.53
## 2395 2 2015-12-13 0.96 3042588.20 2127600.06 303892.09
## 2396 3 2015-12-06 1.13 2205550.58 1520190.48 248205.38
## 2397 4 2015-11-29 0.97 2615828.04 1797110.09 273706.42
## 2398 5 2015-11-22 0.98 2667551.84 1799501.02 285065.90
## 2399 6 2015-11-15 1.16 2242688.20 1455202.28 294620.08
## 2400 7 2015-11-08 1.16 2197763.70 1420318.78 298081.99
## 2401 8 2015-11-01 0.98 3227049.19 2058754.30 472310.67
## 2402 9 2015-10-25 1.16 2211716.76 1278660.60 393459.25
## 2403 10 2015-10-18 1.15 2274638.59 1274185.16 426237.27
## 2404 11 2015-10-11 0.97 3179824.67 1810141.55 579736.64
## 2405 12 2015-10-04 0.98 3259659.28 1909901.24 591640.18
## 2406 13 2015-09-27 1.17 2314057.46 1266450.71 519006.76
## 2407 14 2015-09-20 0.96 3496412.09 2000380.63 663554.32
## 2408 15 2015-09-13 1.15 2486654.71 1317283.12 534412.71
## 2409 16 2015-09-06 0.97 3750714.49 2175323.40 650270.11
## 2410 17 2015-08-30 1.19 2544630.50 1422797.76 464251.81
## 2411 18 2015-08-23 1.16 2580705.47 1423075.89 477975.75
## 2412 19 2015-08-16 1.16 2766391.11 1615209.93 431016.10
## 2413 20 2015-08-09 1.00 3804851.11 2430272.64 498991.43
## 2414 21 2015-08-02 1.18 2674633.13 1539272.45 430133.96
## 2415 22 2015-07-26 1.15 2742949.66 1615660.84 424560.81
## 2416 23 2015-07-19 0.99 3810950.39 2507726.20 515358.68
## 2417 24 2015-07-12 1.17 2748745.96 1578243.11 467848.98
## 2418 25 2015-07-05 0.99 4295280.16 2713600.49 592279.23
## 2419 26 2015-06-28 1.14 3026048.11 1721633.23 464034.18
## 2420 27 2015-06-21 0.97 4019384.71 2602623.94 462243.35
## 2421 28 2015-06-14 1.15 3021825.81 1910736.86 315079.10
## 2422 29 2015-06-07 0.99 4003121.77 2862823.58 294519.59
## 2423 30 2015-05-31 1.17 2884507.74 2048880.09 206982.30
## 2424 31 2015-05-24 1.00 4298514.96 3209533.78 311176.56
## 2425 32 2015-05-17 1.15 2936173.63 2098271.46 211868.36
## 2426 33 2015-05-10 1.17 2963777.80 2167781.63 212422.04
## 2427 34 2015-05-03 0.97 4986270.76 3682277.46 383803.95
## 2428 35 2015-04-26 1.16 3011225.49 2170188.85 220781.47
## 2429 36 2015-04-19 1.14 2857156.51 2014443.63 214218.14
## 2430 37 2015-04-12 1.00 3781504.91 2801179.62 292733.49
## 2431 38 2015-04-05 1.08 3140456.17 2257669.21 252737.98
## 2432 39 2015-03-29 1.16 2558925.23 1804282.66 205041.11
## 2433 40 2015-03-22 0.98 3867453.83 2823708.05 299770.04
## 2434 41 2015-03-15 1.21 2602341.55 1865220.72 211822.87
## 2435 42 2015-03-08 1.18 2642581.73 1894002.38 199317.95
## 2436 43 2015-03-01 1.01 3633174.13 2682065.60 281502.89
## 2437 44 2015-02-22 1.11 2796195.76 1960713.06 236520.37
## 2438 45 2015-02-15 1.16 2558563.78 1820564.15 219336.78
## 2439 46 2015-02-08 1.11 2573973.63 1871661.73 226039.73
## 2440 47 2015-02-01 0.93 4924049.79 3656338.95 451194.73
## 2441 48 2015-01-25 1.15 2778000.82 1990978.47 266024.34
## 2442 49 2015-01-18 1.19 2595783.66 1815847.03 273695.84
## 2443 50 2015-01-11 1.18 2433295.61 1667012.92 269027.02
## 2444 51 2015-01-04 0.98 3204112.16 2296069.27 320373.63
## 2445 0 2015-12-27 1.05 67099.38 20577.16 21592.44
## 2446 1 2015-12-20 1.12 61555.62 17819.26 16576.75
## 2447 2 2015-12-13 0.99 67431.18 22229.24 20738.68
## 2448 3 2015-12-06 0.85 100233.67 18780.00 39234.39
## 2449 4 2015-11-29 1.17 51432.09 16876.93 16826.84
## 2450 5 2015-11-22 1.12 56013.43 17535.51 21806.06
## 2451 6 2015-11-15 1.00 84398.93 17121.98 38867.94
## 2452 7 2015-11-08 1.08 63821.22 19315.13 26207.73
## 2453 8 2015-11-01 1.13 60151.68 20262.48 23801.85
## 2454 9 2015-10-25 1.08 66852.57 16618.08 33389.28
## 2455 10 2015-10-18 1.13 60732.92 16562.04 30936.55
## 2456 11 2015-10-11 0.94 88580.07 11289.75 56878.37
## 2457 12 2015-10-04 0.99 77514.75 18331.90 47471.02
## 2458 13 2015-09-27 1.09 63902.90 25431.53 23735.71
## 2459 14 2015-09-20 1.05 79503.08 20718.72 42342.60
## 2460 15 2015-09-13 1.03 78771.30 39572.15 24065.27
## 2461 16 2015-09-06 1.08 67101.52 32235.74 18153.73
## 2462 17 2015-08-30 1.11 61176.91 31274.84 16651.71
## 2463 18 2015-08-23 1.08 84333.73 34441.25 35454.67
## 2464 19 2015-08-16 1.15 72392.09 33363.36 25970.27
## 2465 20 2015-08-09 1.21 70351.29 32213.37 23114.49
## 2466 21 2015-08-02 1.19 74839.74 35242.08 24453.69
## 2467 22 2015-07-26 1.18 71150.24 33592.19 22293.64
## 2468 23 2015-07-19 1.16 77305.34 39750.66 23169.36
## 2469 24 2015-07-12 1.05 86318.90 45146.65 23703.42
## 2470 25 2015-07-05 1.22 91195.99 43121.13 30059.65
## 2471 26 2015-06-28 1.20 81276.47 38303.60 26660.48
## 2472 27 2015-06-21 1.12 84739.31 33513.17 33789.94
## 2473 28 2015-06-14 1.13 88579.12 36980.68 35548.22
## 2474 29 2015-06-07 1.19 79733.85 40534.99 26271.71
## 2475 30 2015-05-31 1.08 82469.70 42027.99 24334.27
## 2476 31 2015-05-24 1.07 92664.44 41058.09 33679.94
## 2477 32 2015-05-17 1.09 77996.78 36879.96 24110.51
## 2478 33 2015-05-10 1.03 95615.23 46467.69 31703.17
## 2479 34 2015-05-03 0.98 108051.54 44094.43 48511.36
## 2480 35 2015-04-26 1.08 80443.94 41208.97 24094.05
## 2481 36 2015-04-19 1.03 91379.33 31965.44 42072.81
## 2482 37 2015-04-12 1.21 64529.74 27692.12 23281.52
## 2483 38 2015-04-05 1.15 73681.06 30529.69 29902.80
## 2484 39 2015-03-29 1.12 74999.31 36451.47 26800.47
## 2485 40 2015-03-22 1.10 74725.33 32960.85 28457.80
## 2486 41 2015-03-15 1.19 71766.04 32528.50 26391.31
## 2487 42 2015-03-08 1.18 69848.58 35184.21 24432.93
## 2488 43 2015-03-01 1.03 88304.41 26800.27 44707.74
## 2489 44 2015-02-22 1.03 85295.41 25370.99 45291.88
## 2490 45 2015-02-15 1.24 57869.58 24008.40 22723.92
## 2491 46 2015-02-08 1.03 74139.25 28901.01 36736.53
## 2492 47 2015-02-01 0.97 135656.36 35897.25 84741.31
## 2493 48 2015-01-25 1.21 64116.71 23843.63 29590.60
## 2494 49 2015-01-18 1.18 69600.14 28457.99 29719.57
## 2495 50 2015-01-11 1.07 70697.07 21973.57 35996.70
## 2496 51 2015-01-04 1.00 84612.39 26607.29 44341.92
## 2497 0 2015-12-27 1.10 152121.37 50481.76 25206.85
## 2498 1 2015-12-20 1.13 135427.66 40333.06 23867.60
## 2499 2 2015-12-13 0.99 166083.52 64673.08 24481.09
## 2500 3 2015-12-06 1.09 147544.08 60481.90 25222.92
## 2501 4 2015-11-29 1.16 129475.25 38130.41 26526.03
## 2502 5 2015-11-22 1.15 134989.16 40115.68 27003.98
## 2503 6 2015-11-15 1.07 160185.59 62810.86 28499.99
## 2504 7 2015-11-08 1.18 148030.60 54277.81 29529.64
## 2505 8 2015-11-01 1.21 152077.32 49010.65 34559.26
## 2506 9 2015-10-25 1.21 151268.28 52371.31 37039.70
## 2507 10 2015-10-18 1.26 143944.11 53413.73 34898.38
## 2508 11 2015-10-11 1.15 159011.26 77647.86 25627.41
## 2509 12 2015-10-04 1.23 151219.39 64603.33 36643.05
## 2510 13 2015-09-27 1.12 175958.11 99021.18 34231.90
## 2511 14 2015-09-20 1.24 165255.03 77969.04 37269.87
## 2512 15 2015-09-13 1.15 200117.98 108859.16 33405.69
## 2513 16 2015-09-06 1.30 180705.59 85673.91 36576.66
## 2514 17 2015-08-30 1.32 164716.78 74751.64 34386.84
## 2515 18 2015-08-23 1.11 202861.68 111101.26 35104.11
## 2516 19 2015-08-16 0.88 290906.05 186669.12 44789.17
## 2517 20 2015-08-09 1.15 200794.99 92511.57 47874.46
## 2518 21 2015-08-02 1.26 184501.15 79291.85 43745.86
## 2519 22 2015-07-26 1.06 216993.01 120124.79 38710.22
## 2520 23 2015-07-19 1.20 204464.92 99044.52 41712.52
## 2521 24 2015-07-12 1.13 233579.70 132490.39 44204.19
## 2522 25 2015-07-05 1.32 224901.96 97253.40 57668.67
## 2523 26 2015-06-28 1.17 217234.17 107631.08 40137.34
## 2524 27 2015-06-21 1.26 198137.18 84699.66 38461.41
## 2525 28 2015-06-14 1.28 203247.31 87726.18 41782.62
## 2526 29 2015-06-07 1.30 194667.64 92964.49 38450.22
## 2527 30 2015-05-31 1.16 247195.62 147104.98 38945.34
## 2528 31 2015-05-24 1.18 236189.46 135166.39 38773.04
## 2529 32 2015-05-17 1.32 186936.02 96530.89 37553.09
## 2530 33 2015-05-10 1.25 218562.94 125846.03 33050.99
## 2531 34 2015-05-03 1.09 275080.92 190986.18 36252.66
## 2532 35 2015-04-26 1.37 178200.42 86967.98 42320.51
## 2533 36 2015-04-19 1.34 184979.95 101449.24 38169.29
## 2534 37 2015-04-12 1.21 214125.11 138215.06 37441.77
## 2535 38 2015-04-05 1.36 159461.64 77970.98 34544.71
## 2536 39 2015-03-29 1.21 198395.76 111921.69 39575.00
## 2537 40 2015-03-22 1.34 163325.40 77997.93 37696.27
## 2538 41 2015-03-15 1.33 157799.23 70836.30 36549.13
## 2539 42 2015-03-08 1.36 147525.59 73956.89 31856.71
## 2540 43 2015-03-01 1.24 179277.41 93746.89 39403.61
## 2541 44 2015-02-22 1.32 156112.67 75717.36 36667.64
## 2542 45 2015-02-15 1.23 169118.65 88022.48 33530.37
## 2543 46 2015-02-08 1.09 214718.99 140791.53 31995.56
## 2544 47 2015-02-01 1.10 308371.90 209893.28 48651.40
## 2545 48 2015-01-25 1.17 176820.49 99020.78 31381.54
## 2546 49 2015-01-18 1.28 170590.85 78724.96 50701.59
## 2547 50 2015-01-11 1.29 164917.61 79292.59 41050.38
## 2548 51 2015-01-04 1.15 198735.26 125713.89 34555.73
## 2549 0 2015-12-27 1.36 42344.22 828.65 23560.51
## 2550 1 2015-12-20 1.36 39365.15 646.68 22231.33
## 2551 2 2015-12-13 1.32 50384.57 773.81 33149.83
## 2552 3 2015-12-06 1.17 50632.73 874.90 34439.57
## 2553 4 2015-11-29 1.41 35852.68 719.36 21285.35
## 2554 5 2015-11-22 1.38 39100.45 846.69 22314.40
## 2555 6 2015-11-15 1.21 51725.93 912.37 34236.71
## 2556 7 2015-11-08 1.23 55560.09 645.86 37788.65
## 2557 8 2015-11-01 1.16 55095.62 1062.84 36281.55
## 2558 9 2015-10-25 1.26 48971.60 935.77 30448.48
## 2559 10 2015-10-18 1.26 48655.18 748.89 28155.56
## 2560 11 2015-10-11 1.32 45170.50 1054.40 27690.82
## 2561 12 2015-10-04 1.34 41904.06 1777.42 22698.79
## 2562 13 2015-09-27 1.16 54194.93 925.80 43139.43
## 2563 14 2015-09-20 1.44 37045.75 775.55 27299.15
## 2564 15 2015-09-13 1.44 43060.60 882.30 30696.69
## 2565 16 2015-09-06 1.36 48358.73 675.27 37504.92
## 2566 17 2015-08-30 1.20 53699.67 601.15 43932.05
## 2567 18 2015-08-23 1.44 42933.81 579.09 30616.05
## 2568 19 2015-08-16 1.42 44245.45 619.41 32282.72
## 2569 20 2015-08-09 1.35 51094.98 510.89 39597.11
## 2570 21 2015-08-02 1.48 41000.44 722.58 26661.77
## 2571 22 2015-07-26 1.23 59947.27 878.02 41541.46
## 2572 23 2015-07-19 1.38 59427.83 593.22 34449.87
## 2573 24 2015-07-12 1.25 75144.87 577.45 43147.80
## 2574 25 2015-07-05 1.45 68922.42 797.75 35080.61
## 2575 26 2015-06-28 1.39 63938.81 755.70 30246.27
## 2576 27 2015-06-21 1.40 60370.27 624.44 32511.25
## 2577 28 2015-06-14 1.35 65184.56 547.63 27340.54
## 2578 29 2015-06-07 1.22 69776.51 632.01 41825.39
## 2579 30 2015-05-31 1.36 64839.58 744.02 34985.62
## 2580 31 2015-05-24 1.35 61584.26 559.81 34572.48
## 2581 32 2015-05-17 1.44 69649.85 743.44 42174.14
## 2582 33 2015-05-10 1.34 78708.38 899.13 44891.19
## 2583 34 2015-05-03 1.40 50591.38 634.61 24201.46
## 2584 35 2015-04-26 1.40 48811.05 768.09 23424.19
## 2585 36 2015-04-19 1.40 52800.83 721.11 24884.63
## 2586 37 2015-04-12 1.36 46828.88 670.17 21961.57
## 2587 38 2015-04-05 1.38 50015.81 716.97 24675.99
## 2588 39 2015-03-29 1.29 52419.71 1020.84 28858.30
## 2589 40 2015-03-22 1.33 48180.98 2030.41 21884.43
## 2590 41 2015-03-15 1.36 42078.58 2534.42 20482.33
## 2591 42 2015-03-08 1.28 46199.20 796.52 23821.37
## 2592 43 2015-03-01 1.32 47890.09 728.61 22776.67
## 2593 44 2015-02-22 1.33 42662.65 1098.61 21441.05
## 2594 45 2015-02-15 1.35 38750.74 880.54 19621.76
## 2595 46 2015-02-08 1.25 51557.01 1093.76 26366.48
## 2596 47 2015-02-01 1.26 57424.15 1321.47 30243.88
## 2597 48 2015-01-25 1.37 44517.84 810.15 22526.20
## 2598 49 2015-01-18 1.40 40391.55 789.84 24755.46
## 2599 50 2015-01-11 1.45 42017.49 984.29 21576.29
## 2600 51 2015-01-04 1.33 41143.51 2506.61 20905.01
## 2601 0 2015-12-27 0.97 376187.98 246326.83 35652.12
## 2602 1 2015-12-20 1.15 238950.84 146376.83 23810.77
## 2603 2 2015-12-13 0.96 365643.92 242293.88 40944.16
## 2604 3 2015-12-06 1.17 227131.21 145404.19 29926.02
## 2605 4 2015-11-29 0.96 330060.95 213390.26 41026.86
## 2606 5 2015-11-22 0.97 311784.91 194667.16 39338.15
## 2607 6 2015-11-15 1.22 236178.67 138482.70 32425.90
## 2608 7 2015-11-08 1.21 228585.31 135741.88 33351.68
## 2609 8 2015-11-01 0.97 391514.43 228324.13 72749.38
## 2610 9 2015-10-25 1.12 234023.90 109048.96 51940.14
## 2611 10 2015-10-18 1.11 256610.00 112096.12 54378.07
## 2612 11 2015-10-11 0.88 402228.35 175545.51 90767.27
## 2613 12 2015-10-04 0.89 413839.96 184069.95 92366.74
## 2614 13 2015-09-27 1.13 252128.43 99077.59 70565.14
## 2615 14 2015-09-20 0.88 432962.29 186843.91 104344.66
## 2616 15 2015-09-13 1.10 257374.81 97653.71 69978.38
## 2617 16 2015-09-06 0.91 436528.94 205188.66 94841.92
## 2618 17 2015-08-30 1.20 262575.33 126060.57 53665.74
## 2619 18 2015-08-23 1.17 264170.20 126817.40 54873.96
## 2620 19 2015-08-16 1.17 283647.52 139923.45 50157.80
## 2621 20 2015-08-09 0.97 427229.44 257930.36 58043.78
## 2622 21 2015-08-02 1.18 274423.66 139950.79 50642.05
## 2623 22 2015-07-26 1.16 265367.52 133615.12 48153.33
## 2624 23 2015-07-19 0.97 421574.42 258972.92 61716.04
## 2625 24 2015-07-12 1.17 289138.36 149510.03 54927.82
## 2626 25 2015-07-05 0.95 482088.56 282433.10 71003.58
## 2627 26 2015-06-28 1.11 325434.49 157030.05 56095.25
## 2628 27 2015-06-21 0.95 438581.50 262821.95 58036.49
## 2629 28 2015-06-14 1.17 294964.30 152836.19 39330.60
## 2630 29 2015-06-07 0.97 433152.31 295793.00 35164.49
## 2631 30 2015-05-31 1.22 273609.96 181641.14 18121.91
## 2632 31 2015-05-24 0.99 460041.38 331416.40 30794.75
## 2633 32 2015-05-17 1.18 275260.08 182281.62 18249.86
## 2634 33 2015-05-10 1.21 287068.69 197831.01 20278.37
## 2635 34 2015-05-03 0.97 558113.22 401968.96 37800.63
## 2636 35 2015-04-26 1.19 304135.67 203078.44 19757.32
## 2637 36 2015-04-19 1.16 280464.73 182582.22 19553.08
## 2638 37 2015-04-12 0.99 425033.14 304622.85 30735.77
## 2639 38 2015-04-05 1.09 354134.22 242307.65 26336.27
## 2640 39 2015-03-29 1.20 254520.54 169276.36 18562.00
## 2641 40 2015-03-22 0.97 440106.92 310473.40 32912.35
## 2642 41 2015-03-15 1.25 257172.84 173099.66 19983.36
## 2643 42 2015-03-08 1.22 259317.73 166383.80 19097.27
## 2644 43 2015-03-01 1.00 373461.94 258084.33 27867.24
## 2645 44 2015-02-22 1.12 268415.49 167595.76 22043.38
## 2646 45 2015-02-15 1.21 242478.65 154111.87 20647.04
## 2647 46 2015-02-08 1.19 236434.37 155193.87 21932.31
## 2648 47 2015-02-01 0.92 562242.53 392037.18 53180.28
## 2649 48 2015-01-25 1.21 260471.23 161291.00 30244.52
## 2650 49 2015-01-18 1.27 228920.62 132142.60 33674.07
## 2651 50 2015-01-11 1.24 235231.08 142237.71 36017.93
## 2652 51 2015-01-04 0.97 339909.13 226346.70 37517.53
## 2653 0 2015-12-27 0.95 27297983.67 9626901.09 10197890.05
## 2654 1 2015-12-20 0.98 25083647.17 8710021.76 9329861.85
## 2655 2 2015-12-13 0.93 28041335.38 9855053.66 10805838.91
## 2656 3 2015-12-06 0.89 28800396.57 9405464.36 12160838.62
## 2657 4 2015-11-29 0.99 22617999.38 8094803.56 9003178.41
## 2658 5 2015-11-22 0.96 25114228.11 8571849.80 10389879.59
## 2659 6 2015-11-15 0.92 28597756.27 9907981.27 11699787.51
## 2660 7 2015-11-08 0.97 28485715.97 9991330.31 12199657.40
## 2661 8 2015-11-01 0.97 31047484.27 10138703.85 14229286.82
## 2662 9 2015-10-25 1.04 26240072.11 8683958.80 11410478.34
## 2663 10 2015-10-18 0.99 29375123.60 9162094.14 14082539.61
## 2664 11 2015-10-11 1.00 29216198.15 8828340.53 13326573.45
## 2665 12 2015-10-04 1.02 28243505.52 8353619.97 13775651.69
## 2666 13 2015-09-27 1.03 27753508.14 8454208.80 13819912.63
## 2667 14 2015-09-20 1.02 29569086.56 9422275.27 13846044.56
## 2668 15 2015-09-13 1.03 31245835.65 9875018.48 14888077.69
## 2669 16 2015-09-06 1.02 33526480.08 12569277.14 14245598.38
## 2670 17 2015-08-30 1.07 29761638.48 11650976.87 11995960.83
## 2671 18 2015-08-23 1.08 29699845.61 11283021.31 12551529.70
## 2672 19 2015-08-16 1.05 31936856.18 12680252.48 12998327.25
## 2673 20 2015-08-09 1.05 33254911.87 13003371.07 13926692.62
## 2674 21 2015-08-02 1.09 30358467.88 12115233.76 12219014.12
## 2675 22 2015-07-26 1.07 30652211.08 12196225.93 12009228.05
## 2676 23 2015-07-19 1.07 32324647.66 12742760.17 12605457.17
## 2677 24 2015-07-12 1.07 31660031.68 12384449.40 12403360.20
## 2678 25 2015-07-05 1.04 37943670.34 15643939.37 14213650.06
## 2679 26 2015-06-28 1.06 32408705.70 13299568.71 11505999.24
## 2680 27 2015-06-21 1.02 35734613.90 14699604.93 13244466.60
## 2681 28 2015-06-14 0.98 37026085.75 16383685.07 12821015.03
## 2682 29 2015-06-07 1.00 36549995.66 16529797.60 12582265.21
## 2683 30 2015-05-31 1.03 33720159.09 15503613.33 11599634.02
## 2684 31 2015-05-24 1.04 35344183.15 16000107.80 12513821.19
## 2685 32 2015-05-17 1.06 32027686.15 14615941.59 11003341.22
## 2686 33 2015-05-10 1.02 36400886.58 16215328.75 13509064.65
## 2687 34 2015-05-03 0.96 41291704.39 17787611.93 16602589.04
## 2688 35 2015-04-26 1.07 30894157.80 13833715.28 10867403.08
## 2689 36 2015-04-19 1.03 33091256.26 14251319.31 12277858.78
## 2690 37 2015-04-12 1.02 32046401.64 14793354.18 11210544.11
## 2691 38 2015-04-05 1.06 31500669.44 13939014.43 11526980.36
## 2692 39 2015-03-29 1.04 29982648.43 12524637.04 11541041.35
## 2693 40 2015-03-22 1.01 32513550.51 13697405.61 12659784.83
## 2694 41 2015-03-15 1.04 29572225.71 13149988.71 10634070.76
## 2695 42 2015-03-08 1.02 30094698.85 13013750.35 10973972.60
## 2696 43 2015-03-01 0.97 32994014.16 13282222.98 13733124.48
## 2697 44 2015-02-22 1.02 29936729.76 12628562.36 11354281.64
## 2698 45 2015-02-15 1.03 28012520.93 12626615.30 9783489.59
## 2699 46 2015-02-08 0.95 32137333.01 13308193.40 13381347.54
## 2700 47 2015-02-01 0.89 44655461.51 18933038.04 18956479.74
## 2701 48 2015-01-25 1.04 28470310.84 12167445.03 10734652.82
## 2702 49 2015-01-18 1.03 29043458.85 11858139.34 11701947.80
## 2703 50 2015-01-11 1.01 29063542.75 11544810.53 12134773.38
## 2704 51 2015-01-04 0.95 31324277.73 12357161.34 13624083.05
## 2705 0 2015-12-27 0.83 5291979.63 2038443.68 1717599.45
## 2706 1 2015-12-20 0.88 4737649.03 2017331.24 1314711.00
## 2707 2 2015-12-13 0.85 4899439.92 1798995.46 1596329.01
## 2708 3 2015-12-06 0.75 6202513.84 2097720.52 2051392.83
## 2709 4 2015-11-29 0.99 3719603.21 1461861.54 1216811.00
## 2710 5 2015-11-22 0.92 4481990.34 1549012.12 1588339.47
## 2711 6 2015-11-15 0.83 5972493.77 1996852.58 2060439.93
## 2712 7 2015-11-08 0.88 5094837.54 2204338.57 1668416.99
## 2713 8 2015-11-01 0.90 5024858.14 1815066.15 1937479.91
## 2714 9 2015-10-25 0.95 4945835.54 1574344.01 1990844.80
## 2715 10 2015-10-18 0.89 5413532.64 2012887.19 2170792.82
## 2716 11 2015-10-11 0.91 5534450.99 1287965.79 2714363.53
## 2717 12 2015-10-04 1.00 4895485.63 1369449.86 2378441.26
## 2718 13 2015-09-27 0.97 4792868.29 1601971.34 2116029.65
## 2719 14 2015-09-20 0.92 5596091.03 1552161.89 2825876.79
## 2720 15 2015-09-13 0.92 5811260.29 2194373.38 2317428.16
## 2721 16 2015-09-06 0.93 5900751.95 2682938.17 2086229.79
## 2722 17 2015-08-30 1.03 5138256.91 2163511.05 1986059.01
## 2723 18 2015-08-23 1.04 5197578.46 2160130.08 2054710.68
## 2724 19 2015-08-16 0.98 5718139.41 2640927.73 2027603.38
## 2725 20 2015-08-09 1.01 5531488.20 2368531.20 2068854.19
## 2726 21 2015-08-02 1.02 5451040.76 2470116.49 1962853.58
## 2727 22 2015-07-26 1.07 5126588.84 2293111.63 1776143.49
## 2728 23 2015-07-19 1.04 5525298.95 2337242.49 2065939.21
## 2729 24 2015-07-12 1.01 5791508.96 2688406.31 1950436.22
## 2730 25 2015-07-05 0.98 6749081.20 3328637.80 2304907.45
## 2731 26 2015-06-28 1.03 5617752.22 2686203.38 1907834.16
## 2732 27 2015-06-21 0.93 6478952.08 3062753.54 2299962.02
## 2733 28 2015-06-14 0.92 6760001.68 3239258.39 2416002.43
## 2734 29 2015-06-07 0.92 6669221.29 3451592.61 2145071.52
## 2735 30 2015-05-31 0.93 5874982.36 3094129.71 1835735.00
## 2736 31 2015-05-24 0.93 6139159.81 3206247.81 2036656.12
## 2737 32 2015-05-17 0.98 5338992.15 2786200.82 1654563.98
## 2738 33 2015-05-10 0.94 6323724.80 3050014.63 2260890.88
## 2739 34 2015-05-03 0.89 6937095.53 3115937.71 2917083.83
## 2740 35 2015-04-26 0.90 6013312.36 3163353.08 2021745.62
## 2741 36 2015-04-19 0.88 6612422.28 3118686.39 2557271.66
## 2742 37 2015-04-12 0.98 5609471.36 2561865.42 2267855.21
## 2743 38 2015-04-05 0.95 5929718.67 3132031.40 2022524.08
## 2744 39 2015-03-29 0.93 5719898.26 2978534.92 2012384.12
## 2745 40 2015-03-22 0.99 5368331.44 2511453.54 2163704.41
## 2746 41 2015-03-15 0.94 5572582.45 3034104.48 1829868.35
## 2747 42 2015-03-08 0.99 5382693.51 2541409.90 2120111.56
## 2748 43 2015-03-01 0.95 5840742.83 2221447.89 2822864.41
## 2749 44 2015-02-22 0.95 5939402.98 2444851.21 2650986.14
## 2750 45 2015-02-15 0.98 5026688.71 2483265.25 1840716.14
## 2751 46 2015-02-08 0.89 5949846.14 2749122.29 2418817.00
## 2752 47 2015-02-01 0.84 8362504.08 3531350.44 3872672.00
## 2753 48 2015-01-25 0.94 5461313.90 2695157.56 2031937.97
## 2754 49 2015-01-18 0.96 5475363.01 2431736.63 2258069.63
## 2755 50 2015-01-11 0.95 5333097.71 2203111.92 2292761.26
## 2756 51 2015-01-04 0.89 5794410.58 2275446.87 2582300.65
## 2757 0 2015-12-27 0.71 776404.39 451904.51 141599.36
## 2758 1 2015-12-20 0.83 649885.76 389110.55 108176.29
## 2759 2 2015-12-13 0.78 646041.56 437780.91 100110.13
## 2760 3 2015-12-06 0.74 623231.77 398871.12 133434.18
## 2761 4 2015-11-29 0.81 519028.45 335446.83 103635.94
## 2762 5 2015-11-22 0.78 615077.36 403133.14 122078.09
## 2763 6 2015-11-15 0.71 732695.38 483180.55 155778.70
## 2764 7 2015-11-08 0.76 661405.90 445281.03 123745.68
## 2765 8 2015-11-01 0.80 592115.57 350881.82 131576.51
## 2766 9 2015-10-25 0.82 635873.60 363487.08 166607.85
## 2767 10 2015-10-18 0.81 681501.30 409639.87 177573.02
## 2768 11 2015-10-11 0.89 638486.47 268061.13 258518.68
## 2769 12 2015-10-04 0.85 649050.15 240183.49 317701.12
## 2770 13 2015-09-27 0.79 714977.26 255897.91 376232.89
## 2771 14 2015-09-20 0.78 746249.98 289135.19 352998.81
## 2772 15 2015-09-13 0.75 829727.75 341728.32 330566.17
## 2773 16 2015-09-06 0.80 790420.66 487551.38 183612.44
## 2774 17 2015-08-30 0.82 750669.14 518203.31 136374.37
## 2775 18 2015-08-23 0.80 740213.87 535570.33 100108.86
## 2776 19 2015-08-16 0.77 815638.81 489076.90 154805.84
## 2777 20 2015-08-09 0.74 885883.92 576883.27 154758.26
## 2778 21 2015-08-02 0.79 795371.51 573107.42 94633.45
## 2779 22 2015-07-26 0.81 777883.03 542663.64 96112.02
## 2780 23 2015-07-19 0.76 803340.22 552839.76 101243.90
## 2781 24 2015-07-12 0.77 754672.44 515150.21 100148.70
## 2782 25 2015-07-05 0.78 913360.72 606650.91 123465.83
## 2783 26 2015-06-28 0.71 941135.50 670425.34 108019.80
## 2784 27 2015-06-21 0.74 948942.53 601318.24 158997.23
## 2785 28 2015-06-14 0.70 1035973.14 651120.92 202731.92
## 2786 29 2015-06-07 0.68 1053997.99 750594.50 152736.51
## 2787 30 2015-05-31 0.74 887045.15 626724.73 124037.26
## 2788 31 2015-05-24 0.75 914966.82 692900.55 107964.22
## 2789 32 2015-05-17 0.70 942310.32 721087.66 112070.95
## 2790 33 2015-05-10 0.71 1019160.83 774232.70 128168.65
## 2791 34 2015-05-03 0.74 967144.19 677575.96 166456.05
## 2792 35 2015-04-26 0.74 899632.66 596342.41 174560.73
## 2793 36 2015-04-19 0.70 961001.34 687794.59 154971.84
## 2794 37 2015-04-12 0.76 840314.58 564694.43 167105.74
## 2795 38 2015-04-05 0.76 938880.60 660961.68 163481.60
## 2796 39 2015-03-29 0.74 908323.30 595240.91 199938.30
## 2797 40 2015-03-22 0.85 752576.08 489678.55 157679.62
## 2798 41 2015-03-15 0.75 827795.25 610496.24 115089.70
## 2799 42 2015-03-08 0.73 805731.03 568182.30 137012.17
## 2800 43 2015-03-01 0.84 723488.95 439115.27 167245.85
## 2801 44 2015-02-22 0.85 681409.59 455087.17 121269.48
## 2802 45 2015-02-15 0.78 743066.25 520464.29 133695.54
## 2803 46 2015-02-08 0.72 811664.36 539280.41 175207.31
## 2804 47 2015-02-01 0.71 916367.42 611270.39 205181.23
## 2805 48 2015-01-25 0.80 720800.61 519142.82 124248.86
## 2806 49 2015-01-18 0.80 729795.72 516446.41 128438.87
## 2807 50 2015-01-11 0.92 584896.99 347125.63 129717.42
## 2808 51 2015-01-04 0.75 758118.95 426878.87 147958.43
## 2809 0 2016-12-25 1.52 73341.73 3202.39 58280.33
## 2810 1 2016-12-18 1.53 68938.53 3345.36 55949.79
## 2811 2 2016-12-11 1.49 71777.85 2323.39 56545.79
## 2812 3 2016-12-04 1.48 113031.96 6530.78 99746.05
## 2813 4 2016-11-27 1.52 58171.89 2793.99 47106.18
## 2814 5 2016-11-20 1.56 70089.51 3675.63 56898.54
## 2815 6 2016-11-13 1.62 63608.01 3523.63 49837.68
## 2816 7 2016-11-06 1.63 57178.20 3212.04 43024.32
## 2817 8 2016-10-30 1.46 58375.10 3187.14 45898.52
## 2818 9 2016-10-23 1.19 92080.35 4222.93 77537.36
## 2819 10 2016-10-16 1.40 69060.90 4027.42 54186.55
## 2820 11 2016-10-09 1.13 101087.84 3641.46 87174.41
## 2821 12 2016-10-02 1.51 75480.26 4109.22 57515.76
## 2822 13 2016-09-25 1.62 96853.15 7658.55 79425.81
## 2823 14 2016-09-18 1.39 79513.63 6624.37 63384.56
## 2824 15 2016-09-11 1.37 81473.15 6258.88 63511.85
## 2825 16 2016-09-04 1.44 95456.26 14741.13 64966.75
## 2826 17 2016-08-28 1.18 145323.22 34912.97 94928.79
## 2827 18 2016-08-21 1.43 94882.79 14520.36 63416.88
## 2828 19 2016-08-14 1.20 110528.09 24000.62 72970.23
## 2829 20 2016-08-07 1.48 99683.11 14670.87 69054.28
## 2830 21 2016-07-31 1.61 125586.57 9293.65 96915.41
## 2831 22 2016-07-24 1.46 98321.14 11580.64 65195.63
## 2832 23 2016-07-17 1.31 89228.02 9273.69 64260.69
## 2833 24 2016-07-10 1.11 131630.13 20970.24 96581.82
## 2834 25 2016-07-03 1.42 115907.61 8373.77 82122.04
## 2835 26 2016-06-26 1.50 133086.66 7923.01 106656.84
## 2836 27 2016-06-19 1.42 112817.51 6766.63 85374.27
## 2837 28 2016-06-12 1.38 111394.50 7531.24 83771.34
## 2838 29 2016-06-05 1.47 115857.12 4288.46 92055.75
## 2839 30 2016-05-29 1.49 127812.25 2580.77 104876.94
## 2840 31 2016-05-22 1.34 98863.64 929.07 74678.36
## 2841 32 2016-05-15 1.36 96924.19 901.65 75847.91
## 2842 33 2016-05-08 1.27 120194.49 1041.95 96137.78
## 2843 34 2016-05-01 1.03 173781.78 884.01 163570.47
## 2844 35 2016-04-24 1.18 102490.20 954.60 87571.23
## 2845 36 2016-04-17 1.22 86433.63 898.63 70042.60
## 2846 37 2016-04-10 1.46 70253.30 972.15 56128.98
## 2847 38 2016-04-03 0.85 81694.23 676.27 70459.66
## 2848 39 2016-03-27 1.49 92529.27 808.50 78146.18
## 2849 40 2016-03-20 1.32 110401.88 764.97 97082.40
## 2850 41 2016-03-13 1.18 108264.90 847.64 96117.13
## 2851 42 2016-03-06 1.27 90633.66 972.34 74693.31
## 2852 43 2016-02-28 1.26 87822.43 805.41 72159.95
## 2853 44 2016-02-21 1.28 99817.47 869.16 84484.99
## 2854 45 2016-02-14 1.13 98008.16 1640.86 77133.01
## 2855 46 2016-02-07 1.07 169614.01 2031.67 157271.87
## 2856 47 2016-01-31 1.16 102038.32 1386.24 79881.67
## 2857 48 2016-01-24 1.22 96089.13 545.37 70802.56
## 2858 49 2016-01-17 1.26 119972.41 1202.52 100613.46
## 2859 50 2016-01-10 1.28 79121.77 848.19 66696.97
## 2860 51 2016-01-03 1.03 149038.15 939.71 139735.90
## 2861 0 2016-12-25 0.91 502787.29 205855.78 86015.43
## 2862 1 2016-12-18 0.94 463483.07 191753.03 80565.05
## 2863 2 2016-12-11 1.06 422026.71 186343.72 56200.04
## 2864 3 2016-12-04 1.03 475815.02 210602.15 93414.72
## 2865 4 2016-11-27 1.22 372144.31 161631.62 55595.26
## 2866 5 2016-11-20 1.14 448936.04 189206.59 58005.57
## 2867 6 2016-11-13 1.25 408260.87 185966.29 63348.63
## 2868 7 2016-11-06 1.29 393826.35 167083.47 65207.61
## 2869 8 2016-10-30 1.26 408314.87 162367.80 69366.17
## 2870 9 2016-10-23 1.23 422281.05 171215.14 67824.33
## 2871 10 2016-10-16 1.16 459564.78 188793.29 82089.21
## 2872 11 2016-10-09 1.23 452109.18 187260.61 69425.23
## 2873 12 2016-10-02 1.26 440044.40 182418.33 69411.24
## 2874 13 2016-09-25 1.26 435756.80 174532.18 77098.81
## 2875 14 2016-09-18 1.01 527700.95 233800.98 70931.17
## 2876 15 2016-09-11 0.90 597759.18 286405.76 54347.66
## 2877 16 2016-09-04 0.89 614657.03 356593.20 55475.65
## 2878 17 2016-08-28 0.95 539642.66 294240.79 42109.47
## 2879 18 2016-08-21 0.94 549139.07 293240.47 48349.86
## 2880 19 2016-08-14 0.87 666493.32 362923.69 60912.98
## 2881 20 2016-08-07 1.04 508354.34 252171.77 63197.28
## 2882 21 2016-07-31 0.98 537633.39 232640.52 76301.71
## 2883 22 2016-07-24 1.00 495686.56 215522.82 92726.36
## 2884 23 2016-07-17 1.01 474063.61 202638.65 82942.03
## 2885 24 2016-07-10 0.92 560865.26 240109.35 95457.09
## 2886 25 2016-07-03 0.77 789398.22 310551.19 150339.87
## 2887 26 2016-06-26 0.85 606856.80 272203.41 82764.12
## 2888 27 2016-06-19 0.78 692767.07 361697.69 96388.12
## 2889 28 2016-06-12 0.78 608386.28 313216.34 61563.67
## 2890 29 2016-06-05 0.75 691201.38 341027.59 123405.98
## 2891 30 2016-05-29 0.78 691344.07 267460.99 154238.90
## 2892 31 2016-05-22 0.79 585351.77 206761.15 110884.32
## 2893 32 2016-05-15 0.68 755306.53 292232.77 166131.16
## 2894 33 2016-05-08 0.81 643699.77 199995.47 159036.97
## 2895 34 2016-05-01 0.77 735635.49 241665.17 211776.98
## 2896 35 2016-04-24 0.79 654018.81 233878.10 189043.44
## 2897 36 2016-04-17 0.89 512348.02 190569.75 124409.16
## 2898 37 2016-04-10 0.83 590001.82 258662.26 141605.69
## 2899 38 2016-04-03 1.03 423485.95 253540.83 69327.44
## 2900 39 2016-03-27 0.98 458635.34 286918.40 59289.93
## 2901 40 2016-03-20 0.98 496190.99 323216.82 61127.51
## 2902 41 2016-03-13 0.90 588656.86 336350.73 110105.53
## 2903 42 2016-03-06 1.03 458837.18 299983.46 61770.01
## 2904 43 2016-02-28 0.90 555470.58 325884.06 106311.73
## 2905 44 2016-02-21 1.04 417205.77 270173.33 61591.16
## 2906 45 2016-02-14 0.97 481484.29 313342.08 57925.31
## 2907 46 2016-02-07 0.76 722211.00 415641.47 134517.41
## 2908 47 2016-01-31 1.04 437490.64 290451.27 58974.21
## 2909 48 2016-01-24 0.92 528776.51 318372.94 86816.97
## 2910 49 2016-01-17 1.04 445089.93 308722.88 45915.91
## 2911 50 2016-01-10 0.93 558348.80 377244.81 67316.04
## 2912 51 2016-01-03 1.05 449263.47 350316.16 32958.06
## 2913 0 2016-12-25 1.47 550947.61 50818.61 344699.92
## 2914 1 2016-12-18 1.21 691008.74 57866.09 487109.62
## 2915 2 2016-12-11 1.35 599161.08 49240.17 375437.86
## 2916 3 2016-12-04 1.41 566956.23 52095.95 345132.36
## 2917 4 2016-11-27 1.49 539924.84 46243.14 336731.88
## 2918 5 2016-11-20 1.60 566160.06 51078.68 309529.29
## 2919 6 2016-11-13 1.73 559978.64 64630.53 311687.85
## 2920 7 2016-11-06 1.80 537945.82 61458.87 284547.34
## 2921 8 2016-10-30 1.86 522546.62 58412.45 304616.52
## 2922 9 2016-10-23 1.85 584275.61 56864.06 336433.69
## 2923 10 2016-10-16 1.69 638848.04 63424.01 363924.96
## 2924 11 2016-10-09 1.59 676188.97 72775.70 395481.19
## 2925 12 2016-10-02 1.66 672759.70 78716.77 381624.67
## 2926 13 2016-09-25 1.58 678671.71 129774.30 347949.15
## 2927 14 2016-09-18 1.50 732424.67 151204.91 367425.65
## 2928 15 2016-09-11 1.34 885728.19 202958.24 494756.39
## 2929 16 2016-09-04 1.51 762218.08 97714.06 442803.33
## 2930 17 2016-08-28 1.57 732545.70 72406.64 443668.36
## 2931 18 2016-08-21 1.48 727279.79 68443.67 413651.59
## 2932 19 2016-08-14 1.52 742291.98 68335.70 421188.86
## 2933 20 2016-08-07 1.52 746493.74 71154.97 432956.75
## 2934 21 2016-07-31 1.65 698627.62 64022.99 402053.22
## 2935 22 2016-07-24 1.64 719104.08 62896.92 422902.90
## 2936 23 2016-07-17 1.47 730875.32 50831.98 400287.93
## 2937 24 2016-07-10 1.37 831187.91 64925.62 489314.56
## 2938 25 2016-07-03 1.38 844337.61 63050.59 501970.38
## 2939 26 2016-06-26 1.36 830072.50 62585.19 509113.95
## 2940 27 2016-06-19 1.37 850692.30 61789.19 523095.26
## 2941 28 2016-06-12 1.34 850862.92 73620.83 507383.48
## 2942 29 2016-06-05 1.33 860858.18 61074.05 537895.97
## 2943 30 2016-05-29 1.19 890196.73 61989.17 577334.28
## 2944 31 2016-05-22 1.19 837573.29 60638.26 540988.18
## 2945 32 2016-05-15 1.12 901689.79 58943.81 629734.43
## 2946 33 2016-05-08 0.95 1103888.28 75492.89 804251.93
## 2947 34 2016-05-01 1.07 929492.14 67682.14 648816.85
## 2948 35 2016-04-24 1.13 915500.04 61118.12 638833.81
## 2949 36 2016-04-17 1.13 841839.93 59232.87 576827.09
## 2950 37 2016-04-10 1.12 789348.02 64549.66 522216.25
## 2951 38 2016-04-03 1.14 770876.88 61532.85 523512.27
## 2952 39 2016-03-27 1.19 781627.98 59850.43 523531.51
## 2953 40 2016-03-20 1.10 880238.91 65397.00 614918.47
## 2954 41 2016-03-13 1.18 845574.79 59401.39 580134.23
## 2955 42 2016-03-06 1.21 819706.70 62539.58 541218.77
## 2956 43 2016-02-28 1.12 888570.06 61483.80 641585.11
## 2957 44 2016-02-21 1.20 739486.27 51913.21 446499.20
## 2958 45 2016-02-14 1.11 905144.72 72824.97 596869.49
## 2959 46 2016-02-07 1.10 966321.00 73754.24 621956.14
## 2960 47 2016-01-31 1.11 748107.09 52641.93 506187.66
## 2961 48 2016-01-24 1.09 1022653.39 69829.09 689359.24
## 2962 49 2016-01-17 1.17 836225.86 58788.02 535244.92
## 2963 50 2016-01-10 1.17 780979.13 60261.38 511067.00
## 2964 51 2016-01-03 1.11 816760.46 54491.78 583418.06
## 2965 0 2016-12-25 1.03 71168.92 27464.22 2892.64
## 2966 1 2016-12-18 1.02 64421.58 28725.38 2337.22
## 2967 2 2016-12-11 0.80 98346.80 30311.25 10382.62
## 2968 3 2016-12-04 1.01 72471.63 34194.72 2996.30
## 2969 4 2016-11-27 1.22 51941.45 23774.54 2187.17
## 2970 5 2016-11-20 1.27 62526.51 28834.32 2463.45
## 2971 6 2016-11-13 1.28 67212.14 32035.36 3042.08
## 2972 7 2016-11-06 1.37 59587.14 24935.25 2893.68
## 2973 8 2016-10-30 1.34 59788.57 25832.98 3018.08
## 2974 9 2016-10-23 1.17 70652.14 27935.70 3769.48
## 2975 10 2016-10-16 1.09 77804.54 35485.60 2006.71
## 2976 11 2016-10-09 1.03 84234.53 38087.17 2089.42
## 2977 12 2016-10-02 0.90 106259.51 27542.88 8194.14
## 2978 13 2016-09-25 0.91 87557.13 39342.09 2342.03
## 2979 14 2016-09-18 0.97 82377.77 39719.19 2199.34
## 2980 15 2016-09-11 0.89 89822.98 41793.11 1783.77
## 2981 16 2016-09-04 1.01 79683.06 37233.67 2055.59
## 2982 17 2016-08-28 0.99 78599.85 36837.75 1982.25
## 2983 18 2016-08-21 0.90 84013.04 40944.28 2078.24
## 2984 19 2016-08-14 0.93 88787.27 43525.98 1959.35
## 2985 20 2016-08-07 0.76 70711.46 32775.33 2002.12
## 2986 21 2016-07-31 0.78 69620.36 30747.49 1920.50
## 2987 22 2016-07-24 0.74 65580.47 26990.40 1685.17
## 2988 23 2016-07-17 0.70 69052.66 27671.07 1614.16
## 2989 24 2016-07-10 0.75 132511.44 39211.45 4977.23
## 2990 25 2016-07-03 0.77 136377.55 36208.26 6421.90
## 2991 26 2016-06-26 0.69 127961.84 34024.13 5853.32
## 2992 27 2016-06-19 0.70 129020.17 36119.41 6692.38
## 2993 28 2016-06-12 0.67 68721.61 34791.42 2578.94
## 2994 29 2016-06-05 0.63 95948.06 31280.00 5422.61
## 2995 30 2016-05-29 0.63 82549.14 29694.73 4570.07
## 2996 31 2016-05-22 0.65 75996.51 32112.63 3221.12
## 2997 32 2016-05-15 0.58 95143.57 34103.08 6201.35
## 2998 33 2016-05-08 0.61 106409.67 43200.28 5397.41
## 2999 34 2016-05-01 0.63 82585.83 32240.97 3928.02
## 3000 35 2016-04-24 0.65 79562.45 36437.80 2849.95
## 3001 36 2016-04-17 0.67 109590.28 41244.44 9075.77
## 3002 37 2016-04-10 0.82 86897.72 44344.90 3303.93
## 3003 38 2016-04-03 0.82 97650.29 45952.69 5362.40
## 3004 39 2016-03-27 0.81 101267.73 40228.96 6891.08
## 3005 40 2016-03-20 0.94 83080.73 41756.47 2697.57
## 3006 41 2016-03-13 0.83 100144.93 45571.10 4920.83
## 3007 42 2016-03-06 0.86 97421.21 41714.26 5373.09
## 3008 43 2016-02-28 0.89 89981.54 38143.38 5361.13
## 3009 44 2016-02-21 0.74 93951.14 37807.51 9084.55
## 3010 45 2016-02-14 0.94 78070.34 38043.20 5302.57
## 3011 46 2016-02-07 0.82 123715.17 42825.57 14822.29
## 3012 47 2016-01-31 0.94 83755.38 36196.35 4791.21
## 3013 48 2016-01-24 0.90 58434.39 18003.36 4208.29
## 3014 49 2016-01-17 0.92 92385.23 34302.93 7884.23
## 3015 50 2016-01-10 0.93 89880.90 31802.36 8347.01
## 3016 51 2016-01-03 0.77 106106.95 43868.70 10276.84
## 3017 0 2016-12-25 1.28 447600.75 4349.63 346516.32
## 3018 1 2016-12-18 1.09 579577.33 6123.84 488107.01
## 3019 2 2016-12-11 1.22 510800.58 3711.20 409645.98
## 3020 3 2016-12-04 1.26 473428.36 4371.95 393748.18
## 3021 4 2016-11-27 1.45 391257.01 4243.20 317090.39
## 3022 5 2016-11-20 1.39 475677.35 7917.90 356867.57
## 3023 6 2016-11-13 1.56 397601.10 5233.97 314434.80
## 3024 7 2016-11-06 1.62 366175.49 4016.72 284809.54
## 3025 8 2016-10-30 1.67 376500.91 5542.76 304461.49
## 3026 9 2016-10-23 1.58 439551.69 10444.80 335243.75
## 3027 10 2016-10-16 1.60 453605.17 6472.04 345051.11
## 3028 11 2016-10-09 1.49 468135.46 7435.21 366648.78
## 3029 12 2016-10-02 1.59 459163.77 20871.74 340342.71
## 3030 13 2016-09-25 1.53 483057.37 40864.15 338301.37
## 3031 14 2016-09-18 1.45 489600.60 39970.65 346155.69
## 3032 15 2016-09-11 1.27 672672.86 85204.27 470860.24
## 3033 16 2016-09-04 1.41 541671.24 23481.94 381830.77
## 3034 17 2016-08-28 1.37 582023.28 37757.36 388173.87
## 3035 18 2016-08-21 1.31 586072.78 15419.55 353351.42
## 3036 19 2016-08-14 1.29 602605.29 20310.78 353845.28
## 3037 20 2016-08-07 1.48 525387.25 15830.01 335033.53
## 3038 21 2016-07-31 1.61 508949.60 12550.40 338691.73
## 3039 22 2016-07-24 1.52 509094.85 13099.78 343835.83
## 3040 23 2016-07-17 1.56 488508.05 11289.68 320250.99
## 3041 24 2016-07-10 1.32 549815.44 17289.06 359933.80
## 3042 25 2016-07-03 1.38 585484.69 11397.63 408601.95
## 3043 26 2016-06-26 1.33 626972.88 10379.75 433431.64
## 3044 27 2016-06-19 1.32 649660.14 10851.29 456521.61
## 3045 28 2016-06-12 1.29 632855.52 12891.22 421978.89
## 3046 29 2016-06-05 1.26 634989.55 8833.67 417995.15
## 3047 30 2016-05-29 1.08 673496.13 7708.04 461424.99
## 3048 31 2016-05-22 1.05 665086.17 4319.45 430580.52
## 3049 32 2016-05-15 1.06 709563.16 5790.13 517840.35
## 3050 33 2016-05-08 0.85 924194.42 6383.12 698437.70
## 3051 34 2016-05-01 1.05 716003.18 4764.79 520369.75
## 3052 35 2016-04-24 1.07 626895.08 4157.76 446540.80
## 3053 36 2016-04-17 1.08 617179.71 3871.79 438210.92
## 3054 37 2016-04-10 0.99 652546.84 4326.56 456029.59
## 3055 38 2016-04-03 1.11 559718.46 4683.35 406529.44
## 3056 39 2016-03-27 1.08 639420.34 4253.90 463187.03
## 3057 40 2016-03-20 1.10 645235.38 5364.32 490720.39
## 3058 41 2016-03-13 1.05 651211.44 5420.01 487268.37
## 3059 42 2016-03-06 1.10 600639.74 6153.04 434300.22
## 3060 43 2016-02-28 1.08 652943.00 6632.53 506048.61
## 3061 44 2016-02-21 1.14 553709.44 5600.54 388956.70
## 3062 45 2016-02-14 0.98 751656.56 7591.61 560259.15
## 3063 46 2016-02-07 1.05 678810.37 5986.94 511548.60
## 3064 47 2016-01-31 1.03 651616.91 6037.25 501280.47
## 3065 48 2016-01-24 1.05 670376.77 3107.96 482030.79
## 3066 49 2016-01-17 1.02 665217.66 4392.86 486767.87
## 3067 50 2016-01-10 1.15 536674.53 4120.09 391873.45
## 3068 51 2016-01-03 1.01 610622.03 5112.51 492477.86
## 3069 0 2016-12-25 1.41 103035.45 1197.33 64434.59
## 3070 1 2016-12-18 1.36 85340.08 1276.16 52115.34
## 3071 2 2016-12-11 1.47 89037.86 967.77 62963.23
## 3072 3 2016-12-04 1.66 72203.16 960.31 54243.42
## 3073 4 2016-11-27 1.57 73261.05 1006.16 50581.93
## 3074 5 2016-11-20 1.63 78675.66 1426.31 52281.34
## 3075 6 2016-11-13 1.60 87366.58 1891.82 56517.54
## 3076 7 2016-11-06 1.64 81691.65 1321.66 56677.66
## 3077 8 2016-10-30 1.65 71163.53 1130.02 56077.13
## 3078 9 2016-10-23 1.60 110744.71 1171.55 50973.90
## 3079 10 2016-10-16 1.36 131180.81 1282.70 61796.23
## 3080 11 2016-10-09 1.37 135059.42 1117.12 68716.59
## 3081 12 2016-10-02 1.35 132143.53 1119.57 62757.12
## 3082 13 2016-09-25 1.40 134327.10 4198.36 62355.89
## 3083 14 2016-09-18 1.54 122908.68 2692.89 70019.45
## 3084 15 2016-09-11 1.38 124095.82 1657.87 81283.86
## 3085 16 2016-09-04 1.48 95473.70 3089.84 67790.92
## 3086 17 2016-08-28 1.40 114645.70 2682.18 64245.65
## 3087 18 2016-08-21 1.33 119865.41 1543.34 70785.26
## 3088 19 2016-08-14 1.41 114328.40 2645.81 72836.99
## 3089 20 2016-08-07 1.50 104314.72 1781.61 74560.52
## 3090 21 2016-07-31 1.45 108088.47 1792.17 64652.42
## 3091 22 2016-07-24 1.44 104126.30 1156.82 63920.78
## 3092 23 2016-07-17 1.30 141880.95 1389.23 71781.92
## 3093 24 2016-07-10 1.25 183741.31 1425.12 88105.93
## 3094 25 2016-07-03 1.30 180609.07 1424.51 85758.67
## 3095 26 2016-06-26 1.26 160806.44 1326.74 74746.95
## 3096 27 2016-06-19 1.23 169756.02 1776.91 80406.95
## 3097 28 2016-06-12 1.15 182471.54 4629.34 79865.00
## 3098 29 2016-06-05 1.15 173445.42 1451.17 78923.00
## 3099 30 2016-05-29 1.19 147423.25 1442.30 81631.15
## 3100 31 2016-05-22 1.12 168251.29 1532.90 72247.42
## 3101 32 2016-05-15 1.09 164790.54 1410.85 72074.47
## 3102 33 2016-05-08 1.09 201142.55 1613.21 97493.47
## 3103 34 2016-05-01 1.11 171441.29 1248.25 69913.84
## 3104 35 2016-04-24 1.15 171142.36 1391.01 69260.58
## 3105 36 2016-04-17 1.14 169355.39 1167.23 67584.91
## 3106 37 2016-04-10 1.10 152123.92 1278.33 55802.40
## 3107 38 2016-04-03 1.04 154802.00 1164.29 72025.38
## 3108 39 2016-03-27 1.13 149462.64 1511.79 64644.20
## 3109 40 2016-03-20 1.14 140364.11 1110.75 62343.76
## 3110 41 2016-03-13 1.11 163501.31 1393.58 77324.69
## 3111 42 2016-03-06 1.36 141228.53 1473.30 60516.83
## 3112 43 2016-02-28 1.22 154057.74 1658.99 78720.64
## 3113 44 2016-02-21 1.31 126537.43 1500.02 52665.54
## 3114 45 2016-02-14 1.29 137984.28 1921.88 60453.06
## 3115 46 2016-02-07 1.30 177910.41 2262.36 76308.98
## 3116 47 2016-01-31 1.21 164453.65 2015.15 81676.45
## 3117 48 2016-01-24 1.31 147469.99 467.72 54309.11
## 3118 49 2016-01-17 1.38 132286.31 1778.63 49448.64
## 3119 50 2016-01-10 1.35 134522.52 1619.00 52034.40
## 3120 51 2016-01-03 1.39 130620.57 1486.60 57210.68
## 3121 0 2016-12-25 0.94 5414937.46 1579234.89 2192460.84
## 3122 1 2016-12-18 0.95 4922621.54 1575318.71 1774200.38
## 3123 2 2016-12-11 0.90 5526646.12 1638639.18 2137290.51
## 3124 3 2016-12-04 0.98 5062952.53 1916640.11 1449671.84
## 3125 4 2016-11-27 1.21 4185900.67 1508446.52 1313000.92
## 3126 5 2016-11-20 1.32 4253815.59 1513797.40 1394929.07
## 3127 6 2016-11-13 1.48 3848128.20 1326907.02 1367684.96
## 3128 7 2016-11-06 1.68 3395058.42 1111431.87 1333386.69
## 3129 8 2016-10-30 1.68 3139833.50 1126017.42 1186843.99
## 3130 9 2016-10-23 1.39 3899040.66 1397559.40 1129206.16
## 3131 10 2016-10-16 1.40 4878037.64 1635631.14 1600568.32
## 3132 11 2016-10-09 1.34 5375978.50 2021375.04 1750074.56
## 3133 12 2016-10-02 1.19 5652496.31 2359102.44 1664176.22
## 3134 13 2016-09-25 1.15 6075588.68 2357903.80 1924933.51
## 3135 14 2016-09-18 1.22 5471565.28 1888694.03 1934688.42
## 3136 15 2016-09-11 1.12 6059764.51 2297601.90 1976499.46
## 3137 16 2016-09-04 1.08 6681646.14 2501655.40 2179345.27
## 3138 17 2016-08-28 0.99 6696300.05 2683109.80 1878139.55
## 3139 18 2016-08-21 1.05 6308000.34 2646367.78 1712067.20
## 3140 19 2016-08-14 1.07 6538335.89 2200099.61 2538994.07
## 3141 20 2016-08-07 1.17 6144827.51 2152079.32 2039791.18
## 3142 21 2016-07-31 1.22 5947160.29 1922055.35 2069409.78
## 3143 22 2016-07-24 1.20 6104047.38 2019596.60 2147541.33
## 3144 23 2016-07-17 1.14 6200613.68 2196723.33 2037093.61
## 3145 24 2016-07-10 1.08 6721690.88 2399360.67 2117397.07
## 3146 25 2016-07-03 1.10 7087455.16 2409025.69 2439611.73
## 3147 26 2016-06-26 1.03 6407277.49 2333532.13 1967324.63
## 3148 27 2016-06-19 1.06 6528056.18 2409003.00 2045112.18
## 3149 28 2016-06-12 1.01 6506234.86 2597934.17 1869930.06
## 3150 29 2016-06-05 0.94 7365675.31 2921963.17 2131717.34
## 3151 30 2016-05-29 0.98 6700986.44 2522305.33 2097509.45
## 3152 31 2016-05-22 0.90 6501981.08 2238875.14 2178820.82
## 3153 32 2016-05-15 0.97 6068872.71 2247484.21 1968268.95
## 3154 33 2016-05-08 0.79 7808461.74 2716222.01 2615648.28
## 3155 34 2016-05-01 0.75 7661483.37 2817406.20 2628579.48
## 3156 35 2016-04-24 0.84 6933382.40 2507347.38 2355998.94
## 3157 36 2016-04-17 0.93 6397813.48 2370403.05 1875909.98
## 3158 37 2016-04-10 0.94 6509000.56 2248561.59 1958358.83
## 3159 38 2016-04-03 0.93 6060843.76 1805555.95 2247248.19
## 3160 39 2016-03-27 0.93 6603707.93 1935666.12 2149391.86
## 3161 40 2016-03-20 0.91 6476206.54 1893617.80 2191468.26
## 3162 41 2016-03-13 0.96 6017563.88 1750943.52 1855262.70
## 3163 42 2016-03-06 0.92 6429870.23 1893787.20 1975668.02
## 3164 43 2016-02-28 0.89 6588277.70 1873878.11 2020327.87
## 3165 44 2016-02-21 0.89 6374019.03 1776499.00 2073957.12
## 3166 45 2016-02-14 0.82 6807283.15 1998149.71 1974912.11
## 3167 46 2016-02-07 0.70 10361698.17 2930343.28 3950852.38
## 3168 47 2016-01-31 0.88 6506673.96 2126066.85 2069192.92
## 3169 48 2016-01-24 0.88 6246380.73 1230068.19 2457751.77
## 3170 49 2016-01-17 0.90 6000013.23 1653347.69 2336705.19
## 3171 50 2016-01-10 0.87 6303406.82 1736168.01 2173554.18
## 3172 51 2016-01-03 0.73 7730431.28 2315175.35 2856102.41
## 3173 0 2016-12-25 1.25 155793.03 36125.58 50792.48
## 3174 1 2016-12-18 1.24 144634.01 35761.88 46276.63
## 3175 2 2016-12-11 1.33 145815.04 43744.87 40971.14
## 3176 3 2016-12-04 1.34 154742.81 39221.82 46285.90
## 3177 4 2016-11-27 1.54 131453.85 38976.01 34346.09
## 3178 5 2016-11-20 1.57 135608.11 44044.69 28907.47
## 3179 6 2016-11-13 1.64 144089.12 49399.39 26597.39
## 3180 7 2016-11-06 1.57 142095.92 36840.74 27501.34
## 3181 8 2016-10-30 1.58 142955.49 39376.44 29382.30
## 3182 9 2016-10-23 1.52 167741.27 54981.90 39749.81
## 3183 10 2016-10-16 1.39 190846.01 57529.11 56366.66
## 3184 11 2016-10-09 1.51 178235.75 43325.87 52189.61
## 3185 12 2016-10-02 1.48 178410.82 46364.75 52893.38
## 3186 13 2016-09-25 1.47 189131.52 54110.79 53593.58
## 3187 14 2016-09-18 1.43 182978.30 43116.41 54193.42
## 3188 15 2016-09-11 1.42 180989.26 34440.65 59554.19
## 3189 16 2016-09-04 1.33 204963.95 58888.34 56699.56
## 3190 17 2016-08-28 1.40 187984.80 54874.64 57122.52
## 3191 18 2016-08-21 1.38 193592.65 44006.63 62975.71
## 3192 19 2016-08-14 1.40 195250.96 39823.56 66724.29
## 3193 20 2016-08-07 1.43 196381.45 48639.95 64124.89
## 3194 21 2016-07-31 1.48 187969.31 39819.93 68964.23
## 3195 22 2016-07-24 1.46 193909.36 34250.27 68516.18
## 3196 23 2016-07-17 1.43 196466.90 38199.33 69125.35
## 3197 24 2016-07-10 1.26 233262.16 43387.69 79103.57
## 3198 25 2016-07-03 1.20 233543.59 45220.67 72710.08
## 3199 26 2016-06-26 1.28 200520.74 36686.02 68054.14
## 3200 27 2016-06-19 1.21 238720.78 55097.56 77704.63
## 3201 28 2016-06-12 1.25 209095.62 42196.82 74895.50
## 3202 29 2016-06-05 1.25 209797.27 37431.02 77700.50
## 3203 30 2016-05-29 1.21 235009.02 49747.65 92110.53
## 3204 31 2016-05-22 1.26 203492.89 37008.26 95769.19
## 3205 32 2016-05-15 1.12 215807.01 31853.93 103793.02
## 3206 33 2016-05-08 1.05 253622.75 55853.79 113811.25
## 3207 34 2016-05-01 1.04 249786.11 53589.93 112926.95
## 3208 35 2016-04-24 1.12 217385.39 31821.20 106492.00
## 3209 36 2016-04-17 1.14 212440.76 37150.70 100814.92
## 3210 37 2016-04-10 1.10 210587.77 39141.60 93571.42
## 3211 38 2016-04-03 1.12 192341.67 35648.20 87528.81
## 3212 39 2016-03-27 1.14 189944.60 32857.85 90916.21
## 3213 40 2016-03-20 1.15 205367.45 33581.86 101739.82
## 3214 41 2016-03-13 1.05 236131.07 39325.69 111943.87
## 3215 42 2016-03-06 1.09 208506.12 38805.91 98212.71
## 3216 43 2016-02-28 1.05 215161.41 35461.06 106914.98
## 3217 44 2016-02-21 1.07 193132.20 36397.39 86393.95
## 3218 45 2016-02-14 1.00 204110.86 45730.46 87862.03
## 3219 46 2016-02-07 0.80 325941.39 63128.71 160544.54
## 3220 47 2016-01-31 0.95 214135.89 36408.49 108723.90
## 3221 48 2016-01-24 0.92 207961.33 13436.84 110261.96
## 3222 49 2016-01-17 0.98 206778.29 29997.79 104174.89
## 3223 50 2016-01-10 0.95 196216.36 21275.55 94804.67
## 3224 51 2016-01-03 0.96 203961.88 42856.88 87749.01
## 3225 0 2016-12-25 1.22 616653.72 67145.99 352087.30
## 3226 1 2016-12-18 1.18 631117.18 92760.23 363657.94
## 3227 2 2016-12-11 1.09 734954.21 84616.30 449932.23
## 3228 3 2016-12-04 1.27 624751.15 90157.63 372929.38
## 3229 4 2016-11-27 1.10 581638.75 151462.15 291205.61
## 3230 5 2016-11-20 1.13 694873.06 134284.88 422382.41
## 3231 6 2016-11-13 1.82 436710.91 34384.62 265006.85
## 3232 7 2016-11-06 2.07 376476.71 31206.79 224561.79
## 3233 8 2016-10-30 2.07 375213.57 33564.91 226980.93
## 3234 9 2016-10-23 1.84 431274.20 46708.92 251074.82
## 3235 10 2016-10-16 1.80 523682.50 52200.02 324240.53
## 3236 11 2016-10-09 1.82 515146.04 40105.31 314006.07
## 3237 12 2016-10-02 1.83 509215.79 37926.13 311085.71
## 3238 13 2016-09-25 1.80 553863.82 40600.81 337874.13
## 3239 14 2016-09-18 1.70 600389.56 74368.62 340540.46
## 3240 15 2016-09-11 1.67 635036.01 80472.32 355228.95
## 3241 16 2016-09-04 1.60 670453.42 77981.63 415924.58
## 3242 17 2016-08-28 1.60 621715.78 54971.17 373442.31
## 3243 18 2016-08-21 1.63 628099.41 62002.43 372918.48
## 3244 19 2016-08-14 1.67 626086.69 49617.00 371087.23
## 3245 20 2016-08-07 1.68 644670.46 40121.11 385923.60
## 3246 21 2016-07-31 1.68 614939.39 38275.52 373205.75
## 3247 22 2016-07-24 1.66 658913.69 42452.50 386821.79
## 3248 23 2016-07-17 1.51 717279.19 43789.60 425776.15
## 3249 24 2016-07-10 1.53 712080.66 52540.83 381030.54
## 3250 25 2016-07-03 1.23 974278.32 55651.48 584813.49
## 3251 26 2016-06-26 1.18 860170.92 80280.37 499474.39
## 3252 27 2016-06-19 1.20 882074.39 64899.84 550499.79
## 3253 28 2016-06-12 1.30 770843.17 50498.40 478335.91
## 3254 29 2016-06-05 1.20 885602.82 31728.98 606701.67
## 3255 30 2016-05-29 1.15 958566.68 36554.49 642857.54
## 3256 31 2016-05-22 1.11 903864.90 36568.67 592064.53
## 3257 32 2016-05-15 1.04 930403.37 49039.58 609294.15
## 3258 33 2016-05-08 0.97 974740.13 43166.45 612339.89
## 3259 34 2016-05-01 1.00 890281.50 39249.49 587919.10
## 3260 35 2016-04-24 1.08 879308.05 34134.42 592370.70
## 3261 36 2016-04-17 1.08 913421.80 47878.48 619840.15
## 3262 37 2016-04-10 1.11 770661.72 49679.26 464981.98
## 3263 38 2016-04-03 1.15 712210.03 36211.71 457314.18
## 3264 39 2016-03-27 0.90 865585.06 33748.25 600796.46
## 3265 40 2016-03-20 1.11 770557.34 36017.62 514604.02
## 3266 41 2016-03-13 1.00 823796.56 39540.49 569733.57
## 3267 42 2016-03-06 1.13 809325.93 35309.42 557026.92
## 3268 43 2016-02-28 1.15 780951.86 32414.21 522790.14
## 3269 44 2016-02-21 1.09 752336.04 39220.29 483562.05
## 3270 45 2016-02-14 1.00 803120.71 45558.04 501188.76
## 3271 46 2016-02-07 0.82 1134049.22 68454.39 758581.79
## 3272 47 2016-01-31 1.12 774091.49 35213.93 512608.82
## 3273 48 2016-01-24 1.01 794029.70 23862.94 543471.49
## 3274 49 2016-01-17 1.11 778412.50 35099.73 500623.85
## 3275 50 2016-01-10 1.08 844277.25 44289.03 534404.57
## 3276 51 2016-01-03 0.93 1009667.15 77301.31 656386.69
## 3277 0 2016-12-25 0.82 276387.95 2168.67 102227.29
## 3278 1 2016-12-18 0.99 216881.30 2279.61 100542.31
## 3279 2 2016-12-11 0.77 268166.21 2474.73 101664.01
## 3280 3 2016-12-04 0.70 356617.38 2443.73 132792.54
## 3281 4 2016-11-27 1.09 183176.26 1811.14 75977.47
## 3282 5 2016-11-20 0.98 242174.10 2013.39 85407.77
## 3283 6 2016-11-13 1.07 249072.90 2998.06 92084.04
## 3284 7 2016-11-06 1.08 239233.63 2895.96 91902.63
## 3285 8 2016-10-30 1.02 241671.24 2125.55 89381.04
## 3286 9 2016-10-23 0.96 273804.00 2790.12 94637.50
## 3287 10 2016-10-16 1.07 246801.93 6797.94 89324.91
## 3288 11 2016-10-09 1.01 276819.57 3166.45 100995.03
## 3289 12 2016-10-02 1.03 280396.12 3206.27 105492.75
## 3290 13 2016-09-25 1.09 268805.44 3821.72 112149.61
## 3291 14 2016-09-18 0.96 288857.14 6195.29 112907.19
## 3292 15 2016-09-11 1.04 266719.89 5370.62 122058.81
## 3293 16 2016-09-04 1.12 252059.32 3789.59 117600.22
## 3294 17 2016-08-28 1.13 259143.06 3862.97 126642.16
## 3295 18 2016-08-21 1.07 256195.06 3838.13 118303.09
## 3296 19 2016-08-14 1.03 274249.98 4691.00 125988.41
## 3297 20 2016-08-07 1.03 266196.06 5244.48 130022.01
## 3298 21 2016-07-31 1.07 254689.93 4322.10 129945.29
## 3299 22 2016-07-24 1.10 264194.71 4346.75 133484.48
## 3300 23 2016-07-17 1.05 280542.19 5441.72 136098.54
## 3301 24 2016-07-10 1.06 266811.55 4664.36 149184.73
## 3302 25 2016-07-03 0.84 330182.40 4595.22 168217.20
## 3303 26 2016-06-26 0.92 280229.89 4553.86 161667.16
## 3304 27 2016-06-19 0.91 311127.56 7033.21 154162.39
## 3305 28 2016-06-12 1.05 237773.53 7943.24 149994.79
## 3306 29 2016-06-05 0.85 310345.06 4642.74 174172.12
## 3307 30 2016-05-29 0.84 268328.36 4644.30 164356.12
## 3308 31 2016-05-22 0.82 250387.73 4092.03 144150.98
## 3309 32 2016-05-15 0.88 250333.08 3505.82 151116.33
## 3310 33 2016-05-08 0.86 314243.15 4411.26 183121.83
## 3311 34 2016-05-01 0.94 233581.00 4132.98 156007.26
## 3312 35 2016-04-24 0.94 218247.37 4307.62 141433.59
## 3313 36 2016-04-17 0.93 228211.44 3369.90 141000.09
## 3314 37 2016-04-10 0.89 210309.77 4234.86 125252.70
## 3315 38 2016-04-03 0.89 191169.34 3481.07 109917.36
## 3316 39 2016-03-27 0.90 225485.90 3097.47 131467.29
## 3317 40 2016-03-20 0.90 224942.74 3139.27 132074.69
## 3318 41 2016-03-13 0.88 210904.76 3172.25 126850.83
## 3319 42 2016-03-06 0.85 234512.25 3704.39 129150.50
## 3320 43 2016-02-28 0.87 227593.54 4252.39 129161.49
## 3321 44 2016-02-21 0.86 190349.58 3480.46 117328.79
## 3322 45 2016-02-14 0.86 229211.34 3898.22 144374.76
## 3323 46 2016-02-07 0.81 302337.87 4898.28 177380.94
## 3324 47 2016-01-31 0.94 203005.70 3261.74 133276.52
## 3325 48 2016-01-24 0.89 252317.23 1985.08 155256.89
## 3326 49 2016-01-17 0.86 228860.79 3683.42 142145.57
## 3327 50 2016-01-10 0.92 218906.82 3115.25 151374.26
## 3328 51 2016-01-03 0.90 222534.76 2730.97 149327.89
## 3329 0 2016-12-25 1.07 136733.12 54284.13 24334.73
## 3330 1 2016-12-18 1.06 131322.27 55604.50 31791.33
## 3331 2 2016-12-11 0.98 144354.95 79158.83 19836.10
## 3332 3 2016-12-04 0.84 237639.30 108397.57 42477.66
## 3333 4 2016-11-27 1.10 134305.97 58518.04 19133.76
## 3334 5 2016-11-20 1.33 117299.16 50017.12 21270.55
## 3335 6 2016-11-13 1.38 116814.65 52996.11 26129.41
## 3336 7 2016-11-06 1.41 114207.94 55230.85 23397.14
## 3337 8 2016-10-30 1.10 138565.73 75422.45 16016.58
## 3338 9 2016-10-23 1.11 156831.11 84696.78 21559.06
## 3339 10 2016-10-16 1.31 123388.77 53963.92 22128.29
## 3340 11 2016-10-09 1.33 120833.05 55586.23 23318.96
## 3341 12 2016-10-02 1.30 123300.36 54053.13 25747.70
## 3342 13 2016-09-25 1.14 151978.88 70129.37 37333.99
## 3343 14 2016-09-18 1.07 167438.32 85331.98 26634.72
## 3344 15 2016-09-11 1.06 177299.48 89423.71 25412.50
## 3345 16 2016-09-04 1.06 161362.24 73011.64 29161.53
## 3346 17 2016-08-28 1.07 168757.98 71113.29 34419.80
## 3347 18 2016-08-21 1.20 154116.71 69616.32 33284.86
## 3348 19 2016-08-14 1.17 166462.83 71827.16 34064.69
## 3349 20 2016-08-07 1.18 164281.56 70942.50 37215.94
## 3350 21 2016-07-31 1.21 153804.34 71526.03 31744.13
## 3351 22 2016-07-24 1.15 173335.16 73713.02 34227.26
## 3352 23 2016-07-17 1.18 160413.49 69177.04 38319.06
## 3353 24 2016-07-10 1.06 170762.71 80019.89 36096.76
## 3354 25 2016-07-03 0.94 234975.32 118888.22 38361.79
## 3355 26 2016-06-26 1.04 201923.72 99552.74 37201.77
## 3356 27 2016-06-19 1.13 172220.11 64425.61 36827.16
## 3357 28 2016-06-12 1.13 163638.65 65443.12 32052.99
## 3358 29 2016-06-05 1.07 175046.12 62727.64 38734.74
## 3359 30 2016-05-29 0.93 201747.62 95063.05 36787.21
## 3360 31 2016-05-22 0.83 210263.70 105959.95 37763.50
## 3361 32 2016-05-15 0.84 202002.00 76164.88 47725.96
## 3362 33 2016-05-08 0.90 201205.97 90444.73 46435.26
## 3363 34 2016-05-01 0.71 224515.48 111020.20 47074.43
## 3364 35 2016-04-24 0.72 242277.45 132004.80 35758.91
## 3365 36 2016-04-17 0.97 172183.83 56381.07 48784.24
## 3366 37 2016-04-10 0.96 135905.09 57345.34 27302.54
## 3367 38 2016-04-03 0.95 147520.15 50791.46 28964.32
## 3368 39 2016-03-27 1.01 153523.03 46922.11 32127.84
## 3369 40 2016-03-20 1.04 152572.16 46047.38 35537.84
## 3370 41 2016-03-13 1.05 140244.15 47503.75 31781.65
## 3371 42 2016-03-06 0.95 173825.82 49586.89 42501.52
## 3372 43 2016-02-28 1.03 154967.56 48902.44 41405.76
## 3373 44 2016-02-21 1.05 126067.56 46771.81 36674.01
## 3374 45 2016-02-14 0.91 173980.10 82198.65 38935.77
## 3375 46 2016-02-07 0.81 233905.62 99884.81 55303.67
## 3376 47 2016-01-31 0.92 173311.53 78646.70 38158.30
## 3377 48 2016-01-24 0.89 213215.40 95511.64 43916.93
## 3378 49 2016-01-17 1.03 134604.75 52491.11 30084.71
## 3379 50 2016-01-10 0.97 163977.03 82729.50 33601.78
## 3380 51 2016-01-03 0.91 192774.07 86025.77 40616.88
## 3381 0 2016-12-25 0.76 1199636.75 503168.52 313572.54
## 3382 1 2016-12-18 0.69 1148251.00 571587.33 250532.87
## 3383 2 2016-12-11 0.69 1121306.38 643580.23 188669.07
## 3384 3 2016-12-04 0.69 1245471.58 714899.71 187180.30
## 3385 4 2016-11-27 0.90 851579.21 445308.37 158734.01
## 3386 5 2016-11-20 1.00 910226.05 503088.59 183916.45
## 3387 6 2016-11-13 1.08 894000.36 480163.12 199890.31
## 3388 7 2016-11-06 1.14 894904.55 513465.90 163205.79
## 3389 8 2016-10-30 1.14 801081.72 432538.75 156225.53
## 3390 9 2016-10-23 1.08 993986.41 420151.75 240421.45
## 3391 10 2016-10-16 0.99 1021028.79 526672.37 188632.73
## 3392 11 2016-10-09 0.93 1162334.53 546920.62 283336.68
## 3393 12 2016-10-02 0.95 1033290.02 534106.75 186983.98
## 3394 13 2016-09-25 0.92 1150789.41 574457.35 228335.93
## 3395 14 2016-09-18 0.80 1382358.00 649265.56 269041.40
## 3396 15 2016-09-11 0.79 1308970.15 714506.15 230292.68
## 3397 16 2016-09-04 0.74 1390891.44 719597.17 256376.46
## 3398 17 2016-08-28 0.74 1260685.59 624795.23 255433.56
## 3399 18 2016-08-21 0.77 1215161.52 625055.33 231496.65
## 3400 19 2016-08-14 0.88 1132112.24 612988.24 240643.34
## 3401 20 2016-08-07 0.83 1244080.92 711725.98 241321.50
## 3402 21 2016-07-31 0.88 1163785.11 670208.32 213925.85
## 3403 22 2016-07-24 0.94 1188812.12 651630.85 228112.66
## 3404 23 2016-07-17 0.96 1070350.11 542103.44 210287.21
## 3405 24 2016-07-10 0.91 1080238.02 546253.47 205087.04
## 3406 25 2016-07-03 0.89 1350870.14 609482.85 273911.29
## 3407 26 2016-06-26 0.85 1277488.60 657914.92 213129.74
## 3408 27 2016-06-19 0.87 1236820.38 633636.00 250585.11
## 3409 28 2016-06-12 0.84 1272166.49 695737.15 219368.82
## 3410 29 2016-06-05 0.82 1343656.34 655971.77 313963.93
## 3411 30 2016-05-29 0.77 1354696.91 682737.60 292600.25
## 3412 31 2016-05-22 0.70 1378888.74 596612.09 352914.52
## 3413 32 2016-05-15 0.71 1366439.71 620139.86 308643.70
## 3414 33 2016-05-08 0.72 1475782.06 683286.61 307560.70
## 3415 34 2016-05-01 0.71 1433697.02 671692.86 319831.23
## 3416 35 2016-04-24 0.65 1482923.45 672950.33 327965.04
## 3417 36 2016-04-17 0.69 1339725.73 646060.26 232035.65
## 3418 37 2016-04-10 0.69 1424317.64 753607.60 211182.18
## 3419 38 2016-04-03 0.70 1339210.20 690160.92 245283.60
## 3420 39 2016-03-27 0.76 1341740.28 631283.52 291595.08
## 3421 40 2016-03-20 0.74 1347884.14 620848.72 317080.41
## 3422 41 2016-03-13 0.78 1177309.05 647713.47 217853.54
## 3423 42 2016-03-06 0.76 1201768.74 705096.06 198717.99
## 3424 43 2016-02-28 0.74 1199630.68 717451.54 207475.39
## 3425 44 2016-02-21 0.83 1006181.04 543538.14 221807.33
## 3426 45 2016-02-14 0.65 1358553.29 749745.24 306905.42
## 3427 46 2016-02-07 0.71 1515264.27 766439.13 410258.37
## 3428 47 2016-01-31 0.80 1128639.48 603099.94 287514.29
## 3429 48 2016-01-24 1.02 676032.04 187313.19 289208.53
## 3430 49 2016-01-17 0.79 1164936.06 600983.92 369825.14
## 3431 50 2016-01-10 0.85 1145736.97 558567.39 394770.34
## 3432 51 2016-01-03 0.78 1191927.54 551921.61 411340.37
## 3433 0 2016-12-25 1.04 765511.40 123942.37 206365.38
## 3434 1 2016-12-18 1.04 705750.83 116069.90 232182.60
## 3435 2 2016-12-11 0.95 764135.24 110202.78 219903.74
## 3436 3 2016-12-04 0.91 855989.02 129940.92 277374.59
## 3437 4 2016-11-27 1.30 455469.67 86311.53 131940.87
## 3438 5 2016-11-20 1.28 543816.60 94899.68 146401.28
## 3439 6 2016-11-13 1.18 661296.80 133528.94 197035.03
## 3440 7 2016-11-06 1.31 533947.50 110497.67 148423.26
## 3441 8 2016-10-30 1.13 576353.94 99369.74 239345.04
## 3442 9 2016-10-23 1.24 594392.87 100519.86 166315.87
## 3443 10 2016-10-16 1.15 673392.59 129257.01 156075.34
## 3444 11 2016-10-09 1.08 758236.76 149621.92 240858.41
## 3445 12 2016-10-02 1.18 677071.87 124504.59 172835.74
## 3446 13 2016-09-25 1.15 680946.51 135131.95 168060.00
## 3447 14 2016-09-18 1.02 757358.11 134607.83 198214.42
## 3448 15 2016-09-11 0.98 791566.05 112292.42 227729.26
## 3449 16 2016-09-04 0.91 924278.16 146921.58 254464.01
## 3450 17 2016-08-28 0.91 957464.14 138029.18 282568.24
## 3451 18 2016-08-21 1.22 603007.72 150776.14 190694.58
## 3452 19 2016-08-14 1.18 657981.41 120449.87 189114.15
## 3453 20 2016-08-07 1.14 695116.30 168010.47 183568.83
## 3454 21 2016-07-31 1.15 673588.45 144730.95 178801.08
## 3455 22 2016-07-24 1.17 690893.40 128025.08 187555.04
## 3456 23 2016-07-17 1.07 771606.04 145158.79 204309.28
## 3457 24 2016-07-10 1.04 835116.10 190377.09 230361.94
## 3458 25 2016-07-03 1.03 815698.87 170576.29 256861.03
## 3459 26 2016-06-26 0.98 773677.84 165858.80 229712.84
## 3460 27 2016-06-19 1.00 791013.50 188105.59 224899.28
## 3461 28 2016-06-12 0.96 819664.78 179533.58 242834.17
## 3462 29 2016-06-05 0.85 939081.28 184534.90 326966.95
## 3463 30 2016-05-29 0.85 977871.04 181470.96 282618.43
## 3464 31 2016-05-22 0.90 932146.56 160299.04 266856.24
## 3465 32 2016-05-15 0.90 952354.86 159348.75 252574.36
## 3466 33 2016-05-08 0.80 1113912.58 181354.77 427697.05
## 3467 34 2016-05-01 0.87 819111.24 153151.67 261525.49
## 3468 35 2016-04-24 0.93 661913.55 132550.99 225788.65
## 3469 36 2016-04-17 0.78 1011265.53 171831.90 285967.94
## 3470 37 2016-04-10 0.77 982817.77 127374.53 353040.81
## 3471 38 2016-04-03 0.83 829424.24 153221.66 209188.36
## 3472 39 2016-03-27 0.95 716900.40 150919.31 208644.01
## 3473 40 2016-03-20 0.73 1005859.79 138938.88 360370.27
## 3474 41 2016-03-13 0.83 824792.73 158016.76 261685.82
## 3475 42 2016-03-06 0.98 671667.78 145893.90 242906.02
## 3476 43 2016-02-28 0.74 1058089.41 118099.68 300335.55
## 3477 44 2016-02-21 0.73 955582.65 155250.00 331998.14
## 3478 45 2016-02-14 0.70 966134.31 178547.07 277085.15
## 3479 46 2016-02-07 0.63 1365558.26 230721.51 557897.36
## 3480 47 2016-01-31 0.80 892702.46 167669.42 270481.63
## 3481 48 2016-01-24 0.60 1195521.28 25727.06 404617.20
## 3482 49 2016-01-17 0.66 1245174.24 118599.67 403009.94
## 3483 50 2016-01-10 0.72 1094945.73 146631.13 366330.53
## 3484 51 2016-01-03 0.60 1295246.27 114121.88 526048.62
## 3485 0 2016-12-25 1.06 319957.45 89825.00 59758.69
## 3486 1 2016-12-18 1.05 298755.30 82536.60 85859.26
## 3487 2 2016-12-11 0.95 333109.65 135589.71 44003.60
## 3488 3 2016-12-04 0.81 545216.52 156549.99 173437.90
## 3489 4 2016-11-27 1.18 262530.31 86557.85 47554.19
## 3490 5 2016-11-20 1.35 243576.96 76104.87 46523.68
## 3491 6 2016-11-13 1.39 236523.09 78974.40 43868.31
## 3492 7 2016-11-06 1.40 231422.37 80604.72 46242.75
## 3493 8 2016-10-30 1.40 193940.78 75576.83 41553.71
## 3494 9 2016-10-23 1.35 227233.92 84500.57 51517.10
## 3495 10 2016-10-16 1.26 256744.34 83560.90 51486.24
## 3496 11 2016-10-09 1.27 253886.80 85266.60 50763.68
## 3497 12 2016-10-02 1.25 266892.47 83699.68 49320.17
## 3498 13 2016-09-25 1.24 274937.38 89632.07 50863.12
## 3499 14 2016-09-18 1.10 320748.32 105595.83 53981.52
## 3500 15 2016-09-11 1.09 339890.13 123013.74 57728.78
## 3501 16 2016-09-04 1.08 326335.52 119899.31 56047.32
## 3502 17 2016-08-28 1.01 353420.52 123353.98 54190.11
## 3503 18 2016-08-21 1.15 316859.74 121469.45 53707.30
## 3504 19 2016-08-14 1.08 367007.17 127204.13 53136.76
## 3505 20 2016-08-07 1.13 352764.25 127164.35 60621.61
## 3506 21 2016-07-31 1.16 340176.41 133525.93 51178.25
## 3507 22 2016-07-24 1.15 354577.28 133984.58 39970.66
## 3508 23 2016-07-17 1.17 328237.93 126817.85 41460.73
## 3509 24 2016-07-10 1.18 311241.09 117420.11 41580.84
## 3510 25 2016-07-03 1.17 336701.66 127175.10 42029.92
## 3511 26 2016-06-26 1.13 344391.38 116197.85 50835.79
## 3512 27 2016-06-19 1.00 442961.17 149055.97 60807.90
## 3513 28 2016-06-12 0.98 414532.49 162656.29 38374.42
## 3514 29 2016-06-05 0.92 473131.20 121769.89 90921.04
## 3515 30 2016-05-29 1.04 348557.33 127403.87 45533.00
## 3516 31 2016-05-22 1.07 303330.62 118921.39 40268.68
## 3517 32 2016-05-15 0.86 485653.27 139497.99 86027.72
## 3518 33 2016-05-08 0.96 500424.55 168696.93 84169.69
## 3519 34 2016-05-01 1.00 319391.58 109542.32 48135.67
## 3520 35 2016-04-24 1.00 331109.85 116267.83 50906.17
## 3521 36 2016-04-17 0.97 447346.61 96173.74 116000.57
## 3522 37 2016-04-10 1.03 312995.88 126215.49 30729.07
## 3523 38 2016-04-03 1.02 335108.11 121653.22 33903.57
## 3524 39 2016-03-27 1.05 378431.90 80333.46 65448.49
## 3525 40 2016-03-20 1.09 371639.10 78492.11 67761.91
## 3526 41 2016-03-13 1.12 299527.55 82406.98 42593.59
## 3527 42 2016-03-06 0.97 441920.14 79240.24 86747.64
## 3528 43 2016-02-28 1.13 342465.19 82100.44 66020.00
## 3529 44 2016-02-21 1.20 247820.38 76211.84 42300.46
## 3530 45 2016-02-14 1.00 334544.52 129795.42 51191.64
## 3531 46 2016-02-07 0.77 594784.92 169611.09 118251.74
## 3532 47 2016-01-31 1.04 364612.83 131406.58 59678.32
## 3533 48 2016-01-24 0.94 489584.58 154051.35 95837.97
## 3534 49 2016-01-17 1.11 293246.54 82804.19 46382.59
## 3535 50 2016-01-10 1.10 325997.55 133286.56 49832.73
## 3536 51 2016-01-03 0.86 492699.87 165617.47 93942.49
## 3537 0 2016-12-25 1.33 149348.88 1345.56 91323.33
## 3538 1 2016-12-18 1.14 161136.65 908.23 109288.75
## 3539 2 2016-12-11 1.20 128166.44 1044.89 60598.79
## 3540 3 2016-12-04 0.92 263904.24 1092.97 189101.70
## 3541 4 2016-11-27 1.44 103697.69 1329.56 62173.50
## 3542 5 2016-11-20 1.46 127392.78 1165.74 82541.69
## 3543 6 2016-11-13 1.59 118566.57 1340.96 62841.77
## 3544 7 2016-11-06 1.67 100001.45 1858.84 58869.42
## 3545 8 2016-10-30 1.42 107013.58 1991.45 80587.89
## 3546 9 2016-10-23 1.72 100904.77 1234.72 64735.86
## 3547 10 2016-10-16 1.63 117842.82 1510.90 69625.50
## 3548 11 2016-10-09 1.62 116477.56 1531.38 67528.39
## 3549 12 2016-10-02 1.60 122091.54 1617.76 67660.20
## 3550 13 2016-09-25 1.55 137599.07 2757.72 75047.32
## 3551 14 2016-09-18 1.49 139511.61 1406.64 82346.79
## 3552 15 2016-09-11 1.58 136492.43 1710.59 76987.54
## 3553 16 2016-09-04 1.52 142913.72 2698.76 79726.85
## 3554 17 2016-08-28 1.45 143049.62 2477.85 68530.49
## 3555 18 2016-08-21 1.63 132894.77 2041.86 66472.24
## 3556 19 2016-08-14 1.53 147711.44 1835.81 61893.13
## 3557 20 2016-08-07 1.59 145207.86 2219.98 72545.05
## 3558 21 2016-07-31 1.60 142302.47 2218.73 78075.95
## 3559 22 2016-07-24 1.60 149002.57 2349.93 66146.50
## 3560 23 2016-07-17 1.58 146730.62 2136.76 69205.50
## 3561 24 2016-07-10 1.60 133747.66 1971.43 70502.43
## 3562 25 2016-07-03 1.49 159566.90 2334.70 79978.16
## 3563 26 2016-06-26 1.26 183547.10 2370.43 104539.76
## 3564 27 2016-06-19 1.26 216299.96 3034.67 130169.29
## 3565 28 2016-06-12 1.36 167703.13 3254.28 93760.09
## 3566 29 2016-06-05 0.93 310903.80 1814.45 218134.77
## 3567 30 2016-05-29 1.32 193459.52 2079.99 117665.38
## 3568 31 2016-05-22 1.31 151840.62 1949.63 84537.07
## 3569 32 2016-05-15 0.88 295706.69 1673.41 211337.24
## 3570 33 2016-05-08 1.04 272057.12 1949.46 201017.01
## 3571 34 2016-05-01 1.12 191903.31 1858.07 131194.43
## 3572 35 2016-04-24 1.07 181857.18 2001.47 113325.77
## 3573 36 2016-04-17 0.89 332191.52 1877.71 256399.93
## 3574 37 2016-04-10 1.17 155143.97 2129.18 95776.95
## 3575 38 2016-04-03 1.10 156883.18 2410.14 97646.19
## 3576 39 2016-03-27 0.99 216788.92 2298.80 146037.81
## 3577 40 2016-03-20 1.07 208712.19 2126.48 140410.18
## 3578 41 2016-03-13 1.15 149119.51 2180.17 91194.54
## 3579 42 2016-03-06 0.91 259568.21 1974.52 191952.31
## 3580 43 2016-02-28 1.07 202356.13 2248.94 141141.80
## 3581 44 2016-02-21 1.16 142681.62 3581.34 93603.59
## 3582 45 2016-02-14 1.13 154975.46 3573.23 98244.04
## 3583 46 2016-02-07 0.94 290555.59 3935.71 205006.57
## 3584 47 2016-01-31 1.13 182986.71 3588.83 126342.36
## 3585 48 2016-01-24 0.94 260598.64 2407.36 195585.66
## 3586 49 2016-01-17 1.05 172166.36 3810.41 106814.67
## 3587 50 2016-01-10 1.17 160432.54 3614.64 110381.20
## 3588 51 2016-01-03 0.92 258889.23 3985.19 191590.43
## 3589 0 2016-12-25 1.11 2954314.99 446144.28 1256639.93
## 3590 1 2016-12-18 1.11 2791515.27 466186.32 1327455.76
## 3591 2 2016-12-11 1.03 3048518.15 593674.17 1251696.43
## 3592 3 2016-12-04 0.97 3854099.90 674158.39 1769353.76
## 3593 4 2016-11-27 1.18 2385048.43 528089.35 937488.16
## 3594 5 2016-11-20 1.23 2637621.79 482408.81 1176230.69
## 3595 6 2016-11-13 1.41 2348814.17 378864.27 1003256.02
## 3596 7 2016-11-06 1.48 2222383.47 398012.36 946981.93
## 3597 8 2016-10-30 1.36 2275351.91 456451.30 955805.27
## 3598 9 2016-10-23 1.35 2528597.22 480949.33 1062333.36
## 3599 10 2016-10-16 1.40 2517672.23 399216.44 1126801.36
## 3600 11 2016-10-09 1.35 2624202.90 419930.06 1162528.89
## 3601 12 2016-10-02 1.38 2618805.67 389791.16 1183844.04
## 3602 13 2016-09-25 1.37 2834326.48 484580.09 1282328.66
## 3603 14 2016-09-18 1.28 2996317.15 536657.14 1278413.08
## 3604 15 2016-09-11 1.30 3078051.63 552133.48 1351448.10
## 3605 16 2016-09-04 1.30 3084199.23 512921.31 1430594.08
## 3606 17 2016-08-28 1.27 3025330.44 456513.05 1330166.96
## 3607 18 2016-08-21 1.34 2933973.86 450526.72 1308748.45
## 3608 19 2016-08-14 1.30 3134414.15 459026.42 1316694.09
## 3609 20 2016-08-07 1.33 3106108.92 449400.31 1387946.82
## 3610 21 2016-07-31 1.34 3013426.04 448128.25 1374844.51
## 3611 22 2016-07-24 1.32 3212818.19 457452.90 1381175.94
## 3612 23 2016-07-17 1.25 3267857.63 429390.43 1441657.56
## 3613 24 2016-07-10 1.24 3327062.20 478536.66 1500516.86
## 3614 25 2016-07-03 1.13 4020724.58 574425.88 1781703.48
## 3615 26 2016-06-26 1.13 3643417.33 609218.12 1609911.48
## 3616 27 2016-06-19 1.10 3955098.89 608467.47 1766243.34
## 3617 28 2016-06-12 1.15 3443333.94 593779.04 1519607.27
## 3618 29 2016-06-05 1.01 4188245.99 467971.13 2147776.06
## 3619 30 2016-05-29 1.05 3925300.14 583307.07 1952011.72
## 3620 31 2016-05-22 1.00 3705262.31 565308.46 1785951.31
## 3621 32 2016-05-15 0.91 4324700.33 541979.64 2165410.51
## 3622 33 2016-05-08 0.94 4460481.53 610996.39 2239470.60
## 3623 34 2016-05-01 0.94 3801508.26 573869.79 1927106.29
## 3624 35 2016-04-24 0.96 3735389.44 624804.28 1787143.44
## 3625 36 2016-04-17 0.98 4154218.26 441314.08 2322236.11
## 3626 37 2016-04-10 1.05 3126127.34 497880.34 1454195.66
## 3627 38 2016-04-03 1.04 2968139.47 441199.94 1373509.11
## 3628 39 2016-03-27 0.97 3557777.32 370933.32 1846740.22
## 3629 40 2016-03-20 1.06 3368333.60 372244.77 1730562.82
## 3630 41 2016-03-13 1.03 3145897.89 370032.77 1668502.58
## 3631 42 2016-03-06 0.98 3818114.32 372605.84 2069786.74
## 3632 43 2016-02-28 1.05 3419909.75 369566.69 1862761.88
## 3633 44 2016-02-21 1.07 2837626.92 339775.05 1566426.52
## 3634 45 2016-02-14 0.96 3386951.48 502690.77 1784879.10
## 3635 46 2016-02-07 0.85 4865296.26 652666.36 2644419.02
## 3636 47 2016-01-31 1.04 3330752.29 496596.01 1762047.32
## 3637 48 2016-01-24 0.95 3806974.62 473647.35 2043221.89
## 3638 49 2016-01-17 1.05 3166941.66 364949.96 1695887.65
## 3639 50 2016-01-10 1.06 3310201.06 503914.83 1753942.06
## 3640 51 2016-01-03 0.92 4065583.41 604697.28 2200074.78
## 3641 0 2016-12-25 1.45 186180.00 28999.77 97383.52
## 3642 1 2016-12-18 1.21 210917.45 25826.37 133480.10
## 3643 2 2016-12-11 1.26 202600.72 27491.67 115422.37
## 3644 3 2016-12-04 1.40 172416.11 27161.44 93528.53
## 3645 4 2016-11-27 1.40 155286.15 26022.48 81008.09
## 3646 5 2016-11-20 1.37 191755.51 29191.47 91102.95
## 3647 6 2016-11-13 1.42 197920.72 39007.12 92584.51
## 3648 7 2016-11-06 1.55 174837.42 40523.19 82049.79
## 3649 8 2016-10-30 1.59 171652.40 35332.98 78894.91
## 3650 9 2016-10-23 1.60 195809.34 35724.11 99575.79
## 3651 10 2016-10-16 1.49 205728.40 43579.25 95964.80
## 3652 11 2016-10-09 1.42 219089.52 43010.81 111487.02
## 3653 12 2016-10-02 1.40 214726.86 42262.02 106682.04
## 3654 13 2016-09-25 1.37 222019.37 68045.46 89410.32
## 3655 14 2016-09-18 1.26 220697.92 75557.67 73638.24
## 3656 15 2016-09-11 1.19 272611.45 108308.69 103071.11
## 3657 16 2016-09-04 1.15 311176.62 77540.78 112618.27
## 3658 17 2016-08-28 1.32 269377.79 45946.25 114244.06
## 3659 18 2016-08-21 1.28 258309.18 41521.93 119685.36
## 3660 19 2016-08-14 1.22 272099.07 49712.54 114887.12
## 3661 20 2016-08-07 1.24 267082.86 56263.05 109039.94
## 3662 21 2016-07-31 1.37 253671.67 48175.70 110154.96
## 3663 22 2016-07-24 1.36 247275.14 42713.11 103033.69
## 3664 23 2016-07-17 1.25 249117.51 37155.26 99016.77
## 3665 24 2016-07-10 1.21 274783.17 43879.44 118215.77
## 3666 25 2016-07-03 1.23 287688.42 41551.50 129783.55
## 3667 26 2016-06-26 1.24 277479.27 38571.49 141142.92
## 3668 27 2016-06-19 1.26 267235.79 41124.61 132642.19
## 3669 28 2016-06-12 1.24 250231.06 43253.79 114426.76
## 3670 29 2016-06-05 1.23 267225.88 40843.23 134735.41
## 3671 30 2016-05-29 1.13 280015.07 44168.80 143022.78
## 3672 31 2016-05-22 1.12 257598.79 40865.69 124677.68
## 3673 32 2016-05-15 1.08 270638.76 34543.04 159858.65
## 3674 33 2016-05-08 0.91 373544.69 47270.41 247409.27
## 3675 34 2016-05-01 0.99 316410.59 52276.59 185445.08
## 3676 35 2016-04-24 1.09 283535.19 50495.46 157366.58
## 3677 36 2016-04-17 1.05 257743.57 42204.53 135971.63
## 3678 37 2016-04-10 1.05 237139.23 42096.16 116591.89
## 3679 38 2016-04-03 1.13 186673.69 36366.56 88833.96
## 3680 39 2016-03-27 1.15 247389.76 35550.74 135847.91
## 3681 40 2016-03-20 1.08 269456.81 35428.08 159452.29
## 3682 41 2016-03-13 1.13 256785.76 35473.08 148078.39
## 3683 42 2016-03-06 1.17 240849.91 40527.53 130174.89
## 3684 43 2016-02-28 1.11 254954.35 36910.75 157390.10
## 3685 44 2016-02-21 1.15 235440.15 33667.84 136616.59
## 3686 45 2016-02-14 1.09 264904.19 39983.90 155336.11
## 3687 46 2016-02-07 1.10 310166.32 42668.36 186545.28
## 3688 47 2016-01-31 1.07 240911.84 30150.26 141567.72
## 3689 48 2016-01-24 1.13 269859.91 30857.91 145118.66
## 3690 49 2016-01-17 1.15 251772.19 37242.50 127825.35
## 3691 50 2016-01-10 1.14 231258.40 38270.32 113995.58
## 3692 51 2016-01-03 1.09 252693.38 36241.25 157969.24
## 3693 0 2016-12-25 1.49 238100.22 2977.57 178949.08
## 3694 1 2016-12-18 1.22 304051.46 4769.87 256345.63
## 3695 2 2016-12-11 1.42 245721.90 3321.92 186954.78
## 3696 3 2016-12-04 1.54 207482.67 3426.07 160247.20
## 3697 4 2016-11-27 1.57 195221.04 4269.91 149413.39
## 3698 5 2016-11-20 1.62 240655.78 4755.30 168091.33
## 3699 6 2016-11-13 1.82 184928.64 3119.08 129123.05
## 3700 7 2016-11-06 1.83 173620.97 3070.78 119662.41
## 3701 8 2016-10-30 1.81 180113.35 2704.79 130995.75
## 3702 9 2016-10-23 1.78 213547.17 4201.36 152903.95
## 3703 10 2016-10-16 1.82 208966.36 4396.67 148210.67
## 3704 11 2016-10-09 1.62 231063.21 7855.45 171100.57
## 3705 12 2016-10-02 1.69 216818.99 17695.92 145719.43
## 3706 13 2016-09-25 1.63 224391.93 42274.18 125999.46
## 3707 14 2016-09-18 1.51 233869.17 37691.02 130354.21
## 3708 15 2016-09-11 1.22 364052.46 84826.25 225724.26
## 3709 16 2016-09-04 1.54 279628.17 10730.88 199814.20
## 3710 17 2016-08-28 1.59 287629.57 3266.96 209240.07
## 3711 18 2016-08-21 1.46 299545.98 2617.98 191018.33
## 3712 19 2016-08-14 1.46 298015.34 6429.23 186844.14
## 3713 20 2016-08-07 1.50 288155.59 4285.19 183604.52
## 3714 21 2016-07-31 1.72 255025.51 3820.18 170920.70
## 3715 22 2016-07-24 1.70 254686.05 3244.19 165702.62
## 3716 23 2016-07-17 1.63 259416.65 3078.92 173492.18
## 3717 24 2016-07-10 1.46 292611.92 3434.74 192338.60
## 3718 25 2016-07-03 1.47 309896.68 3261.81 212724.95
## 3719 26 2016-06-26 1.41 329620.35 3520.61 245341.16
## 3720 27 2016-06-19 1.50 335704.35 4764.39 253641.06
## 3721 28 2016-06-12 1.47 324963.11 7760.32 242441.41
## 3722 29 2016-06-05 1.46 303118.06 4757.39 219463.03
## 3723 30 2016-05-29 1.15 382443.83 5717.38 310084.06
## 3724 31 2016-05-22 1.26 296893.56 3701.05 224262.53
## 3725 32 2016-05-15 1.24 416264.79 5224.33 353742.70
## 3726 33 2016-05-08 0.86 522565.33 6157.76 449501.24
## 3727 34 2016-05-01 1.18 353240.26 4163.82 286951.48
## 3728 35 2016-04-24 1.25 342796.24 4251.65 277215.89
## 3729 36 2016-04-17 1.18 284479.69 3817.60 212803.93
## 3730 37 2016-04-10 1.17 280729.03 4510.47 213983.22
## 3731 38 2016-04-03 1.36 254201.52 4183.85 204807.91
## 3732 39 2016-03-27 1.31 294602.42 3703.75 234448.80
## 3733 40 2016-03-20 1.17 373372.96 5155.65 315607.91
## 3734 41 2016-03-13 1.30 315394.32 4317.14 253676.96
## 3735 42 2016-03-06 1.27 311503.06 4867.45 241128.23
## 3736 43 2016-02-28 1.17 357504.15 5558.93 305866.90
## 3737 44 2016-02-21 1.28 288176.27 4492.49 214537.05
## 3738 45 2016-02-14 1.10 398441.13 6064.88 326486.66
## 3739 46 2016-02-07 1.16 393866.28 4834.86 306373.73
## 3740 47 2016-01-31 1.12 390134.81 5276.30 322397.86
## 3741 48 2016-01-24 1.27 317932.59 2330.83 234916.68
## 3742 49 2016-01-17 1.18 352472.83 4186.80 265631.34
## 3743 50 2016-01-10 1.26 284119.04 3361.85 213814.50
## 3744 51 2016-01-03 1.07 322752.02 4199.14 275680.97
## 3745 0 2016-12-25 0.72 1126850.62 571303.56 238201.66
## 3746 1 2016-12-18 0.63 1212933.22 576578.21 258779.48
## 3747 2 2016-12-11 0.73 1015973.91 413907.52 275659.29
## 3748 3 2016-12-04 0.71 1130895.62 592360.27 274633.90
## 3749 4 2016-11-27 0.82 854629.64 525324.65 173401.51
## 3750 5 2016-11-20 0.99 827345.76 466960.66 202860.35
## 3751 6 2016-11-13 1.05 828866.80 431731.62 231630.38
## 3752 7 2016-11-06 1.12 782911.25 430098.78 168814.95
## 3753 8 2016-10-30 1.15 709890.11 346283.28 181578.62
## 3754 9 2016-10-23 1.00 777847.84 371566.37 145059.25
## 3755 10 2016-10-16 0.98 992992.79 492462.88 223737.35
## 3756 11 2016-10-09 0.98 1075303.77 483285.47 344448.92
## 3757 12 2016-10-02 0.98 1023030.28 446276.97 260176.71
## 3758 13 2016-09-25 0.96 1027782.31 463607.55 266059.25
## 3759 14 2016-09-18 0.83 1127109.48 702367.94 203949.08
## 3760 15 2016-09-11 0.76 1217346.73 729949.45 188318.97
## 3761 16 2016-09-04 0.72 1351649.96 782982.90 265697.02
## 3762 17 2016-08-28 0.88 1021607.04 610762.01 216733.12
## 3763 18 2016-08-21 0.90 1046506.77 583161.00 248160.18
## 3764 19 2016-08-14 0.90 1015264.05 590138.40 218435.64
## 3765 20 2016-08-07 0.92 1040953.31 614770.18 239657.73
## 3766 21 2016-07-31 0.98 941066.42 547468.50 203888.47
## 3767 22 2016-07-24 0.96 985027.91 555709.68 218179.57
## 3768 23 2016-07-17 0.92 1006984.22 551921.40 219856.17
## 3769 24 2016-07-10 0.89 1101543.61 607069.90 208421.56
## 3770 25 2016-07-03 0.92 1189787.36 545799.65 245931.82
## 3771 26 2016-06-26 0.88 1186692.39 586635.99 216133.71
## 3772 27 2016-06-19 0.89 1153583.30 627217.28 228843.15
## 3773 28 2016-06-12 0.83 1209996.42 589477.04 236621.03
## 3774 29 2016-06-05 0.85 1182841.54 555561.07 242491.36
## 3775 30 2016-05-29 0.82 1128598.95 554092.01 247279.64
## 3776 31 2016-05-22 0.68 1378761.67 569011.09 339100.41
## 3777 32 2016-05-15 0.69 1343566.69 614769.67 335853.13
## 3778 33 2016-05-08 0.65 1406283.85 670565.88 293098.85
## 3779 34 2016-05-01 0.68 1308614.45 601670.10 368703.63
## 3780 35 2016-04-24 0.67 1393042.56 656322.91 324423.04
## 3781 36 2016-04-17 0.69 1310677.68 782313.51 191432.45
## 3782 37 2016-04-10 0.70 1271741.46 757578.32 188936.32
## 3783 38 2016-04-03 0.72 1256919.10 684633.13 264272.37
## 3784 39 2016-03-27 0.75 1345865.16 553962.21 406713.30
## 3785 40 2016-03-20 0.76 1162026.04 538380.61 327365.45
## 3786 41 2016-03-13 0.76 1136963.49 585649.37 247461.63
## 3787 42 2016-03-06 0.76 1091432.18 698789.73 182050.77
## 3788 43 2016-02-28 0.76 1048304.10 674833.15 180298.41
## 3789 44 2016-02-21 0.80 966990.90 566062.35 200934.84
## 3790 45 2016-02-14 0.67 1191352.20 518192.10 334137.36
## 3791 46 2016-02-07 0.69 1323490.25 528669.72 424427.32
## 3792 47 2016-01-31 0.74 1131583.12 484446.28 348542.55
## 3793 48 2016-01-24 0.91 867294.64 259465.21 363892.04
## 3794 49 2016-01-17 0.83 1071138.98 447913.43 369479.18
## 3795 50 2016-01-10 0.84 1095287.56 434471.89 437751.47
## 3796 51 2016-01-03 0.78 1061566.78 356962.48 454200.44
## 3797 0 2016-12-25 1.13 135848.61 9560.82 59100.87
## 3798 1 2016-12-18 1.19 122035.89 9114.00 56820.04
## 3799 2 2016-12-11 1.17 133480.18 10029.30 61398.63
## 3800 3 2016-12-04 1.18 144732.39 9441.16 70441.52
## 3801 4 2016-11-27 1.34 103728.70 8422.19 43655.05
## 3802 5 2016-11-20 1.29 124674.05 9062.48 52842.30
## 3803 6 2016-11-13 1.29 127579.36 8852.56 56481.59
## 3804 7 2016-11-06 1.37 126205.09 9100.10 55557.73
## 3805 8 2016-10-30 1.20 139574.84 9278.40 61450.22
## 3806 9 2016-10-23 1.31 142946.23 7986.60 65584.52
## 3807 10 2016-10-16 1.27 138921.48 10968.01 60049.75
## 3808 11 2016-10-09 1.20 143911.76 11357.01 61269.72
## 3809 12 2016-10-02 1.31 146709.18 14488.94 66598.01
## 3810 13 2016-09-25 1.39 150804.60 16855.29 68404.44
## 3811 14 2016-09-18 1.26 153211.68 16666.21 67688.59
## 3812 15 2016-09-11 1.29 157333.39 17414.42 70736.72
## 3813 16 2016-09-04 1.31 160672.02 17530.05 75640.39
## 3814 17 2016-08-28 1.27 167401.86 13732.36 78138.81
## 3815 18 2016-08-21 1.30 160968.73 15022.11 73966.50
## 3816 19 2016-08-14 1.27 169421.10 15863.47 79507.42
## 3817 20 2016-08-07 1.33 163338.94 20926.28 77899.46
## 3818 21 2016-07-31 1.27 159573.77 16079.16 80211.44
## 3819 22 2016-07-24 1.20 178389.87 14627.32 82110.02
## 3820 23 2016-07-17 1.08 195710.39 15914.63 93315.97
## 3821 24 2016-07-10 1.12 191786.29 15126.45 96588.25
## 3822 25 2016-07-03 1.10 205562.64 15757.59 97347.96
## 3823 26 2016-06-26 1.15 183555.06 14452.83 90386.24
## 3824 27 2016-06-19 1.13 193533.04 17469.30 91178.24
## 3825 28 2016-06-12 1.12 186723.32 19442.51 89225.97
## 3826 29 2016-06-05 1.05 208086.58 16444.14 100386.68
## 3827 30 2016-05-29 1.01 210386.61 13152.88 109784.28
## 3828 31 2016-05-22 0.87 214847.19 10857.82 105336.69
## 3829 32 2016-05-15 0.88 212806.58 11249.01 98565.23
## 3830 33 2016-05-08 0.93 228601.39 17356.36 106300.33
## 3831 34 2016-05-01 0.92 207488.02 16727.66 106590.22
## 3832 35 2016-04-24 0.95 217736.25 12802.85 116190.57
## 3833 36 2016-04-17 0.97 218237.53 15361.33 113832.99
## 3834 37 2016-04-10 1.07 168009.21 15421.40 84833.75
## 3835 38 2016-04-03 0.99 154098.59 13073.15 73683.93
## 3836 39 2016-03-27 0.99 195373.94 10457.51 103261.69
## 3837 40 2016-03-20 1.12 168886.56 12095.89 91015.53
## 3838 41 2016-03-13 1.03 179067.02 11923.34 97729.32
## 3839 42 2016-03-06 0.96 208283.71 11773.30 116609.91
## 3840 43 2016-02-28 0.99 188077.25 11031.35 107091.35
## 3841 44 2016-02-21 1.03 153498.43 10806.76 91309.12
## 3842 45 2016-02-14 0.83 219871.64 13525.56 133956.97
## 3843 46 2016-02-07 0.88 240237.26 13926.79 145591.86
## 3844 47 2016-01-31 0.98 175610.18 8329.28 102864.26
## 3845 48 2016-01-24 0.93 168035.39 1803.73 93613.73
## 3846 49 2016-01-17 0.97 171404.92 5231.37 105606.63
## 3847 50 2016-01-10 1.00 173238.20 4590.25 101117.07
## 3848 51 2016-01-03 0.95 184669.77 5974.10 109973.31
## 3849 0 2016-12-25 0.81 187804.02 70779.81 31213.64
## 3850 1 2016-12-18 0.84 162502.30 49886.69 27329.12
## 3851 2 2016-12-11 1.17 116052.47 33585.82 18098.36
## 3852 3 2016-12-04 0.89 206009.55 63726.26 35344.04
## 3853 4 2016-11-27 1.36 111672.00 32944.90 18661.82
## 3854 5 2016-11-20 1.36 117495.72 35506.80 19385.22
## 3855 6 2016-11-13 1.31 140702.87 51958.36 22430.56
## 3856 7 2016-11-06 1.41 127895.28 43990.00 21710.64
## 3857 8 2016-10-30 1.41 115122.47 38168.39 20158.77
## 3858 9 2016-10-23 1.35 119840.12 42784.97 22755.49
## 3859 10 2016-10-16 1.12 157329.41 48624.65 36096.39
## 3860 11 2016-10-09 1.31 135520.48 43060.49 35355.69
## 3861 12 2016-10-02 1.31 159576.97 54429.42 29513.01
## 3862 13 2016-09-25 1.26 158194.10 58289.90 21092.67
## 3863 14 2016-09-18 1.05 175928.62 72171.22 27540.24
## 3864 15 2016-09-11 1.10 150295.99 70095.71 23109.94
## 3865 16 2016-09-04 0.94 239246.03 128269.25 34369.64
## 3866 17 2016-08-28 1.14 177300.14 90634.98 32154.69
## 3867 18 2016-08-21 1.11 189700.13 90679.27 36441.11
## 3868 19 2016-08-14 1.11 206617.11 98779.51 43133.24
## 3869 20 2016-08-07 1.23 151751.97 70054.07 30914.44
## 3870 21 2016-07-31 1.23 152777.16 67403.11 31854.30
## 3871 22 2016-07-24 1.21 156316.92 69899.17 39377.77
## 3872 23 2016-07-17 1.22 165453.60 77112.26 34464.53
## 3873 24 2016-07-10 1.19 164680.49 78117.56 34028.17
## 3874 25 2016-07-03 0.93 272150.68 137102.40 48698.98
## 3875 26 2016-06-26 1.19 159128.77 75055.08 31811.71
## 3876 27 2016-06-19 0.94 226775.36 115507.75 41557.30
## 3877 28 2016-06-12 1.20 151428.59 75763.72 28484.78
## 3878 29 2016-06-05 0.95 221144.08 124676.22 32124.30
## 3879 30 2016-05-29 0.92 242168.85 141300.92 36410.66
## 3880 31 2016-05-22 1.17 160652.39 83011.39 27437.92
## 3881 32 2016-05-15 0.79 257370.46 98256.73 59901.50
## 3882 33 2016-05-08 0.80 224519.56 113354.85 34526.39
## 3883 34 2016-05-01 0.68 370646.01 169412.40 70592.24
## 3884 35 2016-04-24 0.80 267225.58 104786.41 61113.12
## 3885 36 2016-04-17 1.00 184827.45 88552.52 31279.51
## 3886 37 2016-04-10 0.80 261081.39 106314.87 54201.27
## 3887 38 2016-04-03 1.01 181662.16 84765.99 27201.22
## 3888 39 2016-03-27 1.06 158322.64 70255.18 27911.77
## 3889 40 2016-03-20 1.07 140301.04 59970.41 26015.08
## 3890 41 2016-03-13 0.81 241653.71 103139.77 47856.70
## 3891 42 2016-03-06 1.06 155654.59 71185.02 26487.57
## 3892 43 2016-02-28 0.77 253489.72 108080.92 43494.21
## 3893 44 2016-02-21 1.01 141335.89 63676.54 22329.28
## 3894 45 2016-02-14 0.95 151724.07 74835.50 23877.54
## 3895 46 2016-02-07 0.54 369757.62 191441.47 57532.08
## 3896 47 2016-01-31 1.04 151247.03 76816.44 21968.91
## 3897 48 2016-01-24 0.93 192194.31 116713.78 18557.48
## 3898 49 2016-01-17 1.21 118230.86 73496.53 9811.14
## 3899 50 2016-01-10 0.95 181584.67 122360.29 10625.30
## 3900 51 2016-01-03 1.09 148599.47 103296.40 8714.57
## 3901 0 2016-12-25 0.82 292038.68 107317.80 43301.69
## 3902 1 2016-12-18 0.81 297506.24 88443.43 49295.62
## 3903 2 2016-12-11 0.83 339328.92 83682.89 55352.63
## 3904 3 2016-12-04 0.91 315048.80 93963.93 56502.76
## 3905 4 2016-11-27 0.86 255656.46 104641.27 41992.71
## 3906 5 2016-11-20 1.12 237141.08 94282.84 29776.10
## 3907 6 2016-11-13 1.10 259546.55 114475.73 32698.74
## 3908 7 2016-11-06 1.20 225301.45 84137.66 29997.69
## 3909 8 2016-10-30 1.16 223089.05 79018.69 31778.97
## 3910 9 2016-10-23 1.13 254999.40 67268.17 48015.11
## 3911 10 2016-10-16 1.08 315743.92 88625.10 51473.72
## 3912 11 2016-10-09 1.16 276030.70 121482.16 40083.06
## 3913 12 2016-10-02 1.22 246512.99 93430.04 45096.89
## 3914 13 2016-09-25 1.20 242299.74 98373.06 44921.80
## 3915 14 2016-09-18 1.12 278479.43 117939.47 57221.40
## 3916 15 2016-09-11 0.89 378865.38 200297.27 70912.09
## 3917 16 2016-09-04 1.03 335179.78 158224.33 69349.24
## 3918 17 2016-08-28 1.03 288423.36 123739.64 56927.33
## 3919 18 2016-08-21 1.00 302708.43 141809.13 50486.50
## 3920 19 2016-08-14 1.08 295535.64 129727.70 53954.55
## 3921 20 2016-08-07 1.11 311533.30 144862.85 57549.16
## 3922 21 2016-07-31 1.17 284566.03 125462.80 54745.00
## 3923 22 2016-07-24 1.15 283863.44 110868.68 58714.33
## 3924 23 2016-07-17 1.08 283074.00 118910.27 52023.77
## 3925 24 2016-07-10 1.00 357786.69 153905.64 69545.22
## 3926 25 2016-07-03 1.00 362136.80 135214.32 82726.73
## 3927 26 2016-06-26 0.94 352406.76 130217.49 74316.76
## 3928 27 2016-06-19 0.91 364254.89 164910.19 76172.67
## 3929 28 2016-06-12 0.94 348022.24 146589.28 75379.07
## 3930 29 2016-06-05 0.89 410770.75 156235.27 109763.53
## 3931 30 2016-05-29 0.89 391993.97 131708.14 115790.28
## 3932 31 2016-05-22 0.93 318913.34 122331.83 89286.71
## 3933 32 2016-05-15 0.86 317621.52 131370.13 107124.85
## 3934 33 2016-05-08 0.83 427575.05 170359.46 144990.10
## 3935 34 2016-05-01 0.85 363104.70 122124.69 115747.20
## 3936 35 2016-04-24 0.83 359872.46 125412.66 120811.35
## 3937 36 2016-04-17 0.81 379464.47 143900.70 110596.26
## 3938 37 2016-04-10 0.87 354098.37 151862.79 91833.73
## 3939 38 2016-04-03 0.84 298710.72 158984.19 62625.80
## 3940 39 2016-03-27 0.85 314268.27 155872.97 72324.40
## 3941 40 2016-03-20 0.82 332283.27 127949.65 116701.74
## 3942 41 2016-03-13 0.79 344613.01 130879.58 109512.41
## 3943 42 2016-03-06 0.91 311402.83 139919.03 86200.19
## 3944 43 2016-02-28 0.86 316563.55 122523.18 98920.90
## 3945 44 2016-02-21 0.83 337403.05 121214.86 124295.71
## 3946 45 2016-02-14 0.79 371467.52 144507.48 110749.56
## 3947 46 2016-02-07 0.74 437746.54 191144.38 142489.45
## 3948 47 2016-01-31 0.92 285052.11 117236.18 87109.87
## 3949 48 2016-01-24 1.08 158978.46 9727.38 81835.15
## 3950 49 2016-01-17 0.88 289298.37 108072.15 98543.78
## 3951 50 2016-01-10 0.83 309217.44 118958.86 110549.87
## 3952 51 2016-01-03 0.80 332971.80 103710.64 138142.95
## 3953 0 2016-12-25 0.84 2641775.31 794840.17 669585.49
## 3954 1 2016-12-18 0.84 2377799.62 767981.95 513487.28
## 3955 2 2016-12-11 0.75 2793917.73 917098.69 631013.13
## 3956 3 2016-12-04 0.78 2780629.10 1076282.76 476162.95
## 3957 4 2016-11-27 1.01 2257271.18 865743.41 416437.85
## 3958 5 2016-11-20 1.10 2272023.15 880344.33 456709.37
## 3959 6 2016-11-13 1.29 1913492.61 696410.88 436388.61
## 3960 7 2016-11-06 1.52 1595013.07 543331.54 423351.91
## 3961 8 2016-10-30 1.48 1499286.88 533137.32 383974.46
## 3962 9 2016-10-23 1.23 2133563.24 768315.72 427296.47
## 3963 10 2016-10-16 1.17 2548687.86 922290.28 501532.50
## 3964 11 2016-10-09 1.16 2766529.12 1153907.22 559077.15
## 3965 12 2016-10-02 1.06 2865744.94 1337602.73 471344.12
## 3966 13 2016-09-25 1.00 3007073.27 1328968.75 468792.85
## 3967 14 2016-09-18 1.06 2589309.14 999948.52 457932.50
## 3968 15 2016-09-11 0.95 2939704.87 1217417.81 534763.39
## 3969 16 2016-09-04 0.88 3431676.04 1409249.49 626922.72
## 3970 17 2016-08-28 0.81 3563268.97 1471105.41 537892.88
## 3971 18 2016-08-21 0.93 3086167.04 1264167.99 480926.04
## 3972 19 2016-08-14 1.03 2879218.13 1050808.07 605409.39
## 3973 20 2016-08-07 1.00 3094362.21 1137248.03 632756.21
## 3974 21 2016-07-31 1.06 2826836.07 961494.69 562612.83
## 3975 22 2016-07-24 1.01 3033328.67 1163035.43 629930.18
## 3976 23 2016-07-17 0.97 3092234.00 1201992.39 630743.25
## 3977 24 2016-07-10 0.93 3293224.51 1217453.35 678995.34
## 3978 25 2016-07-03 0.95 3449361.49 1317678.72 746045.11
## 3979 26 2016-06-26 0.85 3258184.45 1295216.97 655947.51
## 3980 27 2016-06-19 0.90 3237847.21 1322109.94 593238.74
## 3981 28 2016-06-12 0.83 3248769.26 1439519.40 529969.99
## 3982 29 2016-06-05 0.76 3715458.49 1596545.36 650812.60
## 3983 30 2016-05-29 0.83 3203935.53 1214455.87 691108.91
## 3984 31 2016-05-22 0.76 3134305.39 1084784.88 782144.64
## 3985 32 2016-05-15 0.82 2866855.58 1134719.15 643464.88
## 3986 33 2016-05-08 0.64 3942054.31 1416928.16 929683.64
## 3987 34 2016-05-01 0.62 3863314.25 1355793.57 1047924.35
## 3988 35 2016-04-24 0.75 3136882.52 1115902.49 704492.28
## 3989 36 2016-04-17 0.76 3185230.67 1245344.79 643220.72
## 3990 37 2016-04-10 0.77 3288356.88 1130642.44 715739.80
## 3991 38 2016-04-03 0.82 2793982.31 865503.72 683860.21
## 3992 39 2016-03-27 0.73 3467762.25 982736.16 836002.09
## 3993 40 2016-03-20 0.74 3374876.94 928106.16 901464.72
## 3994 41 2016-03-13 0.79 2987393.94 767298.16 657175.20
## 3995 42 2016-03-06 0.76 3138836.66 821036.00 680884.10
## 3996 43 2016-02-28 0.72 3332578.34 812808.39 750266.34
## 3997 44 2016-02-21 0.76 3232888.65 842358.10 671213.11
## 3998 45 2016-02-14 0.65 3664088.60 931605.09 837742.21
## 3999 46 2016-02-07 0.58 4982700.11 1262681.15 1447533.80
## 4000 47 2016-01-31 0.74 3197788.06 1004134.51 721988.78
## 4001 48 2016-01-24 0.76 3173509.36 666019.46 779056.76
## 4002 49 2016-01-17 0.76 2952576.85 804573.11 854485.91
## 4003 50 2016-01-10 0.74 3172437.94 841326.26 803197.41
## 4004 51 2016-01-03 0.64 3967109.33 1232109.79 992212.57
## 4005 0 2016-12-25 1.01 81833.86 1337.84 35234.67
## 4006 1 2016-12-18 1.10 67720.14 1247.68 33646.11
## 4007 2 2016-12-11 0.79 105228.60 1367.94 44377.90
## 4008 3 2016-12-04 0.83 127200.91 1234.09 60677.07
## 4009 4 2016-11-27 1.26 57765.51 1047.06 26662.61
## 4010 5 2016-11-20 1.43 59210.76 1429.11 29056.73
## 4011 6 2016-11-13 1.34 64958.65 1469.38 30443.81
## 4012 7 2016-11-06 1.27 70881.52 1606.90 34663.27
## 4013 8 2016-10-30 1.28 70137.79 1769.84 35446.19
## 4014 9 2016-10-23 1.23 75593.36 1616.09 37427.37
## 4015 10 2016-10-16 1.10 81707.99 1538.97 37516.02
## 4016 11 2016-10-09 1.15 78262.36 1705.62 36812.98
## 4017 12 2016-10-02 1.24 75004.32 1351.94 37151.83
## 4018 13 2016-09-25 1.37 75513.07 1967.21 41728.53
## 4019 14 2016-09-18 1.26 87633.41 2114.94 48962.95
## 4020 15 2016-09-11 1.21 90086.40 3359.11 51733.48
## 4021 16 2016-09-04 1.11 82940.98 2682.05 45780.53
## 4022 17 2016-08-28 1.13 82663.20 1887.97 48991.99
## 4023 18 2016-08-21 1.16 89370.33 1980.35 50039.90
## 4024 19 2016-08-14 1.25 85551.19 2056.05 54112.88
## 4025 20 2016-08-07 1.30 80997.55 3573.85 53453.99
## 4026 21 2016-07-31 1.24 86030.88 2355.37 53669.84
## 4027 22 2016-07-24 1.19 95001.32 2352.49 57404.00
## 4028 23 2016-07-17 1.13 101963.67 2414.28 60191.48
## 4029 24 2016-07-10 1.15 94591.67 2784.81 62213.99
## 4030 25 2016-07-03 1.00 106600.14 2398.42 64636.42
## 4031 26 2016-06-26 1.06 98077.60 2762.38 56614.79
## 4032 27 2016-06-19 1.09 98289.94 2648.74 54424.22
## 4033 28 2016-06-12 1.16 84926.73 5365.60 50561.08
## 4034 29 2016-06-05 1.09 99179.74 2153.72 56150.97
## 4035 30 2016-05-29 0.99 109060.73 2052.33 71648.43
## 4036 31 2016-05-22 0.91 113794.41 2002.85 77719.29
## 4037 32 2016-05-15 0.86 106278.64 2286.09 62308.98
## 4038 33 2016-05-08 0.86 139475.75 2523.81 87801.48
## 4039 34 2016-05-01 0.88 128108.76 2499.44 81916.36
## 4040 35 2016-04-24 0.93 92553.22 2116.01 55939.90
## 4041 36 2016-04-17 0.92 95475.44 2120.86 55695.58
## 4042 37 2016-04-10 0.90 83504.74 1824.57 49692.01
## 4043 38 2016-04-03 0.85 91459.57 2091.16 52626.19
## 4044 39 2016-03-27 0.89 120080.36 1969.51 74446.68
## 4045 40 2016-03-20 0.95 123442.10 1893.15 76888.63
## 4046 41 2016-03-13 1.07 79810.59 1951.19 47340.88
## 4047 42 2016-03-06 1.02 88102.95 2028.60 49580.73
## 4048 43 2016-02-28 0.94 102196.72 2152.34 63256.87
## 4049 44 2016-02-21 0.86 114817.03 2368.19 75573.80
## 4050 45 2016-02-14 0.86 124650.69 2921.35 81575.81
## 4051 46 2016-02-07 0.85 148704.27 2805.31 98136.23
## 4052 47 2016-01-31 0.92 101620.12 2539.14 70021.38
## 4053 48 2016-01-24 0.89 120304.63 1672.67 72603.22
## 4054 49 2016-01-17 0.90 83687.48 2202.61 48151.24
## 4055 50 2016-01-10 0.89 99956.44 2088.41 63265.58
## 4056 51 2016-01-03 0.88 116363.51 2673.33 73869.01
## 4057 0 2016-12-25 0.97 648358.72 257456.07 148591.65
## 4058 1 2016-12-18 0.97 662655.37 237194.30 158602.19
## 4059 2 2016-12-11 1.39 446139.65 177620.99 97259.69
## 4060 3 2016-12-04 0.98 728191.35 267955.80 173005.48
## 4061 4 2016-11-27 1.49 405085.56 159915.34 89345.14
## 4062 5 2016-11-20 1.52 461236.74 179988.40 102113.00
## 4063 6 2016-11-13 1.43 478305.06 195573.25 101415.32
## 4064 7 2016-11-06 1.51 426159.64 176243.94 96964.16
## 4065 8 2016-10-30 1.57 403657.05 169008.34 98080.05
## 4066 9 2016-10-23 1.59 437488.84 164118.89 125399.44
## 4067 10 2016-10-16 1.28 537970.39 191040.91 158620.00
## 4068 11 2016-10-09 1.49 410181.24 153136.21 112103.55
## 4069 12 2016-10-02 1.51 539574.59 221783.43 125421.99
## 4070 13 2016-09-25 1.43 558552.18 251034.89 108280.87
## 4071 14 2016-09-18 1.19 541030.40 237187.12 103912.38
## 4072 15 2016-09-11 1.20 480734.81 226500.24 89642.47
## 4073 16 2016-09-04 0.97 862396.26 525593.59 140626.89
## 4074 17 2016-08-28 1.22 558828.81 290432.64 131832.78
## 4075 18 2016-08-21 1.23 565825.46 296954.65 128877.47
## 4076 19 2016-08-14 1.17 695230.59 400660.58 142475.60
## 4077 20 2016-08-07 1.25 515183.39 253093.31 125026.64
## 4078 21 2016-07-31 1.30 496508.86 247196.33 112882.50
## 4079 22 2016-07-24 1.28 520496.36 250298.08 132336.77
## 4080 23 2016-07-17 1.24 516716.17 241386.54 136077.96
## 4081 24 2016-07-10 1.24 566889.77 277354.34 142734.50
## 4082 25 2016-07-03 0.96 868986.46 479975.64 184172.52
## 4083 26 2016-06-26 1.25 540206.17 283281.44 130937.32
## 4084 27 2016-06-19 0.99 812334.69 474374.03 182509.48
## 4085 28 2016-06-12 1.28 503076.75 271970.59 107339.21
## 4086 29 2016-06-05 0.99 786071.68 474319.60 149114.65
## 4087 30 2016-05-29 0.97 849097.69 513204.86 167161.00
## 4088 31 2016-05-22 1.26 497819.63 273987.60 103459.89
## 4089 32 2016-05-15 0.88 889357.25 408466.47 227686.36
## 4090 33 2016-05-08 1.01 653844.27 349383.33 137741.01
## 4091 34 2016-05-01 0.79 1078794.69 526288.51 260626.27
## 4092 35 2016-04-24 0.88 896845.48 419775.53 227523.41
## 4093 36 2016-04-17 1.12 558953.75 281531.64 117780.33
## 4094 37 2016-04-10 0.87 841731.76 399737.57 193376.73
## 4095 38 2016-04-03 1.15 543234.89 287271.39 103462.51
## 4096 39 2016-03-27 1.17 468636.39 240096.64 99290.24
## 4097 40 2016-03-20 1.13 507580.07 267187.96 105076.55
## 4098 41 2016-03-13 0.88 799992.86 399729.47 176357.78
## 4099 42 2016-03-06 1.16 448052.10 223851.91 93574.47
## 4100 43 2016-02-28 0.83 822403.21 428974.24 169811.82
## 4101 44 2016-02-21 1.10 481704.97 244778.76 102684.81
## 4102 45 2016-02-14 1.12 446631.37 219037.75 101866.88
## 4103 46 2016-02-07 0.59 1180631.07 649646.72 241271.36
## 4104 47 2016-01-31 1.11 492691.03 287032.09 79763.12
## 4105 48 2016-01-24 0.96 611557.77 416813.56 61067.87
## 4106 49 2016-01-17 1.20 430079.07 276253.48 62106.53
## 4107 50 2016-01-10 0.97 702726.81 493952.15 82027.84
## 4108 51 2016-01-03 1.13 502583.68 349992.75 44399.13
## 4109 0 2016-12-25 1.23 2180512.10 461611.36 873785.28
## 4110 1 2016-12-18 1.16 2242221.26 491941.19 999958.67
## 4111 2 2016-12-11 1.15 2339977.39 574106.60 862587.29
## 4112 3 2016-12-04 1.20 2359837.16 605907.37 873734.56
## 4113 4 2016-11-27 1.40 1858065.15 421295.51 729252.94
## 4114 5 2016-11-20 1.48 1999044.43 478380.64 712348.38
## 4115 6 2016-11-13 1.52 2075282.76 589046.77 723968.74
## 4116 7 2016-11-06 1.54 2077507.41 569735.76 697011.92
## 4117 8 2016-10-30 1.48 2083054.88 606275.55 713427.63
## 4118 9 2016-10-23 1.47 2287507.52 611972.37 851527.30
## 4119 10 2016-10-16 1.40 2442981.97 642844.77 921533.78
## 4120 11 2016-10-09 1.39 2469381.94 651705.04 951060.09
## 4121 12 2016-10-02 1.38 2540672.44 662661.76 965796.82
## 4122 13 2016-09-25 1.37 2568161.45 748452.52 947415.59
## 4123 14 2016-09-18 1.28 2785256.41 850690.32 1019588.17
## 4124 15 2016-09-11 1.18 3068639.36 938277.40 1164893.69
## 4125 16 2016-09-04 1.20 3127950.40 954420.93 1150320.87
## 4126 17 2016-08-28 1.30 2799097.68 745329.31 1165119.09
## 4127 18 2016-08-21 1.27 2840526.38 684458.46 1180365.78
## 4128 19 2016-08-14 1.29 2901786.65 666957.64 1211099.91
## 4129 20 2016-08-07 1.30 2900751.48 680835.87 1274555.63
## 4130 21 2016-07-31 1.35 2787002.19 612846.55 1247700.03
## 4131 22 2016-07-24 1.32 2914817.51 611049.20 1286835.89
## 4132 23 2016-07-17 1.26 2940448.51 582052.07 1272165.13
## 4133 24 2016-07-10 1.19 3221650.74 607742.57 1498358.41
## 4134 25 2016-07-03 1.15 3393696.45 653109.17 1523684.65
## 4135 26 2016-06-26 1.17 3095673.83 590854.99 1468309.10
## 4136 27 2016-06-19 1.16 3304967.62 674982.83 1530425.54
## 4137 28 2016-06-12 1.15 3122351.17 677443.53 1422914.00
## 4138 29 2016-06-05 1.14 3223814.39 673473.95 1510540.87
## 4139 30 2016-05-29 1.09 3349139.43 708286.60 1603134.92
## 4140 31 2016-05-22 1.08 3154318.39 658991.13 1530509.31
## 4141 32 2016-05-15 1.04 3205037.79 592139.41 1687342.39
## 4142 33 2016-05-08 0.95 3850645.65 711397.32 2144351.44
## 4143 34 2016-05-01 0.99 3536333.98 708526.79 1861915.25
## 4144 35 2016-04-24 1.04 3332609.87 665027.77 1711268.77
## 4145 36 2016-04-17 1.06 3029003.02 544932.88 1613809.61
## 4146 37 2016-04-10 1.05 2836884.82 589785.48 1349757.59
## 4147 38 2016-04-03 1.07 2690267.94 564866.92 1351629.65
## 4148 39 2016-03-27 1.08 2911903.46 558314.44 1535010.34
## 4149 40 2016-03-20 1.05 3198477.41 617677.39 1715343.39
## 4150 41 2016-03-13 1.07 3093898.37 573263.79 1674136.15
## 4151 42 2016-03-06 1.10 2942515.87 592136.76 1532054.71
## 4152 43 2016-02-28 1.05 3032920.39 593530.85 1680329.57
## 4153 44 2016-02-21 1.06 2747176.06 539072.29 1378970.85
## 4154 45 2016-02-14 0.99 3173460.24 654357.46 1639480.98
## 4155 46 2016-02-07 0.91 4131614.84 867821.71 2164456.60
## 4156 47 2016-01-31 1.00 2881461.41 555939.00 1608441.06
## 4157 48 2016-01-24 1.01 3147902.67 472744.05 1787662.94
## 4158 49 2016-01-17 1.05 3001683.91 631861.30 1547484.48
## 4159 50 2016-01-10 1.04 2871898.66 603274.41 1439156.96
## 4160 51 2016-01-03 1.01 2967929.65 675102.33 1566127.03
## 4161 0 2016-12-25 0.93 166486.05 63236.61 18070.01
## 4162 1 2016-12-18 0.92 158024.16 66411.85 16272.07
## 4163 2 2016-12-11 0.90 193711.04 84856.17 12359.04
## 4164 3 2016-12-04 0.96 189526.37 82751.98 20042.35
## 4165 4 2016-11-27 1.24 129937.75 50379.42 12290.64
## 4166 5 2016-11-20 1.33 131605.70 53849.43 12277.03
## 4167 6 2016-11-13 1.39 141387.19 59293.41 13161.11
## 4168 7 2016-11-06 1.31 146936.93 66594.58 13756.62
## 4169 8 2016-10-30 1.18 151715.90 65786.54 17343.11
## 4170 9 2016-10-23 1.19 163017.85 66511.98 28375.72
## 4171 10 2016-10-16 1.06 177609.17 78566.29 21640.42
## 4172 11 2016-10-09 1.20 156477.24 77153.68 15555.10
## 4173 12 2016-10-02 1.15 172755.25 76163.23 15615.55
## 4174 13 2016-09-25 1.16 174768.99 79738.20 20581.30
## 4175 14 2016-09-18 1.01 191359.67 98830.01 16914.64
## 4176 15 2016-09-11 0.75 250165.13 144886.48 12777.22
## 4177 16 2016-09-04 0.73 292902.13 172938.84 14374.03
## 4178 17 2016-08-28 1.09 172757.72 104278.59 12600.77
## 4179 18 2016-08-21 1.09 184733.93 102330.82 15916.71
## 4180 19 2016-08-14 1.06 202833.66 102665.18 19071.46
## 4181 20 2016-08-07 1.12 188016.60 95351.73 25466.10
## 4182 21 2016-07-31 1.10 186520.46 88436.32 29435.66
## 4183 22 2016-07-24 1.07 191727.48 87692.81 31317.01
## 4184 23 2016-07-17 1.07 196773.62 90032.00 33912.54
## 4185 24 2016-07-10 1.00 198240.02 88754.10 37966.33
## 4186 25 2016-07-03 0.87 250902.49 106013.67 46053.00
## 4187 26 2016-06-26 0.98 195471.62 100031.56 25602.81
## 4188 27 2016-06-19 0.89 232084.20 135024.70 19715.89
## 4189 28 2016-06-12 0.97 190921.36 119783.13 12815.76
## 4190 29 2016-06-05 0.88 223368.78 136409.36 17532.40
## 4191 30 2016-05-29 0.87 238624.36 144140.44 21273.82
## 4192 31 2016-05-22 0.92 204128.50 115616.52 18839.88
## 4193 32 2016-05-15 0.81 219615.86 103729.74 31344.62
## 4194 33 2016-05-08 0.88 212720.44 114895.39 26341.65
## 4195 34 2016-05-01 0.81 237679.37 117137.23 37442.51
## 4196 35 2016-04-24 0.81 233759.31 111614.90 33820.97
## 4197 36 2016-04-17 0.90 178369.19 96001.31 23421.52
## 4198 37 2016-04-10 0.82 206829.38 98423.23 31061.97
## 4199 38 2016-04-03 0.95 165587.67 94345.14 19391.21
## 4200 39 2016-03-27 0.93 171568.47 98386.62 20112.88
## 4201 40 2016-03-20 0.93 179305.81 100108.05 21586.77
## 4202 41 2016-03-13 0.87 188478.21 91631.74 32085.32
## 4203 42 2016-03-06 0.97 159755.26 87362.97 20762.36
## 4204 43 2016-02-28 0.88 190263.02 99189.75 31558.82
## 4205 44 2016-02-21 0.94 182025.30 101831.21 25448.04
## 4206 45 2016-02-14 0.88 203205.09 103368.34 42830.57
## 4207 46 2016-02-07 0.77 268608.69 124530.37 59611.16
## 4208 47 2016-01-31 0.95 173689.71 90482.99 33297.46
## 4209 48 2016-01-24 0.87 167159.24 78105.34 33125.00
## 4210 49 2016-01-17 0.95 181360.74 98888.27 30227.70
## 4211 50 2016-01-10 0.90 212752.83 123086.83 29886.44
## 4212 51 2016-01-03 0.98 185316.35 131286.47 11153.76
## 4213 0 2016-12-25 0.94 225497.02 117054.55 23166.27
## 4214 1 2016-12-18 1.08 183103.22 83700.37 21081.99
## 4215 2 2016-12-11 1.21 177582.49 89506.41 18892.40
## 4216 3 2016-12-04 1.05 253241.58 143482.91 24486.13
## 4217 4 2016-11-27 1.38 148538.06 76603.69 17900.83
## 4218 5 2016-11-20 1.35 167233.36 86431.23 23609.67
## 4219 6 2016-11-13 1.26 225721.51 133593.96 30401.95
## 4220 7 2016-11-06 1.49 183542.31 98949.98 22891.61
## 4221 8 2016-10-30 1.48 163510.83 71230.82 22081.11
## 4222 9 2016-10-23 1.44 203438.23 102352.79 30817.32
## 4223 10 2016-10-16 1.36 222712.89 112346.71 27293.53
## 4224 11 2016-10-09 1.25 233898.80 114410.24 41719.96
## 4225 12 2016-10-02 1.29 214690.77 108880.32 32258.23
## 4226 13 2016-09-25 1.19 264726.41 141795.96 34973.15
## 4227 14 2016-09-18 1.18 244913.97 126047.18 32908.26
## 4228 15 2016-09-11 1.13 250492.62 141311.03 37594.59
## 4229 16 2016-09-04 0.94 324151.30 172989.33 65043.94
## 4230 17 2016-08-28 1.02 309238.91 171213.50 49486.31
## 4231 18 2016-08-21 1.04 314573.49 187528.23 43283.16
## 4232 19 2016-08-14 1.11 265537.57 148300.05 48204.73
## 4233 20 2016-08-07 1.13 287114.43 153070.50 52769.71
## 4234 21 2016-07-31 1.20 254878.35 141489.27 39957.26
## 4235 22 2016-07-24 1.16 261491.83 127608.67 41610.13
## 4236 23 2016-07-17 1.09 284925.70 141466.90 40877.52
## 4237 24 2016-07-10 1.06 291978.06 149481.91 41307.31
## 4238 25 2016-07-03 0.93 360419.86 194809.44 44367.90
## 4239 26 2016-06-26 1.05 267116.01 137323.53 37595.55
## 4240 27 2016-06-19 0.97 293340.02 162451.07 39328.87
## 4241 28 2016-06-12 0.95 283922.91 163474.77 35055.89
## 4242 29 2016-06-05 0.89 291490.49 176829.29 26539.09
## 4243 30 2016-05-29 0.85 300077.74 167413.00 47486.01
## 4244 31 2016-05-22 0.96 271554.45 152790.74 32548.05
## 4245 32 2016-05-15 0.86 288244.89 156109.25 35603.07
## 4246 33 2016-05-08 0.63 495732.92 304801.74 41988.69
## 4247 34 2016-05-01 0.58 564738.86 341116.17 60230.81
## 4248 35 2016-04-24 0.87 295498.57 150931.36 33965.14
## 4249 36 2016-04-17 0.87 323909.40 181796.23 32868.32
## 4250 37 2016-04-10 0.87 312471.42 166398.15 34799.32
## 4251 38 2016-04-03 0.89 316709.44 183584.86 29117.49
## 4252 39 2016-03-27 0.94 263581.97 138523.24 31627.14
## 4253 40 2016-03-20 0.94 273647.06 148492.54 30606.51
## 4254 41 2016-03-13 0.91 304057.64 160965.45 38522.85
## 4255 42 2016-03-06 0.97 267953.78 150786.30 27025.48
## 4256 43 2016-02-28 0.80 320342.69 173568.42 35255.98
## 4257 44 2016-02-21 0.89 263057.19 142078.71 31665.87
## 4258 45 2016-02-14 0.81 269319.37 175416.56 29031.38
## 4259 46 2016-02-07 0.58 542750.89 348348.45 55886.98
## 4260 47 2016-01-31 0.88 282933.79 164436.06 33071.52
## 4261 48 2016-01-24 0.90 228086.10 101029.21 36030.50
## 4262 49 2016-01-17 0.88 286862.77 158616.27 41109.90
## 4263 50 2016-01-10 0.90 264477.45 160167.42 24063.03
## 4264 51 2016-01-03 0.86 274498.01 159513.20 40902.35
## 4265 0 2016-12-25 1.36 1087984.90 11329.85 713042.43
## 4266 1 2016-12-18 1.26 1241381.71 14178.17 954802.60
## 4267 2 2016-12-11 1.32 1163696.14 10994.77 793989.54
## 4268 3 2016-12-04 1.52 960475.67 13893.11 696042.02
## 4269 4 2016-11-27 1.56 970753.07 15264.26 696848.85
## 4270 5 2016-11-20 1.59 1093097.04 16970.61 732069.33
## 4271 6 2016-11-13 1.90 830018.48 12169.08 523321.98
## 4272 7 2016-11-06 1.93 767190.62 10277.48 460230.47
## 4273 8 2016-10-30 1.99 618279.77 9264.98 435952.49
## 4274 9 2016-10-23 1.95 807564.93 11212.72 512038.46
## 4275 10 2016-10-16 1.89 969846.54 15611.16 636341.88
## 4276 11 2016-10-09 1.76 1031060.45 20086.94 688905.67
## 4277 12 2016-10-02 1.72 1057930.65 33926.41 658467.15
## 4278 13 2016-09-25 1.62 1061132.87 121477.42 566149.90
## 4279 14 2016-09-18 1.50 1108446.44 112702.36 551448.57
## 4280 15 2016-09-11 1.26 1558413.54 239517.85 883865.63
## 4281 16 2016-09-04 1.47 1278749.25 23916.16 832269.64
## 4282 17 2016-08-28 1.58 1212399.97 19257.01 715527.43
## 4283 18 2016-08-21 1.47 1334937.86 15005.30 771413.01
## 4284 19 2016-08-14 1.49 1275952.93 18600.18 714407.25
## 4285 20 2016-08-07 1.54 1256917.91 22522.19 668121.42
## 4286 21 2016-07-31 1.70 1122162.86 16312.56 609412.65
## 4287 22 2016-07-24 1.68 1180373.67 14628.74 650141.77
## 4288 23 2016-07-17 1.64 1076259.08 12881.29 611445.16
## 4289 24 2016-07-10 1.51 1266199.75 15424.35 700324.85
## 4290 25 2016-07-03 1.53 1280725.34 14732.72 746733.25
## 4291 26 2016-06-26 1.20 1622151.78 16027.59 1130566.68
## 4292 27 2016-06-19 1.50 1372612.33 16094.41 901972.60
## 4293 28 2016-06-12 1.44 1485642.35 19083.82 976390.73
## 4294 29 2016-06-05 1.47 1447580.25 15757.13 955311.63
## 4295 30 2016-05-29 1.08 1827100.26 19729.58 1354634.86
## 4296 31 2016-05-22 1.14 1586647.62 16781.60 1157504.36
## 4297 32 2016-05-15 1.14 1706730.17 17964.49 1274098.30
## 4298 33 2016-05-08 0.77 2740587.86 26384.21 2283465.22
## 4299 34 2016-05-01 1.22 1536109.56 16424.04 1106990.04
## 4300 35 2016-04-24 1.12 1718055.86 19783.48 1290475.48
## 4301 36 2016-04-17 1.08 1030786.84 16212.12 582843.38
## 4302 37 2016-04-10 1.09 987897.90 19209.79 588026.18
## 4303 38 2016-04-03 1.31 1240608.20 15436.69 912292.57
## 4304 39 2016-03-27 1.32 1395562.08 17761.56 1008215.20
## 4305 40 2016-03-20 1.09 1743194.56 23278.85 1269404.72
## 4306 41 2016-03-13 1.17 1600417.32 28599.84 1237674.92
## 4307 42 2016-03-06 1.24 1455656.40 18107.83 1074827.27
## 4308 43 2016-02-28 1.15 1594427.98 18295.61 1282457.13
## 4309 44 2016-02-21 1.21 1315177.50 15028.05 930110.10
## 4310 45 2016-02-14 1.09 1806980.64 23786.18 1388157.42
## 4311 46 2016-02-07 0.95 2202127.86 23983.20 1630429.86
## 4312 47 2016-01-31 1.02 1615465.33 18769.06 1284268.92
## 4313 48 2016-01-24 1.30 1429242.83 16058.14 993964.41
## 4314 49 2016-01-17 1.01 1840344.27 18562.23 1422978.10
## 4315 50 2016-01-10 1.15 1364272.64 16165.18 1012218.12
## 4316 51 2016-01-03 1.07 1454164.32 16972.91 1192875.91
## 4317 0 2016-12-25 1.36 3216470.61 109608.75 2191723.95
## 4318 1 2016-12-18 1.22 3686005.68 140720.26 2795230.71
## 4319 2 2016-12-11 1.32 3381321.05 102683.58 2390081.54
## 4320 3 2016-12-04 1.40 3222663.98 130456.71 2427295.83
## 4321 4 2016-11-27 1.51 2701518.48 102215.56 1938616.78
## 4322 5 2016-11-20 1.51 3206946.52 126526.23 2178698.04
## 4323 6 2016-11-13 1.67 2706838.44 126870.22 1797497.36
## 4324 7 2016-11-06 1.71 2507401.04 124032.58 1616563.04
## 4325 8 2016-10-30 1.72 2364424.49 118904.18 1616421.48
## 4326 9 2016-10-23 1.67 2916578.90 137388.92 1930226.81
## 4327 10 2016-10-16 1.65 3107049.25 144612.79 2009401.22
## 4328 11 2016-10-09 1.54 3350949.74 154892.72 2258828.33
## 4329 12 2016-10-02 1.59 3257752.57 208054.74 2048824.18
## 4330 13 2016-09-25 1.53 3458790.86 446786.96 1993513.53
## 4331 14 2016-09-18 1.45 3442454.03 409569.22 1938470.57
## 4332 15 2016-09-11 1.28 4456957.62 703699.41 2632018.36
## 4333 16 2016-09-04 1.40 4019648.55 358039.67 2446669.38
## 4334 17 2016-08-28 1.40 4309301.79 490786.03 2495011.21
## 4335 18 2016-08-21 1.40 4127080.33 247658.58 2351280.09
## 4336 19 2016-08-14 1.37 4195423.29 316873.28 2323362.26
## 4337 20 2016-08-07 1.47 4024822.13 304604.68 2245559.82
## 4338 21 2016-07-31 1.60 3813808.25 224803.70 2213892.51
## 4339 22 2016-07-24 1.54 3834290.51 220814.35 2172523.13
## 4340 23 2016-07-17 1.49 3736814.35 196491.18 2123945.28
## 4341 24 2016-07-10 1.33 4487625.78 316659.60 2589205.84
## 4342 25 2016-07-03 1.41 4486744.99 210728.65 2669362.44
## 4343 26 2016-06-26 1.28 4840949.87 190136.57 3188127.73
## 4344 27 2016-06-19 1.40 4506892.62 184730.86 2920243.12
## 4345 28 2016-06-12 1.34 4599028.54 201927.90 2903948.28
## 4346 29 2016-06-05 1.35 4570515.87 154509.15 2911585.02
## 4347 30 2016-05-29 1.14 5141314.86 141464.88 3554079.38
## 4348 31 2016-05-22 1.14 4609250.24 104014.01 3018204.18
## 4349 32 2016-05-15 1.13 4999100.74 100735.10 3556589.53
## 4350 33 2016-05-08 0.87 6899727.12 135137.08 5246830.25
## 4351 34 2016-05-01 1.12 5247266.74 123023.38 3800242.35
## 4352 35 2016-04-24 1.13 4815249.22 125736.57 3366389.10
## 4353 36 2016-04-17 1.12 3849051.40 105339.58 2415296.29
## 4354 37 2016-04-10 1.09 3756625.12 113797.04 2340135.20
## 4355 38 2016-04-03 1.18 3872680.79 99894.98 2745624.73
## 4356 39 2016-03-27 1.23 4239016.69 99223.90 2932815.39
## 4357 40 2016-03-20 1.11 4834759.09 108456.51 3414702.44
## 4358 41 2016-03-13 1.13 4713935.35 122581.78 3460335.94
## 4359 42 2016-03-06 1.21 4226925.70 111263.99 2950419.20
## 4360 43 2016-02-28 1.15 4481119.44 105867.52 3361015.90
## 4361 44 2016-02-21 1.21 3948234.94 94936.43 2707199.74
## 4362 45 2016-02-14 1.08 4959257.88 121413.01 3553331.27
## 4363 46 2016-02-07 1.03 5919226.12 125570.46 4290645.89
## 4364 47 2016-01-31 1.06 4650798.49 102906.84 3443651.01
## 4365 48 2016-01-24 1.21 4412280.93 75379.60 2940359.34
## 4366 49 2016-01-17 1.09 4891516.50 102211.78 3491028.64
## 4367 50 2016-01-10 1.20 3890225.41 96952.31 2696731.85
## 4368 51 2016-01-03 1.07 4524219.73 96146.84 3588931.66
## 4369 0 2016-12-25 1.24 325634.21 12140.61 257987.85
## 4370 1 2016-12-18 1.19 357508.29 14139.27 293062.77
## 4371 2 2016-12-11 1.29 310425.30 9683.11 246740.16
## 4372 3 2016-12-04 1.12 440990.34 24617.32 378804.18
## 4373 4 2016-11-27 1.41 262748.42 11304.04 210220.02
## 4374 5 2016-11-20 1.39 315783.24 15322.42 247461.31
## 4375 6 2016-11-13 1.48 268388.51 11996.05 211327.03
## 4376 7 2016-11-06 1.47 242666.87 10727.78 179547.81
## 4377 8 2016-10-30 1.52 255455.34 12252.61 185280.50
## 4378 9 2016-10-23 1.48 291385.56 17405.60 223021.98
## 4379 10 2016-10-16 1.47 290884.89 14794.34 224368.92
## 4380 11 2016-10-09 1.40 305506.51 14886.34 239615.02
## 4381 12 2016-10-02 1.52 291185.37 18423.35 222357.93
## 4382 13 2016-09-25 1.58 315399.04 23189.93 236472.99
## 4383 14 2016-09-18 1.48 316980.64 24643.99 235008.38
## 4384 15 2016-09-11 1.44 343314.74 35007.16 237320.70
## 4385 16 2016-09-04 1.38 374902.91 83711.04 209147.77
## 4386 17 2016-08-28 1.08 573338.65 211564.36 287750.30
## 4387 18 2016-08-21 1.34 413497.16 95074.76 197872.17
## 4388 19 2016-08-14 1.21 463651.71 114823.86 226795.01
## 4389 20 2016-08-07 1.41 457429.10 113313.11 241098.25
## 4390 21 2016-07-31 1.49 435129.36 79930.71 239638.10
## 4391 22 2016-07-24 1.36 463062.51 83734.79 244441.34
## 4392 23 2016-07-17 1.37 412386.17 75192.37 228099.87
## 4393 24 2016-07-10 1.06 569327.81 134476.20 339263.01
## 4394 25 2016-07-03 1.29 525917.26 78903.78 321186.45
## 4395 26 2016-06-26 1.28 497816.81 63778.16 323719.54
## 4396 27 2016-06-19 1.26 485945.76 53199.36 322695.72
## 4397 28 2016-06-12 1.19 472020.49 48479.14 307758.96
## 4398 29 2016-06-05 1.18 471356.84 32955.43 314403.14
## 4399 30 2016-05-29 1.10 499944.01 19245.04 337329.57
## 4400 31 2016-05-22 1.02 433251.71 2888.48 280360.37
## 4401 32 2016-05-15 1.07 443517.22 3333.83 314998.46
## 4402 33 2016-05-08 0.97 546838.34 3368.77 370026.96
## 4403 34 2016-05-01 1.02 628512.14 2527.39 538037.63
## 4404 35 2016-04-24 1.07 431615.62 2993.41 326907.16
## 4405 36 2016-04-17 1.12 399074.14 2033.75 303891.64
## 4406 37 2016-04-10 1.04 409227.87 2856.55 291174.46
## 4407 38 2016-04-03 0.99 486716.71 3194.71 411414.16
## 4408 39 2016-03-27 1.13 423257.57 2320.06 327259.78
## 4409 40 2016-03-20 1.14 414604.35 3204.62 325110.15
## 4410 41 2016-03-13 1.01 476634.67 3165.58 382630.54
## 4411 42 2016-03-06 1.08 405931.49 4140.63 303581.50
## 4412 43 2016-02-28 1.10 387149.69 4257.34 288178.36
## 4413 44 2016-02-21 1.16 380427.08 3997.91 278339.49
## 4414 45 2016-02-14 0.99 456439.67 4686.98 316152.87
## 4415 46 2016-02-07 0.97 605846.78 3738.02 531499.59
## 4416 47 2016-01-31 1.07 419786.19 3328.89 292519.75
## 4417 48 2016-01-24 1.07 453559.54 852.07 319014.01
## 4418 49 2016-01-17 1.08 447078.92 3556.39 328749.75
## 4419 50 2016-01-10 1.24 343406.89 2398.06 270035.12
## 4420 51 2016-01-03 0.96 553828.14 3485.03 492915.32
## 4421 0 2016-12-25 0.94 359005.75 131616.46 81351.13
## 4422 1 2016-12-18 0.92 333093.29 113248.41 76982.86
## 4423 2 2016-12-11 1.22 247659.65 84080.08 48772.35
## 4424 3 2016-12-04 0.97 398859.76 129743.58 95284.48
## 4425 4 2016-11-27 1.46 221373.99 76751.60 48667.43
## 4426 5 2016-11-20 1.46 239374.44 83653.63 50316.02
## 4427 6 2016-11-13 1.40 250639.48 97337.14 50337.98
## 4428 7 2016-11-06 1.47 236696.60 93321.05 53545.04
## 4429 8 2016-10-30 1.54 223224.74 82399.26 52975.50
## 4430 9 2016-10-23 1.52 236500.42 83780.57 68746.38
## 4431 10 2016-10-16 1.23 311363.97 104391.10 87927.74
## 4432 11 2016-10-09 1.44 267399.38 91531.90 81061.05
## 4433 12 2016-10-02 1.45 301939.19 117406.55 66860.79
## 4434 13 2016-09-25 1.40 302808.91 122725.59 54807.36
## 4435 14 2016-09-18 1.16 319543.98 133279.34 59374.23
## 4436 15 2016-09-11 1.18 312266.53 150964.58 55134.51
## 4437 16 2016-09-04 0.97 477301.28 275859.84 75406.02
## 4438 17 2016-08-28 1.18 326913.34 163536.64 80917.57
## 4439 18 2016-08-21 1.19 347563.11 170496.96 87311.02
## 4440 19 2016-08-14 1.14 416694.11 210918.59 92045.15
## 4441 20 2016-08-07 1.23 327167.52 143759.32 84662.03
## 4442 21 2016-07-31 1.24 320002.63 137791.44 80412.78
## 4443 22 2016-07-24 1.22 336366.84 145903.25 92078.03
## 4444 23 2016-07-17 1.17 348318.40 141751.90 90770.24
## 4445 24 2016-07-10 1.17 341532.31 143563.56 84546.81
## 4446 25 2016-07-03 0.93 553640.36 277838.49 118092.73
## 4447 26 2016-06-26 1.18 333568.95 143186.79 76177.69
## 4448 27 2016-06-19 0.97 454278.32 238794.08 98795.35
## 4449 28 2016-06-12 1.24 293811.97 143222.68 64910.71
## 4450 29 2016-06-05 0.97 448117.51 262311.00 71419.85
## 4451 30 2016-05-29 0.95 481068.52 283442.26 82501.22
## 4452 31 2016-05-22 1.17 312532.64 163428.19 55452.91
## 4453 32 2016-05-15 0.83 512839.94 218691.60 121577.54
## 4454 33 2016-05-08 0.95 432737.31 213997.13 80588.36
## 4455 34 2016-05-01 0.76 667818.16 301117.14 142408.40
## 4456 35 2016-04-24 0.83 533830.62 230753.40 124208.12
## 4457 36 2016-04-17 1.06 347880.73 172247.41 69222.00
## 4458 37 2016-04-10 0.83 517277.53 229924.68 113252.28
## 4459 38 2016-04-03 1.05 349121.77 178043.10 55773.85
## 4460 39 2016-03-27 1.06 311571.85 152991.07 56406.32
## 4461 40 2016-03-20 1.09 291755.18 136450.80 56331.07
## 4462 41 2016-03-13 0.84 479956.10 216899.51 97078.36
## 4463 42 2016-03-06 1.08 291732.26 142948.40 51358.16
## 4464 43 2016-02-28 0.82 496972.61 233309.57 93393.19
## 4465 44 2016-02-21 1.05 296932.11 145443.75 50580.83
## 4466 45 2016-02-14 0.96 312270.64 168683.78 50342.11
## 4467 46 2016-02-07 0.58 696369.34 370221.57 119918.66
## 4468 47 2016-01-31 1.03 329626.92 163156.69 61348.18
## 4469 48 2016-01-24 0.93 399751.64 234746.69 54289.25
## 4470 49 2016-01-17 1.19 248039.16 155452.86 21801.29
## 4471 50 2016-01-10 0.96 413413.58 279393.48 31582.03
## 4472 51 2016-01-03 1.11 308711.73 201918.77 31729.56
## 4473 0 2016-12-25 1.43 329493.55 11217.72 202764.73
## 4474 1 2016-12-18 1.38 336267.19 11534.60 231497.95
## 4475 2 2016-12-11 1.37 356716.07 12147.43 231524.76
## 4476 3 2016-12-04 1.54 301329.50 12336.39 195612.10
## 4477 4 2016-11-27 1.57 279131.45 10693.47 180338.49
## 4478 5 2016-11-20 1.57 328557.17 13380.98 207065.15
## 4479 6 2016-11-13 1.72 293852.55 14610.73 177197.57
## 4480 7 2016-11-06 1.86 269770.44 14395.76 162910.57
## 4481 8 2016-10-30 1.83 254423.10 13468.37 150271.02
## 4482 9 2016-10-23 1.89 293380.24 13407.99 179712.92
## 4483 10 2016-10-16 1.74 335408.43 15915.88 192515.42
## 4484 11 2016-10-09 1.71 355667.75 16118.58 203203.51
## 4485 12 2016-10-02 1.61 366233.17 18332.24 195428.72
## 4486 13 2016-09-25 1.54 366205.45 42044.86 166762.64
## 4487 14 2016-09-18 1.41 403065.41 47548.60 167573.19
## 4488 15 2016-09-11 1.24 499659.75 73604.41 218301.79
## 4489 16 2016-09-04 1.30 488463.75 47716.60 240344.92
## 4490 17 2016-08-28 1.49 418742.80 21609.90 200120.82
## 4491 18 2016-08-21 1.45 408490.70 14771.84 215056.47
## 4492 19 2016-08-14 1.43 415099.81 21070.06 201588.04
## 4493 20 2016-08-07 1.45 411252.23 23405.99 189679.42
## 4494 21 2016-07-31 1.57 376353.23 15974.97 180678.21
## 4495 22 2016-07-24 1.56 389534.59 13780.15 184981.97
## 4496 23 2016-07-17 1.52 392041.56 14420.42 190535.10
## 4497 24 2016-07-10 1.47 420054.95 15583.43 211189.05
## 4498 25 2016-07-03 1.47 427325.17 14355.22 219161.41
## 4499 26 2016-06-26 1.24 478874.92 15053.53 279488.30
## 4500 27 2016-06-19 1.46 421529.12 14408.27 245061.91
## 4501 28 2016-06-12 1.44 426671.94 14257.58 236401.63
## 4502 29 2016-06-05 1.44 450346.65 15486.18 264044.50
## 4503 30 2016-05-29 1.18 484287.12 15832.42 300578.34
## 4504 31 2016-05-22 1.20 459980.05 15264.75 282262.41
## 4505 32 2016-05-15 1.22 474934.47 14393.49 313358.88
## 4506 33 2016-05-08 0.91 698601.84 20316.89 511600.73
## 4507 34 2016-05-01 1.21 478384.72 16264.60 304614.61
## 4508 35 2016-04-24 1.17 504960.76 18439.30 329515.87
## 4509 36 2016-04-17 1.17 366448.78 17062.27 199176.83
## 4510 37 2016-04-10 1.17 346080.71 18475.34 188452.18
## 4511 38 2016-04-03 1.28 370753.84 17215.14 231664.58
## 4512 39 2016-03-27 1.29 417870.83 17180.94 254821.30
## 4513 40 2016-03-20 1.05 543578.30 17109.23 287549.42
## 4514 41 2016-03-13 1.10 533501.85 27514.15 380794.66
## 4515 42 2016-03-06 1.33 417688.74 16299.39 278369.87
## 4516 43 2016-02-28 1.27 419881.80 14691.73 293977.44
## 4517 44 2016-02-21 1.26 409152.46 14147.11 268801.73
## 4518 45 2016-02-14 1.19 445228.64 15846.19 283607.57
## 4519 46 2016-02-07 0.96 675832.78 16403.87 385630.69
## 4520 47 2016-01-31 1.04 469689.07 18326.33 344188.07
## 4521 48 2016-01-24 1.34 448784.30 12982.99 287750.87
## 4522 49 2016-01-17 1.14 492565.69 15195.30 340075.76
## 4523 50 2016-01-10 1.23 413224.50 14091.36 271291.13
## 4524 51 2016-01-03 1.19 421093.02 13858.25 309377.59
## 4525 0 2016-12-25 0.64 1108953.48 595085.56 215902.65
## 4526 1 2016-12-18 0.56 1236204.18 733772.13 203894.48
## 4527 2 2016-12-11 0.67 1056806.44 508911.67 226307.94
## 4528 3 2016-12-04 0.63 1164027.22 731182.01 187418.51
## 4529 4 2016-11-27 0.72 907516.28 464034.44 212695.94
## 4530 5 2016-11-20 0.70 1226126.36 753470.68 183315.34
## 4531 6 2016-11-13 0.94 911367.38 437810.54 189026.34
## 4532 7 2016-11-06 1.00 734433.20 334096.22 154480.91
## 4533 8 2016-10-30 1.11 644652.47 261889.52 135479.22
## 4534 9 2016-10-23 1.02 699711.07 250712.73 188686.25
## 4535 10 2016-10-16 1.03 831120.57 273642.18 223809.90
## 4536 11 2016-10-09 0.99 885661.32 382978.65 208869.08
## 4537 12 2016-10-02 1.03 815711.64 345171.12 206765.02
## 4538 13 2016-09-25 1.04 811939.65 354470.18 208122.38
## 4539 14 2016-09-18 1.00 826738.90 377761.66 206297.66
## 4540 15 2016-09-11 0.88 961997.61 504499.40 216559.98
## 4541 16 2016-09-04 0.64 1455770.91 947924.80 261415.15
## 4542 17 2016-08-28 0.79 1024799.73 590085.71 207913.34
## 4543 18 2016-08-21 0.58 1459911.33 991649.01 202899.77
## 4544 19 2016-08-14 0.69 1325974.87 795943.96 228315.48
## 4545 20 2016-08-07 0.64 1522368.93 1031124.37 214144.29
## 4546 21 2016-07-31 1.00 851296.10 392455.55 202783.60
## 4547 22 2016-07-24 0.94 922526.29 423672.75 201696.43
## 4548 23 2016-07-17 0.92 864516.85 410870.87 188086.51
## 4549 24 2016-07-10 0.89 995347.50 485473.19 213070.45
## 4550 25 2016-07-03 0.77 1069905.64 539428.95 249521.81
## 4551 26 2016-06-26 0.60 1360168.72 848508.88 230322.97
## 4552 27 2016-06-19 0.62 1348891.94 852657.34 231636.98
## 4553 28 2016-06-12 0.81 991221.27 471620.29 222420.61
## 4554 29 2016-06-05 0.67 1197277.61 644911.82 271580.08
## 4555 30 2016-05-29 0.58 1342825.39 823222.51 251166.51
## 4556 31 2016-05-22 0.68 1063411.38 616427.64 233772.43
## 4557 32 2016-05-15 0.55 1318932.22 877701.71 266908.38
## 4558 33 2016-05-08 0.57 1489269.33 941813.03 325967.66
## 4559 34 2016-05-01 0.62 1178000.01 657384.04 324709.73
## 4560 35 2016-04-24 0.54 1352494.83 884293.16 264603.74
## 4561 36 2016-04-17 0.61 1166007.02 662946.89 286552.30
## 4562 37 2016-04-10 0.56 1387970.00 924031.60 246403.27
## 4563 38 2016-04-03 0.61 1091234.04 690115.62 244434.10
## 4564 39 2016-03-27 0.54 1423939.62 952967.11 252486.02
## 4565 40 2016-03-20 0.56 1339528.26 877807.23 283972.53
## 4566 41 2016-03-13 0.64 1103110.33 670917.46 256531.59
## 4567 42 2016-03-06 0.51 1442973.47 1037699.01 259846.68
## 4568 43 2016-02-28 0.57 1290021.19 816554.74 311746.69
## 4569 44 2016-02-21 0.67 1098967.88 560568.72 347498.78
## 4570 45 2016-02-14 0.61 1209857.67 788381.39 243842.36
## 4571 46 2016-02-07 0.55 1609195.36 1093424.86 286748.57
## 4572 47 2016-01-31 0.64 1113755.21 663697.20 293461.52
## 4573 48 2016-01-24 0.61 1016720.53 537695.71 293418.02
## 4574 49 2016-01-17 0.71 1069974.38 632962.22 272231.24
## 4575 50 2016-01-10 0.59 1276128.92 868817.82 252752.29
## 4576 51 2016-01-03 0.62 1092066.65 692403.58 250115.85
## 4577 0 2016-12-25 1.26 80688.76 21519.08 23868.08
## 4578 1 2016-12-18 1.02 123555.70 47067.52 38353.81
## 4579 2 2016-12-11 1.21 84144.99 22587.44 22461.37
## 4580 3 2016-12-04 1.27 80731.39 22112.25 22668.13
## 4581 4 2016-11-27 1.27 67448.86 17971.93 18776.67
## 4582 5 2016-11-20 1.27 85227.73 21811.65 24291.50
## 4583 6 2016-11-13 1.26 86306.22 22929.76 26629.20
## 4584 7 2016-11-06 1.25 92657.44 24892.26 27433.78
## 4585 8 2016-10-30 1.25 86820.55 25336.21 21347.76
## 4586 9 2016-10-23 1.30 90368.85 25223.29 26247.81
## 4587 10 2016-10-16 1.27 87503.46 23294.40 24183.85
## 4588 11 2016-10-09 1.29 89506.29 24596.38 27239.36
## 4589 12 2016-10-02 1.30 92483.87 27733.81 31201.92
## 4590 13 2016-09-25 1.01 165178.31 62848.81 67362.99
## 4591 14 2016-09-18 1.27 91298.63 28022.65 40377.82
## 4592 15 2016-09-11 1.33 80206.95 22513.05 30643.05
## 4593 16 2016-09-04 1.23 93887.78 18723.14 37833.25
## 4594 17 2016-08-28 1.40 89247.85 10388.44 43896.41
## 4595 18 2016-08-21 1.42 89949.42 1802.19 51710.69
## 4596 19 2016-08-14 1.42 93415.78 1543.89 52111.73
## 4597 20 2016-08-07 1.37 97959.55 1678.67 53440.42
## 4598 21 2016-07-31 1.42 94553.40 1433.04 52790.96
## 4599 22 2016-07-24 1.35 104420.57 1548.98 55308.86
## 4600 23 2016-07-17 1.25 113655.96 1416.40 54927.04
## 4601 24 2016-07-10 1.29 111914.65 1536.94 57549.45
## 4602 25 2016-07-03 1.36 128114.61 1481.60 68197.33
## 4603 26 2016-06-26 1.39 110772.26 1415.16 59568.48
## 4604 27 2016-06-19 1.42 104127.89 2063.55 59252.92
## 4605 28 2016-06-12 1.41 102412.83 3377.40 56238.30
## 4606 29 2016-06-05 1.38 111137.97 2020.28 61595.07
## 4607 30 2016-05-29 1.40 117486.96 1336.42 68421.33
## 4608 31 2016-05-22 1.17 113857.64 1083.05 68958.85
## 4609 32 2016-05-15 0.87 165733.74 1504.36 113018.31
## 4610 33 2016-05-08 0.89 144813.19 1847.76 97359.37
## 4611 34 2016-05-01 0.92 169483.29 1981.15 114448.24
## 4612 35 2016-04-24 1.02 109421.34 1300.85 52354.40
## 4613 36 2016-04-17 1.17 107271.68 1300.27 64912.62
## 4614 37 2016-04-10 1.18 102684.74 1736.95 57325.73
## 4615 38 2016-04-03 1.26 87991.76 1591.51 57684.40
## 4616 39 2016-03-27 1.15 93607.68 1246.72 53507.55
## 4617 40 2016-03-20 1.17 87881.33 1457.19 50816.15
## 4618 41 2016-03-13 1.17 91112.78 1630.95 52730.06
## 4619 42 2016-03-06 1.18 99548.51 1555.29 58262.08
## 4620 43 2016-02-28 1.21 96483.82 1210.44 58767.67
## 4621 44 2016-02-21 1.23 84755.36 1353.29 57902.70
## 4622 45 2016-02-14 1.14 87228.10 2425.21 52891.65
## 4623 46 2016-02-07 1.18 105805.21 3398.51 72083.75
## 4624 47 2016-01-31 1.22 88551.72 2259.16 61619.09
## 4625 48 2016-01-24 1.20 96487.80 106.84 63654.05
## 4626 49 2016-01-17 1.22 94971.15 1565.32 56551.43
## 4627 50 2016-01-10 1.23 110155.55 1767.42 67788.68
## 4628 51 2016-01-03 1.27 90521.74 1511.68 61042.30
## 4629 0 2016-12-25 1.09 1449394.65 581226.62 446633.64
## 4630 1 2016-12-18 1.06 1426470.94 581861.96 428227.02
## 4631 2 2016-12-11 1.08 1468901.87 724148.87 330240.87
## 4632 3 2016-12-04 1.09 1676509.02 946350.29 349760.60
## 4633 4 2016-11-27 1.35 1131932.27 520565.84 272840.98
## 4634 5 2016-11-20 1.49 1126964.32 518903.13 306191.07
## 4635 6 2016-11-13 1.57 1187396.84 514295.92 357173.85
## 4636 7 2016-11-06 1.55 1281023.69 576884.27 366464.25
## 4637 8 2016-10-30 1.54 1058938.09 469957.60 297119.25
## 4638 9 2016-10-23 1.53 1179301.18 520220.72 350912.77
## 4639 10 2016-10-16 1.49 1252399.56 567497.88 367702.35
## 4640 11 2016-10-09 1.41 1360541.39 589475.12 416484.14
## 4641 12 2016-10-02 1.37 1352081.51 598896.04 378848.86
## 4642 13 2016-09-25 1.35 1419113.40 673110.96 360990.42
## 4643 14 2016-09-18 1.24 1641724.15 826479.75 439168.23
## 4644 15 2016-09-11 1.18 1697761.29 780495.39 488705.89
## 4645 16 2016-09-04 1.10 1933628.13 931227.39 541981.42
## 4646 17 2016-08-28 1.22 1693969.47 823545.19 462409.58
## 4647 18 2016-08-21 1.21 1693418.62 748383.14 445643.20
## 4648 19 2016-08-14 1.12 1873446.99 882147.93 435932.30
## 4649 20 2016-08-07 1.17 1979362.94 859776.14 534861.87
## 4650 21 2016-07-31 1.25 1716384.76 658829.43 526275.28
## 4651 22 2016-07-24 1.22 1807152.43 650651.58 565159.06
## 4652 23 2016-07-17 1.15 1865426.77 615734.77 583708.66
## 4653 24 2016-07-10 1.09 2028847.18 691422.45 634634.29
## 4654 25 2016-07-03 1.05 2259572.01 684349.38 761167.83
## 4655 26 2016-06-26 1.03 2101835.60 1040820.26 490842.47
## 4656 27 2016-06-19 0.87 2559002.86 1093072.84 925765.95
## 4657 28 2016-06-12 1.04 2104834.28 892690.24 628986.82
## 4658 29 2016-06-05 0.93 2330438.23 1242318.20 518978.73
## 4659 30 2016-05-29 0.90 2265037.77 1223080.58 495021.66
## 4660 31 2016-05-22 0.94 2248726.67 1062580.20 619172.75
## 4661 32 2016-05-15 0.95 2100440.16 873323.33 621229.14
## 4662 33 2016-05-08 0.86 2664926.82 1198630.18 861839.11
## 4663 34 2016-05-01 0.97 2093998.59 925373.29 636658.22
## 4664 35 2016-04-24 0.95 2088524.46 887508.56 650864.38
## 4665 36 2016-04-17 0.95 2114990.64 852518.35 756238.99
## 4666 37 2016-04-10 1.00 1872378.56 886184.00 507777.03
## 4667 38 2016-04-03 1.04 1769050.34 898127.03 451253.04
## 4668 39 2016-03-27 1.07 1740836.89 773936.48 518333.94
## 4669 40 2016-03-20 0.95 1938247.08 793583.90 691374.76
## 4670 41 2016-03-13 0.91 2095165.01 1102893.11 548239.52
## 4671 42 2016-03-06 1.06 1734414.90 798294.79 481425.08
## 4672 43 2016-02-28 1.07 1647189.23 716192.38 496105.73
## 4673 44 2016-02-21 1.03 1672884.28 784111.14 499720.63
## 4674 45 2016-02-14 0.97 1790822.72 869882.86 525736.46
## 4675 46 2016-02-07 0.83 2838853.24 1206795.22 1165322.88
## 4676 47 2016-01-31 1.05 1851372.18 870097.66 571495.47
## 4677 48 2016-01-24 1.16 1261352.88 360743.21 518203.05
## 4678 49 2016-01-17 1.12 1495176.98 634914.42 499796.45
## 4679 50 2016-01-10 1.08 1670524.63 750885.43 510181.50
## 4680 51 2016-01-03 0.94 2171818.57 999388.89 840637.85
## 4681 0 2016-12-25 0.94 525930.72 104032.21 135602.68
## 4682 1 2016-12-18 0.93 522499.15 103822.87 135172.07
## 4683 2 2016-12-11 0.70 923022.14 97136.34 256730.42
## 4684 3 2016-12-04 1.00 594246.50 109778.14 143749.16
## 4685 4 2016-11-27 1.22 404389.56 72973.18 104741.59
## 4686 5 2016-11-20 1.23 455618.12 80040.96 114101.18
## 4687 6 2016-11-13 1.22 487762.79 90571.72 119196.88
## 4688 7 2016-11-06 1.35 467433.56 83618.40 116112.59
## 4689 8 2016-10-30 1.40 407047.88 70232.80 109965.98
## 4690 9 2016-10-23 1.12 568596.03 77057.58 127808.18
## 4691 10 2016-10-16 1.16 563725.30 106966.73 107928.08
## 4692 11 2016-10-09 1.08 598035.57 107796.99 124430.54
## 4693 12 2016-10-02 0.83 954737.07 93260.65 187759.49
## 4694 13 2016-09-25 0.87 694289.80 122350.41 123793.69
## 4695 14 2016-09-18 0.94 603235.38 125312.43 146731.40
## 4696 15 2016-09-11 0.88 671817.53 155407.07 156920.67
## 4697 16 2016-09-04 1.01 613058.51 131619.33 166648.41
## 4698 17 2016-08-28 0.99 621458.42 119829.63 173787.92
## 4699 18 2016-08-21 0.92 668003.85 135899.22 156327.74
## 4700 19 2016-08-14 0.98 623628.80 134421.78 139971.18
## 4701 20 2016-08-07 0.96 659207.94 140180.44 166749.64
## 4702 21 2016-07-31 1.02 608614.15 135646.65 130929.72
## 4703 22 2016-07-24 0.97 602085.03 135877.37 142590.49
## 4704 23 2016-07-17 0.93 612572.73 138377.47 140619.34
## 4705 24 2016-07-10 0.98 669673.68 158448.06 152086.54
## 4706 25 2016-07-03 0.98 728681.01 162120.67 189257.93
## 4707 26 2016-06-26 0.92 662145.29 139894.23 158417.00
## 4708 27 2016-06-19 0.86 682680.66 154975.49 168948.72
## 4709 28 2016-06-12 0.85 626226.63 159711.34 167508.33
## 4710 29 2016-06-05 0.78 942774.69 153775.40 234869.93
## 4711 30 2016-05-29 0.77 832869.55 145240.16 204586.42
## 4712 31 2016-05-22 0.78 689730.64 140269.29 157857.75
## 4713 32 2016-05-15 0.75 884782.05 139703.26 220231.82
## 4714 33 2016-05-08 0.75 969780.21 155346.32 244456.00
## 4715 34 2016-05-01 0.76 852118.86 148329.79 219777.04
## 4716 35 2016-04-24 0.79 714374.65 147879.20 194071.12
## 4717 36 2016-04-17 0.69 917689.13 80084.69 285327.86
## 4718 37 2016-04-10 0.88 681434.09 115155.67 233413.33
## 4719 38 2016-04-03 0.79 806264.89 89147.26 249613.50
## 4720 39 2016-03-27 0.71 806586.49 82569.97 247868.59
## 4721 40 2016-03-20 0.94 556500.49 89989.82 177624.19
## 4722 41 2016-03-13 0.79 750735.40 89366.15 223410.75
## 4723 42 2016-03-06 0.83 769499.11 93795.79 207462.92
## 4724 43 2016-02-28 0.83 725928.01 83579.80 209750.15
## 4725 44 2016-02-21 0.71 823186.03 65380.96 277280.25
## 4726 45 2016-02-14 0.87 567176.93 98599.11 169228.62
## 4727 46 2016-02-07 0.72 948838.16 90313.08 340413.42
## 4728 47 2016-01-31 0.88 674373.81 83566.59 223504.78
## 4729 48 2016-01-24 0.90 596989.37 60000.87 208201.05
## 4730 49 2016-01-17 0.87 731385.02 91788.60 249094.94
## 4731 50 2016-01-10 0.88 731602.32 100449.51 241994.09
## 4732 51 2016-01-03 0.75 830063.20 101180.60 291667.86
## 4733 0 2016-12-25 1.24 208041.00 57636.61 63983.54
## 4734 1 2016-12-18 1.26 197054.39 60411.01 60081.51
## 4735 2 2016-12-11 1.24 215138.05 77872.10 51720.67
## 4736 3 2016-12-04 1.31 216077.75 80765.25 51555.26
## 4737 4 2016-11-27 1.49 175761.18 64281.66 41537.34
## 4738 5 2016-11-20 1.56 183327.73 66026.81 40837.67
## 4739 6 2016-11-13 1.47 211408.68 87802.48 39962.93
## 4740 7 2016-11-06 1.53 215345.69 79225.25 42184.25
## 4741 8 2016-10-30 1.42 211956.24 84333.26 42819.12
## 4742 9 2016-10-23 1.40 239744.28 88588.35 53189.14
## 4743 10 2016-10-16 1.37 247656.68 91951.02 64317.25
## 4744 11 2016-10-09 1.39 254093.87 85813.34 67026.70
## 4745 12 2016-10-02 1.36 261886.32 81422.14 79271.53
## 4746 13 2016-09-25 1.35 255043.21 88405.04 70494.60
## 4747 14 2016-09-18 1.27 278129.66 92754.42 82984.73
## 4748 15 2016-09-11 1.31 248257.02 55464.08 81087.70
## 4749 16 2016-09-04 1.27 287328.36 90299.49 90747.57
## 4750 17 2016-08-28 1.29 281758.14 88767.63 100303.08
## 4751 18 2016-08-21 1.29 279090.94 67590.68 102580.71
## 4752 19 2016-08-14 1.27 295307.02 69869.89 113633.79
## 4753 20 2016-08-07 1.31 280543.19 64077.54 115112.98
## 4754 21 2016-07-31 1.33 273951.50 59207.74 116645.19
## 4755 22 2016-07-24 1.31 279159.58 52638.44 114295.77
## 4756 23 2016-07-17 1.28 279442.60 47084.06 109983.48
## 4757 24 2016-07-10 1.20 303559.52 43145.57 124463.71
## 4758 25 2016-07-03 1.14 307215.96 64011.81 107878.42
## 4759 26 2016-06-26 1.12 297550.90 63248.04 110539.24
## 4760 27 2016-06-19 1.12 313757.20 69174.55 116061.69
## 4761 28 2016-06-12 1.09 298517.24 61649.07 111257.49
## 4762 29 2016-06-05 1.11 308049.48 69779.42 115207.29
## 4763 30 2016-05-29 1.18 295356.64 56828.31 118782.19
## 4764 31 2016-05-22 1.16 288374.18 58844.01 123522.39
## 4765 32 2016-05-15 1.10 293520.49 57225.93 131575.08
## 4766 33 2016-05-08 1.07 318524.19 56914.24 154919.75
## 4767 34 2016-05-01 1.06 326468.57 77783.94 143133.66
## 4768 35 2016-04-24 1.07 311438.51 69533.11 135696.85
## 4769 36 2016-04-17 1.11 284896.14 47754.46 137649.89
## 4770 37 2016-04-10 1.09 274246.43 62706.78 112390.31
## 4771 38 2016-04-03 1.13 262808.03 60612.10 113708.37
## 4772 39 2016-03-27 1.14 260487.14 44251.14 129664.47
## 4773 40 2016-03-20 1.13 288866.22 57433.83 140113.93
## 4774 41 2016-03-13 1.08 303779.53 65417.48 142777.21
## 4775 42 2016-03-06 1.08 298087.71 66431.92 140242.50
## 4776 43 2016-02-28 1.08 281060.42 59637.15 136706.15
## 4777 44 2016-02-21 1.05 263148.45 55054.39 118359.43
## 4778 45 2016-02-14 0.99 283960.43 71137.02 118416.48
## 4779 46 2016-02-07 0.86 403849.99 82796.77 207314.39
## 4780 47 2016-01-31 0.96 290633.33 61313.27 145758.08
## 4781 48 2016-01-24 0.96 242512.95 20211.55 135264.31
## 4782 49 2016-01-17 1.00 272248.84 47604.07 140274.99
## 4783 50 2016-01-10 0.99 257990.11 42069.78 120386.44
## 4784 51 2016-01-03 0.92 280335.82 65934.23 127743.83
## 4785 0 2016-12-25 1.20 176103.25 57197.50 58578.91
## 4786 1 2016-12-18 1.15 174209.10 64259.62 54299.21
## 4787 2 2016-12-11 1.10 186495.71 67313.99 51724.90
## 4788 3 2016-12-04 1.18 183871.72 82393.63 49249.33
## 4789 4 2016-11-27 1.21 154199.13 47392.15 48587.49
## 4790 5 2016-11-20 1.29 177112.27 61550.58 49335.17
## 4791 6 2016-11-13 1.33 177641.28 81429.32 47266.81
## 4792 7 2016-11-06 1.39 169723.23 73480.37 43301.88
## 4793 8 2016-10-30 1.28 174400.73 80899.60 43431.58
## 4794 9 2016-10-23 1.34 178512.86 70435.52 54871.16
## 4795 10 2016-10-16 1.28 203089.29 75896.57 67555.19
## 4796 11 2016-10-09 1.25 213460.34 90443.54 66361.81
## 4797 12 2016-10-02 1.19 229339.10 95732.95 68003.98
## 4798 13 2016-09-25 1.27 210791.27 88120.08 66843.58
## 4799 14 2016-09-18 1.18 238848.85 99451.59 78464.91
## 4800 15 2016-09-11 1.13 240632.37 96272.81 71790.50
## 4801 16 2016-09-04 1.11 263823.88 100753.98 86557.82
## 4802 17 2016-08-28 1.06 250434.52 87612.12 85621.03
## 4803 18 2016-08-21 1.11 236349.68 86900.27 84501.94
## 4804 19 2016-08-14 1.12 247600.94 89131.88 80717.40
## 4805 20 2016-08-07 1.10 266174.10 98312.66 93057.33
## 4806 21 2016-07-31 1.17 245374.63 85721.72 86666.66
## 4807 22 2016-07-24 1.07 272728.01 96397.86 91585.66
## 4808 23 2016-07-17 1.06 264253.28 82855.27 92471.42
## 4809 24 2016-07-10 1.02 296610.12 87547.80 117236.14
## 4810 25 2016-07-03 0.99 305399.40 89753.36 116413.77
## 4811 26 2016-06-26 1.00 259281.86 74356.16 104881.00
## 4812 27 2016-06-19 0.99 278178.65 67619.73 122627.22
## 4813 28 2016-06-12 0.96 280191.20 83555.77 108482.44
## 4814 29 2016-06-05 0.98 268775.52 67444.03 117809.78
## 4815 30 2016-05-29 1.00 274103.16 81287.84 106696.81
## 4816 31 2016-05-22 0.96 271979.26 79353.25 105907.42
## 4817 32 2016-05-15 1.00 250352.36 63701.44 121474.74
## 4818 33 2016-05-08 0.90 334121.64 89111.96 158033.71
## 4819 34 2016-05-01 0.95 283660.10 67526.83 132271.16
## 4820 35 2016-04-24 0.98 273208.48 73890.53 118253.05
## 4821 36 2016-04-17 0.99 251803.25 58573.91 119481.28
## 4822 37 2016-04-10 1.01 220100.13 60884.25 82433.14
## 4823 38 2016-04-03 1.03 189989.18 58169.25 74249.46
## 4824 39 2016-03-27 1.02 233604.10 61031.43 109864.33
## 4825 40 2016-03-20 0.99 264247.19 65822.05 127367.89
## 4826 41 2016-03-13 1.02 246110.88 53660.80 125742.51
## 4827 42 2016-03-06 0.99 255419.61 69078.97 117735.27
## 4828 43 2016-02-28 1.04 230260.29 68025.31 107712.33
## 4829 44 2016-02-21 0.98 214625.59 57431.41 101387.49
## 4830 45 2016-02-14 0.92 254611.93 69755.44 118256.29
## 4831 46 2016-02-07 0.78 394461.41 145746.61 168148.89
## 4832 47 2016-01-31 0.98 222414.16 52910.51 115933.08
## 4833 48 2016-01-24 0.97 272314.29 81685.72 131405.09
## 4834 49 2016-01-17 0.97 272594.61 102087.13 115257.04
## 4835 50 2016-01-10 0.97 243704.71 81955.23 97007.78
## 4836 51 2016-01-03 0.96 235618.91 79192.25 102411.75
## 4837 0 2016-12-25 1.16 103804.48 27393.26 28263.18
## 4838 1 2016-12-18 1.15 93106.80 29593.90 26460.78
## 4839 2 2016-12-11 1.04 113394.91 36799.58 27761.04
## 4840 3 2016-12-04 1.17 105733.40 43234.65 26047.67
## 4841 4 2016-11-27 1.31 82819.13 23710.29 23786.95
## 4842 5 2016-11-20 1.33 99233.86 31583.94 25266.97
## 4843 6 2016-11-13 1.41 98075.02 36639.68 25755.75
## 4844 7 2016-11-06 1.39 104169.98 39065.25 23895.38
## 4845 8 2016-10-30 1.26 105608.34 43905.80 21234.24
## 4846 9 2016-10-23 1.26 107231.19 40459.99 29276.45
## 4847 10 2016-10-16 1.22 121791.92 42680.86 32596.50
## 4848 11 2016-10-09 1.23 118935.46 46103.44 34296.85
## 4849 12 2016-10-02 1.13 133182.18 48667.09 35464.62
## 4850 13 2016-09-25 1.07 142130.59 50868.03 39269.60
## 4851 14 2016-09-18 1.06 144272.73 57840.60 38597.58
## 4852 15 2016-09-11 1.02 156833.09 59141.58 38349.72
## 4853 16 2016-09-04 1.01 162357.83 51973.15 42949.04
## 4854 17 2016-08-28 1.03 155029.38 48406.18 43349.65
## 4855 18 2016-08-21 1.04 147961.26 45315.56 46239.65
## 4856 19 2016-08-14 1.04 145313.85 42321.57 41576.70
## 4857 20 2016-08-07 1.04 142168.01 43871.58 45988.71
## 4858 21 2016-07-31 1.07 143067.18 44288.47 43886.04
## 4859 22 2016-07-24 1.04 150126.91 45204.04 41843.90
## 4860 23 2016-07-17 1.04 144948.27 42725.53 45126.99
## 4861 24 2016-07-10 1.01 158961.77 46152.70 54601.35
## 4862 25 2016-07-03 0.99 164583.69 42474.31 55215.66
## 4863 26 2016-06-26 1.02 141407.11 37010.79 52754.51
## 4864 27 2016-06-19 1.00 158224.62 38806.24 58287.79
## 4865 28 2016-06-12 0.99 152148.72 41650.39 52625.39
## 4866 29 2016-06-05 0.96 151372.89 39705.87 56076.83
## 4867 30 2016-05-29 0.93 162618.02 51556.28 52308.50
## 4868 31 2016-05-22 0.90 171189.02 55226.51 50049.44
## 4869 32 2016-05-15 0.94 141716.20 41009.19 55894.53
## 4870 33 2016-05-08 0.87 184595.60 46723.27 76766.69
## 4871 34 2016-05-01 0.87 178487.59 42590.28 71617.99
## 4872 35 2016-04-24 0.91 164410.77 42884.03 57628.85
## 4873 36 2016-04-17 0.93 150910.00 38226.66 59221.75
## 4874 37 2016-04-10 0.93 133381.56 41262.76 31989.81
## 4875 38 2016-04-03 0.97 113028.45 37271.13 32720.20
## 4876 39 2016-03-27 0.96 139668.90 45215.02 50007.46
## 4877 40 2016-03-20 0.96 156283.99 52022.38 55818.44
## 4878 41 2016-03-13 0.99 139661.75 37199.87 57106.77
## 4879 42 2016-03-06 0.98 142026.90 49400.90 51284.91
## 4880 43 2016-02-28 0.99 135623.05 52420.43 48195.34
## 4881 44 2016-02-21 0.98 115875.65 32921.58 45911.67
## 4882 45 2016-02-14 0.90 159758.46 47759.39 55674.85
## 4883 46 2016-02-07 0.91 198011.31 60920.14 79535.27
## 4884 47 2016-01-31 0.99 121477.84 32756.64 52095.37
## 4885 48 2016-01-24 0.99 143015.44 47641.16 55634.09
## 4886 49 2016-01-17 0.98 157618.05 64687.72 51993.70
## 4887 50 2016-01-10 0.97 143703.88 55844.25 42998.53
## 4888 51 2016-01-03 0.91 156699.18 59481.98 58348.71
## 4889 0 2016-12-25 1.07 428247.63 119611.90 263467.16
## 4890 1 2016-12-18 1.04 384448.27 125324.05 218206.45
## 4891 2 2016-12-11 1.03 434567.21 106959.89 275886.64
## 4892 3 2016-12-04 1.29 315955.99 110569.37 156812.81
## 4893 4 2016-11-27 1.43 279333.62 89558.88 150298.86
## 4894 5 2016-11-20 1.53 289773.71 94610.30 151992.19
## 4895 6 2016-11-13 1.62 277735.11 93242.35 144958.18
## 4896 7 2016-11-06 1.78 266345.33 93518.61 137695.34
## 4897 8 2016-10-30 1.79 238699.30 97713.53 118831.23
## 4898 9 2016-10-23 1.59 253163.64 82312.90 127356.96
## 4899 10 2016-10-16 1.61 330213.06 102990.47 180666.02
## 4900 11 2016-10-09 1.49 370422.62 133617.58 190297.13
## 4901 12 2016-10-02 1.35 381992.70 136133.45 191756.47
## 4902 13 2016-09-25 1.34 420076.53 135264.64 230423.89
## 4903 14 2016-09-18 1.39 407813.86 124962.88 234689.88
## 4904 15 2016-09-11 1.34 432472.11 140888.49 229037.12
## 4905 16 2016-09-04 1.32 472090.23 153239.51 247684.74
## 4906 17 2016-08-28 1.33 421583.74 150624.23 225695.86
## 4907 18 2016-08-21 1.27 456755.06 181120.39 217955.81
## 4908 19 2016-08-14 1.19 512843.34 154532.23 299818.16
## 4909 20 2016-08-07 1.37 453622.90 149607.29 239914.38
## 4910 21 2016-07-31 1.40 466095.04 140605.40 255278.90
## 4911 22 2016-07-24 1.42 450895.76 123359.06 253984.19
## 4912 23 2016-07-17 1.31 471698.22 150251.55 237468.05
## 4913 24 2016-07-10 1.26 489099.02 164624.96 231260.34
## 4914 25 2016-07-03 1.24 565017.74 163405.30 303029.74
## 4915 26 2016-06-26 1.25 464446.20 147821.55 228939.76
## 4916 27 2016-06-19 1.20 508036.18 157354.92 276855.96
## 4917 28 2016-06-12 1.15 501159.10 158599.19 263137.09
## 4918 29 2016-06-05 1.17 521408.99 169293.85 269555.77
## 4919 30 2016-05-29 1.18 489338.25 166777.30 252374.66
## 4920 31 2016-05-22 1.10 488201.43 156352.97 253576.99
## 4921 32 2016-05-15 1.17 438309.86 137852.11 224842.97
## 4922 33 2016-05-08 1.00 569710.14 171748.12 307614.01
## 4923 34 2016-05-01 1.06 481861.11 158376.45 251468.09
## 4924 35 2016-04-24 1.01 529817.53 173546.78 281110.03
## 4925 36 2016-04-17 1.15 448082.46 158323.88 210773.79
## 4926 37 2016-04-10 1.15 459342.82 152169.98 227080.50
## 4927 38 2016-04-03 1.05 488547.76 128563.45 284764.63
## 4928 39 2016-03-27 1.18 458899.34 129399.89 248862.02
## 4929 40 2016-03-20 1.18 404736.39 128297.40 203155.49
## 4930 41 2016-03-13 1.14 441333.91 139305.36 227493.90
## 4931 42 2016-03-06 1.13 443386.65 136469.26 216299.79
## 4932 43 2016-02-28 1.13 439280.11 133683.82 213422.76
## 4933 44 2016-02-21 1.09 419479.70 124241.28 219980.44
## 4934 45 2016-02-14 1.04 447945.80 143312.43 207645.46
## 4935 46 2016-02-07 0.91 796524.48 259382.37 419044.57
## 4936 47 2016-01-31 1.13 434121.25 145374.67 209170.61
## 4937 48 2016-01-24 1.11 409324.93 55327.20 278223.80
## 4938 49 2016-01-17 1.11 437356.64 105468.97 256283.84
## 4939 50 2016-01-10 1.08 434238.52 122362.72 229930.15
## 4940 51 2016-01-03 0.96 512117.98 141161.62 301172.94
## 4941 0 2016-12-25 0.89 473730.19 118030.19 191754.65
## 4942 1 2016-12-18 0.90 437170.79 106000.40 161104.63
## 4943 2 2016-12-11 0.81 505122.60 139066.79 205742.62
## 4944 3 2016-12-04 0.85 499144.04 214063.09 133318.88
## 4945 4 2016-11-27 1.08 392291.47 160595.93 108871.80
## 4946 5 2016-11-20 1.25 369682.40 135337.58 120005.93
## 4947 6 2016-11-13 1.37 353828.79 120524.26 126173.10
## 4948 7 2016-11-06 1.68 292299.52 89364.77 128356.68
## 4949 8 2016-10-30 1.65 270941.97 88975.06 119080.04
## 4950 9 2016-10-23 1.32 366026.91 127391.58 119290.35
## 4951 10 2016-10-16 1.27 443367.98 133020.51 139616.39
## 4952 11 2016-10-09 1.25 473046.60 143507.80 142805.42
## 4953 12 2016-10-02 1.09 534801.53 209855.65 131355.15
## 4954 13 2016-09-25 1.05 566089.72 217679.82 136015.14
## 4955 14 2016-09-18 1.18 457197.25 147766.51 139189.02
## 4956 15 2016-09-11 1.08 498555.72 164685.23 144231.63
## 4957 16 2016-09-04 1.06 550756.68 186260.68 164050.31
## 4958 17 2016-08-28 0.90 620041.46 244514.34 145515.54
## 4959 18 2016-08-21 0.94 578630.39 227977.89 127819.40
## 4960 19 2016-08-14 1.19 499056.18 151194.91 164960.87
## 4961 20 2016-08-07 1.14 534955.59 164926.18 168655.71
## 4962 21 2016-07-31 1.16 522678.71 156893.23 167605.98
## 4963 22 2016-07-24 1.18 526657.41 168729.48 168789.85
## 4964 23 2016-07-17 1.12 519567.72 169871.43 161029.99
## 4965 24 2016-07-10 0.98 604082.24 186258.97 204704.57
## 4966 25 2016-07-03 1.04 613005.97 182471.65 186674.10
## 4967 26 2016-06-26 0.89 595917.64 196595.53 163147.87
## 4968 27 2016-06-19 0.98 573831.30 182110.33 160231.90
## 4969 28 2016-06-12 0.88 596634.56 216162.48 144195.74
## 4970 29 2016-06-05 0.83 661159.79 242212.63 171998.98
## 4971 30 2016-05-29 0.92 576543.05 183028.56 168419.71
## 4972 31 2016-05-22 0.78 569349.05 157623.84 205497.08
## 4973 32 2016-05-15 0.86 553706.74 196229.51 169362.37
## 4974 33 2016-05-08 0.78 649503.23 210276.04 194613.60
## 4975 34 2016-05-01 0.68 679213.01 221162.07 221265.53
## 4976 35 2016-04-24 0.73 623486.79 209423.33 193980.26
## 4977 36 2016-04-17 0.80 621350.28 219230.99 155882.34
## 4978 37 2016-04-10 0.84 589694.67 190244.17 158653.72
## 4979 38 2016-04-03 0.90 527115.47 165482.10 148671.87
## 4980 39 2016-03-27 0.80 615580.70 183067.39 162858.06
## 4981 40 2016-03-20 0.76 649914.07 159593.34 189449.00
## 4982 41 2016-03-13 0.84 567953.21 151219.73 139500.87
## 4983 42 2016-03-06 0.81 627397.71 160581.05 156090.46
## 4984 43 2016-02-28 0.80 585693.61 143189.43 144667.93
## 4985 44 2016-02-21 0.86 592197.58 165757.19 159025.48
## 4986 45 2016-02-14 0.79 595414.77 173874.57 140454.28
## 4987 46 2016-02-07 0.61 917660.79 212980.89 302238.82
## 4988 47 2016-01-31 0.72 643326.66 174249.75 192217.79
## 4989 48 2016-01-24 0.85 564637.66 104831.87 157896.39
## 4990 49 2016-01-17 0.79 561712.98 164565.34 190461.21
## 4991 50 2016-01-10 0.81 578610.94 155537.61 153030.46
## 4992 51 2016-01-03 0.65 719749.77 204145.28 256691.54
## 4993 0 2016-12-25 1.18 690027.33 164595.96 462872.97
## 4994 1 2016-12-18 1.22 643518.28 173909.85 401462.31
## 4995 2 2016-12-11 1.29 655428.34 134467.78 447891.73
## 4996 3 2016-12-04 1.52 542857.36 159831.40 310592.77
## 4997 4 2016-11-27 1.75 488378.10 118187.03 297882.68
## 4998 5 2016-11-20 1.89 510752.32 120582.11 308963.91
## 4999 6 2016-11-13 1.94 506543.80 118820.99 308678.33
## 5000 7 2016-11-06 2.07 492504.81 109080.72 304926.27
## 5001 8 2016-10-30 2.20 477937.80 130025.36 285048.20
## 5002 9 2016-10-23 1.87 411873.66 133676.77 178795.94
## 5003 10 2016-10-16 1.99 590535.06 141221.01 362859.22
## 5004 11 2016-10-09 1.82 673082.26 163264.54 409307.88
## 5005 12 2016-10-02 1.52 731993.57 196085.62 421421.20
## 5006 13 2016-09-25 1.43 860546.65 210602.19 549378.28
## 5007 14 2016-09-18 1.50 813575.88 173635.07 549722.44
## 5008 15 2016-09-11 1.43 862732.45 222298.01 533967.64
## 5009 16 2016-09-04 1.47 850104.12 203090.38 552428.86
## 5010 17 2016-08-28 1.38 812410.86 258578.88 469333.14
## 5011 18 2016-08-21 1.28 825338.15 311234.33 415962.15
## 5012 19 2016-08-14 1.03 1114834.28 266260.92 757100.85
## 5013 20 2016-08-07 1.49 753570.45 189861.80 463372.96
## 5014 21 2016-07-31 1.52 814505.22 185496.96 513372.10
## 5015 22 2016-07-24 1.54 817357.28 158290.86 527450.53
## 5016 23 2016-07-17 1.46 804071.94 200748.22 481290.68
## 5017 24 2016-07-10 1.40 842731.76 249271.40 458731.12
## 5018 25 2016-07-03 1.41 891917.15 202576.49 546096.50
## 5019 26 2016-06-26 1.50 749554.87 194824.52 411086.22
## 5020 27 2016-06-19 1.44 800921.02 210315.55 459979.37
## 5021 28 2016-06-12 1.45 770382.05 228294.75 418903.64
## 5022 29 2016-06-05 1.35 899154.46 278152.57 481323.79
## 5023 30 2016-05-29 1.34 891069.03 304281.47 462079.65
## 5024 31 2016-05-22 1.31 817923.28 247488.87 416811.55
## 5025 32 2016-05-15 1.37 772064.79 201205.64 438490.13
## 5026 33 2016-05-08 1.06 961334.65 259594.33 569011.84
## 5027 34 2016-05-01 0.99 1001227.21 355140.93 534187.25
## 5028 35 2016-04-24 1.00 1017425.89 313239.31 570669.60
## 5029 36 2016-04-17 1.39 786422.89 209130.77 415099.08
## 5030 37 2016-04-10 1.38 765652.36 216993.87 399403.75
## 5031 38 2016-04-03 1.12 849739.84 166177.24 546227.92
## 5032 39 2016-03-27 1.47 716020.43 167887.53 409135.78
## 5033 40 2016-03-20 1.40 739577.85 193704.13 416863.96
## 5034 41 2016-03-13 1.41 714002.30 192002.80 383557.60
## 5035 42 2016-03-06 1.29 817240.38 217965.57 441193.39
## 5036 43 2016-02-28 1.29 824092.61 238542.45 445285.06
## 5037 44 2016-02-21 1.15 799826.02 178438.97 509199.72
## 5038 45 2016-02-14 1.34 696959.32 200199.01 357790.26
## 5039 46 2016-02-07 0.89 1355047.15 333064.46 858526.37
## 5040 47 2016-01-31 1.27 805039.06 236160.56 431120.43
## 5041 48 2016-01-24 1.05 844417.47 115036.60 621996.45
## 5042 49 2016-01-17 1.24 732860.83 141712.96 474840.29
## 5043 50 2016-01-10 1.21 765839.95 144506.94 487614.57
## 5044 51 2016-01-03 0.93 918798.74 204501.46 593429.62
## 5045 0 2016-12-25 1.17 475143.56 64749.60 143841.64
## 5046 1 2016-12-18 1.09 459322.74 67730.61 132123.37
## 5047 2 2016-12-11 0.88 809403.75 69913.65 207213.83
## 5048 3 2016-12-04 1.23 531803.40 75095.01 131322.74
## 5049 4 2016-11-27 1.45 383268.86 44831.05 120317.61
## 5050 5 2016-11-20 1.41 447760.40 56982.28 128919.02
## 5051 6 2016-11-13 1.43 472868.46 61375.16 152069.42
## 5052 7 2016-11-06 1.43 446970.37 58648.40 130208.79
## 5053 8 2016-10-30 1.42 368056.21 52130.99 108922.37
## 5054 9 2016-10-23 1.12 619599.06 69252.30 212504.79
## 5055 10 2016-10-16 1.20 618367.26 94032.78 146878.16
## 5056 11 2016-10-09 1.23 556874.50 74612.15 138352.51
## 5057 12 2016-10-02 0.89 917139.67 73071.87 190566.13
## 5058 13 2016-09-25 1.03 655426.45 101292.91 130310.43
## 5059 14 2016-09-18 1.03 586212.19 121884.72 150306.52
## 5060 15 2016-09-11 1.00 644049.31 154068.23 167761.10
## 5061 16 2016-09-04 1.13 563852.38 132309.00 141811.18
## 5062 17 2016-08-28 1.08 592604.21 114777.38 174074.05
## 5063 18 2016-08-21 1.11 605652.82 111362.57 140739.28
## 5064 19 2016-08-14 1.14 591638.12 103908.49 158811.63
## 5065 20 2016-08-07 1.11 619209.25 101060.89 192576.48
## 5066 21 2016-07-31 1.12 595856.48 93422.28 157723.11
## 5067 22 2016-07-24 1.10 581023.47 85459.65 163758.14
## 5068 23 2016-07-17 1.03 639853.23 94220.24 165714.00
## 5069 24 2016-07-10 1.11 628610.41 103864.49 163811.75
## 5070 25 2016-07-03 1.10 663580.48 101636.27 179739.71
## 5071 26 2016-06-26 1.03 638550.37 91565.19 174576.32
## 5072 27 2016-06-19 0.97 677710.31 101860.03 193696.31
## 5073 28 2016-06-12 1.01 666340.59 108550.27 178700.42
## 5074 29 2016-06-05 0.86 866343.38 97146.75 262684.03
## 5075 30 2016-05-29 0.87 771235.53 92529.88 210394.57
## 5076 31 2016-05-22 0.87 726064.91 92633.90 212729.20
## 5077 32 2016-05-15 0.83 844349.33 87749.32 218295.82
## 5078 33 2016-05-08 0.82 1007800.54 88762.21 334254.33
## 5079 34 2016-05-01 0.82 858037.45 91136.13 271005.05
## 5080 35 2016-04-24 0.88 752138.28 86998.66 222808.84
## 5081 36 2016-04-17 0.84 862450.87 76011.20 252920.78
## 5082 37 2016-04-10 0.93 728447.49 125383.51 228654.14
## 5083 38 2016-04-03 0.86 793187.83 111241.96 191068.36
## 5084 39 2016-03-27 0.85 781581.62 91025.18 192539.97
## 5085 40 2016-03-20 1.02 596110.62 76059.35 193206.73
## 5086 41 2016-03-13 0.94 712808.08 71766.68 189254.12
## 5087 42 2016-03-06 0.88 782395.12 101164.10 203599.20
## 5088 43 2016-02-28 0.91 737516.16 96852.95 180912.17
## 5089 44 2016-02-21 0.86 755726.36 56523.09 215390.45
## 5090 45 2016-02-14 0.98 593651.59 105339.16 152777.85
## 5091 46 2016-02-07 0.75 1040955.47 110675.58 347695.79
## 5092 47 2016-01-31 0.98 666670.45 75852.78 190462.67
## 5093 48 2016-01-24 0.92 726078.64 100315.41 253246.50
## 5094 49 2016-01-17 0.94 788935.31 155213.14 203618.21
## 5095 50 2016-01-10 0.86 831911.78 177583.68 272041.11
## 5096 51 2016-01-03 0.89 814295.85 179151.58 290450.07
## 5097 0 2016-12-25 1.02 308342.51 121219.40 62511.84
## 5098 1 2016-12-18 1.07 269690.96 103487.49 56975.33
## 5099 2 2016-12-11 1.20 243555.26 106629.29 42052.22
## 5100 3 2016-12-04 1.09 304040.10 122448.61 64899.79
## 5101 4 2016-11-27 1.33 229072.30 90090.62 40561.32
## 5102 5 2016-11-20 1.34 246915.39 105060.77 37789.02
## 5103 6 2016-11-13 1.41 255288.43 127839.06 40770.91
## 5104 7 2016-11-06 1.50 222378.08 97077.73 42624.62
## 5105 8 2016-10-30 1.43 227993.90 99127.20 45338.87
## 5106 9 2016-10-23 1.40 260446.46 128648.80 52740.63
## 5107 10 2016-10-16 1.30 281240.11 117958.34 64027.95
## 5108 11 2016-10-09 1.32 262764.71 109192.13 56453.75
## 5109 12 2016-10-02 1.30 301001.94 128824.70 66171.50
## 5110 13 2016-09-25 1.25 327724.02 148997.66 68555.28
## 5111 14 2016-09-18 1.12 331549.04 153616.97 62717.83
## 5112 15 2016-09-11 1.08 341887.56 156750.70 59265.51
## 5113 16 2016-09-04 1.03 419927.05 228635.99 60398.43
## 5114 17 2016-08-28 1.11 352297.98 197155.13 48370.23
## 5115 18 2016-08-21 1.08 381549.32 193878.00 58093.31
## 5116 19 2016-08-14 1.11 389639.12 198569.92 67082.24
## 5117 20 2016-08-07 1.17 362625.87 183405.85 59165.06
## 5118 21 2016-07-31 1.18 344490.91 156886.45 67074.62
## 5119 22 2016-07-24 1.18 336673.77 143275.08 81763.60
## 5120 23 2016-07-17 1.17 336050.16 144883.03 77242.50
## 5121 24 2016-07-10 1.08 389300.41 168421.00 87043.24
## 5122 25 2016-07-03 0.95 515792.87 214287.07 125503.35
## 5123 26 2016-06-26 1.07 367778.60 150191.51 90300.07
## 5124 27 2016-06-19 0.97 451741.89 211554.56 100652.86
## 5125 28 2016-06-12 1.04 357902.32 161172.25 80778.03
## 5126 29 2016-06-05 0.94 416168.39 186493.48 103324.30
## 5127 30 2016-05-29 0.97 441398.16 188092.93 120644.64
## 5128 31 2016-05-22 1.04 343576.29 135034.40 98568.31
## 5129 32 2016-05-15 0.89 422276.07 153126.16 137072.54
## 5130 33 2016-05-08 0.82 504149.45 216508.21 132765.13
## 5131 34 2016-05-01 0.76 591962.95 251273.90 163222.99
## 5132 35 2016-04-24 0.93 420066.90 151185.27 146951.42
## 5133 36 2016-04-17 1.01 370690.55 153725.68 109475.73
## 5134 37 2016-04-10 0.96 397990.96 158605.28 126384.55
## 5135 38 2016-04-03 1.05 340564.79 150247.08 97713.54
## 5136 39 2016-03-27 1.07 315023.95 136387.50 91995.56
## 5137 40 2016-03-20 1.07 331531.06 149730.39 94541.56
## 5138 41 2016-03-13 0.96 414943.26 175358.73 127186.75
## 5139 42 2016-03-06 1.06 325786.78 156334.57 90668.09
## 5140 43 2016-02-28 0.93 387740.23 178406.70 112748.39
## 5141 44 2016-02-21 1.04 302654.13 145774.22 82586.60
## 5142 45 2016-02-14 0.91 342704.71 180057.56 81396.58
## 5143 46 2016-02-07 0.69 593759.78 307135.68 151185.73
## 5144 47 2016-01-31 1.01 312455.27 159088.93 88740.60
## 5145 48 2016-01-24 0.95 317032.31 145616.86 92970.97
## 5146 49 2016-01-17 1.05 287599.16 149490.32 74436.77
## 5147 50 2016-01-10 0.98 322434.61 171275.87 76296.70
## 5148 51 2016-01-03 1.03 319228.46 195469.55 64802.02
## 5149 0 2016-12-25 0.79 5630041.84 2676152.87 1320133.68
## 5150 1 2016-12-18 0.72 5483207.89 2789696.38 1116482.22
## 5151 2 2016-12-11 0.76 5031206.93 2633723.49 987150.16
## 5152 3 2016-12-04 0.76 5584114.56 3146435.87 1023317.43
## 5153 4 2016-11-27 0.93 4064847.35 2342116.27 747938.85
## 5154 5 2016-11-20 1.06 4150510.67 2351202.94 871661.63
## 5155 6 2016-11-13 1.11 4224677.32 2338883.91 971219.17
## 5156 7 2016-11-06 1.16 4214624.13 2443877.24 789647.70
## 5157 8 2016-10-30 1.19 3733135.22 1917984.65 802089.74
## 5158 9 2016-10-23 1.09 4477594.56 2043310.73 1016610.90
## 5159 10 2016-10-16 1.03 4967651.41 2588086.77 984551.00
## 5160 11 2016-10-09 1.00 5416591.81 2650640.81 1376612.19
## 5161 12 2016-10-02 1.01 5006659.75 2488198.80 1053485.59
## 5162 13 2016-09-25 0.98 5344837.49 2674487.17 1129009.20
## 5163 14 2016-09-18 0.86 6130653.55 3357771.20 1103971.44
## 5164 15 2016-09-11 0.82 6236078.55 3652516.49 1003811.64
## 5165 16 2016-09-04 0.78 6802635.25 3749548.89 1321331.51
## 5166 17 2016-08-28 0.84 5775721.70 3166009.65 1144644.70
## 5167 18 2016-08-21 0.87 5682046.61 3137489.03 1105902.29
## 5168 19 2016-08-14 0.94 5385035.37 3062124.27 1103047.73
## 5169 20 2016-08-07 0.93 5647940.41 3263106.78 1162455.32
## 5170 21 2016-07-31 0.98 5130900.02 2925166.29 1026989.30
## 5171 22 2016-07-24 0.97 5528475.32 3073632.24 1095930.61
## 5172 23 2016-07-17 0.94 5449441.63 2950117.14 1052370.81
## 5173 24 2016-07-10 0.91 5646460.01 3069816.49 1012709.72
## 5174 25 2016-07-03 0.91 6494533.30 3114586.75 1226469.49
## 5175 26 2016-06-26 0.89 6046264.46 3148031.62 995499.70
## 5176 27 2016-06-19 0.89 6005535.29 3271758.23 1118582.85
## 5177 28 2016-06-12 0.85 6195284.67 3356663.69 1079764.01
## 5178 29 2016-06-05 0.83 6351400.69 3351332.61 1281791.50
## 5179 30 2016-05-29 0.80 6239677.27 3270603.20 1322066.02
## 5180 31 2016-05-22 0.72 6680323.25 3128527.61 1539488.77
## 5181 32 2016-05-15 0.73 6728120.77 3283251.25 1441163.07
## 5182 33 2016-05-08 0.72 7281887.35 3666928.36 1367080.84
## 5183 34 2016-05-01 0.71 6953488.71 3400699.04 1559296.24
## 5184 35 2016-04-24 0.70 6893900.54 3348754.08 1465437.60
## 5185 36 2016-04-17 0.71 6657073.54 3651444.14 1058769.74
## 5186 37 2016-04-10 0.73 6414263.17 3665847.47 870524.00
## 5187 38 2016-04-03 0.74 6154503.04 3321835.50 1083779.43
## 5188 39 2016-03-27 0.77 6553308.82 3137633.27 1507245.05
## 5189 40 2016-03-20 0.77 6276764.80 3064743.62 1411796.91
## 5190 41 2016-03-13 0.79 5894070.33 3228470.66 1083003.80
## 5191 42 2016-03-06 0.78 5848140.87 3596735.53 903361.32
## 5192 43 2016-02-28 0.77 5698454.09 3528191.70 930352.56
## 5193 44 2016-02-21 0.82 5108381.41 2872173.10 1020821.92
## 5194 45 2016-02-14 0.70 6349601.68 3382976.58 1416070.96
## 5195 46 2016-02-07 0.70 7606351.80 3823016.00 1930304.29
## 5196 47 2016-01-31 0.79 5850128.40 3003442.75 1462783.11
## 5197 48 2016-01-24 0.94 3898235.29 1193349.63 1530143.69
## 5198 49 2016-01-17 0.81 5735627.03 2836077.92 1756468.70
## 5199 50 2016-01-10 0.84 5647635.02 2683172.73 1900834.74
## 5200 51 2016-01-03 0.79 5693942.07 2512692.22 2024262.18
## 5201 0 2016-12-25 0.94 3722102.33 1449893.50 760830.39
## 5202 1 2016-12-18 0.96 3413410.59 1236270.98 729400.60
## 5203 2 2016-12-11 1.21 2648135.47 1055827.38 463050.84
## 5204 3 2016-12-04 0.99 3941512.20 1481392.35 851643.42
## 5205 4 2016-11-27 1.39 2408199.34 943433.21 459434.44
## 5206 5 2016-11-20 1.38 2670425.59 1054588.13 480430.32
## 5207 6 2016-11-13 1.37 2819888.75 1219549.43 506554.74
## 5208 7 2016-11-06 1.44 2590997.85 1086704.10 508906.52
## 5209 8 2016-10-30 1.44 2502552.63 1006135.26 517368.07
## 5210 9 2016-10-23 1.43 2704875.68 1086334.04 625236.22
## 5211 10 2016-10-16 1.24 3233029.42 1219511.41 791521.66
## 5212 11 2016-10-09 1.37 2885138.33 1122505.43 657057.65
## 5213 12 2016-10-02 1.38 3106952.74 1267964.11 621971.41
## 5214 13 2016-09-25 1.32 3266161.45 1398879.90 588359.56
## 5215 14 2016-09-18 1.11 3403999.22 1501212.70 566389.42
## 5216 15 2016-09-11 1.08 3431698.41 1673305.36 497550.12
## 5217 16 2016-09-04 0.96 4804279.06 2776884.75 664439.79
## 5218 17 2016-08-28 1.11 3580022.43 1919441.39 610781.64
## 5219 18 2016-08-21 1.11 3716886.69 1923227.36 648951.54
## 5220 19 2016-08-14 1.09 4230674.67 2241425.00 738177.11
## 5221 20 2016-08-07 1.18 3419326.48 1628428.39 687208.05
## 5222 21 2016-07-31 1.18 3329108.94 1502915.49 710445.49
## 5223 22 2016-07-24 1.17 3381732.73 1485492.18 845297.22
## 5224 23 2016-07-17 1.15 3408142.71 1466379.21 813315.42
## 5225 24 2016-07-10 1.10 3646868.94 1599856.44 848789.03
## 5226 25 2016-07-03 0.91 5432816.58 2549452.95 1175338.87
## 5227 26 2016-06-26 1.09 3619364.21 1630877.04 777463.11
## 5228 27 2016-06-19 0.94 4665536.74 2441553.39 936051.48
## 5229 28 2016-06-12 1.07 3393712.37 1757284.40 592433.27
## 5230 29 2016-06-05 0.91 4563745.14 2504517.37 823705.23
## 5231 30 2016-05-29 0.92 4829487.03 2562669.53 971082.67
## 5232 31 2016-05-22 1.05 3416062.07 1634620.91 666118.47
## 5233 32 2016-05-15 0.82 5002102.24 2115292.19 1218469.25
## 5234 33 2016-05-08 0.86 4651540.06 2196754.82 933112.56
## 5235 34 2016-05-01 0.75 6415228.14 2875232.76 1472240.00
## 5236 35 2016-04-24 0.84 5062464.54 2132612.43 1298672.90
## 5237 36 2016-04-17 1.01 3673260.93 1705009.13 779184.92
## 5238 37 2016-04-10 0.86 4792907.32 2127098.72 1116066.82
## 5239 38 2016-04-03 1.04 3507226.18 1812848.17 636304.92
## 5240 39 2016-03-27 1.05 3242245.67 1671682.99 604702.79
## 5241 40 2016-03-20 1.05 3304400.62 1726223.26 616754.35
## 5242 41 2016-03-13 0.88 4688502.05 2211225.88 1041733.79
## 5243 42 2016-03-06 1.07 3161231.11 1642177.90 592206.11
## 5244 43 2016-02-28 0.84 4740050.22 2325376.99 994256.14
## 5245 44 2016-02-21 1.04 3068786.09 1586507.45 590119.92
## 5246 45 2016-02-14 0.98 3234338.23 1737634.80 613313.92
## 5247 46 2016-02-07 0.62 6847218.72 3614202.25 1364491.37
## 5248 47 2016-01-31 1.02 3318109.53 1774273.70 625042.37
## 5249 48 2016-01-24 0.90 3895844.89 2092736.34 663827.91
## 5250 49 2016-01-17 1.09 2913810.18 1721272.85 425617.01
## 5251 50 2016-01-10 0.93 4132191.54 2536173.86 558424.29
## 5252 51 2016-01-03 1.06 3280451.38 2208431.81 339054.70
## 5253 0 2016-12-25 1.15 69054.97 13134.96 22888.68
## 5254 1 2016-12-18 0.97 78377.53 11468.76 24325.82
## 5255 2 2016-12-11 0.96 91423.14 12117.55 27759.21
## 5256 3 2016-12-04 1.40 59510.92 10871.70 19424.17
## 5257 4 2016-11-27 1.49 49762.20 8071.55 17786.23
## 5258 5 2016-11-20 1.14 81018.31 9351.32 25545.36
## 5259 6 2016-11-13 1.07 99460.72 12237.95 31222.61
## 5260 7 2016-11-06 1.48 61365.68 11311.99 21354.23
## 5261 8 2016-10-30 1.39 51300.44 8156.83 15739.62
## 5262 9 2016-10-23 1.23 79477.96 8981.32 34481.19
## 5263 10 2016-10-16 1.33 68850.22 13123.07 19622.36
## 5264 11 2016-10-09 1.19 76241.91 13780.11 19165.66
## 5265 12 2016-10-02 0.87 131585.32 12840.53 28797.61
## 5266 13 2016-09-25 1.09 86853.60 17514.92 19838.82
## 5267 14 2016-09-18 1.05 74748.35 17028.27 21111.25
## 5268 15 2016-09-11 0.98 83096.19 25160.86 14719.48
## 5269 16 2016-09-04 1.12 83575.85 27414.80 15403.74
## 5270 17 2016-08-28 1.12 83627.94 24062.61 18386.73
## 5271 18 2016-08-21 1.09 87249.43 27169.12 14030.13
## 5272 19 2016-08-14 1.14 83933.43 24615.83 16234.66
## 5273 20 2016-08-07 1.16 89531.14 28151.76 21160.10
## 5274 21 2016-07-31 1.14 83902.91 25236.38 15512.48
## 5275 22 2016-07-24 1.08 82617.47 24997.25 15528.98
## 5276 23 2016-07-17 0.98 92386.91 25707.69 15296.71
## 5277 24 2016-07-10 1.06 90750.72 28563.77 16330.66
## 5278 25 2016-07-03 1.09 97365.48 29447.29 19298.27
## 5279 26 2016-06-26 1.02 90301.82 24210.14 18081.59
## 5280 27 2016-06-19 0.96 91554.79 27584.63 19850.10
## 5281 28 2016-06-12 0.99 93820.20 31353.21 17047.78
## 5282 29 2016-06-05 0.87 125934.24 29094.10 30005.50
## 5283 30 2016-05-29 0.87 109604.30 29399.27 21853.06
## 5284 31 2016-05-22 0.89 100552.55 28756.53 23438.52
## 5285 32 2016-05-15 0.85 111993.65 24776.24 22868.96
## 5286 33 2016-05-08 0.84 127403.24 32460.64 34939.02
## 5287 34 2016-05-01 0.86 116347.79 30544.24 28945.54
## 5288 35 2016-04-24 0.95 95660.52 26548.62 21236.06
## 5289 36 2016-04-17 0.82 131734.46 23285.87 29662.45
## 5290 37 2016-04-10 0.96 103998.99 31092.52 26584.63
## 5291 38 2016-04-03 0.92 98398.44 23189.51 22271.96
## 5292 39 2016-03-27 0.81 110616.23 21798.74 22445.52
## 5293 40 2016-03-20 1.02 83457.56 24106.74 19605.24
## 5294 41 2016-03-13 0.93 94531.04 22599.69 17655.73
## 5295 42 2016-03-06 0.91 101869.42 23603.78 22577.01
## 5296 43 2016-02-28 0.95 92596.44 21928.09 19963.84
## 5297 44 2016-02-21 0.82 112075.27 16913.21 27398.67
## 5298 45 2016-02-14 0.95 81626.44 22683.59 21398.24
## 5299 46 2016-02-07 0.74 154732.54 25009.68 56113.16
## 5300 47 2016-01-31 1.00 88040.94 19600.06 19030.78
## 5301 48 2016-01-24 0.97 89537.48 14122.50 29929.21
## 5302 49 2016-01-17 0.98 100754.26 20833.16 23919.53
## 5303 50 2016-01-10 0.88 111604.85 25931.41 32688.86
## 5304 51 2016-01-03 0.90 113049.35 25325.06 37805.37
## 5305 0 2016-12-25 1.02 132034.47 58510.89 9135.28
## 5306 1 2016-12-18 0.97 137885.02 58408.64 7756.92
## 5307 2 2016-12-11 1.11 117572.64 38790.31 6951.60
## 5308 3 2016-12-04 1.10 118176.43 40780.54 6623.28
## 5309 4 2016-11-27 1.16 100424.14 34165.03 6473.64
## 5310 5 2016-11-20 1.29 99930.79 40938.28 8785.62
## 5311 6 2016-11-13 1.34 128094.25 59889.54 11028.55
## 5312 7 2016-11-06 1.25 139697.75 64239.09 10904.36
## 5313 8 2016-10-30 1.01 128966.42 51881.76 6010.11
## 5314 9 2016-10-23 0.95 184407.00 90463.63 8443.95
## 5315 10 2016-10-16 1.29 124201.08 53894.09 12563.71
## 5316 11 2016-10-09 1.30 125599.65 49980.28 19770.43
## 5317 12 2016-10-02 1.16 140030.37 51859.03 14340.74
## 5318 13 2016-09-25 1.06 165887.64 89034.64 12643.89
## 5319 14 2016-09-18 1.17 147517.96 46991.05 23066.01
## 5320 15 2016-09-11 1.05 182676.07 97942.83 20573.17
## 5321 16 2016-09-04 1.16 151456.08 41709.95 27154.21
## 5322 17 2016-08-28 1.15 133188.79 43863.96 22002.03
## 5323 18 2016-08-21 1.03 184060.51 45178.55 23409.71
## 5324 19 2016-08-14 0.91 230729.63 53920.63 22787.65
## 5325 20 2016-08-07 0.85 268010.32 62085.78 28664.77
## 5326 21 2016-07-31 1.03 214273.18 54119.45 28847.85
## 5327 22 2016-07-24 0.94 255732.97 75714.25 23532.47
## 5328 23 2016-07-17 0.88 261737.36 53603.39 25828.34
## 5329 24 2016-07-10 0.74 314847.96 61310.00 22958.74
## 5330 25 2016-07-03 0.76 348135.49 65689.33 21478.32
## 5331 26 2016-06-26 0.97 236899.58 70089.95 10838.62
## 5332 27 2016-06-19 0.95 254402.94 68071.47 14769.82
## 5333 28 2016-06-12 0.92 251349.57 63117.83 10829.42
## 5334 29 2016-06-05 0.83 284148.54 69394.57 10226.94
## 5335 30 2016-05-29 0.80 245482.03 71157.19 9858.50
## 5336 31 2016-05-22 0.81 279392.40 85909.40 8500.20
## 5337 32 2016-05-15 0.75 290603.88 69857.38 10440.90
## 5338 33 2016-05-08 0.85 263363.51 68597.31 12628.10
## 5339 34 2016-05-01 0.79 256180.45 99574.26 10728.95
## 5340 35 2016-04-24 0.80 233320.58 65855.00 10636.81
## 5341 36 2016-04-17 0.91 197200.66 55007.65 11057.11
## 5342 37 2016-04-10 0.87 218755.02 83221.79 8054.25
## 5343 38 2016-04-03 0.94 179484.73 57658.37 7307.41
## 5344 39 2016-03-27 0.97 156454.78 49442.37 10038.61
## 5345 40 2016-03-20 0.88 195882.17 74088.91 11333.19
## 5346 41 2016-03-13 0.89 172598.72 67142.81 9121.86
## 5347 42 2016-03-06 0.96 185570.14 68570.93 9371.82
## 5348 43 2016-02-28 0.98 173282.78 52180.79 12434.36
## 5349 44 2016-02-21 1.00 207338.72 78891.03 27326.04
## 5350 45 2016-02-14 0.98 165070.79 55935.83 21668.85
## 5351 46 2016-02-07 0.87 271355.48 76562.84 80994.41
## 5352 47 2016-01-31 1.01 219443.76 79030.80 33529.73
## 5353 48 2016-01-24 1.10 167619.96 38174.66 28333.37
## 5354 49 2016-01-17 1.15 167689.21 55839.79 32775.72
## 5355 50 2016-01-10 1.01 218460.75 77169.10 28510.27
## 5356 51 2016-01-03 1.00 213437.44 105267.98 29054.71
## 5357 0 2016-12-25 1.46 46036.04 748.11 29452.82
## 5358 1 2016-12-18 1.42 42029.51 770.80 28068.62
## 5359 2 2016-12-11 1.50 41911.21 762.45 31386.84
## 5360 3 2016-12-04 1.64 50831.37 796.48 42942.66
## 5361 4 2016-11-27 1.55 33757.95 690.91 24789.85
## 5362 5 2016-11-20 1.61 38598.98 814.68 27876.91
## 5363 6 2016-11-13 1.62 39271.46 1266.16 27380.67
## 5364 7 2016-11-06 1.59 38868.74 922.36 26701.99
## 5365 8 2016-10-30 1.56 33699.68 967.38 25926.02
## 5366 9 2016-10-23 1.38 56428.14 1110.87 37054.07
## 5367 10 2016-10-16 1.36 55053.59 1344.18 31561.93
## 5368 11 2016-10-09 1.23 69593.63 980.44 46378.32
## 5369 12 2016-10-02 1.43 53796.49 987.21 32211.73
## 5370 13 2016-09-25 1.54 61352.25 3272.01 38679.78
## 5371 14 2016-09-18 1.46 55922.25 2411.13 36168.63
## 5372 15 2016-09-11 1.35 60993.34 1874.91 39693.78
## 5373 16 2016-09-04 1.53 51792.90 3545.98 35938.12
## 5374 17 2016-08-28 1.38 71711.83 5939.38 45349.71
## 5375 18 2016-08-21 1.44 58497.96 2904.27 37191.51
## 5376 19 2016-08-14 1.35 60212.30 4941.56 39269.44
## 5377 20 2016-08-07 1.53 60523.63 2724.18 41584.42
## 5378 21 2016-07-31 1.60 68311.05 1970.63 47609.54
## 5379 22 2016-07-24 1.50 56952.09 1940.69 35492.01
## 5380 23 2016-07-17 1.31 66907.33 2211.14 39136.28
## 5381 24 2016-07-10 1.29 84386.24 3503.31 49140.90
## 5382 25 2016-07-03 1.37 85205.46 1970.63 47537.91
## 5383 26 2016-06-26 1.43 84340.47 1952.47 52517.17
## 5384 27 2016-06-19 1.35 78211.73 2080.76 45936.69
## 5385 28 2016-06-12 1.29 79669.30 3484.81 43664.14
## 5386 29 2016-06-05 1.31 80015.17 1635.92 46955.13
## 5387 30 2016-05-29 1.36 82173.80 1259.66 52293.06
## 5388 31 2016-05-22 1.27 72636.09 951.30 40672.39
## 5389 32 2016-05-15 1.23 71440.00 1015.43 41631.44
## 5390 33 2016-05-08 1.23 85623.78 1143.94 51234.94
## 5391 34 2016-05-01 1.31 83407.69 992.24 54950.48
## 5392 35 2016-04-24 1.22 68819.00 1000.49 39959.75
## 5393 36 2016-04-17 1.21 70543.09 880.43 39173.25
## 5394 37 2016-04-10 1.28 62892.35 987.33 32612.34
## 5395 38 2016-04-03 1.03 58862.37 651.94 31826.85
## 5396 39 2016-03-27 1.29 72427.45 872.18 43180.70
## 5397 40 2016-03-20 1.24 72560.52 784.13 46256.94
## 5398 41 2016-03-13 1.18 71223.95 874.89 42612.44
## 5399 42 2016-03-06 1.36 64866.67 1023.58 38547.17
## 5400 43 2016-02-28 1.27 64336.75 861.71 39219.33
## 5401 44 2016-02-21 1.34 65393.08 918.45 40416.33
## 5402 45 2016-02-14 1.28 65765.73 1088.74 37685.20
## 5403 46 2016-02-07 1.28 90935.19 1462.82 60707.30
## 5404 47 2016-01-31 1.20 70174.79 1181.04 41173.79
## 5405 48 2016-01-24 1.32 64280.43 72.06 34868.95
## 5406 49 2016-01-17 1.37 70134.99 1078.47 41232.35
## 5407 50 2016-01-10 1.36 57676.73 757.85 31787.68
## 5408 51 2016-01-03 1.34 69200.73 839.36 47417.06
## 5409 0 2016-12-25 0.93 445441.47 157380.83 104316.60
## 5410 1 2016-12-18 0.93 412891.05 132947.11 102323.35
## 5411 2 2016-12-11 1.22 289765.21 99668.86 60413.89
## 5412 3 2016-12-04 0.96 500795.57 163609.96 123041.61
## 5413 4 2016-11-27 1.45 265590.66 92933.81 61345.38
## 5414 5 2016-11-20 1.47 279595.13 95447.33 63840.96
## 5415 6 2016-11-13 1.38 323761.18 124544.12 69065.25
## 5416 7 2016-11-06 1.46 284328.38 110779.29 67753.78
## 5417 8 2016-10-30 1.52 265332.11 93166.48 68007.50
## 5418 9 2016-10-23 1.53 281815.95 91272.27 92612.09
## 5419 10 2016-10-16 1.26 371149.30 116452.65 117544.17
## 5420 11 2016-10-09 1.45 337370.09 110106.06 105328.06
## 5421 12 2016-10-02 1.45 323324.31 123390.79 72977.08
## 5422 13 2016-09-25 1.37 349975.92 140782.83 66909.61
## 5423 14 2016-09-18 1.14 344938.28 132430.63 66929.62
## 5424 15 2016-09-11 1.16 338518.81 154295.04 62808.74
## 5425 16 2016-09-04 0.95 560691.13 298317.39 105769.78
## 5426 17 2016-08-28 1.14 378817.72 177292.69 99784.11
## 5427 18 2016-08-21 1.14 390053.10 175344.71 100775.54
## 5428 19 2016-08-14 1.14 452075.68 213370.83 110703.08
## 5429 20 2016-08-07 1.21 362836.43 147057.02 95386.32
## 5430 21 2016-07-31 1.25 330277.63 134859.19 87238.79
## 5431 22 2016-07-24 1.22 353863.19 143082.31 97554.75
## 5432 23 2016-07-17 1.17 376274.95 143891.95 101298.66
## 5433 24 2016-07-10 1.15 359346.63 141565.52 92115.84
## 5434 25 2016-07-03 0.93 613097.67 288161.65 142383.70
## 5435 26 2016-06-26 1.16 361181.98 143485.88 88209.18
## 5436 27 2016-06-19 0.98 497270.56 234054.37 127730.80
## 5437 28 2016-06-12 1.23 311068.54 136835.25 76895.26
## 5438 29 2016-06-05 0.97 485002.55 261221.30 100100.49
## 5439 30 2016-05-29 0.96 532427.02 287990.69 117845.05
## 5440 31 2016-05-22 1.18 327249.29 164833.67 65400.76
## 5441 32 2016-05-15 0.86 522134.64 214251.75 138866.80
## 5442 33 2016-05-08 0.92 493628.61 238892.93 96504.07
## 5443 34 2016-05-01 0.75 741724.85 336112.35 170270.88
## 5444 35 2016-04-24 0.86 566117.77 233226.21 148355.96
## 5445 36 2016-04-17 1.06 387923.77 183628.75 79809.39
## 5446 37 2016-04-10 0.85 549365.61 226151.46 140518.27
## 5447 38 2016-04-03 1.04 402546.34 196164.23 73787.30
## 5448 39 2016-03-27 1.08 342762.43 159310.12 70270.88
## 5449 40 2016-03-20 1.10 326332.48 148381.21 69085.96
## 5450 41 2016-03-13 0.86 527217.55 219895.48 131684.94
## 5451 42 2016-03-06 1.08 331997.49 149559.05 67539.98
## 5452 43 2016-02-28 0.82 569349.05 248401.81 134264.79
## 5453 44 2016-02-21 1.05 321995.93 146660.22 67636.88
## 5454 45 2016-02-14 1.00 329879.07 160675.05 76135.86
## 5455 46 2016-02-07 0.56 822548.66 385584.08 189389.79
## 5456 47 2016-01-31 0.98 391266.84 155283.41 95492.75
## 5457 48 2016-01-24 0.81 503528.16 184104.57 122562.12
## 5458 49 2016-01-17 1.05 304269.38 138371.21 49996.61
## 5459 50 2016-01-10 0.85 519360.29 250745.95 88162.17
## 5460 51 2016-01-03 1.07 375548.86 226406.25 46447.87
## 5461 0 2016-12-25 1.00 30287853.70 9255125.20 10282925.61
## 5462 1 2016-12-18 0.96 29583882.61 9394065.91 10339168.20
## 5463 2 2016-12-11 0.98 30093540.70 9009996.11 9967220.02
## 5464 3 2016-12-04 1.00 31621221.90 11043350.90 9908982.97
## 5465 4 2016-11-27 1.21 22923062.65 7891487.94 7337341.77
## 5466 5 2016-11-20 1.27 24989702.75 8531160.52 8033510.82
## 5467 6 2016-11-13 1.36 24075126.49 8235135.43 7759608.21
## 5468 7 2016-11-06 1.44 22534698.38 7804252.91 7126936.31
## 5469 8 2016-10-30 1.43 21009730.21 7100458.82 6852046.35
## 5470 9 2016-10-23 1.34 24753513.95 7579629.06 8104522.26
## 5471 10 2016-10-16 1.30 27707046.82 8810664.45 8855072.75
## 5472 11 2016-10-09 1.27 28857581.98 9552502.48 9579338.98
## 5473 12 2016-10-02 1.23 29615008.49 9534915.56 9123897.74
## 5474 13 2016-09-25 1.22 30305112.89 10548061.13 9255913.78
## 5475 14 2016-09-18 1.15 31346091.46 11337829.10 9481313.14
## 5476 15 2016-09-11 1.08 34126730.95 12962762.94 10380438.09
## 5477 16 2016-09-04 1.04 37130688.91 14643465.52 11083513.46
## 5478 17 2016-08-28 1.09 33993931.31 12561055.50 10420973.00
## 5479 18 2016-08-21 1.10 33592097.72 12725249.30 9906498.51
## 5480 19 2016-08-14 1.12 34386177.30 12352932.68 10879341.61
## 5481 20 2016-08-07 1.15 33819909.09 12197105.36 10731379.56
## 5482 21 2016-07-31 1.23 31201590.22 10168972.37 10423957.83
## 5483 22 2016-07-24 1.20 32339377.09 10331314.28 10795751.15
## 5484 23 2016-07-17 1.15 32656123.63 10320463.27 10628872.60
## 5485 24 2016-07-10 1.10 35567568.43 11457080.38 11677528.00
## 5486 25 2016-07-03 1.06 39993186.04 12508937.27 13315901.42
## 5487 26 2016-06-26 1.04 36617023.79 12189035.17 12029918.60
## 5488 27 2016-06-19 1.02 38489936.14 13488851.61 12842698.33
## 5489 28 2016-06-12 1.04 35580820.00 12291686.69 11533969.83
## 5490 29 2016-06-05 0.97 40231259.65 13808859.16 13396651.73
## 5491 30 2016-05-29 0.94 40019075.24 13682611.21 13829591.06
## 5492 31 2016-05-22 0.93 36958035.51 11711999.81 12981224.42
## 5493 32 2016-05-15 0.89 39914996.74 12447598.49 14437190.03
## 5494 33 2016-05-08 0.82 46324529.70 14223304.98 17896391.60
## 5495 34 2016-05-01 0.84 42867608.54 13748944.38 15899858.37
## 5496 35 2016-04-24 0.87 39607695.30 12913697.19 14382184.80
## 5497 36 2016-04-17 0.90 37467885.19 11954487.56 12896366.58
## 5498 37 2016-04-10 0.90 36584029.39 12879820.47 11538132.36
## 5499 38 2016-04-03 0.94 33668450.55 11320969.79 11512621.85
## 5500 39 2016-03-27 0.94 35930195.92 11249198.40 12745266.73
## 5501 40 2016-03-20 0.93 36335483.78 11134390.98 13727453.57
## 5502 41 2016-03-13 0.93 36374516.14 11661687.44 13104887.66
## 5503 42 2016-03-06 0.95 35064506.04 11824154.63 12196587.24
## 5504 43 2016-02-28 0.91 36801817.68 11907394.72 13210854.56
## 5505 44 2016-02-21 0.94 32804733.22 10015825.13 12003751.56
## 5506 45 2016-02-14 0.88 36476441.86 11913078.30 13187973.29
## 5507 46 2016-02-07 0.76 52288697.89 16573573.78 20470572.61
## 5508 47 2016-01-31 0.93 34721249.92 11098088.49 13278053.61
## 5509 48 2016-01-24 0.95 32787079.21 7020459.00 14054367.50
## 5510 49 2016-01-17 0.94 34426341.87 10036597.84 13832256.04
## 5511 50 2016-01-10 0.93 35264336.01 11441286.89 13226088.66
## 5512 51 2016-01-03 0.86 38142088.04 11616506.17 16054083.86
## 5513 0 2016-12-25 0.92 5720079.58 1951252.95 1240717.89
## 5514 1 2016-12-18 0.88 5618429.48 2112070.11 1168212.84
## 5515 2 2016-12-11 0.84 6648833.68 1687192.84 1545122.38
## 5516 3 2016-12-04 0.93 5919532.49 2142009.81 1164205.54
## 5517 4 2016-11-27 1.09 4187550.98 1525325.69 938768.71
## 5518 5 2016-11-20 1.10 4944373.81 2005353.24 913021.63
## 5519 6 2016-11-13 1.18 4864099.95 1740717.89 1032253.37
## 5520 7 2016-11-06 1.26 4245702.35 1493574.72 867974.26
## 5521 8 2016-10-30 1.26 3852439.62 1398732.86 762970.93
## 5522 9 2016-10-23 1.17 4760018.22 1301893.54 1138468.74
## 5523 10 2016-10-16 1.15 5308225.44 1613263.25 1052993.06
## 5524 11 2016-10-09 1.13 5374797.25 1941978.26 1006693.14
## 5525 12 2016-10-02 1.03 6079587.47 1560246.50 1206950.63
## 5526 13 2016-09-25 1.08 5338132.99 1763859.71 1029363.30
## 5527 14 2016-09-18 1.04 5474121.64 1966754.72 1200623.82
## 5528 15 2016-09-11 0.96 6097779.55 2364733.51 1265510.82
## 5529 16 2016-09-04 0.92 6676702.06 2858767.17 1348831.14
## 5530 17 2016-08-28 0.96 6114187.88 2276321.08 1334700.26
## 5531 18 2016-08-21 0.93 6290164.89 2887138.23 1153539.96
## 5532 19 2016-08-14 1.00 6127060.42 2524278.53 1212034.14
## 5533 20 2016-08-07 0.95 6596769.24 2858873.86 1399000.87
## 5534 21 2016-07-31 1.10 5463799.79 1874227.32 1254400.92
## 5535 22 2016-07-24 1.08 5556043.02 1812625.23 1301287.98
## 5536 23 2016-07-17 1.02 5787378.41 1883575.14 1304616.13
## 5537 24 2016-07-10 1.01 6487362.71 2293685.50 1475916.77
## 5538 25 2016-07-03 0.97 6817643.13 2313258.79 1738562.93
## 5539 26 2016-06-26 0.87 6862241.03 2645564.44 1532440.38
## 5540 27 2016-06-19 0.86 6964845.92 2805282.99 1600273.86
## 5541 28 2016-06-12 0.92 6216040.13 2213963.72 1516386.11
## 5542 29 2016-06-05 0.82 7637424.02 2492773.58 2070556.97
## 5543 30 2016-05-29 0.79 7568132.39 2670894.03 1834685.24
## 5544 31 2016-05-22 0.83 6642111.52 2319082.35 1642958.82
## 5545 32 2016-05-15 0.77 7486622.03 2693393.35 1778717.19
## 5546 33 2016-05-08 0.75 8706859.44 2987238.83 2488058.52
## 5547 34 2016-05-01 0.79 7158300.84 2324813.13 2013820.54
## 5548 35 2016-04-24 0.78 6746174.80 2621906.13 1746409.68
## 5549 36 2016-04-17 0.77 7592473.98 2283526.35 2074920.94
## 5550 37 2016-04-10 0.79 7275842.54 2750665.83 1941317.22
## 5551 38 2016-04-03 0.79 6645738.99 2376641.30 1623272.79
## 5552 39 2016-03-27 0.78 7081399.02 2701807.88 1651027.14
## 5553 40 2016-03-20 0.78 6938294.62 2557843.72 1955450.63
## 5554 41 2016-03-13 0.81 6725483.24 2302275.93 1773673.19
## 5555 42 2016-03-06 0.80 6903293.00 2817152.63 1691666.04
## 5556 43 2016-02-28 0.78 7193896.75 2394790.48 1865704.89
## 5557 44 2016-02-21 0.77 7047624.39 2022750.67 2166534.86
## 5558 45 2016-02-14 0.78 6774726.47 2645973.11 1680248.49
## 5559 46 2016-02-07 0.69 9718438.84 3353158.49 2960080.17
## 5560 47 2016-01-31 0.85 6331953.73 2168765.69 1735400.35
## 5561 48 2016-01-24 0.78 6118107.22 1121790.63 2113196.92
## 5562 49 2016-01-17 0.81 7221572.36 2091961.92 2079267.92
## 5563 50 2016-01-10 0.77 7438252.93 2530745.31 2193263.08
## 5564 51 2016-01-03 0.73 7707711.90 2204871.45 2638893.24
## 5565 0 2016-12-25 0.73 867992.74 484143.84 69977.40
## 5566 1 2016-12-18 0.76 790789.79 388322.10 66773.28
## 5567 2 2016-12-11 0.79 776453.82 308697.33 68324.89
## 5568 3 2016-12-04 0.85 699171.51 353339.84 66386.39
## 5569 4 2016-11-27 0.80 674184.53 415839.52 45217.58
## 5570 5 2016-11-20 0.99 670051.41 407045.54 40680.13
## 5571 6 2016-11-13 0.96 690820.58 429758.58 39757.86
## 5572 7 2016-11-06 0.99 643630.66 389129.36 47289.95
## 5573 8 2016-10-30 1.11 474480.97 230696.56 55531.58
## 5574 9 2016-10-23 1.00 620389.40 326067.93 68189.98
## 5575 10 2016-10-16 0.87 902725.42 490768.42 72347.94
## 5576 11 2016-10-09 1.05 732830.17 432642.49 61267.94
## 5577 12 2016-10-02 1.14 605034.40 326742.01 61488.36
## 5578 13 2016-09-25 1.07 598623.24 334016.40 61710.24
## 5579 14 2016-09-18 0.95 749931.49 471618.33 85785.47
## 5580 15 2016-09-11 0.73 1012039.31 689424.36 117338.63
## 5581 16 2016-09-04 0.88 863039.15 570194.15 87176.97
## 5582 17 2016-08-28 0.93 789223.60 472159.48 93803.41
## 5583 18 2016-08-21 0.92 808012.61 484477.52 87640.89
## 5584 19 2016-08-14 0.93 798986.84 449883.20 89651.56
## 5585 20 2016-08-07 0.95 816529.48 500097.71 81237.11
## 5586 21 2016-07-31 1.06 708243.40 404007.95 76077.49
## 5587 22 2016-07-24 1.03 797993.91 432573.44 85761.86
## 5588 23 2016-07-17 0.95 802834.40 449793.85 85497.73
## 5589 24 2016-07-10 0.87 979053.68 571522.50 102689.06
## 5590 25 2016-07-03 0.86 1026317.80 581532.54 106150.45
## 5591 26 2016-06-26 0.80 1028845.61 558419.63 101284.45
## 5592 27 2016-06-19 0.79 1048148.17 633115.26 111120.94
## 5593 28 2016-06-12 0.82 916958.75 552199.46 94429.85
## 5594 29 2016-06-05 0.75 1030392.53 625919.72 125188.20
## 5595 30 2016-05-29 0.77 985833.89 556578.41 134448.46
## 5596 31 2016-05-22 0.80 857842.32 497605.20 111206.40
## 5597 32 2016-05-15 0.70 901217.17 581142.58 136712.42
## 5598 33 2016-05-08 0.74 1052940.48 623286.74 183588.62
## 5599 34 2016-05-01 0.73 926205.77 489363.62 148534.17
## 5600 35 2016-04-24 0.77 859293.22 475418.60 155177.72
## 5601 36 2016-04-17 0.73 944337.62 538758.64 154216.58
## 5602 37 2016-04-10 0.77 897755.55 567763.55 128899.01
## 5603 38 2016-04-03 0.73 776232.98 552528.04 80391.33
## 5604 39 2016-03-27 0.71 936600.58 638259.36 112685.01
## 5605 40 2016-03-20 0.70 932377.12 572667.00 148116.03
## 5606 41 2016-03-13 0.72 886197.95 563341.91 136619.69
## 5607 42 2016-03-06 0.77 814614.77 548260.50 108856.08
## 5608 43 2016-02-28 0.73 824072.51 532849.51 112139.39
## 5609 44 2016-02-21 0.70 840912.75 531994.93 140944.90
## 5610 45 2016-02-14 0.70 963046.73 621734.73 151510.22
## 5611 46 2016-02-07 0.68 1198679.87 755962.49 197733.56
## 5612 47 2016-01-31 0.79 788831.92 512429.69 88819.79
## 5613 48 2016-01-24 1.12 296402.96 45720.39 99167.08
## 5614 49 2016-01-17 0.83 712937.27 440675.35 120098.37
## 5615 50 2016-01-10 0.74 781036.73 486986.64 152838.09
## 5616 51 2016-01-03 0.76 761760.52 419119.49 178471.03
## 5617 0 2017-12-31 1.47 113514.42 2622.70 101135.53
## 5618 1 2017-12-24 1.45 77039.09 2811.71 58592.23
## 5619 2 2017-12-17 1.43 70677.56 2578.95 50811.52
## 5620 3 2017-12-10 1.29 92325.53 3220.05 75147.56
## 5621 4 2017-12-03 1.39 139970.00 3772.00 126551.00
## 5622 5 2017-11-26 1.50 62977.00 2413.00 49076.00
## 5623 6 2017-11-19 1.65 97273.00 2695.00 80596.00
## 5624 7 2017-11-12 1.26 113586.00 4509.00 96748.00
## 5625 8 2017-11-05 1.62 71076.94 2483.36 55509.31
## 5626 9 2017-10-29 1.67 69432.23 2959.76 57585.49
## 5627 10 2017-10-22 1.56 69704.09 3758.80 57340.30
## 5628 11 2017-10-15 1.65 73574.89 3383.35 63355.37
## 5629 12 2017-10-08 1.78 55368.61 3679.82 45843.75
## 5630 13 2017-10-01 1.69 71205.11 4411.02 57416.25
## 5631 14 2017-09-24 1.64 68539.64 2508.62 56023.16
## 5632 15 2017-09-17 1.41 80109.29 3986.20 66934.64
## 5633 16 2017-09-10 1.78 99645.88 3368.35 87155.11
## 5634 17 2017-09-03 1.76 74297.64 4738.38 59299.03
## 5635 18 2017-08-27 1.61 75471.56 2156.20 59831.83
## 5636 19 2017-08-20 1.61 74620.33 1553.71 59028.13
## 5637 20 2017-08-13 1.52 133070.41 1947.26 118605.14
## 5638 21 2017-08-06 1.53 92938.17 2456.91 76509.07
## 5639 22 2017-07-30 1.61 83599.96 1915.81 73287.66
## 5640 23 2017-07-23 1.49 84416.61 1905.52 72533.28
## 5641 24 2017-07-16 1.39 102461.61 2468.78 86707.66
## 5642 25 2017-07-09 1.52 101331.41 2899.46 81929.02
## 5643 26 2017-07-02 1.56 98282.07 2808.47 79968.24
## 5644 27 2017-06-25 1.53 89303.04 2224.67 74282.58
## 5645 28 2017-06-18 1.58 97079.34 2454.01 82154.43
## 5646 29 2017-06-11 1.65 91949.26 1989.84 76736.87
## 5647 30 2017-06-04 1.70 84842.97 1923.04 72573.09
## 5648 31 2017-05-28 1.80 121869.11 2345.65 106690.16
## 5649 32 2017-05-21 1.38 100256.85 2307.02 86817.51
## 5650 33 2017-05-14 1.77 96750.67 2804.86 80469.48
## 5651 34 2017-05-07 1.47 127193.26 2473.53 87791.87
## 5652 35 2017-04-30 1.13 124926.39 2573.11 99451.52
## 5653 36 2017-04-23 1.34 89327.10 4437.50 61512.84
## 5654 37 2017-04-16 1.62 90487.05 4362.98 71957.73
## 5655 38 2017-04-09 1.54 105436.11 3708.13 87775.86
## 5656 39 2017-04-02 1.62 92621.11 4530.80 68015.37
## 5657 40 2017-03-26 1.16 122951.65 3184.29 100854.22
## 5658 41 2017-03-19 1.60 92774.61 2332.96 72033.15
## 5659 42 2017-03-12 1.54 95713.29 2046.80 67162.63
## 5660 43 2017-03-05 1.18 107354.25 3123.26 90784.49
## 5661 44 2017-02-26 1.40 88371.09 3190.28 73959.76
## 5662 45 2017-02-19 1.67 95475.07 2702.57 81691.54
## 5663 46 2017-02-12 1.42 97215.94 3808.43 81070.44
## 5664 47 2017-02-05 1.49 183549.08 5666.60 165530.03
## 5665 48 2017-01-29 1.31 95424.59 3844.62 78315.15
## 5666 49 2017-01-22 1.59 128679.24 4119.94 111173.08
## 5667 50 2017-01-15 1.55 88526.26 3327.65 71956.77
## 5668 51 2017-01-08 1.55 91728.18 3355.47 75641.23
## 5669 52 2017-01-01 1.47 129948.23 4845.77 117027.41
## 5670 0 2017-12-31 0.95 649352.59 341061.46 41818.27
## 5671 1 2017-12-24 1.11 444781.87 212413.82 30834.68
## 5672 2 2017-12-17 1.00 484326.63 231133.40 33481.83
## 5673 3 2017-12-10 0.99 543619.28 274345.62 38433.88
## 5674 4 2017-12-03 1.07 504933.00 263807.00 32457.00
## 5675 5 2017-11-26 1.12 412213.00 211077.00 27773.00
## 5676 6 2017-11-19 1.13 453755.00 239860.00 31169.00
## 5677 7 2017-11-12 1.11 518209.00 251896.00 31719.00
## 5678 8 2017-11-05 1.08 567572.70 275749.63 32494.72
## 5679 9 2017-10-29 1.28 493921.10 256988.66 36334.71
## 5680 10 2017-10-22 1.49 406008.95 219172.21 35958.88
## 5681 11 2017-10-15 1.64 406111.30 197442.90 34760.61
## 5682 12 2017-10-08 1.60 411520.44 213442.97 32020.48
## 5683 13 2017-10-01 1.55 421235.13 222683.91 45065.96
## 5684 14 2017-09-24 1.50 403780.43 222498.30 45024.88
## 5685 15 2017-09-17 1.59 392935.20 204374.88 47135.66
## 5686 16 2017-09-10 1.54 466988.83 241057.35 47619.22
## 5687 17 2017-09-03 1.53 433455.08 235645.56 47493.42
## 5688 18 2017-08-27 1.49 458036.12 230031.71 48132.94
## 5689 19 2017-08-20 1.43 475921.53 230252.90 49199.54
## 5690 20 2017-08-13 1.37 534058.70 251178.40 62180.62
## 5691 21 2017-08-06 1.36 518140.33 252436.49 60584.70
## 5692 22 2017-07-30 1.34 472013.29 247038.63 60149.97
## 5693 23 2017-07-23 1.24 518682.51 285745.92 65016.24
## 5694 24 2017-07-16 1.20 582068.66 301471.59 63898.41
## 5695 25 2017-07-09 1.19 507337.70 233475.62 57935.64
## 5696 26 2017-07-02 1.16 528297.88 248095.78 56275.22
## 5697 27 2017-06-25 1.12 501274.14 249204.48 46343.42
## 5698 28 2017-06-18 1.20 492836.43 269328.71 49177.93
## 5699 29 2017-06-11 1.13 572838.59 318335.08 51385.66
## 5700 30 2017-06-04 1.08 710038.58 361265.98 55627.72
## 5701 31 2017-05-28 1.23 523993.71 273538.26 50236.52
## 5702 32 2017-05-21 1.20 526840.14 253792.75 49347.30
## 5703 33 2017-05-14 1.18 568923.79 265556.05 49122.87
## 5704 34 2017-05-07 1.10 726726.65 377225.07 72058.11
## 5705 35 2017-04-30 1.17 595539.82 304668.94 74961.15
## 5706 36 2017-04-23 1.21 530030.64 249318.38 55045.80
## 5707 37 2017-04-16 1.15 543227.58 237537.66 48907.53
## 5708 38 2017-04-09 1.23 465350.20 223170.21 48912.66
## 5709 39 2017-04-02 1.26 481933.74 226289.90 48770.22
## 5710 40 2017-03-26 1.32 443514.95 222457.31 50731.36
## 5711 41 2017-03-19 1.25 460990.81 215046.31 50085.35
## 5712 42 2017-03-12 1.21 469277.94 217624.69 48169.84
## 5713 43 2017-03-05 1.08 511362.62 237307.08 52012.07
## 5714 44 2017-02-26 0.85 631507.77 302620.37 53782.78
## 5715 45 2017-02-19 0.86 563018.60 279494.45 52644.02
## 5716 46 2017-02-12 0.79 666871.06 355571.08 77241.13
## 5717 47 2017-02-05 0.83 888094.87 442152.50 167181.75
## 5718 48 2017-01-29 0.95 627695.79 285147.95 86150.35
## 5719 49 2017-01-22 0.84 755472.09 320378.00 135920.57
## 5720 50 2017-01-15 0.99 557377.82 249159.52 86964.23
## 5721 51 2017-01-08 0.98 601546.19 279265.77 77758.24
## 5722 52 2017-01-01 0.93 547565.88 224073.54 118926.37
## 5723 0 2017-12-31 1.15 849487.62 66628.66 519460.20
## 5724 1 2017-12-24 1.41 624268.68 66338.96 363593.22
## 5725 2 2017-12-17 1.44 628735.17 67126.05 369810.83
## 5726 3 2017-12-10 1.13 940850.93 103332.38 546809.87
## 5727 4 2017-12-03 1.43 658939.00 69819.00 407522.00
## 5728 5 2017-11-26 1.43 629719.00 59916.00 377227.00
## 5729 6 2017-11-19 1.45 644740.00 64122.00 365922.00
## 5730 7 2017-11-12 1.49 658693.00 78052.00 387453.00
## 5731 8 2017-11-05 1.41 736468.07 93808.96 458177.74
## 5732 9 2017-10-29 1.55 682236.82 62566.85 434269.43
## 5733 10 2017-10-22 1.60 672066.53 60120.62 418176.99
## 5734 11 2017-10-15 1.66 667770.44 57542.76 426158.13
## 5735 12 2017-10-08 1.71 598836.97 58351.00 380897.88
## 5736 13 2017-10-01 1.59 705451.50 57840.63 461605.20
## 5737 14 2017-09-24 1.59 676498.82 58682.06 451995.87
## 5738 15 2017-09-17 1.58 664501.74 55766.21 443692.78
## 5739 16 2017-09-10 1.57 660103.83 52853.34 424593.63
## 5740 17 2017-09-03 1.62 671504.54 58996.88 435940.98
## 5741 18 2017-08-27 1.66 653598.86 51628.46 402657.24
## 5742 19 2017-08-20 1.57 691636.14 58935.48 417107.93
## 5743 20 2017-08-13 1.48 697320.96 61461.48 431018.65
## 5744 21 2017-08-06 1.47 695848.77 60785.37 440986.27
## 5745 22 2017-07-30 1.47 655426.21 57622.28 399898.30
## 5746 23 2017-07-23 1.48 692872.87 65421.16 435763.72
## 5747 24 2017-07-16 1.48 670476.49 64407.19 415327.90
## 5748 25 2017-07-09 1.64 701869.50 64096.37 448758.20
## 5749 26 2017-07-02 1.60 672614.37 57584.22 397714.06
## 5750 27 2017-06-25 1.65 693972.27 57367.81 446948.93
## 5751 28 2017-06-18 1.67 713471.14 62875.95 462835.50
## 5752 29 2017-06-11 1.65 744158.66 65666.00 475095.67
## 5753 30 2017-06-04 1.80 757909.72 62567.13 482039.31
## 5754 31 2017-05-28 1.75 779183.52 66151.19 477777.76
## 5755 32 2017-05-21 1.67 750139.67 70765.60 467149.29
## 5756 33 2017-05-14 1.59 731952.61 67663.32 394707.17
## 5757 34 2017-05-07 1.37 1097981.24 75658.43 722001.76
## 5758 35 2017-04-30 1.69 761924.71 74466.51 471825.66
## 5759 36 2017-04-23 1.67 749186.76 69674.09 458300.03
## 5760 37 2017-04-16 1.70 717940.19 67839.51 439898.36
## 5761 38 2017-04-09 1.64 738255.19 71187.86 438985.90
## 5762 39 2017-04-02 1.50 800801.84 82571.71 493953.33
## 5763 40 2017-03-26 1.60 739376.32 70467.54 462479.21
## 5764 41 2017-03-19 1.58 738956.53 70368.43 463108.00
## 5765 42 2017-03-12 1.60 763783.58 72820.10 476272.30
## 5766 43 2017-03-05 1.33 880326.29 84608.63 591422.21
## 5767 44 2017-02-26 1.48 814376.97 82179.16 531502.16
## 5768 45 2017-02-19 1.38 721257.38 96158.54 434568.32
## 5769 46 2017-02-12 1.24 925574.66 190311.92 538660.08
## 5770 47 2017-02-05 1.09 1170444.52 174325.38 770463.22
## 5771 48 2017-01-29 1.46 781538.81 81883.91 489023.96
## 5772 49 2017-01-22 1.42 826941.93 81908.85 528125.52
## 5773 50 2017-01-15 1.48 749510.72 76382.33 472453.49
## 5774 51 2017-01-08 1.14 1029279.83 83249.92 750033.84
## 5775 52 2017-01-01 1.47 631760.81 54530.42 408952.26
## 5776 0 2017-12-31 1.13 79646.97 38196.44 1706.22
## 5777 1 2017-12-24 1.18 71004.42 39116.52 2348.06
## 5778 2 2017-12-17 1.29 65090.38 31969.34 1752.04
## 5779 3 2017-12-10 1.08 85496.29 53165.53 1936.25
## 5780 4 2017-12-03 1.14 86646.00 38662.00 1518.00
## 5781 5 2017-11-26 1.44 54681.00 28307.00 1707.00
## 5782 6 2017-11-19 1.42 60602.00 31177.00 2085.00
## 5783 7 2017-11-12 1.23 81827.00 37876.00 2047.00
## 5784 8 2017-11-05 1.21 81104.74 40651.49 1848.89
## 5785 9 2017-10-29 1.44 68520.83 33724.32 2180.13
## 5786 10 2017-10-22 1.43 83842.86 49926.45 2947.99
## 5787 11 2017-10-15 1.83 58062.20 30892.83 2910.65
## 5788 12 2017-10-08 1.89 56087.36 28952.89 2680.35
## 5789 13 2017-10-01 1.80 58602.78 33499.14 2015.33
## 5790 14 2017-09-24 1.78 56671.53 29755.87 1936.46
## 5791 15 2017-09-17 1.73 65336.49 35146.94 2637.92
## 5792 16 2017-09-10 1.76 66479.27 36441.41 2816.58
## 5793 17 2017-09-03 1.68 64354.65 30130.01 3171.02
## 5794 18 2017-08-27 1.30 93803.53 45399.28 2514.25
## 5795 19 2017-08-20 1.37 88030.54 42285.45 2840.46
## 5796 20 2017-08-13 1.51 70716.83 36652.25 3646.53
## 5797 21 2017-08-06 1.54 73710.09 37252.55 3802.70
## 5798 22 2017-07-30 1.54 72020.82 36727.08 3472.94
## 5799 23 2017-07-23 1.51 70783.80 36289.63 3129.50
## 5800 24 2017-07-16 1.49 72245.09 35748.28 3543.60
## 5801 25 2017-07-09 0.98 125786.14 47772.28 3135.19
## 5802 26 2017-07-02 1.17 97408.49 41134.31 3402.67
## 5803 27 2017-06-25 1.20 95071.28 41340.98 3573.62
## 5804 28 2017-06-18 1.21 92906.33 40471.78 3263.11
## 5805 29 2017-06-11 1.21 92547.42 40250.67 2998.49
## 5806 30 2017-06-04 1.19 98460.27 42302.58 3757.52
## 5807 31 2017-05-28 1.21 100415.90 40637.11 3548.36
## 5808 32 2017-05-21 1.29 86532.91 35312.23 3430.40
## 5809 33 2017-05-14 1.20 94466.25 38987.28 2778.88
## 5810 34 2017-05-07 1.09 121483.27 60550.46 3285.18
## 5811 35 2017-04-30 1.03 109119.00 41327.06 2195.12
## 5812 36 2017-04-23 1.14 93656.08 41816.24 2688.06
## 5813 37 2017-04-16 1.15 99410.94 43003.22 3555.37
## 5814 38 2017-04-09 1.21 95508.38 39291.67 4115.55
## 5815 39 2017-04-02 1.20 94905.40 41043.29 3616.58
## 5816 40 2017-03-26 1.16 95292.56 43566.18 4140.76
## 5817 41 2017-03-19 1.15 86727.42 33891.70 3887.21
## 5818 42 2017-03-12 0.98 112776.10 33062.31 9415.52
## 5819 43 2017-03-05 1.11 93814.08 29234.27 5256.50
## 5820 44 2017-02-26 0.91 105023.56 31701.22 5199.76
## 5821 45 2017-02-19 0.94 107721.63 33444.06 7191.92
## 5822 46 2017-02-12 0.98 97785.46 41600.65 4101.11
## 5823 47 2017-02-05 0.90 136090.67 36808.59 11333.87
## 5824 48 2017-01-29 0.93 105132.82 35677.85 6532.78
## 5825 49 2017-01-22 1.01 88317.73 34251.49 5626.82
## 5826 50 2017-01-15 1.00 94156.43 36085.47 4773.66
## 5827 51 2017-01-08 1.02 103788.25 35596.88 7162.53
## 5828 52 2017-01-01 0.92 104510.11 27845.16 9408.92
## 5829 0 2017-12-31 1.40 419696.59 9622.52 325398.02
## 5830 1 2017-12-24 1.45 414147.94 10726.67 312860.91
## 5831 2 2017-12-17 1.28 516770.62 10139.25 413484.37
## 5832 3 2017-12-10 1.14 687251.82 13210.49 557434.99
## 5833 4 2017-12-03 1.40 488588.00 12171.00 386056.00
## 5834 5 2017-11-26 1.39 423778.00 10677.00 304833.00
## 5835 6 2017-11-19 1.36 476236.00 11494.00 341486.00
## 5836 7 2017-11-12 1.23 639092.00 15689.00 533027.00
## 5837 8 2017-11-05 1.49 440972.34 13002.80 334875.51
## 5838 9 2017-10-29 1.49 465106.32 14781.17 360615.41
## 5839 10 2017-10-22 1.48 435243.72 19871.30 328476.35
## 5840 11 2017-10-15 1.59 418233.95 20138.49 331423.32
## 5841 12 2017-10-08 1.61 451608.73 16621.16 322931.92
## 5842 13 2017-10-01 1.62 482271.83 14889.71 366122.85
## 5843 14 2017-09-24 1.62 498019.71 10697.54 384522.40
## 5844 15 2017-09-17 1.58 462796.84 11826.63 323528.38
## 5845 16 2017-09-10 1.63 524513.26 10795.32 394645.36
## 5846 17 2017-09-03 1.81 457862.00 10210.08 333916.08
## 5847 18 2017-08-27 1.79 455915.26 7262.03 319717.74
## 5848 19 2017-08-20 1.77 474982.44 6723.39 328845.89
## 5849 20 2017-08-13 1.52 624419.06 7302.93 492068.56
## 5850 21 2017-08-06 1.55 604758.68 8619.19 470232.85
## 5851 22 2017-07-30 1.48 568255.53 8414.57 429987.00
## 5852 23 2017-07-23 1.37 686734.63 7993.86 556263.37
## 5853 24 2017-07-16 1.56 594015.93 9162.09 463806.98
## 5854 25 2017-07-09 1.69 560021.69 8735.91 464670.36
## 5855 26 2017-07-02 1.67 545128.14 6572.32 437068.51
## 5856 27 2017-06-25 1.68 545889.03 5987.76 434222.79
## 5857 28 2017-06-18 1.66 581303.33 5379.22 452146.49
## 5858 29 2017-06-11 1.72 583709.06 5556.48 457512.97
## 5859 30 2017-06-04 1.73 590580.03 5139.73 460653.96
## 5860 31 2017-05-28 1.73 602637.88 5970.30 460430.96
## 5861 32 2017-05-21 1.69 572421.46 5555.84 441357.29
## 5862 33 2017-05-14 1.62 610348.46 5152.68 448442.71
## 5863 34 2017-05-07 1.49 676849.88 6703.20 493447.52
## 5864 35 2017-04-30 1.61 603284.31 5758.71 467084.40
## 5865 36 2017-04-23 1.63 520793.48 9577.17 382449.77
## 5866 37 2017-04-16 1.61 592049.78 7319.25 437483.37
## 5867 38 2017-04-09 1.53 629799.49 5715.72 450287.22
## 5868 39 2017-04-02 1.56 571902.20 7962.51 427483.90
## 5869 40 2017-03-26 1.51 550948.58 6860.31 412840.77
## 5870 41 2017-03-19 1.54 540540.50 5709.44 425273.84
## 5871 42 2017-03-12 1.55 495117.57 5729.95 389749.89
## 5872 43 2017-03-05 1.30 620307.93 9208.87 529716.12
## 5873 44 2017-02-26 1.24 599178.18 11751.20 489161.87
## 5874 45 2017-02-19 1.31 521125.33 27790.50 391316.37
## 5875 46 2017-02-12 1.12 791126.41 83640.38 593329.02
## 5876 47 2017-02-05 1.19 772110.18 50889.62 594522.97
## 5877 48 2017-01-29 1.32 604106.12 5792.32 464828.97
## 5878 49 2017-01-22 1.26 663735.14 4741.15 526892.92
## 5879 50 2017-01-15 1.30 577976.65 5430.50 457448.44
## 5880 51 2017-01-08 1.09 730358.49 7543.51 605624.94
## 5881 52 2017-01-01 1.29 458830.49 4119.90 371223.34
## 5882 0 2017-12-31 1.27 115508.29 5924.57 62632.07
## 5883 1 2017-12-24 1.28 127375.45 7430.89 72517.20
## 5884 2 2017-12-17 1.26 108352.42 7563.23 57326.40
## 5885 3 2017-12-10 1.25 127279.28 7934.47 63389.74
## 5886 4 2017-12-03 1.13 153282.00 7805.00 87461.00
## 5887 5 2017-11-26 1.23 102658.00 6353.00 50509.00
## 5888 6 2017-11-19 1.30 112445.00 8870.00 55800.00
## 5889 7 2017-11-12 1.37 118434.00 10402.00 55305.00
## 5890 8 2017-11-05 1.37 115630.87 9707.40 54119.19
## 5891 9 2017-10-29 1.36 121815.11 11383.36 53894.54
## 5892 10 2017-10-22 1.50 90910.72 24441.32 39988.75
## 5893 11 2017-10-15 1.50 86880.78 26274.97 40394.56
## 5894 12 2017-10-08 1.49 102625.05 25376.77 31576.96
## 5895 13 2017-10-01 1.53 96291.55 22791.70 42861.77
## 5896 14 2017-09-24 1.42 121501.78 11991.22 52356.55
## 5897 15 2017-09-17 1.37 140652.67 7007.92 59413.46
## 5898 16 2017-09-10 1.46 142196.93 2860.33 66980.46
## 5899 17 2017-09-03 1.56 135280.49 2894.04 67610.93
## 5900 18 2017-08-27 1.33 147839.98 1871.70 74398.45
## 5901 19 2017-08-20 1.34 142109.31 2619.19 71900.58
## 5902 20 2017-08-13 1.32 144618.71 2321.06 60729.79
## 5903 21 2017-08-06 1.32 155635.24 2068.33 78780.02
## 5904 22 2017-07-30 1.32 146069.40 1769.04 65452.36
## 5905 23 2017-07-23 1.34 148098.37 1917.57 67607.83
## 5906 24 2017-07-16 1.35 144761.54 1791.21 72328.87
## 5907 25 2017-07-09 1.31 166851.73 2075.70 80022.52
## 5908 26 2017-07-02 1.34 144309.09 1954.36 80410.59
## 5909 27 2017-06-25 1.46 115902.44 1954.58 77254.88
## 5910 28 2017-06-18 1.50 129734.97 2124.28 82873.30
## 5911 29 2017-06-11 1.62 114081.68 1737.40 75551.59
## 5912 30 2017-06-04 1.60 145203.51 1453.91 80512.88
## 5913 31 2017-05-28 1.64 160484.02 1588.75 75152.52
## 5914 32 2017-05-21 1.71 139635.02 1486.31 72163.62
## 5915 33 2017-05-14 1.55 152142.57 1761.80 66532.44
## 5916 34 2017-05-07 1.71 174746.25 1772.26 87260.23
## 5917 35 2017-04-30 1.54 178864.17 1803.39 83395.01
## 5918 36 2017-04-23 1.55 147244.20 2554.61 70195.44
## 5919 37 2017-04-16 1.54 166089.23 3103.77 70001.59
## 5920 38 2017-04-09 1.56 172946.22 1954.15 80632.60
## 5921 39 2017-04-02 1.54 167364.95 3854.74 73053.91
## 5922 40 2017-03-26 1.53 156787.69 2184.26 67000.84
## 5923 41 2017-03-19 1.54 151459.46 1917.68 72621.77
## 5924 42 2017-03-12 1.48 165974.96 1457.31 85677.37
## 5925 43 2017-03-05 1.68 140468.86 1420.89 75283.75
## 5926 44 2017-02-26 1.69 122294.43 1195.92 71329.25
## 5927 45 2017-02-19 1.68 109808.80 1360.81 62449.93
## 5928 46 2017-02-12 1.56 135286.70 1773.30 71050.71
## 5929 47 2017-02-05 1.40 188582.23 1561.11 97167.09
## 5930 48 2017-01-29 1.37 163136.70 1541.69 72000.86
## 5931 49 2017-01-22 1.34 160924.52 1691.65 70336.67
## 5932 50 2017-01-15 1.29 168230.55 2011.96 68322.14
## 5933 51 2017-01-08 1.37 158267.23 1506.69 83906.44
## 5934 52 2017-01-01 1.43 105349.04 1285.48 58531.95
## 5935 0 2017-12-31 0.93 7132711.23 2280934.17 3201737.11
## 5936 1 2017-12-24 1.13 5346535.57 1934361.67 1934710.69
## 5937 2 2017-12-17 0.98 6205211.05 1901831.08 2877209.20
## 5938 3 2017-12-10 1.06 5715712.21 2234102.17 2013200.40
## 5939 4 2017-12-03 1.09 5544556.00 2333912.00 1660573.00
## 5940 5 2017-11-26 1.30 4392810.00 1734281.00 1354966.00
## 5941 6 2017-11-19 1.26 4782021.00 1879513.00 1360694.00
## 5942 7 2017-11-12 1.15 5637795.00 2309785.00 1882561.00
## 5943 8 2017-11-05 1.15 5663438.53 2148627.40 2224529.18
## 5944 9 2017-10-29 1.20 5714676.89 1981731.12 2384845.53
## 5945 10 2017-10-22 1.53 4420877.40 1604916.52 1779177.98
## 5946 11 2017-10-15 1.68 4066640.98 1348029.41 1699672.65
## 5947 12 2017-10-08 1.74 4151444.41 1377101.00 1829530.74
## 5948 13 2017-10-01 1.77 3870633.16 1288266.68 1608863.15
## 5949 14 2017-09-24 1.74 3937000.67 1383479.62 1575761.37
## 5950 15 2017-09-17 1.72 4167531.38 1571529.56 1556655.98
## 5951 16 2017-09-10 1.71 4380657.13 1677368.14 1599511.35
## 5952 17 2017-09-03 1.65 4648718.22 1856634.40 1720930.65
## 5953 18 2017-08-27 1.78 4360013.67 1889886.87 1420373.34
## 5954 19 2017-08-20 1.64 4524974.68 1995269.12 1293180.21
## 5955 20 2017-08-13 1.26 5862368.39 2346710.99 2079376.28
## 5956 21 2017-08-06 1.36 5655955.05 2313742.61 1892140.35
## 5957 22 2017-07-30 1.38 5571000.96 2179199.68 2206571.02
## 5958 23 2017-07-23 1.46 5188483.10 2201004.96 1738865.16
## 5959 24 2017-07-16 1.49 5405190.35 2319570.09 1821613.01
## 5960 25 2017-07-09 1.28 6499668.48 2634902.26 1818682.87
## 5961 26 2017-07-02 1.28 6607292.61 2527123.67 1942683.02
## 5962 27 2017-06-25 1.15 6999255.87 2706875.38 1977949.64
## 5963 28 2017-06-18 1.20 6599048.85 2691571.96 1650089.15
## 5964 29 2017-06-11 1.22 6177216.24 2302944.62 1517908.04
## 5965 30 2017-06-04 1.20 6507093.57 2378539.46 1580024.38
## 5966 31 2017-05-28 1.32 6160751.92 2307940.04 1793496.44
## 5967 32 2017-05-21 1.35 5599003.03 2077113.57 1627754.26
## 5968 33 2017-05-14 1.17 6370622.30 2375685.35 1570244.89
## 5969 34 2017-05-07 1.08 7872203.23 2851510.24 2470795.47
## 5970 35 2017-04-30 1.25 5889669.20 2197824.46 1689225.61
## 5971 36 2017-04-23 1.26 5637299.78 2027854.71 1521895.03
## 5972 37 2017-04-16 1.34 5442086.44 2047142.24 1572972.43
## 5973 38 2017-04-09 1.13 6249182.98 1926187.79 2128867.47
## 5974 39 2017-04-02 1.22 5719811.06 1856672.56 1580307.30
## 5975 40 2017-03-26 1.33 5073070.91 1693588.76 1542979.33
## 5976 41 2017-03-19 1.31 5328958.01 1857645.04 1555271.43
## 5977 42 2017-03-12 1.31 5208101.86 1871004.41 1577127.23
## 5978 43 2017-03-05 1.15 5634150.07 1961188.27 1720072.57
## 5979 44 2017-02-26 0.95 6342089.92 2193499.50 2038284.77
## 5980 45 2017-02-19 0.95 6194368.66 1999799.14 2098407.09
## 5981 46 2017-02-12 0.79 6862176.64 2429385.13 1870884.97
## 5982 47 2017-02-05 0.67 11213596.29 3986429.59 3550403.07
## 5983 48 2017-01-29 0.76 8055482.07 3009291.31 2295856.21
## 5984 49 2017-01-22 0.76 8153340.48 3089603.62 2659661.41
## 5985 50 2017-01-15 0.93 6656554.36 2075029.62 2450277.12
## 5986 51 2017-01-08 1.00 6653048.21 1988635.39 2569566.25
## 5987 52 2017-01-01 0.89 7175276.66 2266313.37 2877688.31
## 5988 0 2017-12-31 0.93 346356.50 60766.53 108930.41
## 5989 1 2017-12-24 1.33 182537.83 53317.48 58732.18
## 5990 2 2017-12-17 1.26 189529.04 58017.31 56564.52
## 5991 3 2017-12-10 1.02 277528.93 58726.14 60515.61
## 5992 4 2017-12-03 1.26 220837.00 58826.00 94262.00
## 5993 5 2017-11-26 1.40 170412.00 45363.00 56764.00
## 5994 6 2017-11-19 1.40 179011.00 47542.00 59312.00
## 5995 7 2017-11-12 1.44 190445.00 53681.00 65657.00
## 5996 8 2017-11-05 1.47 187381.18 46741.48 65173.50
## 5997 9 2017-10-29 1.49 183224.98 52951.42 62872.00
## 5998 10 2017-10-22 1.64 168237.31 44543.75 65040.05
## 5999 11 2017-10-15 1.70 175323.30 45266.57 68119.98
## 6000 12 2017-10-08 1.77 178991.71 50017.71 66076.12
## 6001 13 2017-10-01 1.76 180280.25 43576.07 74145.54
## 6002 14 2017-09-24 1.72 186923.93 47607.14 71519.48
## 6003 15 2017-09-17 1.61 192447.11 56017.67 64593.12
## 6004 16 2017-09-10 1.69 187822.60 45960.24 68912.39
## 6005 17 2017-09-03 1.65 200900.91 49285.16 69478.02
## 6006 18 2017-08-27 1.58 208438.23 60886.40 65605.00
## 6007 19 2017-08-20 1.52 212479.12 57230.80 69135.38
## 6008 20 2017-08-13 1.47 209771.02 47263.33 78914.53
## 6009 21 2017-08-06 1.43 206493.73 43174.26 78385.61
## 6010 22 2017-07-30 1.40 212607.67 54840.38 81789.28
## 6011 23 2017-07-23 1.39 215463.51 50924.04 75358.77
## 6012 24 2017-07-16 1.38 209534.16 44530.25 73163.04
## 6013 25 2017-07-09 1.32 222027.09 62331.48 70720.40
## 6014 26 2017-07-02 1.36 224816.41 60811.83 76448.74
## 6015 27 2017-06-25 1.33 211639.60 53140.24 72807.06
## 6016 28 2017-06-18 1.43 201837.88 45497.30 78803.31
## 6017 29 2017-06-11 1.38 224288.57 50865.51 86113.51
## 6018 30 2017-06-04 1.49 226422.86 59349.56 86778.91
## 6019 31 2017-05-28 1.50 237363.56 55170.16 89547.81
## 6020 32 2017-05-21 1.50 227842.05 56077.90 87872.71
## 6021 33 2017-05-14 1.41 224626.96 52616.28 77142.23
## 6022 34 2017-05-07 1.36 303551.54 76880.62 106192.08
## 6023 35 2017-04-30 1.53 235698.79 57129.17 87500.56
## 6024 36 2017-04-23 1.50 220970.07 48220.74 78264.66
## 6025 37 2017-04-16 1.56 203220.34 48494.75 77380.84
## 6026 38 2017-04-09 1.54 201298.91 50325.29 75492.06
## 6027 39 2017-04-02 1.48 231427.69 47420.03 85811.10
## 6028 40 2017-03-26 1.48 225271.53 48843.91 94477.70
## 6029 41 2017-03-19 1.47 206732.76 42389.40 89209.74
## 6030 42 2017-03-12 1.55 207026.03 48009.39 87659.78
## 6031 43 2017-03-05 1.41 202553.07 43409.71 87666.41
## 6032 44 2017-02-26 1.26 241552.96 50330.36 118606.57
## 6033 45 2017-02-19 1.33 198557.90 46010.49 78996.07
## 6034 46 2017-02-12 1.25 206762.31 58973.85 74076.16
## 6035 47 2017-02-05 0.95 359702.04 95176.35 172311.19
## 6036 48 2017-01-29 1.33 213609.12 48872.88 86135.67
## 6037 49 2017-01-22 1.18 247754.70 42582.24 116159.86
## 6038 50 2017-01-15 1.37 196897.85 39546.13 84479.17
## 6039 51 2017-01-08 1.28 219338.92 56739.54 80201.70
## 6040 52 2017-01-01 1.21 217051.50 47765.32 94571.69
## 6041 0 2017-12-31 0.93 1182647.50 144034.24 845964.70
## 6042 1 2017-12-24 1.36 707646.11 83138.48 417905.67
## 6043 2 2017-12-17 1.49 620053.78 113959.92 275986.91
## 6044 3 2017-12-10 1.13 1021445.27 142085.83 277789.30
## 6045 4 2017-12-03 1.56 654739.00 99971.00 378155.00
## 6046 5 2017-11-26 1.70 506394.00 71736.00 278263.00
## 6047 6 2017-11-19 1.71 555872.00 86790.00 285841.00
## 6048 7 2017-11-12 1.78 541010.00 90581.00 276787.00
## 6049 8 2017-11-05 1.77 538967.37 96105.50 284220.43
## 6050 9 2017-10-29 1.94 551605.92 117423.10 268773.52
## 6051 10 2017-10-22 2.06 519814.03 84590.83 275588.35
## 6052 11 2017-10-15 2.11 546055.57 89191.92 288024.23
## 6053 12 2017-10-08 2.22 516320.59 62315.40 296817.34
## 6054 13 2017-10-01 2.14 537708.81 73349.22 293404.88
## 6055 14 2017-09-24 2.07 551895.80 79162.45 322016.51
## 6056 15 2017-09-17 2.15 553215.27 59561.15 315414.15
## 6057 16 2017-09-10 2.02 590590.10 65245.47 318095.50
## 6058 17 2017-09-03 2.00 614460.20 65246.80 343566.36
## 6059 18 2017-08-27 1.93 624618.47 87298.17 336708.41
## 6060 19 2017-08-20 1.88 674811.14 91477.74 349704.00
## 6061 20 2017-08-13 1.89 640354.46 64033.75 355733.16
## 6062 21 2017-08-06 1.72 692140.55 68696.24 401419.79
## 6063 22 2017-07-30 1.62 735265.55 76110.93 447892.34
## 6064 23 2017-07-23 1.59 752799.06 79551.49 459858.58
## 6065 24 2017-07-16 1.54 801887.84 91095.18 486178.44
## 6066 25 2017-07-09 1.54 880107.48 82890.07 504037.61
## 6067 26 2017-07-02 1.45 943746.50 128743.48 534893.06
## 6068 27 2017-06-25 1.44 868770.67 132426.14 473567.46
## 6069 28 2017-06-18 1.53 862382.95 68578.06 549159.54
## 6070 29 2017-06-11 1.60 807370.03 87526.68 514710.25
## 6071 30 2017-06-04 1.64 776194.77 79878.40 493631.53
## 6072 31 2017-05-28 1.63 781085.77 62151.32 538899.85
## 6073 32 2017-05-21 1.64 764241.14 67698.15 496380.19
## 6074 33 2017-05-14 1.60 792532.64 99653.40 470279.57
## 6075 34 2017-05-07 1.51 976084.98 133904.86 591928.07
## 6076 35 2017-04-30 1.62 787324.19 81817.28 498579.75
## 6077 36 2017-04-23 1.63 719367.50 81460.10 470214.98
## 6078 37 2017-04-16 1.65 742675.28 65083.44 490301.80
## 6079 38 2017-04-09 1.65 699592.47 70040.01 454691.92
## 6080 39 2017-04-02 1.65 676300.83 64888.08 452598.70
## 6081 40 2017-03-26 1.64 656875.03 60039.23 432870.45
## 6082 41 2017-03-19 1.64 678898.01 61927.68 448962.74
## 6083 42 2017-03-12 1.66 665364.72 59930.13 446178.36
## 6084 43 2017-03-05 1.62 680803.20 59136.57 454626.10
## 6085 44 2017-02-26 1.61 674827.05 52553.89 442525.98
## 6086 45 2017-02-19 1.27 728402.35 61491.20 461727.30
## 6087 46 2017-02-12 1.05 874349.55 144293.33 454380.75
## 6088 47 2017-02-05 0.70 1621253.97 378806.26 912672.33
## 6089 48 2017-01-29 1.10 830499.38 86213.34 511365.64
## 6090 49 2017-01-22 1.21 845065.66 120093.41 497235.79
## 6091 50 2017-01-15 1.23 776820.81 78836.36 480071.92
## 6092 51 2017-01-08 1.16 822522.24 79629.99 499835.88
## 6093 52 2017-01-01 1.15 803348.87 87695.70 531287.44
## 6094 0 2017-12-31 0.86 278128.16 86072.67 43570.02
## 6095 1 2017-12-24 1.36 159238.40 34443.54 41602.51
## 6096 2 2017-12-17 1.30 169219.79 21459.60 53838.76
## 6097 3 2017-12-10 1.16 234296.59 5977.05 88000.51
## 6098 4 2017-12-03 1.05 302992.00 5197.00 133150.00
## 6099 5 2017-11-26 1.23 165103.00 3566.00 62154.00
## 6100 6 2017-11-19 1.01 247158.00 4314.00 89762.00
## 6101 7 2017-11-12 0.90 324830.00 5473.00 119880.00
## 6102 8 2017-11-05 1.01 320427.23 4581.41 121602.23
## 6103 9 2017-10-29 1.42 233003.46 4682.70 80070.26
## 6104 10 2017-10-22 1.75 181203.19 4778.41 59196.88
## 6105 11 2017-10-15 1.81 182274.57 6137.38 59691.71
## 6106 12 2017-10-08 1.90 170365.80 6658.45 50674.92
## 6107 13 2017-10-01 1.86 183683.68 7514.77 58917.31
## 6108 14 2017-09-24 1.79 182714.75 4560.35 68227.85
## 6109 15 2017-09-17 1.79 184434.69 4223.33 69168.18
## 6110 16 2017-09-10 1.75 210180.81 4525.65 74602.50
## 6111 17 2017-09-03 1.72 212627.84 4651.19 73801.87
## 6112 18 2017-08-27 1.31 253876.89 4199.84 88697.40
## 6113 19 2017-08-20 1.15 307618.14 4339.15 107640.20
## 6114 20 2017-08-13 1.34 261153.80 4609.64 92313.29
## 6115 21 2017-08-06 1.46 236484.90 4310.92 88272.35
## 6116 22 2017-07-30 1.48 213593.10 3801.61 82403.53
## 6117 23 2017-07-23 1.47 215667.84 4245.43 85748.65
## 6118 24 2017-07-16 1.50 218147.06 3860.38 91780.98
## 6119 25 2017-07-09 1.09 255253.55 3260.92 95015.46
## 6120 26 2017-07-02 0.79 336087.28 3711.44 101205.94
## 6121 27 2017-06-25 0.80 337211.80 4289.76 100910.25
## 6122 28 2017-06-18 1.09 281486.15 4452.82 110401.61
## 6123 29 2017-06-11 0.87 365008.71 7487.38 85499.13
## 6124 30 2017-06-04 1.00 337444.34 11153.71 83649.82
## 6125 31 2017-05-28 0.96 303442.79 10451.69 76776.70
## 6126 32 2017-05-21 1.00 260725.30 7946.27 73693.15
## 6127 33 2017-05-14 0.76 313988.97 8786.74 87347.28
## 6128 34 2017-05-07 0.60 538518.77 8438.14 131508.13
## 6129 35 2017-04-30 1.10 242716.93 11133.59 89607.64
## 6130 36 2017-04-23 1.13 205401.48 7434.43 68248.73
## 6131 37 2017-04-16 1.06 261398.15 7865.99 77040.01
## 6132 38 2017-04-09 1.17 215849.78 8795.66 76148.94
## 6133 39 2017-04-02 1.01 290569.60 7282.55 72866.01
## 6134 40 2017-03-26 1.16 221214.93 2737.56 75138.64
## 6135 41 2017-03-19 0.95 263837.93 2059.16 71214.46
## 6136 42 2017-03-12 0.90 284997.70 3110.30 77406.82
## 6137 43 2017-03-05 0.78 272988.49 2739.88 82627.36
## 6138 44 2017-02-26 0.78 282344.52 3306.70 108390.14
## 6139 45 2017-02-19 0.70 303146.46 2623.77 93502.67
## 6140 46 2017-02-12 0.65 320492.68 3907.11 131463.63
## 6141 47 2017-02-05 0.65 411450.85 3229.39 181550.84
## 6142 48 2017-01-29 0.71 325944.73 3040.61 118753.45
## 6143 49 2017-01-22 0.69 380429.31 3186.11 142025.18
## 6144 50 2017-01-15 0.76 346523.78 2939.57 125731.86
## 6145 51 2017-01-08 0.82 285027.21 4147.01 126967.13
## 6146 52 2017-01-01 0.64 329279.29 2646.83 130250.60
## 6147 0 2017-12-31 0.80 221203.78 103506.03 30763.37
## 6148 1 2017-12-24 1.06 140322.03 47451.51 20793.80
## 6149 2 2017-12-17 1.03 162900.37 55232.97 32627.00
## 6150 3 2017-12-10 1.10 149626.60 62869.74 18377.18
## 6151 4 2017-12-03 0.99 194796.00 74697.00 45552.00
## 6152 5 2017-11-26 1.04 126378.00 60008.00 16437.00
## 6153 6 2017-11-19 0.97 169553.00 78940.00 14167.00
## 6154 7 2017-11-12 0.97 196433.00 98437.00 14574.00
## 6155 8 2017-11-05 0.96 222749.35 108463.21 15618.10
## 6156 9 2017-10-29 1.22 165260.84 72722.59 18568.73
## 6157 10 2017-10-22 1.55 111491.11 46747.30 15690.62
## 6158 11 2017-10-15 1.71 109664.86 47436.39 16441.16
## 6159 12 2017-10-08 1.83 103123.48 46870.14 8224.80
## 6160 13 2017-10-01 1.72 118344.44 53367.76 13597.94
## 6161 14 2017-09-24 1.69 120872.81 53450.48 16472.11
## 6162 15 2017-09-17 1.70 120600.86 51846.36 16291.52
## 6163 16 2017-09-10 1.68 135633.34 54122.63 19954.70
## 6164 17 2017-09-03 1.62 127613.24 53867.78 21626.87
## 6165 18 2017-08-27 1.26 176231.47 86236.44 19787.99
## 6166 19 2017-08-20 1.23 211279.90 93230.93 20982.37
## 6167 20 2017-08-13 1.52 151390.04 59728.76 19181.67
## 6168 21 2017-08-06 1.21 194759.03 82089.07 24630.41
## 6169 22 2017-07-30 1.22 170792.43 87045.12 20908.30
## 6170 23 2017-07-23 1.39 137783.13 62106.54 20698.51
## 6171 24 2017-07-16 1.36 150749.34 61744.88 28471.78
## 6172 25 2017-07-09 0.95 240071.43 94170.47 28458.64
## 6173 26 2017-07-02 0.85 276442.30 109297.17 29874.64
## 6174 27 2017-06-25 0.86 243935.99 100495.93 26548.19
## 6175 28 2017-06-18 0.81 304247.54 115493.41 35647.10
## 6176 29 2017-06-11 0.98 181254.11 82013.93 22618.84
## 6177 30 2017-06-04 1.10 196391.15 82888.11 20624.08
## 6178 31 2017-05-28 1.24 182566.46 81187.49 20819.14
## 6179 32 2017-05-21 1.16 180283.53 84951.87 22123.26
## 6180 33 2017-05-14 0.99 210349.00 91332.73 15547.02
## 6181 34 2017-05-07 0.93 276421.87 126893.08 33865.90
## 6182 35 2017-04-30 1.18 199643.40 87269.79 27191.09
## 6183 36 2017-04-23 1.26 166919.21 70224.87 19859.62
## 6184 37 2017-04-16 0.99 242720.67 97052.67 23006.95
## 6185 38 2017-04-09 1.07 225843.95 107031.40 23208.36
## 6186 39 2017-04-02 1.23 174975.95 75024.52 25021.32
## 6187 40 2017-03-26 1.26 153513.23 68172.26 23491.33
## 6188 41 2017-03-19 1.30 136371.39 64865.99 24224.72
## 6189 42 2017-03-12 1.29 140126.45 62328.69 32440.45
## 6190 43 2017-03-05 1.14 166169.72 74969.93 29779.78
## 6191 44 2017-02-26 1.04 186429.24 63979.21 49174.69
## 6192 45 2017-02-19 1.07 159054.67 60793.07 31711.26
## 6193 46 2017-02-12 0.78 226525.29 100274.00 43260.87
## 6194 47 2017-02-05 0.69 323030.81 140453.99 60090.44
## 6195 48 2017-01-29 1.06 163084.68 66807.47 32338.23
## 6196 49 2017-01-22 0.91 197072.56 75919.97 47945.33
## 6197 50 2017-01-15 0.97 200226.42 90931.56 32602.28
## 6198 51 2017-01-08 0.86 226219.71 105022.53 34667.40
## 6199 52 2017-01-01 0.83 218881.63 87684.11 50243.59
## 6200 0 2017-12-31 0.90 1116393.20 481105.48 307423.18
## 6201 1 2017-12-24 0.99 1060456.59 565235.94 203334.65
## 6202 2 2017-12-17 0.83 1084068.05 540252.14 217661.59
## 6203 3 2017-12-10 0.75 1288280.85 637875.57 219736.68
## 6204 4 2017-12-03 0.85 1199422.00 575766.00 258400.00
## 6205 5 2017-11-26 0.95 898548.00 523362.00 160636.00
## 6206 6 2017-11-19 0.94 958421.00 561075.00 167540.00
## 6207 7 2017-11-12 0.96 1054327.00 509106.00 271438.00
## 6208 8 2017-11-05 0.96 1142499.74 600272.43 245464.06
## 6209 9 2017-10-29 1.05 1071345.81 548902.52 213645.56
## 6210 10 2017-10-22 1.10 1037930.19 525021.72 186939.29
## 6211 11 2017-10-15 1.28 884631.40 480909.50 174844.63
## 6212 12 2017-10-08 1.29 919708.71 488695.54 194837.09
## 6213 13 2017-10-01 1.30 893387.50 492841.54 170718.08
## 6214 14 2017-09-24 1.29 946384.19 523101.14 168546.34
## 6215 15 2017-09-17 1.24 982833.04 562493.44 181711.95
## 6216 16 2017-09-10 1.20 997274.92 569828.24 167025.65
## 6217 17 2017-09-03 1.23 1043009.46 589764.93 185508.07
## 6218 18 2017-08-27 1.13 1090966.44 631381.37 186107.13
## 6219 19 2017-08-20 0.99 1163466.68 624826.63 228512.25
## 6220 20 2017-08-13 1.00 1263766.23 677058.95 260341.69
## 6221 21 2017-08-06 0.98 1253537.50 663949.10 307186.94
## 6222 22 2017-07-30 1.03 1154233.85 636100.17 259717.64
## 6223 23 2017-07-23 0.99 1197803.17 640831.59 275273.34
## 6224 24 2017-07-16 0.98 1219892.61 572059.17 327858.80
## 6225 25 2017-07-09 0.84 1514500.00 675094.64 287850.86
## 6226 26 2017-07-02 0.90 1378563.61 637767.81 287481.13
## 6227 27 2017-06-25 0.89 1327166.18 688781.77 221432.21
## 6228 28 2017-06-18 0.90 1441940.59 734956.89 307811.08
## 6229 29 2017-06-11 0.90 1361774.87 734135.94 231555.96
## 6230 30 2017-06-04 0.93 1325912.38 712765.48 227992.90
## 6231 31 2017-05-28 0.93 1386906.10 747618.37 269246.45
## 6232 32 2017-05-21 0.91 1291606.06 728358.74 222773.66
## 6233 33 2017-05-14 0.95 1292071.56 674072.36 238304.70
## 6234 34 2017-05-07 0.89 1473846.78 824175.30 269156.57
## 6235 35 2017-04-30 0.90 1407490.70 653423.58 337551.65
## 6236 36 2017-04-23 0.85 1496361.87 673961.13 338732.54
## 6237 37 2017-04-16 0.87 1517178.55 756530.97 289149.09
## 6238 38 2017-04-09 0.90 1337046.52 710379.21 275048.24
## 6239 39 2017-04-02 0.83 1372247.80 798833.39 216633.21
## 6240 40 2017-03-26 0.91 1282796.85 700655.11 223658.42
## 6241 41 2017-03-19 0.94 1153699.28 591093.13 237495.22
## 6242 42 2017-03-12 0.90 1170640.71 617249.46 200229.13
## 6243 43 2017-03-05 0.93 1105083.35 558906.77 208324.30
## 6244 44 2017-02-26 0.73 1372811.19 821922.48 198567.11
## 6245 45 2017-02-19 0.76 1177312.94 501922.03 272758.35
## 6246 46 2017-02-12 0.70 1422345.94 624160.13 276020.88
## 6247 47 2017-02-05 0.65 1772501.55 882268.72 362714.58
## 6248 48 2017-01-29 0.73 1306293.11 789341.03 172742.07
## 6249 49 2017-01-22 0.70 1382964.89 850531.30 222669.42
## 6250 50 2017-01-15 0.70 1389716.89 750093.63 313392.54
## 6251 51 2017-01-08 0.78 1247488.60 556814.80 343124.23
## 6252 52 2017-01-01 0.68 1336539.20 526727.72 438041.57
## 6253 0 2017-12-31 0.94 938481.85 127052.75 355322.20
## 6254 1 2017-12-24 1.19 675592.64 142027.32 171218.36
## 6255 2 2017-12-17 1.13 646736.55 157024.25 154962.46
## 6256 3 2017-12-10 0.97 886841.87 150700.53 330683.28
## 6257 4 2017-12-03 1.10 849840.00 149815.00 325073.00
## 6258 5 2017-11-26 1.36 543243.00 125916.00 171383.00
## 6259 6 2017-11-19 1.13 701022.00 132242.00 196662.00
## 6260 7 2017-11-12 1.03 847836.00 137872.00 269918.00
## 6261 8 2017-11-05 1.07 934570.70 122060.91 320967.57
## 6262 9 2017-10-29 1.20 783939.18 130556.48 226576.70
## 6263 10 2017-10-22 1.43 638993.72 126273.71 238205.63
## 6264 11 2017-10-15 1.57 537139.26 126304.77 158787.10
## 6265 12 2017-10-08 1.60 537932.73 133463.10 140121.62
## 6266 13 2017-10-01 1.47 605234.66 114291.47 249372.98
## 6267 14 2017-09-24 1.60 499761.73 125319.71 161435.81
## 6268 15 2017-09-17 1.47 557213.38 150991.79 156645.07
## 6269 16 2017-09-10 1.56 585138.06 114529.62 167203.28
## 6270 17 2017-09-03 1.50 588489.26 122402.66 165312.08
## 6271 18 2017-08-27 1.10 896083.20 122874.44 379022.88
## 6272 19 2017-08-20 1.20 877603.13 113449.77 324067.53
## 6273 20 2017-08-13 1.46 635905.08 148506.19 198503.52
## 6274 21 2017-08-06 1.43 638888.58 145450.77 211822.19
## 6275 22 2017-07-30 1.19 787191.53 145887.05 313773.34
## 6276 23 2017-07-23 1.15 971350.62 149313.58 353625.53
## 6277 24 2017-07-16 1.46 642837.36 108383.89 207831.49
## 6278 25 2017-07-09 1.11 951407.12 164106.61 267690.26
## 6279 26 2017-07-02 1.19 813544.33 124815.87 182812.48
## 6280 27 2017-06-25 1.17 841763.42 165523.87 173432.50
## 6281 28 2017-06-18 1.14 890723.20 185315.80 198308.54
## 6282 29 2017-06-11 1.18 872407.69 192091.93 212252.78
## 6283 30 2017-06-04 1.16 895594.90 198732.29 179793.41
## 6284 31 2017-05-28 1.19 835834.41 172557.01 175140.35
## 6285 32 2017-05-21 1.23 750701.05 145486.51 205774.79
## 6286 33 2017-05-14 1.23 781305.34 166017.34 223913.99
## 6287 34 2017-05-07 1.13 904098.60 147250.97 357127.75
## 6288 35 2017-04-30 1.33 703503.26 145242.61 162526.92
## 6289 36 2017-04-23 1.15 766941.79 162809.94 163230.47
## 6290 37 2017-04-16 1.23 813466.54 164060.81 178842.29
## 6291 38 2017-04-09 1.31 704360.11 136193.81 164298.89
## 6292 39 2017-04-02 1.33 681540.61 150610.93 159643.84
## 6293 40 2017-03-26 1.42 630931.96 158588.80 150934.84
## 6294 41 2017-03-19 1.32 678002.96 152538.65 156751.57
## 6295 42 2017-03-12 1.32 673601.39 138467.07 157143.73
## 6296 43 2017-03-05 1.32 639567.49 142858.33 161939.15
## 6297 44 2017-02-26 1.15 782244.57 139037.76 237453.81
## 6298 45 2017-02-19 1.07 799071.01 153258.18 254318.67
## 6299 46 2017-02-12 0.96 821592.06 204917.87 291657.99
## 6300 47 2017-02-05 0.77 1258952.81 239163.63 502457.31
## 6301 48 2017-01-29 1.05 887964.38 172614.57 214811.63
## 6302 49 2017-01-22 1.03 906838.40 149313.21 268029.66
## 6303 50 2017-01-15 1.04 808771.72 147752.34 212522.91
## 6304 51 2017-01-08 0.92 844689.96 169103.67 249167.67
## 6305 52 2017-01-01 0.80 959368.84 138364.14 336467.73
## 6306 0 2017-12-31 0.84 467584.30 146333.69 91027.90
## 6307 1 2017-12-24 1.25 298146.18 50834.19 57335.28
## 6308 2 2017-12-17 1.08 369196.72 60128.92 98625.18
## 6309 3 2017-12-10 1.13 311949.95 89161.52 44929.63
## 6310 4 2017-12-03 0.97 515907.00 101693.00 183341.00
## 6311 5 2017-11-26 1.21 229292.00 71317.00 40629.00
## 6312 6 2017-11-19 0.99 353938.00 112881.00 39979.00
## 6313 7 2017-11-12 0.93 432903.00 163957.00 42219.00
## 6314 8 2017-11-05 1.00 426643.42 154127.34 42917.02
## 6315 9 2017-10-29 1.28 316276.92 91775.45 40457.01
## 6316 10 2017-10-22 1.59 230384.71 57747.31 39113.60
## 6317 11 2017-10-15 1.79 205378.62 57304.56 33515.01
## 6318 12 2017-10-08 1.94 208300.17 55417.49 17297.60
## 6319 13 2017-10-01 1.88 215840.47 56101.34 24145.02
## 6320 14 2017-09-24 1.82 234792.97 61575.52 32561.28
## 6321 15 2017-09-17 1.84 231672.30 56672.38 29720.64
## 6322 16 2017-09-10 1.80 251097.79 60774.27 32685.75
## 6323 17 2017-09-03 1.68 234930.31 58131.60 35365.15
## 6324 18 2017-08-27 1.32 304000.24 99924.49 29648.99
## 6325 19 2017-08-20 1.25 388250.81 113908.85 34529.25
## 6326 20 2017-08-13 1.55 286679.02 64304.67 33590.30
## 6327 21 2017-08-06 1.25 400745.99 101371.87 45320.08
## 6328 22 2017-07-30 1.29 339850.04 114942.57 39063.15
## 6329 23 2017-07-23 1.55 267254.47 66396.62 40479.00
## 6330 24 2017-07-16 1.18 385966.55 100370.00 55199.44
## 6331 25 2017-07-09 0.99 502774.82 119584.90 56064.04
## 6332 26 2017-07-02 1.22 392513.77 65065.41 63951.02
## 6333 27 2017-06-25 1.01 402914.93 96114.24 58116.71
## 6334 28 2017-06-18 0.85 668936.01 127581.26 129555.86
## 6335 29 2017-06-11 1.28 315240.72 71644.61 61426.82
## 6336 30 2017-06-04 1.26 361513.16 77883.80 57322.69
## 6337 31 2017-05-28 1.29 361905.98 83266.74 48464.11
## 6338 32 2017-05-21 1.32 307674.16 71333.90 44186.58
## 6339 33 2017-05-14 1.03 445350.61 110697.80 44186.84
## 6340 34 2017-05-07 0.99 625475.58 160714.71 82132.76
## 6341 35 2017-04-30 1.48 324983.09 64498.25 50224.27
## 6342 36 2017-04-23 1.46 295788.03 60299.30 42596.28
## 6343 37 2017-04-16 1.45 342545.94 68514.24 51563.48
## 6344 38 2017-04-09 1.51 284715.12 64658.67 48429.11
## 6345 39 2017-04-02 1.48 288639.34 65914.28 45497.47
## 6346 40 2017-03-26 1.48 289107.02 69601.63 44602.74
## 6347 41 2017-03-19 1.48 262116.19 71290.38 45054.51
## 6348 42 2017-03-12 1.44 238211.13 73391.30 40214.51
## 6349 43 2017-03-05 0.97 383170.95 117593.23 42026.91
## 6350 44 2017-02-26 0.83 540315.74 133389.93 105832.88
## 6351 45 2017-02-19 1.07 311270.60 82084.73 46507.12
## 6352 46 2017-02-12 0.74 475602.70 148920.01 87966.44
## 6353 47 2017-02-05 0.65 797699.81 214826.74 228906.58
## 6354 48 2017-01-29 1.01 381506.20 125847.46 70435.94
## 6355 49 2017-01-22 0.84 616589.93 129912.94 202323.91
## 6356 50 2017-01-15 0.98 397115.64 124452.62 72303.07
## 6357 51 2017-01-08 0.90 470643.79 157160.74 76519.91
## 6358 52 2017-01-01 0.75 480612.79 100364.10 165059.57
## 6359 0 2017-12-31 1.09 202635.01 2522.84 103361.16
## 6360 1 2017-12-24 1.64 130735.97 2190.40 59470.20
## 6361 2 2017-12-17 1.25 162923.49 2042.43 74185.34
## 6362 3 2017-12-10 1.61 107018.62 2211.54 52467.15
## 6363 4 2017-12-03 0.99 301527.00 2268.00 182507.00
## 6364 5 2017-11-26 1.65 96700.00 1864.00 50330.00
## 6365 6 2017-11-19 1.40 139279.00 2688.00 68242.00
## 6366 7 2017-11-12 1.59 110784.00 2585.00 49202.00
## 6367 8 2017-11-05 1.70 103715.88 2335.02 46898.66
## 6368 9 2017-10-29 1.55 138190.33 2263.72 65813.83
## 6369 10 2017-10-22 1.96 97132.42 2538.84 37656.26
## 6370 11 2017-10-15 2.07 94071.58 3559.98 37970.75
## 6371 12 2017-10-08 2.19 86753.64 2689.21 30568.23
## 6372 13 2017-10-01 2.09 97411.58 3178.13 35898.69
## 6373 14 2017-09-24 1.96 113272.89 2101.47 48552.76
## 6374 15 2017-09-17 1.99 100498.79 1713.76 40378.99
## 6375 16 2017-09-10 1.86 111733.79 2360.30 46227.08
## 6376 17 2017-09-03 1.65 127147.57 2659.69 52612.04
## 6377 18 2017-08-27 1.74 112023.41 1978.65 45102.68
## 6378 19 2017-08-20 1.70 124908.76 2503.59 47876.89
## 6379 20 2017-08-13 1.70 125212.99 3912.70 48945.22
## 6380 21 2017-08-06 1.45 167234.75 2082.16 69687.29
## 6381 22 2017-07-30 1.63 127602.86 2162.74 49417.90
## 6382 23 2017-07-23 1.68 136088.12 2240.69 56572.58
## 6383 24 2017-07-16 1.42 169837.53 2520.38 70377.13
## 6384 25 2017-07-09 1.43 178186.11 2225.40 71380.42
## 6385 26 2017-07-02 1.51 192007.39 2073.97 71125.60
## 6386 27 2017-06-25 1.74 142258.18 2010.17 54017.53
## 6387 28 2017-06-18 1.29 245293.35 2180.87 96015.63
## 6388 29 2017-06-11 1.79 158876.02 2308.29 64251.02
## 6389 30 2017-06-04 1.88 162051.09 2254.78 74167.19
## 6390 31 2017-05-28 1.85 165718.77 1824.13 70747.33
## 6391 32 2017-05-21 1.88 148499.08 1972.51 64369.19
## 6392 33 2017-05-14 1.87 151273.21 1659.83 68015.22
## 6393 34 2017-05-07 1.46 254982.52 2037.53 134403.02
## 6394 35 2017-04-30 1.83 157868.62 2008.80 72819.17
## 6395 36 2017-04-23 1.67 146024.28 1826.18 67510.44
## 6396 37 2017-04-16 1.67 175861.50 1857.22 80672.38
## 6397 38 2017-04-09 1.73 144360.97 2187.70 69915.75
## 6398 39 2017-04-02 1.73 140629.70 1804.04 68299.15
## 6399 40 2017-03-26 1.71 149479.58 1890.37 71916.37
## 6400 41 2017-03-19 1.73 141712.21 1749.65 70210.67
## 6401 42 2017-03-12 1.73 129820.93 1645.17 64057.69
## 6402 43 2017-03-05 1.50 128203.51 1498.24 59098.06
## 6403 44 2017-02-26 1.02 238305.05 1386.96 140947.20
## 6404 45 2017-02-19 1.42 141775.80 1224.48 80219.40
## 6405 46 2017-02-12 1.13 176589.86 1277.43 107963.46
## 6406 47 2017-02-05 0.81 391313.63 1573.98 298897.77
## 6407 48 2017-01-29 1.29 168252.20 1391.78 100681.06
## 6408 49 2017-01-22 0.92 322366.88 1152.99 227003.50
## 6409 50 2017-01-15 1.29 166158.43 935.22 107348.70
## 6410 51 2017-01-08 1.26 174079.23 1225.77 102134.85
## 6411 52 2017-01-01 0.77 306129.40 1217.67 224774.25
## 6412 0 2017-12-31 0.92 4398887.92 1092011.22 1740608.60
## 6413 1 2017-12-24 1.30 2860693.26 507534.15 1076521.40
## 6414 2 2017-12-17 1.22 3023285.74 605188.35 1037403.48
## 6415 3 2017-12-10 1.18 3258080.63 609987.32 926924.56
## 6416 4 2017-12-03 1.15 3837027.00 603156.00 1732528.00
## 6417 5 2017-11-26 1.38 2254700.00 483896.00 837408.00
## 6418 6 2017-11-19 1.23 2983690.00 581511.00 991256.00
## 6419 7 2017-11-12 1.19 3284210.00 699961.00 1049661.00
## 6420 8 2017-11-05 1.26 3225071.95 696600.38 1043530.21
## 6421 9 2017-10-29 1.52 2739607.48 570308.79 901889.60
## 6422 10 2017-10-22 1.75 2247856.71 444286.92 806545.92
## 6423 11 2017-10-15 1.86 2221613.58 446922.80 801194.66
## 6424 12 2017-10-08 1.98 2063573.51 419515.35 658131.80
## 6425 13 2017-10-01 1.89 2289168.77 444534.18 780137.97
## 6426 14 2017-09-24 1.83 2415482.04 458465.32 895147.87
## 6427 15 2017-09-17 1.86 2358162.43 421369.74 851995.69
## 6428 16 2017-09-10 1.81 2589499.71 441483.65 913391.31
## 6429 17 2017-09-03 1.73 2638911.89 445855.59 975125.15
## 6430 18 2017-08-27 1.49 2973144.04 629034.10 996526.74
## 6431 19 2017-08-20 1.44 3378088.25 666458.42 1089386.32
## 6432 20 2017-08-13 1.57 2971011.18 504445.27 1051826.50
## 6433 21 2017-08-06 1.42 3357719.29 574437.85 1199617.75
## 6434 22 2017-07-30 1.44 3127451.33 628374.02 1159890.30
## 6435 23 2017-07-23 1.47 3014558.52 557159.67 1180490.16
## 6436 24 2017-07-16 1.38 3372297.92 613737.91 1337473.31
## 6437 25 2017-07-09 1.20 4104371.46 695313.32 1385858.46
## 6438 26 2017-07-02 1.18 4250394.01 740503.01 1423924.97
## 6439 27 2017-06-25 1.15 3938985.06 718886.46 1270259.61
## 6440 28 2017-06-18 1.12 4668135.31 707122.82 1685604.76
## 6441 29 2017-06-11 1.27 3714237.95 596035.19 1338515.62
## 6442 30 2017-06-04 1.33 3649478.04 559144.79 1336833.13
## 6443 31 2017-05-28 1.37 3562841.46 580440.94 1365403.08
## 6444 32 2017-05-21 1.34 3415474.26 605625.06 1302177.14
## 6445 33 2017-05-14 1.19 3901825.70 649626.44 1290414.96
## 6446 34 2017-05-07 1.10 5308891.12 923002.11 1932630.68
## 6447 35 2017-04-30 1.38 3584134.90 633332.25 1431880.81
## 6448 36 2017-04-23 1.38 3193269.98 536784.83 1228762.83
## 6449 37 2017-04-16 1.36 3543152.49 561509.96 1337527.18
## 6450 38 2017-04-09 1.41 3149013.04 583906.30 1255688.28
## 6451 39 2017-04-02 1.41 3081036.18 504640.46 1212295.86
## 6452 40 2017-03-26 1.42 3002195.77 474956.60 1228379.13
## 6453 41 2017-03-19 1.39 2975356.86 463863.64 1224340.81
## 6454 42 2017-03-12 1.38 2883466.63 460240.32 1259335.82
## 6455 43 2017-03-05 1.24 3197341.66 563498.27 1313704.16
## 6456 44 2017-02-26 1.08 3848715.52 565282.75 1692494.90
## 6457 45 2017-02-19 1.10 3184221.55 458082.87 1329999.72
## 6458 46 2017-02-12 0.88 4129136.03 765348.23 1694610.53
## 6459 47 2017-02-05 0.73 6575186.76 1338529.97 3117639.02
## 6460 48 2017-01-29 1.01 3799154.10 593815.23 1631554.73
## 6461 49 2017-01-22 0.95 4696372.14 680490.86 2241043.46
## 6462 50 2017-01-15 1.05 3893220.87 667328.63 1705655.80
## 6463 51 2017-01-08 0.99 4067134.96 725716.77 1755106.40
## 6464 52 2017-01-01 0.88 4225245.40 636277.70 2157249.60
## 6465 0 2017-12-31 1.37 195897.40 35962.67 106173.46
## 6466 1 2017-12-24 1.37 217968.19 37343.09 115065.17
## 6467 2 2017-12-17 1.37 196746.00 35590.92 101937.40
## 6468 3 2017-12-10 1.13 274939.00 43089.18 163729.22
## 6469 4 2017-12-03 1.27 231977.00 39382.00 127730.00
## 6470 5 2017-11-26 1.30 191490.00 30488.00 89564.00
## 6471 6 2017-11-19 1.30 216608.00 30820.00 97308.00
## 6472 7 2017-11-12 1.38 201442.00 31166.00 99684.00
## 6473 8 2017-11-05 1.45 191459.87 31048.20 99317.22
## 6474 9 2017-10-29 1.47 203026.62 30541.03 117170.48
## 6475 10 2017-10-22 1.43 206115.08 30373.68 111836.53
## 6476 11 2017-10-15 1.48 205858.60 32691.30 112916.52
## 6477 12 2017-10-08 1.54 164699.75 34256.95 79474.31
## 6478 13 2017-10-01 1.45 213952.02 37491.09 115716.48
## 6479 14 2017-09-24 1.44 209982.19 36336.43 122032.96
## 6480 15 2017-09-17 1.46 189035.91 32973.74 107531.22
## 6481 16 2017-09-10 1.51 180874.92 32675.66 97799.79
## 6482 17 2017-09-03 1.53 212828.72 39153.66 117858.62
## 6483 18 2017-08-27 1.48 214056.41 40614.08 112224.82
## 6484 19 2017-08-20 1.47 212934.98 40413.35 104200.02
## 6485 20 2017-08-13 1.43 238229.99 42116.11 127782.88
## 6486 21 2017-08-06 1.37 235902.96 42012.76 129112.23
## 6487 22 2017-07-30 1.36 222758.77 41369.26 115565.26
## 6488 23 2017-07-23 1.38 224207.07 44426.16 116786.25
## 6489 24 2017-07-16 1.38 224434.92 42951.31 120360.02
## 6490 25 2017-07-09 1.47 237446.62 41065.78 129466.37
## 6491 26 2017-07-02 1.48 226114.96 40997.57 111399.05
## 6492 27 2017-06-25 1.46 222447.25 40132.56 121032.80
## 6493 28 2017-06-18 1.50 238389.11 45186.48 131057.91
## 6494 29 2017-06-11 1.50 232728.73 50902.99 115824.28
## 6495 30 2017-06-04 1.55 247060.03 50484.86 118452.04
## 6496 31 2017-05-28 1.56 275488.47 53527.90 137082.84
## 6497 32 2017-05-21 1.51 244638.89 52736.28 119601.86
## 6498 33 2017-05-14 1.54 239036.52 52237.47 95012.50
## 6499 34 2017-05-07 1.51 301180.77 53636.12 140316.58
## 6500 35 2017-04-30 1.48 268831.64 54369.02 135977.00
## 6501 36 2017-04-23 1.49 225681.54 53508.78 103642.10
## 6502 37 2017-04-16 1.56 261861.07 50600.52 123726.97
## 6503 38 2017-04-09 1.48 251676.02 47837.77 121350.21
## 6504 39 2017-04-02 1.46 239412.64 53424.06 110824.96
## 6505 40 2017-03-26 1.38 254599.21 52944.04 131659.03
## 6506 41 2017-03-19 1.40 243265.50 59161.21 118545.42
## 6507 42 2017-03-12 1.42 245928.12 51306.88 126552.09
## 6508 43 2017-03-05 1.19 273485.30 53961.57 151537.00
## 6509 44 2017-02-26 1.29 260743.16 52855.29 139066.59
## 6510 45 2017-02-19 1.28 224541.20 56042.20 104680.99
## 6511 46 2017-02-12 1.13 276755.29 105170.96 106548.49
## 6512 47 2017-02-05 1.14 348380.90 117876.11 153442.16
## 6513 48 2017-01-29 1.25 267917.78 64322.44 129735.77
## 6514 49 2017-01-22 1.40 266851.77 49774.50 135845.63
## 6515 50 2017-01-15 1.44 251547.43 47536.54 126095.12
## 6516 51 2017-01-08 1.30 275064.65 51590.90 153751.13
## 6517 52 2017-01-01 1.35 235430.29 41800.77 136109.66
## 6518 0 2017-12-31 1.42 245203.25 4805.09 183945.55
## 6519 1 2017-12-24 1.50 225990.67 5610.69 161963.18
## 6520 2 2017-12-17 1.44 228292.45 6271.96 160129.76
## 6521 3 2017-12-10 1.14 447122.29 18098.00 359319.53
## 6522 4 2017-12-03 1.55 231210.00 5716.00 166828.00
## 6523 5 2017-11-26 1.38 229399.00 5695.00 153323.00
## 6524 6 2017-11-19 1.38 264765.00 4591.00 169972.00
## 6525 7 2017-11-12 1.56 226866.00 6490.00 162389.00
## 6526 8 2017-11-05 1.53 240615.51 5209.01 161648.13
## 6527 9 2017-10-29 1.53 247946.32 5938.74 188044.00
## 6528 10 2017-10-22 1.50 244786.18 7441.12 179802.05
## 6529 11 2017-10-15 1.58 236604.19 7043.32 177668.62
## 6530 12 2017-10-08 1.60 217988.15 7540.43 159211.65
## 6531 13 2017-10-01 1.60 250057.54 6770.97 189987.47
## 6532 14 2017-09-24 1.59 228615.67 4809.81 181192.01
## 6533 15 2017-09-17 1.54 222593.17 7488.87 162728.73
## 6534 16 2017-09-10 1.57 243134.01 5195.18 182049.97
## 6535 17 2017-09-03 1.74 224635.60 4476.51 165217.63
## 6536 18 2017-08-27 1.78 220520.33 4245.98 160115.84
## 6537 19 2017-08-20 1.74 223619.15 3659.65 155326.78
## 6538 20 2017-08-13 1.63 263624.63 4240.00 193118.61
## 6539 21 2017-08-06 1.60 262304.20 5057.28 200007.70
## 6540 22 2017-07-30 1.56 258166.40 5477.90 190639.60
## 6541 23 2017-07-23 1.59 264308.37 8142.48 201585.67
## 6542 24 2017-07-16 1.59 265615.87 10004.17 205771.60
## 6543 25 2017-07-09 1.72 273059.91 10848.33 198967.11
## 6544 26 2017-07-02 1.76 259782.83 9173.43 191483.01
## 6545 27 2017-06-25 1.68 275912.97 8658.16 220849.19
## 6546 28 2017-06-18 1.79 256900.68 5734.57 195637.72
## 6547 29 2017-06-11 1.75 296173.79 11601.99 218427.65
## 6548 30 2017-06-04 1.81 288516.73 10922.08 216912.96
## 6549 31 2017-05-28 1.85 304340.56 10672.40 225753.07
## 6550 32 2017-05-21 1.80 279086.43 10370.09 208423.40
## 6551 33 2017-05-14 1.76 285282.20 4501.51 193014.31
## 6552 34 2017-05-07 1.61 369499.67 6754.65 251849.93
## 6553 35 2017-04-30 1.66 300311.86 7020.54 234305.43
## 6554 36 2017-04-23 1.76 267468.69 8180.90 201383.54
## 6555 37 2017-04-16 1.80 257405.41 6808.85 189287.26
## 6556 38 2017-04-09 1.74 284522.31 7409.75 199909.01
## 6557 39 2017-04-02 1.71 269090.51 10131.30 204310.58
## 6558 40 2017-03-26 1.58 270398.76 7860.88 203663.76
## 6559 41 2017-03-19 1.66 253838.30 5615.33 195073.06
## 6560 42 2017-03-12 1.65 248805.91 4902.42 186372.61
## 6561 43 2017-03-05 1.25 373924.25 8437.42 316785.84
## 6562 44 2017-02-26 1.59 259318.66 11083.37 193422.27
## 6563 45 2017-02-19 1.30 249027.94 30000.58 167971.32
## 6564 46 2017-02-12 1.14 395980.22 85641.41 249990.68
## 6565 47 2017-02-05 1.20 486542.38 52460.96 356398.62
## 6566 48 2017-01-29 1.46 292710.38 4741.29 220159.57
## 6567 49 2017-01-22 1.47 332672.05 4349.36 247185.31
## 6568 50 2017-01-15 1.43 284386.03 4665.17 223678.05
## 6569 51 2017-01-08 1.25 369468.59 5105.33 315473.05
## 6570 52 2017-01-01 1.64 232663.88 2772.36 188107.91
## 6571 0 2017-12-31 0.78 1391181.63 564063.25 209000.62
## 6572 1 2017-12-24 0.99 1063384.61 486643.36 150511.24
## 6573 2 2017-12-17 0.98 928716.60 429276.67 184347.17
## 6574 3 2017-12-10 0.79 1266364.71 459265.36 294180.18
## 6575 4 2017-12-03 0.77 1398400.00 540763.00 289729.00
## 6576 5 2017-11-26 0.88 991547.00 501157.00 134619.00
## 6577 6 2017-11-19 0.89 1142126.00 620361.00 134476.00
## 6578 7 2017-11-12 0.88 1256897.00 514065.00 251034.00
## 6579 8 2017-11-05 0.95 1363261.11 526090.63 264224.32
## 6580 9 2017-10-29 1.12 1126402.78 481864.71 189258.96
## 6581 10 2017-10-22 1.16 1008358.03 492168.22 128029.43
## 6582 11 2017-10-15 1.26 1029556.13 476686.67 149935.14
## 6583 12 2017-10-08 1.29 1042700.75 491561.89 146966.38
## 6584 13 2017-10-01 1.29 991939.31 472251.74 141695.25
## 6585 14 2017-09-24 1.25 949769.71 470511.08 145808.34
## 6586 15 2017-09-17 1.20 964460.21 460806.95 171011.56
## 6587 16 2017-09-10 1.10 1138315.80 606027.02 165584.72
## 6588 17 2017-09-03 1.19 852110.88 426423.84 171139.39
## 6589 18 2017-08-27 1.16 1109914.22 510226.80 195358.46
## 6590 19 2017-08-20 1.01 1096227.54 458024.37 216584.11
## 6591 20 2017-08-13 0.99 1332232.95 406049.08 395755.28
## 6592 21 2017-08-06 0.99 1192888.53 552895.89 251754.00
## 6593 22 2017-07-30 1.00 1117345.60 536258.78 203627.59
## 6594 23 2017-07-23 1.02 1088792.51 510127.52 214165.71
## 6595 24 2017-07-16 1.01 1143310.87 475986.48 251487.71
## 6596 25 2017-07-09 0.78 1513596.50 565234.20 223073.67
## 6597 26 2017-07-02 0.83 1348652.11 559731.32 240188.70
## 6598 27 2017-06-25 0.82 1352318.90 569850.04 285476.88
## 6599 28 2017-06-18 0.77 1755331.30 583952.66 412002.26
## 6600 29 2017-06-11 0.89 1240308.02 627610.50 201534.03
## 6601 30 2017-06-04 0.83 1377530.34 603106.83 192105.68
## 6602 31 2017-05-28 0.87 1315258.80 627786.36 268181.39
## 6603 32 2017-05-21 0.83 1262476.33 579270.57 219956.52
## 6604 33 2017-05-14 0.79 1444023.34 625728.18 231431.19
## 6605 34 2017-05-07 0.74 1789051.94 732114.63 350523.80
## 6606 35 2017-04-30 0.72 1832450.40 576270.01 451254.61
## 6607 36 2017-04-23 0.68 1776220.69 665435.93 352920.48
## 6608 37 2017-04-16 0.76 1402904.54 820487.46 207708.35
## 6609 38 2017-04-09 0.81 1244695.02 684059.72 272460.29
## 6610 39 2017-04-02 0.70 1543050.06 879079.77 183771.99
## 6611 40 2017-03-26 0.83 1074520.66 663134.30 182628.92
## 6612 41 2017-03-19 0.85 1016536.61 653306.71 183349.68
## 6613 42 2017-03-12 0.90 903586.21 619358.06 151499.32
## 6614 43 2017-03-05 0.74 1110895.97 697103.02 161909.48
## 6615 44 2017-02-26 0.53 1547337.25 1067091.80 116819.32
## 6616 45 2017-02-19 0.67 1190708.83 565042.04 142847.65
## 6617 46 2017-02-12 0.58 1420811.06 781130.12 148459.74
## 6618 47 2017-02-05 0.55 1977923.65 1026765.08 406006.03
## 6619 48 2017-01-29 0.70 1258481.11 789020.20 215934.35
## 6620 49 2017-01-22 0.68 1119168.10 798585.87 170357.81
## 6621 50 2017-01-15 0.53 1613159.67 1134750.48 184545.50
## 6622 51 2017-01-08 0.57 1417208.02 933181.79 198434.84
## 6623 52 2017-01-01 0.51 1475741.07 985040.19 290583.75
## 6624 0 2017-12-31 0.96 205202.95 67904.72 57394.76
## 6625 1 2017-12-24 1.30 148389.14 22248.67 58457.91
## 6626 2 2017-12-17 1.26 143975.58 18371.92 58045.77
## 6627 3 2017-12-10 1.26 167890.91 9368.90 83042.64
## 6628 4 2017-12-03 1.25 182891.00 8806.00 103238.00
## 6629 5 2017-11-26 1.40 115688.00 7132.00 51923.00
## 6630 6 2017-11-19 1.08 178437.00 7408.00 76810.00
## 6631 7 2017-11-12 1.03 202129.00 11814.00 89236.00
## 6632 8 2017-11-05 1.26 194103.11 8575.56 86633.97
## 6633 9 2017-10-29 1.63 152558.08 8565.38 65715.28
## 6634 10 2017-10-22 1.67 125746.37 8944.76 57230.12
## 6635 11 2017-10-15 1.76 120662.74 9351.20 52216.91
## 6636 12 2017-10-08 1.97 105043.74 10071.88 37063.61
## 6637 13 2017-10-01 1.84 128999.95 9051.01 53986.11
## 6638 14 2017-09-24 1.74 135854.22 7948.80 63487.06
## 6639 15 2017-09-17 1.86 126434.16 7889.87 55951.98
## 6640 16 2017-09-10 1.86 139315.43 8832.22 60421.90
## 6641 17 2017-09-03 1.70 145552.03 7686.15 61680.49
## 6642 18 2017-08-27 1.29 179853.82 8671.85 83185.36
## 6643 19 2017-08-20 1.39 174633.06 7182.87 83860.57
## 6644 20 2017-08-13 1.49 154354.18 7053.96 68255.91
## 6645 21 2017-08-06 1.35 170536.59 7818.03 78546.10
## 6646 22 2017-07-30 1.41 159525.40 7452.61 74597.93
## 6647 23 2017-07-23 1.36 155196.74 7482.96 70451.99
## 6648 24 2017-07-16 1.35 166601.37 9861.88 82250.49
## 6649 25 2017-07-09 1.08 209047.97 8754.14 85278.67
## 6650 26 2017-07-02 1.09 194572.17 8629.27 78472.44
## 6651 27 2017-06-25 1.04 197095.32 7378.96 72671.18
## 6652 28 2017-06-18 1.03 223221.90 11623.93 96522.44
## 6653 29 2017-06-11 0.98 224873.96 11584.14 72043.56
## 6654 30 2017-06-04 1.07 218092.41 11334.96 79916.60
## 6655 31 2017-05-28 1.19 188284.12 11651.62 77776.16
## 6656 32 2017-05-21 1.09 185608.56 13080.23 71966.19
## 6657 33 2017-05-14 0.85 268519.12 17926.54 93535.99
## 6658 34 2017-05-07 0.93 290014.77 22284.54 116928.39
## 6659 35 2017-04-30 1.18 212879.47 14827.79 86660.77
## 6660 36 2017-04-23 1.06 211977.98 11831.88 72470.48
## 6661 37 2017-04-16 1.14 205429.57 13018.13 79071.99
## 6662 38 2017-04-09 1.30 160389.47 11776.20 69900.70
## 6663 39 2017-04-02 1.26 166588.45 11375.50 61512.67
## 6664 40 2017-03-26 1.27 181489.14 12342.94 68119.93
## 6665 41 2017-03-19 1.25 168330.50 12798.54 60511.72
## 6666 42 2017-03-12 1.35 149318.47 10979.78 65279.45
## 6667 43 2017-03-05 1.35 150301.80 12865.79 66251.59
## 6668 44 2017-02-26 1.02 188900.46 12096.22 83033.68
## 6669 45 2017-02-19 0.94 179250.21 12336.44 74485.41
## 6670 46 2017-02-12 0.77 237575.64 17435.10 116691.02
## 6671 47 2017-02-05 0.84 276051.64 19443.88 146037.65
## 6672 48 2017-01-29 0.87 224036.18 12914.29 93252.53
## 6673 49 2017-01-22 0.93 204570.78 13553.31 92880.57
## 6674 50 2017-01-15 0.96 210793.64 15258.94 102478.51
## 6675 51 2017-01-08 0.86 222849.42 17783.95 112339.02
## 6676 52 2017-01-01 0.91 186464.64 16193.14 97953.50
## 6677 0 2017-12-31 1.12 206562.78 115793.69 14230.19
## 6678 1 2017-12-24 1.38 127181.54 67108.80 8048.69
## 6679 2 2017-12-17 0.99 176847.28 98660.32 11261.09
## 6680 3 2017-12-10 1.01 181425.66 95942.65 11557.82
## 6681 4 2017-12-03 1.26 152697.00 87017.00 9779.00
## 6682 5 2017-11-26 1.42 120001.00 65331.00 7096.00
## 6683 6 2017-11-19 1.21 155729.00 84638.00 10606.00
## 6684 7 2017-11-12 1.33 154511.00 85332.00 9938.00
## 6685 8 2017-11-05 1.48 131679.37 74308.60 8741.26
## 6686 9 2017-10-29 1.17 193936.80 108447.00 13949.40
## 6687 10 2017-10-22 1.56 152418.64 89649.03 11079.10
## 6688 11 2017-10-15 1.76 137503.61 75857.38 10193.63
## 6689 12 2017-10-08 1.79 152742.37 89903.47 10996.65
## 6690 13 2017-10-01 2.00 128592.98 68330.79 14372.21
## 6691 14 2017-09-24 1.82 130570.77 82615.31 12009.49
## 6692 15 2017-09-17 1.73 141725.96 82016.13 13544.55
## 6693 16 2017-09-10 1.77 117342.62 62701.34 11080.30
## 6694 17 2017-09-03 1.88 147242.45 82573.64 14144.89
## 6695 18 2017-08-27 1.63 138021.20 83466.70 12673.20
## 6696 19 2017-08-20 1.63 150828.78 86428.56 13226.03
## 6697 20 2017-08-13 1.49 171995.95 90069.37 14574.55
## 6698 21 2017-08-06 1.44 148237.94 82275.37 12280.16
## 6699 22 2017-07-30 1.43 157712.19 89089.69 13102.88
## 6700 23 2017-07-23 1.44 172994.22 101545.19 14942.73
## 6701 24 2017-07-16 1.48 160177.18 88735.04 14194.77
## 6702 25 2017-07-09 1.42 161864.64 98757.83 14132.78
## 6703 26 2017-07-02 1.41 189413.48 113926.84 18894.24
## 6704 27 2017-06-25 1.36 180199.86 99600.41 16687.42
## 6705 28 2017-06-18 1.45 151012.55 94578.34 12992.82
## 6706 29 2017-06-11 1.43 193088.40 119698.07 15932.56
## 6707 30 2017-06-04 1.46 178356.70 119654.85 16223.79
## 6708 31 2017-05-28 1.43 181588.22 96509.06 15848.55
## 6709 32 2017-05-21 1.44 155818.85 86716.20 14543.35
## 6710 33 2017-05-14 1.47 148325.98 79945.48 12921.51
## 6711 34 2017-05-07 1.13 268808.12 155607.42 26574.54
## 6712 35 2017-04-30 1.26 240227.67 150982.37 24978.55
## 6713 36 2017-04-23 1.47 156137.58 85993.83 16104.95
## 6714 37 2017-04-16 1.46 151862.73 83664.62 16186.11
## 6715 38 2017-04-09 1.50 151364.03 81448.74 17365.30
## 6716 39 2017-04-02 1.64 149669.60 84324.85 16423.70
## 6717 40 2017-03-26 1.62 149813.32 81656.27 16051.23
## 6718 41 2017-03-19 1.56 138402.06 72614.47 15206.97
## 6719 42 2017-03-12 1.55 146196.96 78256.68 17190.82
## 6720 43 2017-03-05 1.56 134582.21 71350.35 16171.12
## 6721 44 2017-02-26 1.16 172502.22 90291.99 20630.64
## 6722 45 2017-02-19 1.23 139949.65 72634.25 18683.75
## 6723 46 2017-02-12 0.90 216367.38 107196.49 33548.36
## 6724 47 2017-02-05 0.74 398543.91 191954.42 65200.84
## 6725 48 2017-01-29 1.11 206654.98 87623.67 29999.87
## 6726 49 2017-01-22 0.91 246514.81 75808.70 50763.51
## 6727 50 2017-01-15 1.16 191122.29 80023.35 30493.69
## 6728 51 2017-01-08 1.15 141693.33 47783.40 23081.48
## 6729 52 2017-01-01 0.81 263730.05 94909.67 46910.39
## 6730 0 2017-12-31 1.04 291922.57 57663.71 111439.26
## 6731 1 2017-12-24 1.24 234520.01 63831.10 66599.45
## 6732 2 2017-12-17 1.03 267987.97 62937.38 102137.37
## 6733 3 2017-12-10 1.03 288441.17 65071.68 94140.95
## 6734 4 2017-12-03 1.01 315521.00 66925.00 127968.00
## 6735 5 2017-11-26 1.16 205033.00 52245.00 75503.00
## 6736 6 2017-11-19 1.13 234265.00 60519.00 77336.00
## 6737 7 2017-11-12 1.06 291325.00 57132.00 110255.00
## 6738 8 2017-11-05 1.12 321534.28 57828.06 121041.61
## 6739 9 2017-10-29 1.29 243340.40 56224.61 94603.45
## 6740 10 2017-10-22 1.37 204094.51 61741.10 74165.15
## 6741 11 2017-10-15 1.45 202735.87 57479.41 76990.78
## 6742 12 2017-10-08 1.64 195455.06 62574.22 60756.44
## 6743 13 2017-10-01 1.61 189529.26 58261.77 67847.94
## 6744 14 2017-09-24 1.61 192284.92 59560.00 62383.75
## 6745 15 2017-09-17 1.58 201028.75 64271.49 63852.15
## 6746 16 2017-09-10 1.49 215393.25 116267.62 26602.41
## 6747 17 2017-09-03 1.53 204091.69 95445.95 29557.08
## 6748 18 2017-08-27 1.48 203947.90 107288.21 26219.44
## 6749 19 2017-08-20 1.26 261684.23 109201.66 44715.50
## 6750 20 2017-08-13 1.18 323793.98 100523.04 68158.20
## 6751 21 2017-08-06 1.30 283779.47 114985.35 53059.42
## 6752 22 2017-07-30 1.29 288905.90 113471.56 46394.92
## 6753 23 2017-07-23 1.28 296887.44 114294.17 62879.45
## 6754 24 2017-07-16 1.22 299858.79 131681.44 54114.55
## 6755 25 2017-07-09 0.99 399827.40 138190.07 54694.89
## 6756 26 2017-07-02 1.06 376795.81 129619.03 48964.77
## 6757 27 2017-06-25 1.03 362489.51 130867.46 49034.77
## 6758 28 2017-06-18 1.01 357696.04 133507.85 55577.57
## 6759 29 2017-06-11 0.99 374211.54 158132.02 51454.31
## 6760 30 2017-06-04 1.05 376990.33 137454.97 53764.53
## 6761 31 2017-05-28 1.06 364486.68 130568.12 50153.97
## 6762 32 2017-05-21 1.02 356922.23 117366.67 63083.52
## 6763 33 2017-05-14 0.98 399525.37 125448.07 75420.31
## 6764 34 2017-05-07 0.94 468975.91 160728.38 76426.47
## 6765 35 2017-04-30 0.95 359011.13 113104.90 65026.20
## 6766 36 2017-04-23 0.84 439665.28 118344.17 81560.68
## 6767 37 2017-04-16 0.93 410849.51 119501.49 58233.45
## 6768 38 2017-04-09 1.04 304603.84 115811.58 40245.44
## 6769 39 2017-04-02 1.04 329722.62 118797.68 41149.92
## 6770 40 2017-03-26 1.02 325734.59 117623.43 43374.75
## 6771 41 2017-03-19 1.02 318004.24 111396.46 43301.14
## 6772 42 2017-03-12 0.99 315445.03 114790.55 38280.91
## 6773 43 2017-03-05 0.96 345889.75 119711.85 49738.25
## 6774 44 2017-02-26 0.89 325905.13 97278.06 57129.17
## 6775 45 2017-02-19 0.93 318600.59 135001.70 40837.72
## 6776 46 2017-02-12 0.72 406866.03 128160.12 59930.14
## 6777 47 2017-02-05 0.54 680234.93 286395.34 121440.60
## 6778 48 2017-01-29 0.93 309146.07 120542.24 45790.67
## 6779 49 2017-01-22 0.79 382850.78 133276.27 64435.68
## 6780 50 2017-01-15 0.78 419687.35 118904.72 80217.63
## 6781 51 2017-01-08 0.81 411218.71 112947.03 77763.79
## 6782 52 2017-01-01 0.77 363865.19 95268.03 75111.35
## 6783 0 2017-12-31 0.88 3212261.75 1368619.91 755743.47
## 6784 1 2017-12-24 1.10 2389829.32 1076720.74 350754.59
## 6785 2 2017-12-17 0.89 3130916.47 1046466.31 1167417.29
## 6786 3 2017-12-10 1.07 2404221.58 1024592.52 396712.41
## 6787 4 2017-12-03 1.01 2615853.00 1177940.00 396804.00
## 6788 5 2017-11-26 1.19 2153918.00 987928.00 327525.00
## 6789 6 2017-11-19 1.14 2391383.00 1042472.00 309130.00
## 6790 7 2017-11-12 1.08 2626121.00 1225567.00 413517.00
## 6791 8 2017-11-05 1.04 2691240.89 1079147.36 743292.73
## 6792 9 2017-10-29 1.09 2850377.20 1085428.83 843048.34
## 6793 10 2017-10-22 1.49 1968638.86 924450.62 360936.46
## 6794 11 2017-10-15 1.67 1779831.36 741758.67 385402.67
## 6795 12 2017-10-08 1.80 1711267.24 753730.08 343707.72
## 6796 13 2017-10-01 1.77 1697028.59 725653.31 335816.39
## 6797 14 2017-09-24 1.75 1760610.46 768658.64 337637.65
## 6798 15 2017-09-17 1.73 1865690.48 837463.16 357662.06
## 6799 16 2017-09-10 1.74 1969051.97 898753.94 359807.34
## 6800 17 2017-09-03 1.61 2176974.29 1050438.58 441327.04
## 6801 18 2017-08-27 1.66 2117126.80 1096036.21 344686.36
## 6802 19 2017-08-20 1.45 2309865.74 1207541.43 324882.97
## 6803 20 2017-08-13 1.19 2832849.85 1412649.35 452871.67
## 6804 21 2017-08-06 1.22 2742628.31 1359069.50 414552.66
## 6805 22 2017-07-30 1.39 2426027.85 1263812.03 399835.58
## 6806 23 2017-07-23 1.38 2484918.32 1266618.54 407573.08
## 6807 24 2017-07-16 1.37 2558156.26 1327685.51 409058.25
## 6808 25 2017-07-09 1.12 3382974.98 1520215.45 437585.10
## 6809 26 2017-07-02 1.07 3507155.74 1521073.33 497356.53
## 6810 27 2017-06-25 0.92 3655667.22 1609002.40 414532.82
## 6811 28 2017-06-18 0.99 3631321.55 1581223.40 480083.42
## 6812 29 2017-06-11 0.99 3390850.94 1280363.31 415143.16
## 6813 30 2017-06-04 0.96 3637220.72 1330141.06 418291.29
## 6814 31 2017-05-28 1.13 3243908.89 1296066.67 466479.64
## 6815 32 2017-05-21 1.14 2921916.66 1169688.69 428611.48
## 6816 33 2017-05-14 0.94 3551402.91 1376168.79 430527.04
## 6817 34 2017-05-07 0.87 4214313.10 1745366.17 583071.39
## 6818 35 2017-04-30 0.99 3299258.02 1329981.71 518018.74
## 6819 36 2017-04-23 1.04 3074226.19 1118405.84 429077.76
## 6820 37 2017-04-16 1.18 2789630.40 1044500.39 455872.03
## 6821 38 2017-04-09 1.01 2993246.61 957440.04 408516.09
## 6822 39 2017-04-02 0.98 3100355.01 975079.42 428361.34
## 6823 40 2017-03-26 1.12 2583323.58 861802.43 418362.30
## 6824 41 2017-03-19 1.11 2737872.14 965781.76 422615.12
## 6825 42 2017-03-12 1.12 2633574.94 974290.82 439065.83
## 6826 43 2017-03-05 0.99 2768930.88 897311.08 518369.51
## 6827 44 2017-02-26 0.82 2935077.50 980146.15 477454.27
## 6828 45 2017-02-19 0.79 3033918.41 1029674.70 493496.38
## 6829 46 2017-02-12 0.64 3625630.64 1181120.66 592688.22
## 6830 47 2017-02-05 0.53 5470227.08 1741607.02 937331.61
## 6831 48 2017-01-29 0.60 4230448.98 1439453.61 741369.62
## 6832 49 2017-01-22 0.62 4215552.57 1715034.11 663032.28
## 6833 50 2017-01-15 0.76 3363407.98 1075572.75 703853.31
## 6834 51 2017-01-08 0.89 3120961.67 969758.40 692908.87
## 6835 52 2017-01-01 0.84 3551337.17 1223299.39 829896.69
## 6836 0 2017-12-31 0.87 117941.49 26048.65 34289.02
## 6837 1 2017-12-24 1.18 80024.09 6596.13 28324.60
## 6838 2 2017-12-17 1.07 80191.11 6894.24 28129.43
## 6839 3 2017-12-10 1.01 100072.52 6065.04 37048.51
## 6840 4 2017-12-03 1.11 108947.00 2489.00 52286.00
## 6841 5 2017-11-26 1.45 53796.00 1858.00 22808.00
## 6842 6 2017-11-19 1.18 79284.00 2182.00 33869.00
## 6843 7 2017-11-12 1.14 100811.00 3181.00 43510.00
## 6844 8 2017-11-05 1.18 86085.33 3045.35 37125.60
## 6845 9 2017-10-29 1.23 102915.21 3751.03 44115.78
## 6846 10 2017-10-22 1.70 62179.04 3538.09 25086.52
## 6847 11 2017-10-15 1.79 60616.52 3403.65 25005.30
## 6848 12 2017-10-08 1.98 52865.97 4093.28 17191.20
## 6849 13 2017-10-01 1.89 62180.50 3158.20 25612.00
## 6850 14 2017-09-24 1.88 59540.52 2256.64 25575.25
## 6851 15 2017-09-17 1.73 68830.07 2265.55 31173.61
## 6852 16 2017-09-10 1.65 78604.92 2337.33 34553.13
## 6853 17 2017-09-03 1.64 80371.08 2707.25 35073.50
## 6854 18 2017-08-27 1.62 80466.47 3038.11 33674.56
## 6855 19 2017-08-20 1.56 88644.49 2852.34 35594.01
## 6856 20 2017-08-13 1.38 93447.51 2736.38 37308.97
## 6857 21 2017-08-06 1.30 95140.94 2317.10 37610.34
## 6858 22 2017-07-30 1.30 90428.76 2384.77 33397.53
## 6859 23 2017-07-23 1.37 92486.04 2203.65 37670.64
## 6860 24 2017-07-16 1.44 87217.20 3058.87 41177.44
## 6861 25 2017-07-09 1.01 124946.18 2696.41 45861.16
## 6862 26 2017-07-02 1.02 113658.98 2605.69 47985.11
## 6863 27 2017-06-25 0.97 114003.27 2137.42 43420.23
## 6864 28 2017-06-18 1.06 104369.68 2581.61 49620.17
## 6865 29 2017-06-11 1.04 112253.93 2251.92 46391.41
## 6866 30 2017-06-04 1.06 121602.81 2191.20 48994.64
## 6867 31 2017-05-28 1.08 111487.07 2098.77 48808.39
## 6868 32 2017-05-21 1.10 104440.16 2090.74 51642.32
## 6869 33 2017-05-14 1.27 82244.67 2266.19 37229.40
## 6870 34 2017-05-07 1.06 135486.52 2467.22 57992.66
## 6871 35 2017-04-30 1.26 93663.48 2431.03 48499.45
## 6872 36 2017-04-23 1.17 93502.86 2091.62 42839.29
## 6873 37 2017-04-16 1.22 100089.52 2109.81 47637.85
## 6874 38 2017-04-09 1.20 89926.02 2222.25 43333.76
## 6875 39 2017-04-02 1.15 96962.69 2228.91 43114.54
## 6876 40 2017-03-26 1.11 100036.14 2435.42 46979.43
## 6877 41 2017-03-19 1.29 74388.06 1883.85 44133.45
## 6878 42 2017-03-12 1.18 85005.19 2122.02 42103.02
## 6879 43 2017-03-05 0.99 101061.01 1914.78 49340.20
## 6880 44 2017-02-26 0.95 106098.37 2181.83 59928.42
## 6881 45 2017-02-19 0.94 94778.79 1979.99 41851.86
## 6882 46 2017-02-12 0.75 131965.58 2078.54 58269.96
## 6883 47 2017-02-05 0.91 126829.29 2214.61 74680.70
## 6884 48 2017-01-29 0.94 116309.90 2082.57 55703.27
## 6885 49 2017-01-22 0.94 127597.75 2407.87 66870.27
## 6886 50 2017-01-15 1.06 89361.43 2069.09 43683.90
## 6887 51 2017-01-08 0.86 118310.74 2489.41 55251.90
## 6888 52 2017-01-01 0.77 110696.17 1692.13 60441.72
## 6889 0 2017-12-31 1.17 728998.69 499352.88 74265.81
## 6890 1 2017-12-24 1.45 506569.10 336796.77 44094.52
## 6891 2 2017-12-17 1.01 660737.83 449484.96 63179.34
## 6892 3 2017-12-10 1.03 713866.00 484033.33 71985.61
## 6893 4 2017-12-03 1.35 550215.00 358080.00 50526.00
## 6894 5 2017-11-26 1.45 464647.00 302437.00 44200.00
## 6895 6 2017-11-19 1.23 642013.00 418092.00 65920.00
## 6896 7 2017-11-12 1.42 513109.00 336664.00 51672.00
## 6897 8 2017-11-05 1.53 463170.50 314039.49 47476.82
## 6898 9 2017-10-29 1.22 674788.56 450543.04 71919.22
## 6899 10 2017-10-22 1.59 558315.26 378185.30 61183.38
## 6900 11 2017-10-15 1.79 472074.73 324877.96 49047.42
## 6901 12 2017-10-08 1.92 455831.94 302210.81 44414.13
## 6902 13 2017-10-01 2.04 399836.65 254127.88 48863.68
## 6903 14 2017-09-24 1.93 408851.65 291020.95 42336.40
## 6904 15 2017-09-17 1.84 409206.24 278164.17 53156.30
## 6905 16 2017-09-10 1.81 362581.90 266569.88 34078.89
## 6906 17 2017-09-03 1.98 465051.74 323445.92 50947.85
## 6907 18 2017-08-27 1.65 450204.59 302627.69 49717.50
## 6908 19 2017-08-20 1.70 468514.70 317677.27 56349.59
## 6909 20 2017-08-13 1.51 568797.63 383486.57 70899.96
## 6910 21 2017-08-06 1.48 501154.94 341186.45 64789.85
## 6911 22 2017-07-30 1.46 501001.78 342501.26 62144.33
## 6912 23 2017-07-23 1.47 546833.62 374063.45 67585.09
## 6913 24 2017-07-16 1.48 523617.87 367930.59 65180.09
## 6914 25 2017-07-09 1.43 550195.13 371243.58 67379.10
## 6915 26 2017-07-02 1.44 627569.42 419259.34 76464.05
## 6916 27 2017-06-25 1.43 539847.30 349940.70 66569.13
## 6917 28 2017-06-18 1.52 505828.46 311873.22 66760.95
## 6918 29 2017-06-11 1.48 696603.38 447672.96 88004.23
## 6919 30 2017-06-04 1.49 687913.86 449727.40 85907.47
## 6920 31 2017-05-28 1.45 645768.88 403556.09 74337.63
## 6921 32 2017-05-21 1.49 605721.02 383030.29 75985.14
## 6922 33 2017-05-14 1.50 594781.35 373017.97 71834.66
## 6923 34 2017-05-07 1.17 910239.07 569792.16 130126.67
## 6924 35 2017-04-30 1.26 832704.20 511842.97 127586.28
## 6925 36 2017-04-23 1.51 556944.14 333198.36 78525.35
## 6926 37 2017-04-16 1.50 533442.27 329067.90 75100.84
## 6927 38 2017-04-09 1.54 494093.73 312737.23 74502.99
## 6928 39 2017-04-02 1.71 493610.85 299394.50 74726.71
## 6929 40 2017-03-26 1.71 498987.31 297987.32 79372.45
## 6930 41 2017-03-19 1.62 520937.75 297627.53 79475.12
## 6931 42 2017-03-12 1.70 473865.59 286726.08 80308.24
## 6932 43 2017-03-05 1.67 464210.89 273177.19 78151.22
## 6933 44 2017-02-26 1.26 553803.50 328098.98 90099.40
## 6934 45 2017-02-19 1.35 468266.51 262617.90 89037.77
## 6935 46 2017-02-12 0.97 804977.39 462514.53 171782.76
## 6936 47 2017-02-05 0.87 1254201.12 689710.71 281503.40
## 6937 48 2017-01-29 1.30 609721.18 271896.48 128996.33
## 6938 49 2017-01-22 1.05 793514.22 308899.67 230819.58
## 6939 50 2017-01-15 1.34 588482.19 251140.35 125991.87
## 6940 51 2017-01-08 1.40 522278.22 209904.22 121128.25
## 6941 52 2017-01-01 0.98 787406.10 309692.08 199635.67
## 6942 0 2017-12-31 0.96 3777193.46 937259.75 1398684.02
## 6943 1 2017-12-24 1.26 2494315.29 589482.87 939519.27
## 6944 2 2017-12-17 1.23 2483817.57 586473.42 918892.91
## 6945 3 2017-12-10 1.07 3370521.81 728666.15 1219626.41
## 6946 4 2017-12-03 1.18 3003104.00 755828.00 1275665.00
## 6947 5 2017-11-26 1.33 2200251.00 488106.00 903101.00
## 6948 6 2017-11-19 1.30 2462798.00 567752.00 938850.00
## 6949 7 2017-11-12 1.33 2631186.00 670773.00 1022489.00
## 6950 8 2017-11-05 1.28 2880937.37 797195.70 1081492.86
## 6951 9 2017-10-29 1.41 2661899.80 639486.72 1075382.15
## 6952 10 2017-10-22 1.56 2380544.44 537789.18 1026119.76
## 6953 11 2017-10-15 1.63 2395914.69 529662.41 1066264.19
## 6954 12 2017-10-08 1.72 2133166.39 515353.83 852450.97
## 6955 13 2017-10-01 1.64 2443800.39 484618.58 1130202.23
## 6956 14 2017-09-24 1.60 2466210.08 494295.13 1150979.86
## 6957 15 2017-09-17 1.55 2466838.85 512068.16 1116827.87
## 6958 16 2017-09-10 1.56 2428140.05 466611.07 1074163.59
## 6959 17 2017-09-03 1.54 2561783.52 512114.91 1135717.01
## 6960 18 2017-08-27 1.50 2617107.98 577443.09 1071863.58
## 6961 19 2017-08-20 1.41 2865414.36 613834.15 1140930.95
## 6962 20 2017-08-13 1.37 2902604.84 595916.46 1267014.94
## 6963 21 2017-08-06 1.34 2907563.95 601191.03 1272881.65
## 6964 22 2017-07-30 1.34 2817091.62 613040.11 1200263.60
## 6965 23 2017-07-23 1.34 2886538.37 613826.71 1240751.66
## 6966 24 2017-07-16 1.34 2827404.11 566734.82 1217131.68
## 6967 25 2017-07-09 1.29 3173372.45 643600.31 1287442.95
## 6968 26 2017-07-02 1.26 3218961.84 663114.75 1257956.68
## 6969 27 2017-06-25 1.27 3147519.14 673327.18 1319522.05
## 6970 28 2017-06-18 1.34 3032871.22 600416.38 1348477.92
## 6971 29 2017-06-11 1.34 3150788.24 640517.27 1365909.57
## 6972 30 2017-06-04 1.43 3212276.31 699461.68 1357927.08
## 6973 31 2017-05-28 1.38 3380161.63 750399.45 1352784.05
## 6974 32 2017-05-21 1.34 3232304.82 740206.13 1308057.07
## 6975 33 2017-05-14 1.31 3047596.25 721743.92 1036404.83
## 6976 34 2017-05-07 1.19 4372728.72 926758.39 1699122.93
## 6977 35 2017-04-30 1.38 3291328.16 771445.46 1301500.70
## 6978 36 2017-04-23 1.40 3060395.83 617149.84 1225887.12
## 6979 37 2017-04-16 1.43 2965083.46 618949.71 1222427.88
## 6980 38 2017-04-09 1.39 2990138.08 650949.77 1221294.08
## 6981 39 2017-04-02 1.30 3350938.53 670531.47 1325656.97
## 6982 40 2017-03-26 1.33 3162600.85 673395.80 1328645.97
## 6983 41 2017-03-19 1.35 2933076.38 607103.98 1325162.91
## 6984 42 2017-03-12 1.33 3059010.05 718846.39 1306320.17
## 6985 43 2017-03-05 1.14 3397985.84 737562.33 1432039.90
## 6986 44 2017-02-26 1.20 3310530.37 689256.50 1618434.51
## 6987 45 2017-02-19 1.19 2929351.67 665322.17 1215056.58
## 6988 46 2017-02-12 1.07 3403723.66 936823.61 1373680.54
## 6989 47 2017-02-05 0.95 4703681.01 1220323.46 2257429.97
## 6990 48 2017-01-29 1.22 3151000.47 740797.00 1363481.75
## 6991 49 2017-01-22 1.17 3394184.15 737948.84 1519035.24
## 6992 50 2017-01-15 1.23 3034320.24 693675.19 1293221.45
## 6993 51 2017-01-08 1.11 3454819.97 777266.14 1624949.84
## 6994 52 2017-01-01 1.12 2878967.54 653896.00 1285364.27
## 6995 0 2017-12-31 0.81 258729.83 159028.54 10137.80
## 6996 1 2017-12-24 1.04 182002.85 96258.83 6816.80
## 6997 2 2017-12-17 0.91 197844.12 97643.53 7363.32
## 6998 3 2017-12-10 0.90 239587.94 123093.48 7029.89
## 6999 4 2017-12-03 1.01 229337.00 123038.00 8062.00
## 7000 5 2017-11-26 1.08 159826.00 83217.00 6254.00
## 7001 6 2017-11-19 1.02 188444.00 104128.00 6946.00
## 7002 7 2017-11-12 1.07 202631.00 121879.00 7035.00
## 7003 8 2017-11-05 1.02 229240.49 144908.02 8243.13
## 7004 9 2017-10-29 1.14 217723.59 125954.95 9477.04
## 7005 10 2017-10-22 1.41 167135.85 97915.36 9503.17
## 7006 11 2017-10-15 1.57 161020.39 87209.67 10227.66
## 7007 12 2017-10-08 1.76 140968.03 77117.26 4016.38
## 7008 13 2017-10-01 1.70 154956.62 73759.23 21324.74
## 7009 14 2017-09-24 1.66 159412.07 74533.49 22831.21
## 7010 15 2017-09-17 1.48 167440.24 70892.31 29793.52
## 7011 16 2017-09-10 1.42 176082.45 72427.91 37438.94
## 7012 17 2017-09-03 1.34 188701.54 76965.28 42751.23
## 7013 18 2017-08-27 1.28 184465.49 82465.35 40038.54
## 7014 19 2017-08-20 1.07 261757.88 114191.45 37848.66
## 7015 20 2017-08-13 1.05 268655.66 124290.96 38810.91
## 7016 21 2017-08-06 1.13 243526.27 106178.67 36727.83
## 7017 22 2017-07-30 1.14 217774.89 106460.13 29771.49
## 7018 23 2017-07-23 1.21 211384.21 95944.35 32144.65
## 7019 24 2017-07-16 1.18 212210.95 93140.13 32246.58
## 7020 25 2017-07-09 0.99 267296.70 101167.78 35679.18
## 7021 26 2017-07-02 0.96 281067.39 112545.01 39946.64
## 7022 27 2017-06-25 0.90 287217.67 114569.65 47014.32
## 7023 28 2017-06-18 1.00 260893.43 108420.61 33689.09
## 7024 29 2017-06-11 1.13 218540.28 107489.08 23109.92
## 7025 30 2017-06-04 1.07 269102.17 133059.17 12467.64
## 7026 31 2017-05-28 0.97 282671.14 149461.62 7592.89
## 7027 32 2017-05-21 0.99 259151.84 139176.17 7391.96
## 7028 33 2017-05-14 1.02 225323.91 124825.70 7630.50
## 7029 34 2017-05-07 0.84 368796.80 169743.69 12217.82
## 7030 35 2017-04-30 0.99 286322.22 147000.26 11874.45
## 7031 36 2017-04-23 1.10 226088.30 109053.98 8877.76
## 7032 37 2017-04-16 1.09 230566.12 111412.23 9801.87
## 7033 38 2017-04-09 1.03 251089.69 110090.84 10197.45
## 7034 39 2017-04-02 0.95 281438.76 122671.42 10966.77
## 7035 40 2017-03-26 0.91 276732.88 135016.05 10773.00
## 7036 41 2017-03-19 0.96 228023.12 110762.28 10019.64
## 7037 42 2017-03-12 0.75 261830.38 154343.07 10155.12
## 7038 43 2017-03-05 0.60 379324.44 174849.76 10907.30
## 7039 44 2017-02-26 0.88 216226.59 121849.81 13162.21
## 7040 45 2017-02-19 0.82 225664.23 113867.81 12392.24
## 7041 46 2017-02-12 0.66 271393.50 139708.54 30102.92
## 7042 47 2017-02-05 0.68 377719.70 182395.78 43116.96
## 7043 48 2017-01-29 0.93 238392.73 109656.49 20938.22
## 7044 49 2017-01-22 0.87 251189.52 112820.57 30481.58
## 7045 50 2017-01-15 0.89 251914.74 109163.63 20522.38
## 7046 51 2017-01-08 0.84 255094.17 126438.73 17389.25
## 7047 52 2017-01-01 0.73 249074.81 112089.34 27327.66
## 7048 0 2017-12-31 1.06 262281.64 164147.55 23239.77
## 7049 1 2017-12-24 1.14 224869.91 127281.43 14372.70
## 7050 2 2017-12-17 1.03 251753.79 151885.76 18381.27
## 7051 3 2017-12-10 1.06 251601.16 144316.93 21840.90
## 7052 4 2017-12-03 0.97 266547.00 163448.00 19343.00
## 7053 5 2017-11-26 1.27 176817.00 96043.00 12239.00
## 7054 6 2017-11-19 1.27 207295.00 118191.00 14363.00
## 7055 7 2017-11-12 1.11 292987.00 176864.00 25045.00
## 7056 8 2017-11-05 1.32 225563.40 131134.51 19876.07
## 7057 9 2017-10-29 1.11 277437.66 169106.09 21885.18
## 7058 10 2017-10-22 1.26 269443.25 159833.64 24349.84
## 7059 11 2017-10-15 1.46 227947.46 135384.25 18515.33
## 7060 12 2017-10-08 1.34 328829.92 207980.89 24630.11
## 7061 13 2017-10-01 1.72 227535.41 132184.69 21112.28
## 7062 14 2017-09-24 1.70 205976.51 129861.05 22072.72
## 7063 15 2017-09-17 1.62 219275.21 136981.14 25106.49
## 7064 16 2017-09-10 1.62 217336.35 123071.39 24260.85
## 7065 17 2017-09-03 1.57 227168.31 129857.31 26734.97
## 7066 18 2017-08-27 1.46 229748.30 133655.24 27697.42
## 7067 19 2017-08-20 1.46 226946.53 128287.97 25042.77
## 7068 20 2017-08-13 1.39 236698.78 130628.39 30558.86
## 7069 21 2017-08-06 1.33 240983.48 130001.44 34141.47
## 7070 22 2017-07-30 1.40 246036.68 142551.37 30114.36
## 7071 23 2017-07-23 1.39 262774.91 155838.78 38067.91
## 7072 24 2017-07-16 1.32 232912.36 120631.11 29406.15
## 7073 25 2017-07-09 1.26 267928.19 156935.51 23221.13
## 7074 26 2017-07-02 1.27 302052.69 177146.52 24028.95
## 7075 27 2017-06-25 1.30 293079.22 168867.39 19760.58
## 7076 28 2017-06-18 1.29 287734.91 177973.04 25893.61
## 7077 29 2017-06-11 1.32 312695.00 187011.15 31940.35
## 7078 30 2017-06-04 1.38 256543.43 158511.61 25352.42
## 7079 31 2017-05-28 1.39 293608.21 182795.19 30514.83
## 7080 32 2017-05-21 1.36 252110.25 155348.21 27177.19
## 7081 33 2017-05-14 1.35 241194.43 139087.23 25294.95
## 7082 34 2017-05-07 1.02 423839.41 261367.48 53102.06
## 7083 35 2017-04-30 1.32 301447.98 193112.77 28592.77
## 7084 36 2017-04-23 1.35 227634.47 134821.90 21723.74
## 7085 37 2017-04-16 1.27 268722.38 156177.03 33661.51
## 7086 38 2017-04-09 1.34 235686.80 134722.14 26489.36
## 7087 39 2017-04-02 1.37 243155.13 137881.46 33317.61
## 7088 40 2017-03-26 1.38 236515.28 133157.90 29086.58
## 7089 41 2017-03-19 1.32 231348.89 130993.69 32649.16
## 7090 42 2017-03-12 1.32 239083.77 145739.86 25219.09
## 7091 43 2017-03-05 1.13 254912.18 134356.15 50228.72
## 7092 44 2017-02-26 0.98 307637.26 190219.99 30519.39
## 7093 45 2017-02-19 1.11 220338.25 123639.40 24706.23
## 7094 46 2017-02-12 0.90 276002.68 160040.82 30195.68
## 7095 47 2017-02-05 0.61 633235.06 400599.94 80089.33
## 7096 48 2017-01-29 0.97 344239.35 208314.95 36546.78
## 7097 49 2017-01-22 1.06 267331.27 138670.15 34757.27
## 7098 50 2017-01-15 1.01 291083.26 171326.01 35657.65
## 7099 51 2017-01-08 1.10 230884.67 124108.53 31296.37
## 7100 52 2017-01-01 0.81 318672.94 175385.65 42839.67
## 7101 0 2017-12-31 1.33 1201219.44 36680.16 816261.84
## 7102 1 2017-12-24 1.34 1233461.89 36684.62 791089.36
## 7103 2 2017-12-17 1.41 1181560.33 35511.18 661369.74
## 7104 3 2017-12-10 1.14 2390308.58 48483.07 1906061.15
## 7105 4 2017-12-03 1.41 1191930.00 42352.00 652690.00
## 7106 5 2017-11-26 1.42 1210256.00 39943.00 696301.00
## 7107 6 2017-11-19 1.37 1335298.00 47063.00 654065.00
## 7108 7 2017-11-12 1.52 1122350.00 51661.00 667319.00
## 7109 8 2017-11-05 1.41 1319642.14 61830.21 632293.37
## 7110 9 2017-10-29 1.57 1217806.97 74423.50 788262.18
## 7111 10 2017-10-22 1.54 1253047.60 71422.68 788731.96
## 7112 11 2017-10-15 1.68 1176751.31 75694.79 747793.74
## 7113 12 2017-10-08 1.69 1105462.53 75444.57 669974.98
## 7114 13 2017-10-01 1.67 1201890.84 83287.52 707902.58
## 7115 14 2017-09-24 1.65 1178504.26 77197.18 716125.04
## 7116 15 2017-09-17 1.61 1154925.12 71450.66 693111.36
## 7117 16 2017-09-10 1.61 1150959.10 76107.84 681320.36
## 7118 17 2017-09-03 1.80 1077993.21 72172.99 630743.85
## 7119 18 2017-08-27 1.81 1100987.66 73400.68 639876.64
## 7120 19 2017-08-20 1.75 1057188.97 72101.32 582403.53
## 7121 20 2017-08-13 1.58 1267239.35 64027.77 686338.23
## 7122 21 2017-08-06 1.56 1277419.69 59767.30 821262.42
## 7123 22 2017-07-30 1.52 1306226.34 63098.74 856414.09
## 7124 23 2017-07-23 1.55 1306877.98 63537.04 830714.94
## 7125 24 2017-07-16 1.57 1327763.45 71450.18 859372.14
## 7126 25 2017-07-09 1.63 1442667.56 82965.35 800414.02
## 7127 26 2017-07-02 1.72 1304560.72 56685.05 733184.24
## 7128 27 2017-06-25 1.47 1521598.08 53675.18 1060721.23
## 7129 28 2017-06-18 1.82 1242160.85 55732.76 765117.64
## 7130 29 2017-06-11 1.74 1374185.78 54293.79 753430.43
## 7131 30 2017-06-04 1.83 1335461.36 51740.89 834879.59
## 7132 31 2017-05-28 1.75 1451146.59 52861.92 824445.19
## 7133 32 2017-05-21 1.80 1298242.54 54128.18 817106.16
## 7134 33 2017-05-14 1.75 1387420.96 51358.70 797684.64
## 7135 34 2017-05-07 1.65 1746824.60 56814.61 920313.85
## 7136 35 2017-04-30 1.84 1228100.25 48042.72 808258.75
## 7137 36 2017-04-23 1.68 1247609.13 45532.93 838408.44
## 7138 37 2017-04-16 1.76 1222890.71 38975.10 775310.37
## 7139 38 2017-04-09 1.75 1277721.97 37746.37 775729.89
## 7140 39 2017-04-02 1.74 1221327.78 36138.61 791416.43
## 7141 40 2017-03-26 1.72 1154893.52 28449.94 717035.68
## 7142 41 2017-03-19 1.70 1155875.16 16705.37 737596.20
## X4770 Total.Bags Small.Bags Large.Bags XLarge.Bags
## 1 48.16 8696.87 8603.62 93.25 0.00
## 2 58.33 9505.56 9408.07 97.49 0.00
## 3 130.50 8145.35 8042.21 103.14 0.00
## 4 72.58 5811.16 5677.40 133.76 0.00
## 5 75.78 6183.95 5986.26 197.69 0.00
## 6 43.61 6683.91 6556.47 127.44 0.00
## 7 93.26 8318.86 8196.81 122.05 0.00
## 8 80.00 6829.22 6266.85 562.37 0.00
## 9 85.34 11388.36 11104.53 283.83 0.00
## 10 113.00 8625.92 8061.47 564.45 0.00
## 11 117.07 8205.66 7877.86 327.80 0.00
## 12 105.32 10123.90 9866.27 257.63 0.00
## 13 101.36 8756.75 8379.98 376.77 0.00
## 14 154.84 6034.46 5888.87 145.59 0.00
## 15 150.50 9267.36 8489.10 778.26 0.00
## 16 142.00 9286.68 8665.19 621.49 0.00
## 17 240.79 7990.10 7762.87 227.23 0.00
## 18 335.43 10306.73 10218.93 87.80 0.00
## 19 444.78 10880.36 10745.79 134.57 0.00
## 20 394.90 10443.22 10297.68 145.54 0.00
## 21 368.95 9225.89 9116.34 109.55 0.00
## 22 741.08 11847.02 11768.52 78.50 0.00
## 23 966.61 13192.69 13061.53 131.16 0.00
## 24 2238.02 11287.48 11103.49 183.99 0.00
## 25 4257.64 24431.90 24290.08 108.49 33.33
## 26 5883.16 29898.96 29663.19 235.77 0.00
## 27 4662.71 26662.08 26311.76 350.32 0.00
## 28 5481.18 21875.65 21662.00 213.65 0.00
## 29 4377.19 29002.59 28343.14 659.45 0.00
## 30 90.32 22775.21 22314.99 460.22 0.00
## 31 50.55 23681.01 23222.49 458.52 0.00
## 32 58.70 29355.13 28761.81 593.32 0.00
## 33 94.32 26657.44 26285.43 372.01 0.00
## 34 185.66 16821.30 16535.55 285.75 0.00
## 35 217.24 12570.51 12201.95 368.56 0.00
## 36 89.62 12778.44 12076.83 701.61 0.00
## 37 47.15 14301.92 13602.97 698.95 0.00
## 38 21.50 17104.37 16438.49 665.88 0.00
## 39 93.76 10728.94 9869.16 755.61 104.17
## 40 89.50 7684.08 7208.49 475.59 0.00
## 41 141.80 9749.66 9252.60 497.06 0.00
## 42 99.67 10370.69 9989.59 381.10 0.00
## 43 159.05 9181.99 8827.55 354.44 0.00
## 44 181.49 9151.45 8986.06 165.39 0.00
## 45 151.00 9379.54 9000.16 379.38 0.00
## 46 222.42 10313.03 9979.87 333.16 0.00
## 47 163.25 10621.54 10113.10 508.44 0.00
## 48 179.32 9323.18 9170.82 152.36 0.00
## 49 164.14 10845.82 10103.35 742.47 0.00
## 50 135.77 11921.05 11651.09 269.96 0.00
## 51 127.12 8424.77 8036.04 388.73 0.00
## 52 49.90 9716.46 9186.93 529.53 0.00
## 53 297.90 66354.31 48605.95 17748.36 0.00
## 54 103.06 58797.87 46930.26 11867.61 0.00
## 55 275.80 61545.31 38903.57 22628.21 13.53
## 56 181.92 50690.04 37032.67 13654.66 2.71
## 57 307.83 53794.68 33031.72 20738.55 24.41
## 58 501.16 56382.08 36992.30 19389.78 0.00
## 59 455.97 47046.48 33656.42 13390.06 0.00
## 60 488.24 48628.65 35662.93 12941.12 24.60
## 61 252.79 65398.38 39460.77 25929.39 8.22
## 62 304.36 56751.46 31826.88 24924.58 0.00
## 63 291.22 60339.19 36884.35 23454.84 0.00
## 64 599.71 86294.11 41159.96 45134.15 0.00
## 65 644.43 59460.41 14875.64 44584.77 0.00
## 66 680.80 45662.30 20533.87 25125.65 2.78
## 67 1349.41 86201.96 33698.43 52442.25 61.28
## 68 714.93 75983.02 46290.32 29678.76 13.94
## 69 911.25 94436.19 49833.55 44549.67 52.97
## 70 1034.09 61281.24 47138.07 14112.50 30.67
## 71 950.09 57418.09 45534.11 11883.98 0.00
## 72 1424.96 59216.90 45068.25 14148.65 0.00
## 73 4251.74 67472.20 45820.45 21568.48 83.27
## 74 3515.48 53888.32 42126.47 11720.30 41.55
## 75 708.00 57210.66 45114.22 12096.44 0.00
## 76 1982.03 61292.37 45099.87 16192.50 0.00
## 77 867.46 58303.85 46023.59 12280.26 0.00
## 78 848.55 70560.49 50684.74 19851.00 24.75
## 79 816.56 65342.19 52099.76 13108.03 134.40
## 80 678.40 74542.11 55484.76 19010.81 46.54
## 81 471.72 61261.44 48612.13 12578.28 71.03
## 82 738.68 72290.28 50954.84 21329.99 5.45
## 83 522.81 51735.02 40505.16 11199.95 29.91
## 84 1260.80 56539.87 33867.00 22651.15 21.72
## 85 838.68 45392.29 33710.20 11682.09 0.00
## 86 1089.33 46668.26 34108.44 12559.82 0.00
## 87 1059.73 66181.63 32520.82 33660.81 0.00
## 88 1041.78 41511.84 31315.29 10196.55 0.00
## 89 873.24 43342.60 29661.72 13680.88 0.00
## 90 219.14 50884.32 25833.07 25051.25 0.00
## 91 374.51 45037.12 28612.48 16289.92 134.72
## 92 261.01 43780.25 29313.92 14466.33 0.00
## 93 304.89 62275.10 40495.12 21766.54 13.44
## 94 310.70 46575.23 34911.70 11625.94 37.59
## 95 236.97 43241.42 33847.33 9394.09 0.00
## 96 347.78 49456.96 32180.90 17273.38 2.68
## 97 237.47 43430.04 33423.74 10006.30 0.00
## 98 638.18 44885.92 26727.66 18158.26 0.00
## 99 524.85 38940.18 18044.41 20895.77 0.00
## 100 294.94 51694.49 10553.73 41140.76 0.00
## 101 594.25 36612.16 13176.39 23435.77 0.00
## 102 511.69 40040.48 16782.71 23257.77 0.00
## 103 1135.18 47038.08 21309.61 25728.47 0.00
## 104 82.15 46815.79 16707.15 30108.64 0.00
## 105 17353.79 144911.10 142543.88 2367.22 0.00
## 106 19112.14 144238.07 141751.91 2486.16 0.00
## 107 24291.20 150966.28 149070.40 1895.88 0.00
## 108 25760.49 118664.97 117112.77 1552.20 0.00
## 109 20147.53 105468.28 103615.95 1852.33 0.00
## 110 23343.49 121670.73 119007.61 2663.12 0.00
## 111 37990.29 129760.36 125297.67 4462.69 0.00
## 112 51035.04 144840.21 138777.63 6062.58 0.00
## 113 58615.76 157925.70 152716.40 5209.30 0.00
## 114 49085.74 156128.69 149987.55 6141.14 0.00
## 115 49171.33 151925.64 146421.02 5504.62 0.00
## 116 58490.10 168354.42 163669.01 4685.41 0.00
## 117 42257.73 172234.02 167494.61 4739.41 0.00
## 118 59018.61 151893.12 146792.81 5100.31 0.00
## 119 45336.12 174029.62 168889.78 5139.84 0.00
## 120 42270.47 151499.56 145686.02 5813.54 0.00
## 121 68180.35 168970.84 165696.58 3268.72 5.54
## 122 42754.34 185304.24 181968.79 3158.90 176.55
## 123 47216.18 178376.77 175047.15 3060.44 269.18
## 124 43102.61 155975.35 153156.63 2796.82 21.90
## 125 42933.87 164862.89 161564.81 3298.08 0.00
## 126 44749.58 166728.92 163667.68 3061.24 0.00
## 127 45010.81 178660.25 174774.80 3880.04 5.41
## 128 50319.84 200713.09 196837.60 3862.02 13.47
## 129 50679.01 193887.17 189236.32 4406.05 244.80
## 130 56044.51 206108.89 200097.99 5890.57 120.33
## 131 51109.85 211564.63 207378.09 4022.51 164.03
## 132 51952.74 224622.73 220904.35 3488.37 230.01
## 133 48344.86 249197.18 244982.26 3668.30 546.62
## 134 43720.95 225052.84 221165.85 3626.41 260.58
## 135 45832.80 217785.55 211787.29 5730.22 268.04
## 136 49808.51 234503.17 228842.95 5548.94 111.28
## 137 44840.98 227331.17 222163.10 5152.19 15.88
## 138 44390.54 224519.06 215572.03 8947.03 0.00
## 139 77537.43 209686.17 201874.28 7767.45 44.44
## 140 39942.57 218351.80 212064.73 6184.29 102.78
## 141 42125.28 225627.29 219885.88 5741.41 0.00
## 142 42270.76 201392.01 196076.34 5315.67 0.00
## 143 41867.08 191339.73 184109.06 6357.06 873.61
## 144 43759.68 163768.62 158964.08 4804.54 0.00
## 145 42381.39 176385.62 171699.95 4685.67 0.00
## 146 46596.22 197864.76 193130.90 4733.86 0.00
## 147 42267.91 192522.26 188374.49 4147.77 0.00
## 148 40241.65 171961.07 168224.20 3736.87 0.00
## 149 62611.61 190762.55 186976.97 3785.58 0.00
## 150 45900.05 179990.18 174864.87 5125.31 0.00
## 151 37437.32 180932.96 175771.39 5161.57 0.00
## 152 83652.48 164589.36 159916.87 4672.49 0.00
## 153 39488.95 217350.64 209761.81 7588.83 0.00
## 154 40576.08 173858.50 169390.88 4467.62 0.00
## 155 42526.96 155406.52 151330.87 4075.65 0.00
## 156 39995.03 141136.68 137146.07 3990.61 0.00
## 157 5894.40 23561.10 23520.19 5.69 35.22
## 158 7393.84 21935.90 21900.35 11.43 24.12
## 159 6458.44 21868.27 21842.87 4.44 20.96
## 160 4086.26 43091.60 42734.53 0.00 357.07
## 161 6031.49 16057.99 15860.63 0.00 197.36
## 162 6662.80 17547.95 17530.67 4.32 12.96
## 163 6502.37 25635.41 25200.25 8.65 426.51
## 164 6285.73 12999.91 12777.83 119.79 102.29
## 165 6428.27 12362.73 12331.82 0.00 30.91
## 166 6551.57 13711.48 13660.98 0.00 50.50
## 167 6586.27 8921.26 8918.00 0.00 3.26
## 168 7604.48 13769.64 13543.47 185.46 40.71
## 169 7551.63 5968.42 5462.15 504.65 1.62
## 170 3663.30 7763.11 7596.64 160.00 6.47
## 171 6640.07 10893.80 10601.02 273.41 19.37
## 172 6593.46 7482.65 7482.65 0.00 0.00
## 173 7991.75 6936.04 6934.43 0.00 1.61
## 174 7922.58 5440.56 5440.56 0.00 0.00
## 175 4433.12 7420.09 7420.09 0.00 0.00
## 176 6457.21 6096.91 6090.51 0.00 6.40
## 177 3931.19 7582.25 7568.92 13.33 0.00
## 178 5435.36 6036.39 5987.50 48.89 0.00
## 179 5479.57 6511.85 6358.04 153.81 0.00
## 180 5565.17 7170.97 6354.45 816.52 0.00
## 181 7474.40 9571.92 8335.04 1236.88 0.00
## 182 8434.98 6637.61 6557.06 80.55 0.00
## 183 3974.75 5621.07 5619.44 0.00 1.63
## 184 5875.85 7286.27 7021.56 0.00 264.71
## 185 3135.99 7800.04 7800.04 0.00 0.00
## 186 6655.69 5612.56 5603.80 8.76 0.00
## 187 4028.30 7866.15 7860.31 5.84 0.00
## 188 6037.23 7507.26 7469.51 0.00 37.75
## 189 2919.87 6354.01 6345.82 0.00 8.19
## 190 7891.16 9495.53 9453.06 0.00 42.47
## 191 4289.72 6354.81 6349.93 0.00 4.88
## 192 3401.65 7179.45 7174.60 0.00 4.85
## 193 3260.22 7960.22 7953.80 0.00 6.42
## 194 7523.01 5747.78 5747.78 0.00 0.00
## 195 3790.38 6513.78 6510.61 0.00 3.17
## 196 3101.98 4789.54 4789.54 0.00 0.00
## 197 7290.24 3311.77 3311.77 0.00 0.00
## 198 2981.80 4445.90 4445.90 0.00 0.00
## 199 7403.75 4860.43 4860.43 0.00 0.00
## 200 3491.83 7237.98 6478.75 759.23 0.00
## 201 2122.09 7467.27 7235.20 232.07 0.00
## 202 6492.94 5340.86 3647.52 1693.34 0.00
## 203 3047.00 3047.17 1373.42 1673.75 0.00
## 204 2904.77 6644.84 4867.26 1777.58 0.00
## 205 2061.16 4530.04 2009.53 2520.51 0.00
## 206 2257.23 3915.94 1119.18 2796.76 0.00
## 207 3321.89 4923.75 3295.11 1628.64 0.00
## 208 2752.35 7755.62 6064.30 1691.32 0.00
## 209 13952.56 86012.86 85913.60 99.26 0.00
## 210 5887.72 88901.80 88768.47 133.33 0.00
## 211 219.40 89722.96 89523.38 199.58 0.00
## 212 142.99 75889.78 75666.22 223.56 0.00
## 213 105.86 74125.62 73864.52 261.10 0.00
## 214 233.74 78648.17 78161.82 486.35 0.00
## 215 139.71 87352.15 85604.19 1747.96 0.00
## 216 231.74 93342.82 88265.25 5077.57 0.00
## 217 170.29 98507.92 93443.08 5064.84 0.00
## 218 191.31 99326.99 94581.94 4745.05 0.00
## 219 332.87 91049.58 86046.25 5003.33 0.00
## 220 355.03 101909.89 97513.23 4396.66 0.00
## 221 277.56 103038.91 97207.43 5831.48 0.00
## 222 289.49 84726.90 82123.56 2603.34 0.00
## 223 418.46 95171.55 91612.66 3558.89 0.00
## 224 353.77 89114.66 84843.55 4271.11 0.00
## 225 496.62 95172.85 94558.41 614.44 0.00
## 226 554.04 83430.90 83242.01 188.89 0.00
## 227 608.61 95826.50 95585.38 241.12 0.00
## 228 748.65 96109.23 95887.01 222.22 0.00
## 229 827.06 94518.79 94287.69 231.10 0.00
## 230 1451.95 97508.59 97214.15 294.44 0.00
## 231 1957.86 100694.94 100466.86 228.08 0.00
## 232 5071.77 109746.47 109519.00 227.47 0.00
## 233 9361.55 148182.59 146946.54 1236.05 0.00
## 234 11053.82 148861.42 145982.99 2878.43 0.00
## 235 9120.30 143455.74 142574.63 881.11 0.00
## 236 8899.20 126114.48 125821.15 293.33 0.00
## 237 6545.42 151442.10 151258.77 183.33 0.00
## 238 93.05 137408.28 137224.94 183.34 0.00
## 239 108.60 142818.64 142515.32 303.32 0.00
## 240 276.82 138157.74 137769.31 388.43 0.00
## 241 162.66 149526.12 147667.72 1858.40 0.00
## 242 131.47 143997.65 141309.43 2688.22 0.00
## 243 239.76 118714.26 115148.87 3565.39 0.00
## 244 131.46 109400.12 106866.42 2533.70 0.00
## 245 162.91 115562.72 114562.17 1000.55 0.00
## 246 106.09 110638.95 108644.33 1994.62 0.00
## 247 99.92 115635.81 113541.34 1948.64 145.83
## 248 151.36 110561.28 108838.11 1723.17 0.00
## 249 155.94 102664.18 102204.17 460.01 0.00
## 250 111.59 102556.32 101931.87 624.45 0.00
## 251 78.96 114386.82 113811.26 575.56 0.00
## 252 192.98 97862.93 97423.17 439.76 0.00
## 253 142.33 100715.97 100498.19 217.78 0.00
## 254 143.41 114839.16 114283.61 555.55 0.00
## 255 383.73 106216.72 105403.38 813.34 0.00
## 256 272.81 110214.39 109900.93 313.46 0.00
## 257 45.98 116472.16 115538.05 934.11 0.00
## 258 132.53 109036.52 108668.74 367.78 0.00
## 259 121.81 111524.61 111192.88 331.73 0.00
## 260 128.82 87663.13 87406.84 256.29 0.00
## 261 85.76 55236.68 55236.68 0.00 0.00
## 262 106.67 51165.21 51165.21 0.00 0.00
## 263 66.45 56202.44 56202.44 0.00 0.00
## 264 167.12 48355.65 48355.65 0.00 0.00
## 265 113.49 42662.25 42662.25 0.00 0.00
## 266 107.53 49642.35 49642.35 0.00 0.00
## 267 107.48 56335.34 55593.12 742.22 0.00
## 268 55.00 60187.87 58885.65 1302.22 0.00
## 269 186.40 54298.62 52956.40 1342.22 0.00
## 270 79.64 61283.43 59381.21 1902.22 0.00
## 271 58.28 63787.47 62627.47 1160.00 0.00
## 272 96.18 56025.17 54829.61 1195.56 0.00
## 273 101.43 57425.67 56141.23 1284.44 0.00
## 274 106.47 28438.30 27767.19 671.11 0.00
## 275 88.61 19258.95 18437.84 821.11 0.00
## 276 134.33 22867.43 22421.87 445.56 0.00
## 277 173.32 25106.09 25092.76 13.33 0.00
## 278 241.67 20483.02 20483.02 0.00 0.00
## 279 170.47 23840.42 23840.42 0.00 0.00
## 280 258.00 22371.73 22371.73 0.00 0.00
## 281 349.19 24051.92 24051.92 0.00 0.00
## 282 471.55 31622.86 31622.86 0.00 0.00
## 283 741.77 43788.54 43788.54 0.00 0.00
## 284 2205.14 70982.41 70982.41 0.00 0.00
## 285 4714.73 74222.68 73796.01 426.67 0.00
## 286 6707.85 75277.49 74370.82 906.67 0.00
## 287 5397.32 78811.96 78749.74 62.22 0.00
## 288 5424.52 54130.44 54130.44 0.00 0.00
## 289 4432.54 95473.84 95473.84 0.00 0.00
## 290 138.81 71990.67 71990.67 0.00 0.00
## 291 79.38 75473.15 75473.15 0.00 0.00
## 292 103.94 65785.96 65741.52 44.44 0.00
## 293 56.53 74392.69 73414.91 977.78 0.00
## 294 185.16 95285.89 94832.56 453.33 0.00
## 295 81.86 85477.33 84332.05 1102.22 43.06
## 296 106.40 86183.43 85503.15 640.00 40.28
## 297 59.18 85576.80 85056.94 519.86 0.00
## 298 92.75 71752.15 70938.40 813.75 0.00
## 299 95.69 72056.80 71408.88 597.92 50.00
## 300 80.52 70027.47 69919.00 108.47 0.00
## 301 48.20 71344.15 71288.59 55.56 0.00
## 302 66.42 54157.60 54046.49 111.11 0.00
## 303 102.31 62576.63 62216.63 360.00 0.00
## 304 104.16 69541.74 69479.52 62.22 0.00
## 305 131.72 62312.01 61765.34 546.67 0.00
## 306 57.76 55357.07 55232.63 124.44 0.00
## 307 161.96 64513.81 63918.25 595.56 0.00
## 308 112.49 86919.58 86848.47 71.11 0.00
## 309 74.53 58649.74 57909.74 740.00 0.00
## 310 133.29 43421.89 43419.67 2.22 0.00
## 311 79.61 53514.26 53514.26 0.00 0.00
## 312 109.55 57182.88 57182.88 0.00 0.00
## 313 232755.85 1212707.01 1090140.07 110737.35 11829.59
## 314 266689.82 1209165.20 1061703.58 136747.10 10714.52
## 315 232985.13 1592438.33 1404012.00 180150.37 8275.96
## 316 221957.26 1510267.34 1376640.91 126664.37 6962.06
## 317 222311.07 1081497.47 991568.84 82338.39 7590.24
## 318 215632.16 1069305.91 979612.52 82444.32 7249.07
## 319 195159.32 1152918.94 1091768.68 53797.92 7352.34
## 320 216523.58 855636.58 813006.40 36305.96 6324.22
## 321 211901.97 651915.96 626993.54 19804.69 5117.73
## 322 215622.63 618031.72 606392.86 7596.27 4042.59
## 323 217814.17 646990.52 633893.61 10780.32 2316.59
## 324 221032.74 555041.88 533478.03 18373.18 3190.67
## 325 222260.58 472090.38 442923.78 25572.26 3594.34
## 326 206460.07 515245.79 496867.66 13336.34 5041.79
## 327 273922.36 552209.77 529779.37 17303.91 5126.49
## 328 270794.34 584419.64 502056.88 76297.56 6065.20
## 329 240185.00 629688.27 591629.83 33545.37 4513.07
## 330 233027.36 649475.65 640600.64 5989.25 2885.76
## 331 222082.91 545248.81 535183.95 6573.50 3491.36
## 332 208724.73 577651.80 572197.46 2081.96 3372.38
## 333 193831.60 580768.97 570728.54 7356.84 2683.59
## 334 183471.03 566776.08 559587.76 4953.57 2234.75
## 335 209427.05 598607.54 590750.10 5181.16 2676.28
## 336 188207.47 601233.56 577736.96 20673.80 2822.80
## 337 157478.05 622965.78 601358.64 18032.41 3574.73
## 338 254187.47 762371.42 731692.08 27317.19 3362.15
## 339 212173.21 654819.00 630301.44 21861.54 2656.02
## 340 218423.77 662032.34 634244.68 24277.53 3510.13
## 341 210670.82 683201.17 657421.42 22961.19 2818.56
## 342 221330.48 678868.68 651944.51 23422.39 3501.78
## 343 209443.33 580523.01 554224.64 23083.08 3215.29
## 344 195991.06 574119.93 546420.69 24485.84 3213.40
## 345 168597.35 547243.56 525804.70 18497.03 2941.83
## 346 194575.97 634790.89 613601.09 18366.27 2823.53
## 347 192473.92 631798.44 609388.58 19735.89 2673.97
## 348 196469.02 576599.58 548252.41 26483.99 1863.18
## 349 177354.82 598285.63 524767.96 71988.59 1529.08
## 350 185198.77 614443.51 532714.02 79865.30 1864.19
## 351 225396.85 601124.94 539258.29 59212.09 2654.56
## 352 193577.55 669440.18 605995.11 61958.73 1486.34
## 353 195791.46 713009.12 681403.86 30058.97 1546.29
## 354 194761.49 662527.26 632903.55 27625.15 1998.56
## 355 184720.58 671312.66 642307.00 27241.05 1764.61
## 356 170580.54 552070.01 515386.40 34845.51 1838.10
## 357 172675.88 635318.73 596184.90 36940.51 2193.32
## 358 169907.54 594411.66 544990.68 47017.93 2403.05
## 359 149458.93 612526.38 553682.71 56311.08 2532.59
## 360 177145.49 600149.24 556205.20 41203.20 2740.84
## 361 150535.50 570609.87 521004.15 46809.48 2796.24
## 362 121614.31 559990.93 520299.26 36501.18 3190.49
## 363 103573.42 546047.53 510560.41 31874.03 3613.09
## 364 137479.64 528451.74 477193.38 47882.56 3375.80
## 365 23041.69 37630.04 35130.42 2499.62 0.00
## 366 19842.51 35054.76 33273.25 1781.51 0.00
## 367 23842.95 39031.59 35793.08 3238.51 0.00
## 368 28482.72 30439.26 28181.92 2257.34 0.00
## 369 22685.80 30791.41 27376.30 3415.11 0.00
## 370 24221.58 25723.09 22228.47 3494.62 0.00
## 371 36860.51 23632.22 21132.10 2500.12 0.00
## 372 49282.25 29723.04 28076.04 1647.00 0.00
## 373 53968.86 37373.73 32848.04 4525.69 0.00
## 374 44882.51 34587.41 30219.23 4368.18 0.00
## 375 44707.32 34534.79 31176.68 3358.11 0.00
## 376 58989.81 39795.83 33103.01 6692.82 0.00
## 377 40366.93 38050.77 30388.81 7661.96 0.00
## 378 58551.64 31620.63 27053.27 4567.36 0.00
## 379 41261.83 47353.43 38940.45 8412.98 0.00
## 380 36469.43 62868.31 56910.24 5958.07 0.00
## 381 64372.34 66041.86 59197.70 6844.16 0.00
## 382 38130.29 65683.65 63371.06 2312.59 0.00
## 383 41677.60 78864.57 76846.13 2018.44 0.00
## 384 41343.26 62985.56 60769.22 2216.34 0.00
## 385 37614.30 61746.27 57783.20 3963.07 0.00
## 386 39734.90 60699.91 58627.67 2072.24 0.00
## 387 39260.71 64127.07 62053.65 2073.42 0.00
## 388 39515.29 65605.47 62470.83 3134.64 0.00
## 389 35107.11 67851.56 65681.23 2170.33 0.00
## 390 40602.17 71243.15 67865.26 3377.89 0.00
## 391 42044.35 69753.61 67989.08 1764.53 0.00
## 392 38260.10 73048.34 69426.00 3622.34 0.00
## 393 41193.22 69824.22 67842.39 1981.83 0.00
## 394 38578.80 72650.56 69123.57 3526.99 0.00
## 395 44529.73 61153.08 58990.80 2162.28 0.00
## 396 46014.43 63676.95 59663.25 4013.70 0.00
## 397 40248.52 59786.84 57583.99 2202.85 0.00
## 398 38370.27 63906.65 61759.57 2147.08 0.00
## 399 77627.49 64214.79 58626.28 5588.51 0.00
## 400 37961.14 59902.38 58701.20 1201.18 0.00
## 401 36041.12 64618.32 63182.05 1436.27 0.00
## 402 39638.34 65183.51 61787.29 3396.22 0.00
## 403 36210.12 58148.27 56450.56 1599.10 98.61
## 404 40688.42 52860.94 51856.01 1004.93 0.00
## 405 37099.23 59411.65 56443.98 2967.67 0.00
## 406 43739.93 52470.09 51028.01 1442.08 0.00
## 407 36249.61 53912.29 52537.96 1374.33 0.00
## 408 34948.86 55725.59 52873.84 2851.75 0.00
## 409 61590.31 46972.92 44919.71 2053.21 0.00
## 410 40430.51 49548.44 40419.97 9128.47 0.00
## 411 31778.73 51284.33 41921.30 9363.03 0.00
## 412 80813.88 49070.43 33450.14 15620.29 0.00
## 413 31576.20 54309.81 41623.40 12686.41 0.00
## 414 38677.39 47055.08 33996.73 13058.35 0.00
## 415 40801.77 49435.79 38822.26 10613.53 0.00
## 416 38568.95 50797.56 44329.03 6468.53 0.00
## 417 78378.25 94741.09 83066.75 1617.67 10056.67
## 418 96306.30 94063.90 76241.25 9592.65 8230.00
## 419 94162.53 82588.46 76829.42 5693.75 65.29
## 420 92888.37 62910.83 62473.12 420.95 16.76
## 421 74988.97 62161.46 61862.57 298.89 0.00
## 422 89732.33 73751.75 73457.31 294.44 0.00
## 423 93857.48 74984.77 74723.66 261.11 0.00
## 424 101889.32 66166.46 65842.08 324.38 0.00
## 425 106536.92 68869.94 68447.93 422.01 0.00
## 426 108012.41 66124.18 65795.24 323.33 5.61
## 427 118311.09 63116.01 62076.66 285.56 753.79
## 428 119996.31 68648.48 65144.93 528.99 2974.56
## 429 105711.40 69930.27 66015.29 2240.14 1674.84
## 430 101193.84 70795.02 63370.36 2923.19 4501.47
## 431 103103.75 74891.66 71195.89 3316.58 379.19
## 432 128619.66 82914.08 78368.45 3809.54 736.09
## 433 122938.43 86202.35 82905.34 3289.62 7.39
## 434 112344.22 73918.94 71627.03 2205.32 86.59
## 435 103622.38 80272.17 77073.51 2759.79 438.87
## 436 104997.44 83807.06 80018.54 3447.81 340.71
## 437 104796.41 81788.18 79510.48 1904.80 372.90
## 438 97419.33 82175.80 79197.97 2476.30 501.53
## 439 99066.58 88152.13 83728.75 3516.34 907.04
## 440 116910.43 98743.44 92362.71 3531.27 2849.46
## 441 109149.46 94328.48 90428.86 2536.23 1363.39
## 442 118634.70 129052.84 126579.11 2236.49 237.24
## 443 104595.10 129786.59 126835.70 1896.33 1054.56
## 444 122239.65 111021.71 107242.86 1658.76 2120.09
## 445 107908.15 119024.61 116318.18 2618.95 87.48
## 446 122929.34 105212.40 99942.37 4693.09 576.94
## 447 132732.66 101425.36 99122.66 2299.08 3.62
## 448 113475.77 104263.68 101615.53 2639.11 9.04
## 449 109205.15 85534.20 82689.93 2813.47 30.80
## 450 141250.98 93316.19 88847.94 4468.25 0.00
## 451 129694.01 93715.67 89297.42 4414.64 3.61
## 452 97410.38 92705.90 88341.96 3573.83 790.11
## 453 93303.25 92160.87 89276.61 2780.32 103.94
## 454 83137.77 94153.90 91664.47 2475.13 14.30
## 455 90801.53 91422.80 87170.22 3422.83 829.75
## 456 84865.54 101458.91 97284.77 4163.46 10.68
## 457 83937.78 90358.90 87394.44 2925.41 39.05
## 458 98822.10 97254.41 93312.94 3914.88 26.59
## 459 112934.40 109455.37 107215.40 2234.66 5.31
## 460 111791.06 90420.46 88092.48 2289.01 38.97
## 461 106178.47 94439.89 90447.44 3976.51 15.94
## 462 110446.60 97651.22 92518.95 5112.69 19.58
## 463 119634.41 82336.09 78980.96 3273.20 81.93
## 464 164884.41 93077.90 89516.93 3448.62 112.35
## 465 145882.24 85220.93 75867.61 9265.81 87.51
## 466 140239.95 98865.72 95516.44 3311.71 37.57
## 467 133848.57 79298.64 74716.43 4539.25 42.96
## 468 124506.10 77539.48 72888.46 4651.02 0.00
## 469 9546.88 50369.30 14050.64 30968.06 5350.60
## 470 7517.01 56245.76 12118.45 39679.66 4447.65
## 471 4574.03 75464.86 15835.20 58783.54 846.12
## 472 15475.56 59144.00 13539.21 42885.85 2718.94
## 473 5885.57 38977.90 12785.15 24850.38 1342.37
## 474 9595.72 47140.21 13804.56 31446.68 1888.97
## 475 4905.63 56845.80 15733.89 40083.17 1028.74
## 476 19577.35 60246.26 12989.82 42509.75 4746.69
## 477 13267.88 71626.45 14831.20 53584.84 3210.41
## 478 9187.24 59603.90 12423.07 45209.19 1971.64
## 479 8931.62 43077.80 17414.57 24553.19 1110.04
## 480 13777.63 50536.17 16191.77 31742.92 2601.48
## 481 11767.90 64105.72 16488.06 45980.45 1637.21
## 482 11725.37 49128.68 12344.28 34341.61 2442.79
## 483 21179.76 47094.76 12353.22 29601.09 5140.45
## 484 18310.19 56180.00 17271.72 34690.26 4218.02
## 485 8956.92 66632.12 19499.39 45312.94 1819.79
## 486 14357.02 63318.92 17804.54 42734.02 2780.36
## 487 5299.54 58589.27 15961.91 41548.22 1079.14
## 488 21571.37 63557.70 16806.65 41442.96 5308.09
## 489 10921.95 56136.97 19933.89 34194.18 2008.90
## 490 9778.16 51052.19 16179.92 33163.78 1708.49
## 491 5691.94 68917.85 24769.87 43020.67 1127.31
## 492 14449.26 58337.87 21470.67 33782.97 3084.23
## 493 4243.48 61781.42 23225.75 37926.40 629.27
## 494 10201.81 71706.32 27500.30 43026.64 1179.38
## 495 3666.71 72823.95 34098.54 38098.48 626.93
## 496 15259.47 65000.04 25431.90 37441.30 2126.84
## 497 10046.57 66485.56 30258.12 34920.23 1307.21
## 498 14601.72 63389.74 23651.85 36952.36 2785.53
## 499 4652.39 63377.28 20976.26 41425.81 975.21
## 500 4490.78 55604.51 24486.78 30170.62 947.11
## 501 14523.82 59491.63 18091.92 38536.09 2863.62
## 502 2408.09 73034.51 22506.92 50265.04 262.55
## 503 7282.09 57176.48 18315.96 37361.33 1499.19
## 504 6904.19 60583.96 21522.31 37783.16 1278.49
## 505 12959.10 60889.38 35196.33 23101.71 2591.34
## 506 1306.19 55624.64 38219.34 17270.02 135.28
## 507 2508.15 51050.29 36567.48 14361.02 121.79
## 508 2448.36 70724.27 46587.15 23745.65 391.47
## 509 23368.18 48822.51 11317.29 31773.08 5732.14
## 510 3387.38 57836.43 19570.41 37402.27 863.75
## 511 3678.29 64425.57 30834.06 32786.33 805.18
## 512 18680.72 47259.72 14963.96 28229.86 4065.90
## 513 3240.16 41141.35 18685.14 21703.66 752.55
## 514 3067.22 39617.86 21356.07 17556.58 705.21
## 515 4185.64 37258.67 17773.67 18571.14 913.86
## 516 19442.29 51829.32 15335.37 31756.14 4737.81
## 517 656.23 46636.08 20650.03 25970.02 16.03
## 518 1086.61 42403.04 24024.17 18264.75 114.12
## 519 1203.53 43475.66 17035.73 26345.43 94.50
## 520 1447.06 55083.44 17525.31 37445.46 112.67
## 521 15564.05 23071.78 15032.43 3874.64 4164.71
## 522 16370.50 20266.48 11760.83 4248.29 4257.36
## 523 12957.84 20165.81 14642.30 4307.42 1216.09
## 524 24435.11 18819.11 12451.60 3866.86 2500.65
## 525 16653.11 17371.46 12106.21 4115.58 1149.67
## 526 20730.65 18380.41 13855.13 2827.12 1698.16
## 527 15258.85 23023.60 19594.87 2618.43 810.30
## 528 29583.90 25669.50 14899.79 6935.32 3834.39
## 529 23764.43 21489.11 14668.10 3691.47 3129.54
## 530 19024.16 17089.46 11461.37 3925.91 1702.18
## 531 18606.59 23459.71 18601.80 4384.37 473.54
## 532 24724.80 23892.68 16946.85 4765.93 2179.90
## 533 23069.29 19254.83 14952.36 2202.87 2099.60
## 534 18527.75 18440.24 10970.85 5538.06 1931.33
## 535 26200.37 21237.40 12029.73 4671.88 4535.79
## 536 26703.23 24698.19 17099.64 4201.55 3397.00
## 537 20842.40 21787.18 16533.98 3611.52 1641.68
## 538 25751.74 24775.19 16928.02 4937.44 2909.73
## 539 15723.09 20871.64 14961.58 5010.51 899.55
## 540 32383.88 23949.07 15230.44 4314.54 4404.09
## 541 20857.42 29968.97 20668.00 7460.64 1840.33
## 542 17344.74 23215.97 17997.33 3281.88 1936.76
## 543 13557.25 28990.45 23981.05 3986.29 1023.11
## 544 24209.42 26449.59 21845.65 2442.62 2161.32
## 545 16034.68 25544.60 22605.91 2366.05 572.64
## 546 24674.62 30288.91 24909.93 4244.24 1134.74
## 547 12796.57 35543.34 29338.02 5683.66 521.66
## 548 24529.19 31938.32 24969.38 4739.34 2229.60
## 549 20023.58 34656.36 27204.22 6030.43 1421.71
## 550 29167.30 33480.24 23654.01 5888.63 3937.60
## 551 13935.13 27507.96 21434.49 4733.20 1340.27
## 552 14261.54 34792.89 22680.26 10832.31 1280.32
## 553 22934.89 21611.56 15997.43 2463.86 3150.27
## 554 10126.30 27215.37 23689.19 2796.71 729.47
## 555 15882.39 27235.65 16302.79 9726.39 1206.47
## 556 16624.25 28635.30 22384.10 4959.65 1291.55
## 557 26369.27 25870.22 20819.20 1861.68 3189.34
## 558 9955.72 24861.81 23837.01 840.46 184.34
## 559 9926.54 18571.52 17853.07 642.52 75.93
## 560 8711.76 32728.88 31416.00 937.48 375.40
## 561 24995.65 16321.19 9158.76 2691.96 4470.47
## 562 9632.10 22629.45 18487.57 3462.12 679.76
## 563 11404.82 36170.41 29553.30 5482.53 1134.58
## 564 25775.13 19375.08 13297.29 1837.60 4240.19
## 565 10603.51 21411.43 18266.69 2275.13 869.61
## 566 8939.85 24561.91 22104.10 1860.18 597.63
## 567 7652.85 20393.63 17859.26 1970.91 563.46
## 568 21795.64 23945.98 16360.12 3422.61 4163.25
## 569 7822.59 23196.35 21117.47 2057.45 21.43
## 570 7040.95 27417.51 24386.64 2962.41 68.46
## 571 7190.05 18981.23 16400.27 2458.67 122.29
## 572 7609.24 18869.56 16518.15 2132.21 219.20
## 573 84912.97 164495.27 136560.04 12277.70 15657.53
## 574 91158.34 139567.69 103511.91 10331.25 25724.53
## 575 62436.80 122485.83 114978.22 7472.99 34.62
## 576 8533.47 119463.87 108772.12 10525.27 166.48
## 577 6211.50 110783.37 96799.40 13967.44 16.53
## 578 9913.68 115460.44 102317.99 13138.76 3.69
## 579 10305.52 124103.96 109552.23 14527.64 24.09
## 580 33026.94 103376.75 92853.60 10364.96 158.19
## 581 85323.07 105901.09 98097.43 7644.90 158.76
## 582 49959.10 101822.75 96417.63 5279.41 125.71
## 583 61892.18 94315.01 87201.10 7044.44 69.47
## 584 99900.94 107867.59 101828.12 5967.19 72.28
## 585 50993.14 122784.54 107305.26 15396.93 82.35
## 586 25647.49 114293.50 101477.90 12776.10 39.50
## 587 10973.08 112113.80 99272.95 12833.33 7.52
## 588 9094.89 144444.25 119755.29 24666.41 22.55
## 589 9815.66 129188.38 120588.01 8581.65 18.72
## 590 7468.25 110266.58 101093.60 9171.11 1.87
## 591 8261.74 111144.33 102621.57 8502.23 20.53
## 592 7090.26 109684.37 100806.90 8864.44 13.03
## 593 7793.22 109761.68 101618.63 8139.34 3.71
## 594 4688.24 103103.00 91893.62 11209.38 0.00
## 595 6417.32 116524.06 97727.08 18793.29 3.69
## 596 4970.49 133329.08 115942.32 17379.41 7.35
## 597 4382.19 107362.42 102573.93 4008.88 779.61
## 598 5388.47 145175.58 139670.52 5497.78 7.28
## 599 7191.26 133410.70 125900.09 7499.76 10.85
## 600 8600.70 143730.96 134708.23 9013.74 8.99
## 601 7557.93 134774.73 130578.16 4187.62 8.95
## 602 13350.40 133958.89 126849.55 7102.22 7.12
## 603 7287.06 112892.03 99456.40 13421.47 14.16
## 604 6833.07 101993.85 96860.23 5117.65 15.97
## 605 6382.50 96117.87 88480.13 7628.89 8.85
## 606 7803.87 115964.95 107302.84 8644.44 17.67
## 607 9753.52 111724.32 104797.33 6148.99 778.00
## 608 12091.21 102359.29 91505.88 10463.78 389.63
## 609 16013.68 102270.38 89209.96 13055.16 5.26
## 610 12596.79 94370.85 85100.44 9261.60 8.81
## 611 13592.62 120093.08 105522.18 13748.75 822.15
## 612 13339.76 109584.41 95894.64 13670.42 19.35
## 613 11678.42 98562.51 88559.01 9991.57 11.93
## 614 14065.99 102495.19 90708.11 11780.00 7.08
## 615 11201.82 111142.58 97450.44 13677.78 14.36
## 616 12398.67 107972.30 95284.48 12675.55 12.27
## 617 12580.26 102738.51 85321.83 17416.68 0.00
## 618 12656.97 82586.46 67518.45 15061.17 6.84
## 619 12106.60 80177.93 67959.08 12176.08 42.77
## 620 18855.32 90804.99 79314.06 11474.72 16.21
## 621 9610.83 78188.26 60158.30 18029.96 0.00
## 622 15550.56 74805.23 62375.69 12416.71 12.83
## 623 11900.83 87684.88 67857.83 19801.95 25.10
## 624 9817.28 89330.21 54563.33 34760.08 6.80
## 625 19103.69 266590.08 38620.02 227884.21 85.85
## 626 24477.83 202799.96 34993.02 167806.94 0.00
## 627 29349.34 294366.50 34244.40 260040.92 81.18
## 628 8807.96 340033.61 35086.04 304844.07 103.50
## 629 14146.28 149739.49 31920.41 117819.08 0.00
## 630 18215.73 282805.93 31358.60 251447.33 0.00
## 631 20029.10 378320.36 36279.71 342040.65 0.00
## 632 12294.00 209920.36 39635.83 170279.53 5.00
## 633 8551.05 237105.47 41633.91 195471.56 0.00
## 634 11222.00 223824.71 39914.62 183910.09 0.00
## 635 13693.47 239193.51 41688.37 197487.51 17.63
## 636 18840.69 216495.03 40462.27 176032.76 0.00
## 637 27621.71 184827.70 41345.58 143474.53 7.59
## 638 15285.72 173509.24 43108.21 130401.03 0.00
## 639 25529.99 187898.66 40644.98 147253.68 0.00
## 640 17938.63 149626.22 47733.95 101892.27 0.00
## 641 19090.66 151435.78 47833.83 103601.95 0.00
## 642 19353.95 161467.42 43991.55 117475.87 0.00
## 643 21420.30 123397.31 45407.51 77989.80 0.00
## 644 18154.64 123499.57 46710.57 76789.00 0.00
## 645 24025.84 136451.77 46596.12 89855.65 0.00
## 646 16711.00 134187.27 45644.80 88542.47 0.00
## 647 25777.83 162596.91 58753.10 103843.81 0.00
## 648 17089.18 208462.46 68585.03 139859.47 17.96
## 649 22068.15 169338.72 66816.09 101611.95 910.68
## 650 19546.92 142805.60 88349.57 54456.03 0.00
## 651 18449.63 153136.30 93206.17 59917.38 12.75
## 652 12854.03 128296.93 83581.46 44715.47 0.00
## 653 17694.15 129731.23 79508.59 50222.64 0.00
## 654 17507.30 158078.11 70061.87 88016.24 0.00
## 655 18725.02 88434.22 52816.05 35618.17 0.00
## 656 18817.60 70664.14 50060.32 20603.82 0.00
## 657 17377.87 113999.04 50687.72 63311.32 0.00
## 658 16724.31 115631.98 49343.56 66285.96 2.46
## 659 14810.14 97967.31 45163.77 52803.54 0.00
## 660 5981.19 72694.91 44469.33 27221.41 1004.17
## 661 6231.67 116877.94 44279.02 72598.92 0.00
## 662 8603.75 98979.25 42716.25 56263.00 0.00
## 663 6308.61 86002.58 53589.80 31483.61 929.17
## 664 4760.21 90116.63 55936.09 34180.54 0.00
## 665 8461.12 82484.50 47368.30 35116.20 0.00
## 666 5122.11 93526.66 50621.03 42905.63 0.00
## 667 7264.83 102365.18 54092.42 48272.76 0.00
## 668 5507.38 75911.22 38246.75 37664.47 0.00
## 669 5686.33 156112.59 62564.22 93534.16 14.21
## 670 7797.57 100261.58 80270.81 19965.51 25.26
## 671 5420.92 141257.84 92800.41 48427.25 30.18
## 672 5736.45 158602.93 90555.95 68006.59 40.39
## 673 4944.79 127364.97 74743.60 52611.95 9.42
## 674 4225.31 151308.90 77528.06 73764.68 16.16
## 675 5357.69 122524.21 85793.27 36703.98 26.96
## 676 5553.60 115559.90 67894.33 47661.52 4.05
## 677 59789.18 62067.48 48936.21 762.35 12368.92
## 678 45459.85 51805.83 40496.17 2931.68 8377.98
## 679 47788.47 57504.44 48318.35 2843.43 6342.66
## 680 113791.21 54242.79 30612.06 885.86 22744.87
## 681 63664.14 42282.80 31628.56 920.38 9733.86
## 682 63404.02 55653.33 47388.76 1257.23 7007.34
## 683 52490.90 72836.93 65345.24 1141.32 6350.37
## 684 113928.21 53703.17 30614.89 734.95 22353.33
## 685 104529.50 56532.65 35176.99 1106.60 20249.06
## 686 74327.91 42762.15 30131.74 727.93 11902.48
## 687 72553.22 70322.58 63143.78 823.99 6354.81
## 688 72960.79 73877.49 68721.34 1222.93 3933.22
## 689 90271.45 54175.41 40779.28 1039.04 12357.09
## 690 78776.60 46419.67 33816.62 1081.83 11521.22
## 691 111298.27 60966.23 38180.88 839.26 21946.09
## 692 106452.77 70173.13 51456.91 1329.55 17386.67
## 693 79770.33 61933.21 49676.97 1237.68 11018.56
## 694 100520.31 68937.09 52515.07 1066.62 15355.40
## 695 61914.67 55181.73 45741.01 2154.69 7286.03
## 696 125069.99 74575.51 53326.63 1573.30 19675.58
## 697 80145.92 67447.96 54938.34 1471.57 11038.05
## 698 76533.58 72591.34 63454.14 1676.31 7460.89
## 699 63099.70 105548.20 98037.18 2518.38 4992.64
## 700 105281.52 73481.26 61402.16 2038.49 10040.61
## 701 62708.05 82776.40 76701.28 1977.04 4098.08
## 702 96051.18 74583.10 66416.56 1849.74 6316.80
## 703 48618.79 115728.27 111301.27 2126.05 2300.95
## 704 121664.66 82434.57 70155.32 2831.82 9447.43
## 705 90747.55 86444.91 80661.40 1786.01 3997.50
## 706 131114.30 76377.86 61921.23 1180.76 13275.87
## 707 53233.66 80020.07 74758.21 797.64 4464.22
## 708 46503.59 98619.41 94585.49 715.81 3318.11
## 709 116503.88 65900.89 53494.15 591.25 11815.49
## 710 48825.24 91797.23 87986.35 1880.03 1930.85
## 711 74593.79 66858.29 60634.57 785.52 5438.20
## 712 66651.75 100217.05 93903.26 1475.78 4838.01
## 713 107930.54 81262.16 68265.07 4057.84 8939.25
## 714 43008.11 107068.62 101770.10 2451.53 2846.99
## 715 49925.60 69389.45 65997.82 1999.07 1392.56
## 716 38352.45 116730.39 113016.39 2415.87 1298.13
## 717 144745.74 63171.07 44419.39 754.44 17997.24
## 718 48302.85 67078.32 62158.56 1375.92 3543.84
## 719 46763.06 104569.21 99704.49 473.70 4391.02
## 720 129285.88 69072.83 50732.68 1144.16 17195.99
## 721 46471.63 70506.75 66789.41 267.65 3449.69
## 722 41639.69 82193.26 78474.19 676.16 3042.91
## 723 40515.81 61772.96 57777.05 1023.87 2972.04
## 724 127173.89 70681.78 54003.36 688.47 15989.95
## 725 45889.29 73764.25 69311.52 1280.03 3172.70
## 726 37740.18 94985.22 92319.38 1066.01 1599.83
## 727 76985.00 56696.63 48639.13 620.82 7436.68
## 728 74062.76 56132.13 46679.86 1060.51 8391.76
## 729 5754.75 37856.64 30738.09 2919.24 4199.31
## 730 3211.51 35160.73 30547.62 2288.36 2324.75
## 731 3264.07 40989.06 38257.02 2231.37 500.67
## 732 15635.86 32057.78 26570.40 1560.59 3926.79
## 733 3336.97 30728.58 27835.71 2816.43 76.44
## 734 5725.81 36725.69 33606.78 2327.22 791.69
## 735 2506.31 48756.23 47301.23 1427.26 27.74
## 736 7556.57 36853.50 34956.27 1819.27 77.96
## 737 8605.43 45973.75 43392.69 1757.12 823.94
## 738 9431.21 35155.60 30487.72 3036.22 1631.66
## 739 17329.17 45134.39 40257.54 1830.77 3046.08
## 740 49279.06 39487.65 21799.30 2155.38 15532.97
## 741 18103.36 36660.84 29446.94 2198.98 5014.92
## 742 13024.28 34572.59 28888.74 1913.24 3770.61
## 743 9651.55 53745.61 51686.05 1815.57 243.99
## 744 20439.94 51809.03 43865.37 2851.68 5091.98
## 745 6016.37 48654.83 45108.48 3486.89 59.46
## 746 16719.44 53915.89 48562.08 2309.09 3044.72
## 747 5459.79 45548.13 40204.96 4716.36 626.81
## 748 20395.04 65762.77 55316.85 6674.12 3771.80
## 749 8389.85 52956.51 49559.83 3294.27 102.41
## 750 10359.57 59731.09 55048.69 4030.14 652.26
## 751 9957.92 74652.44 69267.05 4085.24 1300.15
## 752 29478.33 61454.75 52697.22 3806.21 4951.32
## 753 9833.58 72569.86 66368.31 4901.72 1299.83
## 754 34986.30 55789.84 44032.97 5692.28 6064.59
## 755 9941.32 87927.29 80548.80 5044.35 2334.14
## 756 32903.12 62515.24 53623.47 4943.16 3948.61
## 757 4934.17 71614.68 67207.35 4401.93 5.40
## 758 10407.58 61035.00 55432.55 4067.09 1535.36
## 759 3360.05 67038.66 64208.38 2794.35 35.93
## 760 3111.69 73748.18 69048.81 4663.55 35.82
## 761 12421.42 56626.26 52456.30 3991.49 178.47
## 762 3817.57 63493.67 59129.49 4335.74 28.44
## 763 6727.83 48803.19 46862.74 1898.03 42.42
## 764 6421.76 73116.36 68758.56 4305.08 52.72
## 765 15023.71 72777.59 68697.84 3761.98 317.77
## 766 2717.16 72097.04 68693.55 3377.45 26.04
## 767 5487.61 55701.88 50462.56 5165.79 73.53
## 768 3003.97 81048.91 75725.67 5299.20 24.04
## 769 19097.99 59636.74 57118.41 2105.90 412.43
## 770 4214.32 48607.19 45347.61 3244.22 15.36
## 771 3903.17 72556.48 69329.04 3169.54 57.90
## 772 26454.42 54083.87 47217.11 3519.09 3347.67
## 773 4894.78 52872.75 48858.06 3767.48 247.21
## 774 4215.01 63861.70 57601.99 6203.39 56.32
## 775 4855.23 52496.61 48150.41 4209.37 136.83
## 776 19211.54 48422.82 43899.75 4377.27 145.80
## 777 6374.01 58722.91 54053.21 4552.75 116.95
## 778 6411.99 64385.90 60381.95 3727.81 276.14
## 779 13798.90 42379.30 39193.44 2896.97 288.89
## 780 22612.46 45921.57 43899.46 1097.68 924.43
## 781 254629.93 577490.50 400003.80 98401.09 79085.61
## 782 241580.61 542059.05 358218.65 122999.48 60840.92
## 783 228576.54 574072.01 409909.70 148004.93 16157.38
## 784 398320.64 500758.99 325850.00 124306.44 50602.55
## 785 248818.72 431502.68 328369.47 83149.01 19984.20
## 786 280543.97 501609.21 391454.61 89472.08 20682.52
## 787 248635.49 580587.77 465154.46 99695.62 15737.69
## 788 425242.73 554939.60 365002.12 138161.32 51776.16
## 789 388703.05 578565.03 399665.31 133071.89 45827.83
## 790 331096.84 496812.93 335249.25 130933.76 30629.92
## 791 353741.96 535275.88 419558.97 92629.46 23087.45
## 792 456771.26 539608.87 384772.59 93016.17 61820.11
## 793 381986.61 504171.61 354840.13 106127.86 43203.62
## 794 344488.51 476539.59 327299.75 103091.55 46148.29
## 795 418235.21 570423.23 406010.16 109268.58 55144.49
## 796 447108.50 634481.27 448051.74 132685.58 53743.95
## 797 348448.68 614942.66 468148.29 121209.44 25584.93
## 798 419390.50 612822.05 457558.59 111788.68 43474.78
## 799 279710.88 568324.22 427635.30 122225.92 18463.00
## 800 475383.38 676086.49 486209.97 129683.80 60192.72
## 801 331336.66 638020.47 497895.48 115527.66 24597.33
## 802 321610.93 627504.75 500704.88 104570.86 22229.01
## 803 281882.10 762154.55 617211.53 127530.47 17412.55
## 804 454643.18 690083.05 535843.25 110898.39 43341.41
## 805 288141.07 715927.19 581802.24 120335.36 13789.59
## 806 442059.88 774585.36 606612.51 140253.50 27719.35
## 807 261863.52 966268.71 803974.11 148652.02 13642.58
## 808 493928.69 780156.36 611156.81 132172.82 36826.73
## 809 346867.18 815016.42 683334.70 119899.69 11782.03
## 810 447117.42 742128.19 584086.31 122232.65 35809.23
## 811 280464.92 725079.29 593192.94 119920.22 11966.13
## 812 263068.72 788587.54 641756.72 134308.54 12522.28
## 813 406338.23 620547.95 481046.82 110126.40 29374.73
## 814 274259.73 737043.24 585000.53 147022.85 5019.86
## 815 327171.65 653682.62 493009.35 146837.36 13835.91
## 816 294073.96 749589.73 615887.17 116500.49 17202.07
## 817 383840.98 717945.69 609139.49 84879.59 23926.61
## 818 190091.28 754073.69 688965.80 60642.37 4465.52
## 819 221603.31 617473.32 552075.78 61643.12 3754.42
## 820 196545.04 845500.49 758625.31 82421.91 4453.27
## 821 451798.84 605211.12 453829.96 105804.36 45576.80
## 822 223788.70 622038.00 498932.31 114147.11 8958.58
## 823 253978.78 824997.37 697812.88 114519.60 12664.89
## 824 478701.64 598713.96 462539.26 88541.92 47632.78
## 825 246541.13 610248.66 512270.39 88536.91 9441.36
## 826 237030.33 650580.44 561485.40 81172.24 7922.80
## 827 238780.53 560633.82 472576.07 78544.87 9512.88
## 828 510153.65 646531.70 479453.25 126925.79 40152.66
## 829 271642.56 617677.34 503612.64 109501.00 4563.70
## 830 257105.89 697090.44 600155.95 93434.54 3499.95
## 831 316856.73 515263.25 412976.97 91214.54 11071.74
## 832 318102.38 537780.56 412779.64 111072.91 13928.01
## 833 149.11 52172.66 51396.60 776.06 0.00
## 834 158.29 55158.59 53929.04 1229.55 0.00
## 835 229.97 52629.91 51752.86 877.05 0.00
## 836 118.19 46803.55 46345.26 458.29 0.00
## 837 110.54 40269.85 39640.65 629.20 0.00
## 838 198.26 49886.79 47519.78 2367.01 0.00
## 839 93.58 50823.87 46939.57 3884.30 0.00
## 840 169.50 49315.46 47637.88 1677.58 0.00
## 841 173.18 50255.22 49340.53 914.69 0.00
## 842 185.61 53876.65 52569.78 1306.87 0.00
## 843 408.03 49802.07 48878.61 923.46 0.00
## 844 267.77 55402.42 53610.63 1791.79 0.00
## 845 323.79 60166.23 59227.50 938.73 0.00
## 846 294.60 53387.54 51731.16 1656.38 0.00
## 847 279.75 54908.16 53988.59 919.57 0.00
## 848 294.21 50518.36 48537.65 1980.71 0.00
## 849 465.01 58803.58 57426.04 1344.61 32.93
## 850 614.86 59591.72 57205.13 1779.77 606.82
## 851 584.81 56436.02 54580.78 1140.14 715.10
## 852 402.50 49302.80 48581.44 714.85 6.51
## 853 510.58 57148.33 56333.05 815.28 0.00
## 854 733.22 57808.16 56786.27 1018.67 3.22
## 855 480.44 61945.48 60632.24 1271.50 41.74
## 856 1020.51 66951.32 65842.25 1051.54 57.53
## 857 2740.31 68899.75 67025.83 1705.19 168.73
## 858 3215.99 80549.34 78409.83 1623.22 516.29
## 859 2556.60 73590.72 70488.10 2376.23 726.39
## 860 3182.40 79455.29 76907.65 1624.65 922.99
## 861 2028.31 92380.65 87952.58 2821.41 1606.66
## 862 675.56 85424.65 81417.34 3219.51 787.80
## 863 804.17 91399.84 87880.67 2341.73 1177.44
## 864 777.66 93390.75 89913.88 2641.89 834.98
## 865 487.01 86571.14 85065.22 1400.80 105.12
## 866 585.43 87226.64 85161.38 2065.26 0.00
## 867 527.56 79068.14 76930.85 2137.29 0.00
## 868 415.14 70271.11 68210.88 2022.73 37.50
## 869 501.77 79210.81 77244.93 1965.88 0.00
## 870 400.34 64579.13 62948.16 1630.97 0.00
## 871 485.39 68028.00 66320.66 1643.45 63.89
## 872 418.10 62385.18 61035.96 1349.22 0.00
## 873 481.59 60235.19 57777.32 2457.87 0.00
## 874 470.53 74630.51 72181.56 2448.95 0.00
## 875 334.13 77675.77 75825.42 1850.35 0.00
## 876 614.07 67379.54 65870.90 1508.64 0.00
## 877 506.96 74589.10 73386.08 1203.02 0.00
## 878 503.53 73264.41 72146.24 1118.17 0.00
## 879 722.59 76542.91 75408.57 1134.34 0.00
## 880 851.33 70932.74 69529.64 1403.10 0.00
## 881 426.35 83379.23 79720.85 3658.38 0.00
## 882 535.87 65730.17 64180.88 1549.29 0.00
## 883 582.30 64838.42 63840.09 998.33 0.00
## 884 1286.19 48952.57 47583.64 1368.93 0.00
## 885 169.66 44521.40 43577.26 944.14 0.00
## 886 184.96 46958.69 45981.69 977.00 0.00
## 887 332.83 47235.04 46493.47 741.57 0.00
## 888 192.36 36087.90 35448.13 639.77 0.00
## 889 169.10 37099.33 36423.45 675.88 0.00
## 890 319.25 31693.36 30800.02 893.34 0.00
## 891 197.29 42156.85 40290.46 1866.39 0.00
## 892 171.88 43220.27 37770.33 5449.94 0.00
## 893 288.44 49489.36 44831.20 4658.16 0.00
## 894 300.22 47535.60 43920.24 3615.36 0.00
## 895 594.12 45108.78 42004.56 3104.22 0.00
## 896 491.68 52442.71 49064.30 3378.41 0.00
## 897 287.31 51469.03 46352.66 5116.37 0.00
## 898 248.86 46105.98 42271.23 3834.75 0.00
## 899 270.67 57606.92 52877.17 4729.75 0.00
## 900 206.25 53422.12 47929.52 5492.60 0.00
## 901 497.89 54784.25 52839.06 1945.19 0.00
## 902 593.94 47188.50 46616.28 572.22 0.00
## 903 422.19 45255.29 44345.82 909.47 0.00
## 904 886.72 52808.59 51496.76 1311.83 0.00
## 905 706.64 56845.94 55625.90 1220.04 0.00
## 906 1283.94 48824.22 47631.34 1192.88 0.00
## 907 2171.08 55094.92 52815.80 2279.12 0.00
## 908 5496.69 59063.86 56769.39 2294.47 0.00
## 909 11286.35 73611.03 71429.27 2181.76 0.00
## 910 11793.14 71726.72 67565.11 4161.61 0.00
## 911 9682.22 63988.35 60622.57 3365.78 0.00
## 912 10100.06 69297.55 67505.16 1792.39 0.00
## 913 6839.64 72846.84 69607.77 3239.07 0.00
## 914 219.26 67534.04 66052.80 1481.24 0.00
## 915 142.52 76734.47 74809.00 1925.47 0.00
## 916 177.56 80420.66 78505.66 1915.00 0.00
## 917 249.30 72312.87 69888.23 2424.64 0.00
## 918 390.91 76807.72 73455.49 3352.23 0.00
## 919 539.00 69666.09 66957.03 2709.06 0.00
## 920 229.90 66780.15 64008.53 2693.84 77.78
## 921 175.12 70677.64 66844.17 3833.47 0.00
## 922 133.93 64932.26 63103.19 1829.07 0.00
## 923 194.45 58950.13 56550.70 2399.43 0.00
## 924 217.08 53019.67 50509.85 2509.82 0.00
## 925 139.93 56636.95 53990.12 2646.83 0.00
## 926 160.54 68370.25 65306.48 3063.77 0.00
## 927 145.30 81264.03 77718.63 3545.40 0.00
## 928 271.71 59968.22 57600.88 2367.34 0.00
## 929 285.70 73550.85 71330.51 2220.34 0.00
## 930 216.75 80581.70 79026.53 1555.17 0.00
## 931 215.13 68467.05 65594.58 2872.47 0.00
## 932 364.83 75877.74 72234.63 3643.11 0.00
## 933 231.99 86591.50 79402.42 7189.08 0.00
## 934 286.52 64898.32 62671.58 2226.74 0.00
## 935 223.15 85049.89 83319.80 1730.09 0.00
## 936 165.35 58061.57 55401.31 2660.26 0.00
## 937 126150.81 140578.89 73711.94 36493.62 30373.33
## 938 127372.19 134472.15 72198.16 31520.66 30753.33
## 939 81450.04 118249.90 69011.01 48622.22 616.67
## 940 7041.19 123301.75 61020.31 62281.44 0.00
## 941 4334.89 97740.46 67880.28 29860.18 0.00
## 942 6924.43 112776.26 70785.25 41991.01 0.00
## 943 4611.00 131185.34 62414.66 68770.68 0.00
## 944 20404.29 124311.49 56573.89 67737.60 0.00
## 945 111263.81 135090.91 56198.27 78892.64 0.00
## 946 81274.85 101889.59 57577.21 44260.60 51.78
## 947 80895.03 87942.98 59835.83 28107.15 0.00
## 948 126765.96 112924.68 62638.13 50286.55 0.00
## 949 43558.15 128610.30 59751.00 68859.30 0.00
## 950 16780.90 110005.86 61098.51 48907.35 0.00
## 951 6959.50 97093.64 55198.32 41895.32 0.00
## 952 5559.36 128197.69 55636.91 72560.78 0.00
## 953 6230.70 128398.07 63724.96 64673.11 0.00
## 954 4514.17 101800.73 72264.60 29536.13 0.00
## 955 4323.68 97753.82 62733.47 35020.35 0.00
## 956 3479.25 102019.40 65764.02 36255.38 0.00
## 957 5288.30 98490.67 62834.44 35656.23 0.00
## 958 3494.60 93996.27 60782.86 33213.41 0.00
## 959 5096.53 115646.96 69845.31 45801.65 0.00
## 960 4233.66 146607.39 73695.03 72912.36 0.00
## 961 3226.08 129130.78 71467.17 57474.72 188.89
## 962 3957.20 145201.69 98660.98 46540.71 0.00
## 963 1935.65 182793.53 87444.74 95348.79 0.00
## 964 2227.98 165540.77 84406.17 81134.60 0.00
## 965 4700.10 164984.41 85200.08 79784.33 0.00
## 966 3899.67 127682.54 72504.80 55177.74 0.00
## 967 2927.27 119148.01 53981.67 65166.34 0.00
## 968 5151.72 97641.42 58142.73 39498.69 0.00
## 969 3241.06 82512.33 47881.90 34630.43 0.00
## 970 3776.21 119273.42 49686.88 69586.54 0.00
## 971 4521.86 138113.52 55875.33 82238.19 0.00
## 972 5527.28 91745.87 58557.13 33188.74 0.00
## 973 3898.56 112472.41 78217.04 34255.37 0.00
## 974 3936.53 107051.39 97144.19 9907.20 0.00
## 975 4878.20 139400.33 132586.15 6814.18 0.00
## 976 4633.28 128755.71 122988.43 5767.28 0.00
## 977 5199.15 122875.54 71977.68 50897.86 0.00
## 978 5000.20 110522.10 62352.87 48169.23 0.00
## 979 5321.52 135735.59 60498.92 75236.67 0.00
## 980 4149.71 114118.74 63264.46 50854.28 0.00
## 981 6532.39 105622.79 73227.41 32395.38 0.00
## 982 5598.15 120148.78 83840.62 36308.16 0.00
## 983 5175.33 114519.05 103507.51 11011.54 0.00
## 984 8063.40 134420.71 86145.18 48275.53 0.00
## 985 4231.47 120289.18 95546.28 24742.90 0.00
## 986 9353.74 120280.76 107320.39 12960.37 0.00
## 987 4094.47 152918.86 126995.76 25923.10 0.00
## 988 4378.92 115837.55 90299.85 25537.70 0.00
## 989 11206.40 37857.68 20644.64 11524.06 5688.98
## 990 9327.71 35339.83 18144.63 12133.67 5061.53
## 991 11398.44 39055.62 21259.82 15580.08 2215.72
## 992 13570.12 38650.33 19365.92 17733.68 1550.73
## 993 10854.59 29256.30 17455.74 9975.21 1825.35
## 994 9639.94 32825.44 20313.48 11041.51 1470.45
## 995 12795.08 36598.17 22294.87 11753.19 2550.11
## 996 20220.42 38397.37 19246.38 15189.72 3961.27
## 997 16933.14 40333.83 20800.04 16206.13 3327.66
## 998 16586.30 40696.01 18548.38 19394.80 2752.83
## 999 12142.13 40805.64 24129.91 15546.00 1129.73
## 1000 13860.26 35112.95 21300.25 11566.09 2246.61
## 1001 13528.83 35118.97 18727.08 14546.97 1844.92
## 1002 16176.43 34774.67 19742.24 12078.24 2954.19
## 1003 24166.47 41170.10 18045.98 18135.33 4988.79
## 1004 17967.91 49656.88 22010.51 24284.79 3361.58
## 1005 16662.01 44015.86 25163.49 15845.63 3006.74
## 1006 15531.08 41058.35 23305.32 15000.54 2752.49
## 1007 10288.24 40101.97 23701.08 14786.36 1614.53
## 1008 20017.79 44629.48 23010.00 17605.07 4014.41
## 1009 12389.35 40810.60 24883.56 14289.69 1637.35
## 1010 13847.90 40114.79 22812.10 14978.27 2324.42
## 1011 7897.34 47941.69 27526.10 19119.03 1296.56
## 1012 15100.98 46213.29 25201.47 18741.75 2270.07
## 1013 7053.06 48250.01 27061.56 20240.11 948.34
## 1014 13495.86 52872.97 30631.37 21037.53 1204.07
## 1015 9267.12 62336.52 34863.23 26114.84 1358.45
## 1016 14564.30 58792.48 33861.06 23155.13 1776.29
## 1017 13744.21 52338.89 33478.56 17581.12 1279.21
## 1018 10648.98 48179.03 30541.64 15866.46 1770.93
## 1019 6630.76 42933.59 26714.31 15126.47 1092.81
## 1020 14814.07 41464.83 26023.27 12630.31 2811.25
## 1021 16162.78 39737.03 21260.58 16314.28 2162.17
## 1022 5271.20 46168.54 23578.29 22228.41 361.84
## 1023 7488.56 40171.15 21559.51 17453.10 1158.54
## 1024 16641.02 41141.09 23192.65 14397.12 3551.32
## 1025 10136.69 50565.87 35778.37 13533.90 1253.60
## 1026 2457.50 43745.75 33143.47 10414.35 187.93
## 1027 2843.96 40579.11 33761.92 6720.88 96.31
## 1028 8095.81 50118.75 37465.78 11727.21 925.76
## 1029 15542.64 38735.04 19721.51 16305.28 2708.25
## 1030 5551.28 41913.69 24140.96 16954.05 818.68
## 1031 10846.32 45811.82 27937.40 15551.62 2322.80
## 1032 14372.16 39567.14 22401.71 14728.68 2436.75
## 1033 5161.84 37626.92 22828.92 13884.93 913.07
## 1034 4664.15 35774.97 22442.70 12428.29 903.98
## 1035 8455.43 33519.02 18968.55 12562.27 1988.20
## 1036 14761.53 41561.14 20669.59 18130.75 2760.80
## 1037 724.50 36954.33 21963.56 14952.61 38.16
## 1038 2048.78 40469.37 22405.47 17913.92 149.98
## 1039 1771.71 33310.48 18466.87 14765.56 78.05
## 1040 1201.50 36485.45 20325.41 16160.04 0.00
## 1041 514.70 33308.89 15300.85 18008.04 0.00
## 1042 241.09 26097.27 16151.43 9940.60 5.24
## 1043 199.12 30390.01 11312.69 19064.31 13.01
## 1044 703.20 19876.09 8770.31 11105.78 0.00
## 1045 266.31 27787.69 7638.25 20149.44 0.00
## 1046 301.94 29814.06 10738.71 19075.35 0.00
## 1047 998.99 24915.80 12498.87 12406.71 10.22
## 1048 411.40 24157.08 12761.19 11395.89 0.00
## 1049 995.43 39232.86 14379.48 24853.38 0.00
## 1050 796.53 27218.86 19339.98 7878.88 0.00
## 1051 834.92 24385.70 14116.28 10269.42 0.00
## 1052 1201.18 35015.95 14261.06 20754.89 0.00
## 1053 537.65 36206.89 14925.09 21281.80 0.00
## 1054 1047.02 24334.81 14588.26 9746.55 0.00
## 1055 447.77 37710.23 17060.74 20649.49 0.00
## 1056 461.14 27745.16 18430.60 9314.56 0.00
## 1057 1561.01 44923.50 20609.55 24313.95 0.00
## 1058 657.28 31863.89 20460.51 11403.38 0.00
## 1059 731.09 31182.63 20588.04 10594.59 0.00
## 1060 697.22 30162.42 19619.87 10514.58 27.97
## 1061 668.99 43942.61 21556.41 22386.20 0.00
## 1062 759.06 28552.99 19135.05 9417.94 0.00
## 1063 619.03 23708.89 18522.50 5186.39 0.00
## 1064 647.13 37280.40 17718.50 19561.90 0.00
## 1065 584.22 29324.53 19289.35 10035.18 0.00
## 1066 1193.27 51113.07 31922.01 19191.06 0.00
## 1067 866.73 37283.57 29903.31 7380.26 0.00
## 1068 1147.34 48407.22 26218.22 22189.00 0.00
## 1069 2356.55 41014.29 30968.84 10045.45 0.00
## 1070 710.02 43920.22 24338.56 19581.66 0.00
## 1071 615.86 32956.06 22617.48 10338.58 0.00
## 1072 1049.26 41618.38 20782.40 20835.98 0.00
## 1073 524.46 30302.84 19947.77 10355.07 0.00
## 1074 625.50 31430.84 22038.43 9392.41 0.00
## 1075 1347.25 51669.25 25088.83 26430.42 150.00
## 1076 595.04 30893.61 21798.68 9094.93 0.00
## 1077 650.56 34237.01 24494.31 9742.70 0.00
## 1078 645.10 34893.41 17504.21 17389.20 0.00
## 1079 848.18 29192.42 16686.17 12506.25 0.00
## 1080 861.41 25226.14 17583.62 7642.52 0.00
## 1081 613.36 34923.30 19581.38 15341.92 0.00
## 1082 999.80 23903.32 17130.38 6772.94 0.00
## 1083 745.39 25443.64 19549.59 5894.05 0.00
## 1084 570.69 31639.73 17059.55 14580.18 0.00
## 1085 1447.09 29076.27 21773.29 7302.98 0.00
## 1086 595.88 24427.51 15354.40 9073.11 0.00
## 1087 375.65 19397.24 11016.44 8380.80 0.00
## 1088 1299.60 42945.86 20816.49 22129.37 0.00
## 1089 523.89 27925.94 16753.47 11172.47 0.00
## 1090 513.69 25060.56 14684.19 10376.37 0.00
## 1091 529.41 24566.54 14862.70 9703.84 0.00
## 1092 468.70 28686.57 13653.15 15033.42 0.00
## 1093 4977.64 58612.10 34675.97 23936.13 0.00
## 1094 4749.61 54103.94 34992.96 19110.98 0.00
## 1095 4942.71 41643.52 33834.13 7809.39 0.00
## 1096 10794.34 30694.05 30201.26 492.79 0.00
## 1097 5227.59 30435.14 29475.24 959.90 0.00
## 1098 3926.84 33241.61 31653.96 1587.65 0.00
## 1099 4614.58 35507.27 33636.41 1870.86 0.00
## 1100 5456.06 37333.35 36573.68 759.67 0.00
## 1101 12912.69 35398.62 34277.25 1121.37 0.00
## 1102 14217.03 35458.53 33684.23 1774.30 0.00
## 1103 4681.66 38960.02 37274.27 1685.75 0.00
## 1104 13357.96 36894.51 33903.57 2990.94 0.00
## 1105 5551.93 38659.62 30931.87 7727.75 0.00
## 1106 4057.49 35317.04 31037.22 4279.82 0.00
## 1107 5225.21 44254.15 35941.12 8313.03 0.00
## 1108 11064.14 74655.89 31703.25 42952.64 0.00
## 1109 7149.50 52471.92 38692.25 13779.67 0.00
## 1110 6958.54 38266.54 37518.56 747.98 0.00
## 1111 4561.64 40566.09 38541.74 2024.35 0.00
## 1112 7799.26 60363.91 48127.04 12236.87 0.00
## 1113 8925.51 63010.39 41697.82 21312.57 0.00
## 1114 6250.99 49169.44 38914.95 10254.49 0.00
## 1115 8654.82 50085.95 41514.45 8571.50 0.00
## 1116 5011.33 54738.47 44134.02 10604.45 0.00
## 1117 5024.08 53258.63 41822.44 11436.19 0.00
## 1118 6281.59 77806.86 63540.12 14266.74 0.00
## 1119 4334.64 63660.06 52651.46 11008.60 0.00
## 1120 4219.33 78859.33 58695.06 20164.27 0.00
## 1121 3768.89 78678.44 45747.40 32931.04 0.00
## 1122 5234.25 71065.39 47209.35 23856.04 0.00
## 1123 8253.99 58376.60 41385.11 16991.49 0.00
## 1124 4566.03 51766.98 40849.99 10916.99 0.00
## 1125 3609.37 47743.43 34337.21 13406.22 0.00
## 1126 4266.19 55663.97 36501.34 19162.63 0.00
## 1127 6101.01 66137.41 37775.36 28362.05 0.00
## 1128 5032.11 63436.41 39250.19 24170.94 15.28
## 1129 7618.69 55650.51 34413.09 21237.42 0.00
## 1130 4229.89 50734.51 32104.77 18629.74 0.00
## 1131 6194.31 50949.57 38773.41 12176.16 0.00
## 1132 7463.43 47723.32 39098.87 8624.45 0.00
## 1133 5684.01 38838.17 38187.21 650.96 0.00
## 1134 5897.76 35286.92 34915.51 371.41 0.00
## 1135 5339.34 38563.47 38263.99 299.48 0.00
## 1136 12440.57 36602.27 35745.05 857.22 0.00
## 1137 4731.85 36265.13 36112.87 152.26 0.00
## 1138 3869.22 38503.26 38196.57 306.69 0.00
## 1139 4610.86 43708.68 42743.96 964.72 0.00
## 1140 4255.15 36449.01 35205.21 1243.80 0.00
## 1141 3874.78 32113.37 31833.66 279.71 0.00
## 1142 4887.89 33175.55 32897.59 277.96 0.00
## 1143 9591.88 37144.36 36874.44 269.92 0.00
## 1144 4591.23 58638.68 58126.59 512.09 0.00
## 1145 86202.11 808554.03 722787.61 74359.03 11407.39
## 1146 96111.90 786663.79 681332.22 94921.87 10409.70
## 1147 67975.05 1093869.01 962784.81 123270.26 7813.94
## 1148 64728.33 1096637.79 997845.83 92324.72 6467.24
## 1149 70943.62 749929.73 681435.37 61342.99 7151.37
## 1150 75963.22 747730.78 676325.88 64489.99 6914.91
## 1151 70734.46 814312.28 763322.82 44152.29 6837.17
## 1152 75385.11 527994.86 492713.56 29335.02 5946.28
## 1153 74252.61 396225.49 378048.56 13371.54 4805.39
## 1154 78774.20 349302.31 341731.29 3774.75 3796.27
## 1155 78303.54 367464.22 358998.74 6303.21 2162.27
## 1156 74862.42 297183.03 280841.88 13203.35 3137.80
## 1157 86683.25 273329.98 251924.68 17899.44 3505.86
## 1158 81864.64 282554.50 268104.31 9642.69 4807.50
## 1159 118706.07 302063.20 284791.57 12275.43 4996.20
## 1160 97210.13 296957.26 226956.87 64067.31 5933.08
## 1161 90624.69 343856.96 312763.93 26701.71 4391.32
## 1162 86574.37 363761.25 357387.32 3503.63 2870.30
## 1163 92245.94 287109.44 279700.22 3994.61 3414.61
## 1164 79890.52 305952.21 301831.12 760.09 3361.00
## 1165 69168.37 311765.28 304882.47 4251.42 2631.39
## 1166 58532.61 296687.12 291524.01 2991.10 2172.01
## 1167 79478.59 321891.95 316322.88 2936.81 2632.26
## 1168 89206.49 306935.34 290890.18 13264.37 2780.79
## 1169 83398.45 312825.50 298568.77 11398.26 2858.47
## 1170 99097.11 398193.01 377663.89 17234.66 3294.46
## 1171 75759.53 353112.97 336537.82 13953.67 2621.48
## 1172 79616.07 353494.88 334560.23 15484.32 3450.33
## 1173 69556.02 374448.36 357012.13 14619.41 2816.82
## 1174 71705.74 385717.60 367627.51 14651.88 3438.21
## 1175 76580.26 309928.20 292423.13 14480.99 3024.08
## 1176 73414.62 301690.01 283662.09 14885.79 3142.13
## 1177 54789.31 294872.18 280916.40 11067.18 2888.60
## 1178 60232.29 358535.96 345073.29 10675.70 2786.97
## 1179 61569.48 369784.70 356360.42 11566.37 1857.91
## 1180 62487.28 297393.39 280321.62 15427.14 1644.63
## 1181 58423.48 326247.83 279355.95 45364.01 1527.87
## 1182 64716.40 336665.65 284383.05 50472.61 1809.99
## 1183 73965.36 284995.25 245998.59 36929.22 2067.44
## 1184 69022.84 289111.44 250801.63 36844.97 1464.84
## 1185 68607.44 294948.19 275797.37 17691.29 1459.53
## 1186 70872.78 332057.97 313898.03 16220.47 1939.47
## 1187 62567.60 328752.16 311497.60 15650.13 1604.43
## 1188 61863.94 294779.67 269524.60 23570.43 1684.64
## 1189 61573.28 337149.23 309850.06 25218.02 2081.15
## 1190 62511.83 308754.91 271596.41 35034.18 2124.32
## 1191 58216.26 327154.33 280560.62 44327.49 2266.22
## 1192 64439.70 342179.83 308754.64 31108.07 2317.12
## 1193 60922.43 294095.95 255279.65 36398.19 2418.11
## 1194 59364.23 290195.16 260857.96 26671.18 2666.02
## 1195 58892.91 251246.65 222971.68 25111.74 3163.23
## 1196 64225.78 255504.05 215571.80 36981.72 2950.53
## 1197 3204.01 19313.09 11289.80 7288.66 734.63
## 1198 2554.61 21242.60 11290.59 9360.13 591.88
## 1199 1613.63 25724.07 11718.37 13677.35 328.35
## 1200 4604.01 30842.12 10619.03 19216.17 1006.92
## 1201 2342.95 21015.03 10740.29 9710.74 564.00
## 1202 3367.31 23120.13 12082.22 10219.32 818.59
## 1203 1787.47 21785.27 12910.54 8473.25 401.48
## 1204 6709.02 25673.62 10817.81 12978.02 1877.79
## 1205 5446.36 34334.65 11070.08 21945.20 1319.37
## 1206 4127.43 21992.98 11226.36 9879.33 887.29
## 1207 2941.09 22942.67 12347.11 10100.74 494.82
## 1208 4873.81 22661.26 11836.73 10132.33 692.20
## 1209 4198.90 17661.21 10607.98 6299.47 753.76
## 1210 4205.02 14966.61 8797.15 5225.48 943.98
## 1211 7294.86 21939.92 9084.99 10942.97 1911.96
## 1212 5424.16 22000.26 9468.95 11295.37 1235.94
## 1213 3287.09 27561.89 10648.23 16180.34 733.32
## 1214 5962.35 18915.74 10816.15 6584.54 1515.05
## 1215 1974.24 20818.82 10968.34 9442.40 408.08
## 1216 7750.34 20799.47 11076.00 7718.56 2004.91
## 1217 4025.84 23661.40 12114.64 10835.71 711.05
## 1218 3666.88 25822.62 11522.64 13604.50 695.48
## 1219 2057.87 31495.70 13129.21 17841.09 525.40
## 1220 4934.99 22015.98 13721.17 7346.56 948.25
## 1221 1678.98 25581.67 13950.77 11355.84 275.06
## 1222 3205.65 27274.78 16460.65 10376.77 437.36
## 1223 1060.80 24664.28 15247.78 9197.48 219.02
## 1224 6132.64 24023.54 15669.16 7104.77 1249.61
## 1225 3570.35 25644.25 15803.53 9422.58 418.14
## 1226 4540.35 23778.30 12423.77 10432.41 922.12
## 1227 1622.81 24616.59 11607.93 12647.23 361.43
## 1228 1616.65 19369.88 10358.52 8634.83 376.53
## 1229 4737.13 18294.66 8983.07 8235.74 1075.85
## 1230 606.53 22339.91 9533.88 12740.14 65.89
## 1231 2641.74 24590.55 8761.52 15348.83 480.20
## 1232 2780.63 18699.45 9812.43 8286.28 600.74
## 1233 5341.52 25912.53 19572.82 5205.38 1134.33
## 1234 340.98 23399.45 19990.04 3351.93 57.48
## 1235 565.69 23334.16 15903.95 7424.19 6.02
## 1236 1117.00 25781.36 22498.91 3113.19 169.26
## 1237 7475.66 22383.21 7992.82 12576.61 1813.78
## 1238 1294.26 16983.09 9906.76 6777.06 299.27
## 1239 1615.17 19921.07 11944.24 7667.38 309.45
## 1240 6909.13 17005.21 7537.07 7839.58 1628.56
## 1241 1217.83 25787.70 9789.94 15762.59 235.17
## 1242 1394.17 24814.08 11567.45 12926.67 319.96
## 1243 1307.44 19962.84 10210.07 9464.13 288.64
## 1244 5155.25 31116.86 8618.05 21296.75 1202.06
## 1245 234.29 21079.53 8875.65 12189.00 14.88
## 1246 426.73 19076.50 10228.66 8804.67 43.17
## 1247 237.88 19278.00 7964.88 11299.66 13.46
## 1248 283.88 23797.31 7769.36 16027.95 0.00
## 1249 54.44 112404.73 53606.13 58798.60 0.00
## 1250 92.33 79785.65 50138.45 29624.11 23.09
## 1251 85.47 92802.85 38463.54 54339.31 0.00
## 1252 83.27 58507.18 25297.27 33209.91 0.00
## 1253 70.13 78304.23 27392.48 50911.75 0.00
## 1254 72.44 92251.87 32763.43 59482.61 5.83
## 1255 21.31 67428.91 34369.92 33058.99 0.00
## 1256 21.15 68261.19 36440.10 31818.17 2.92
## 1257 32.81 95034.30 37980.05 57051.32 2.93
## 1258 42.02 58966.05 33429.62 25527.63 8.80
## 1259 24.92 66948.85 40518.51 26421.51 8.83
## 1260 21.60 94106.57 39787.55 54316.07 2.95
## 1261 48.48 95953.46 47869.19 48084.27 0.00
## 1262 40.63 59931.10 35358.56 24572.54 0.00
## 1263 58.29 102119.70 47692.12 54427.58 0.00
## 1264 17.92 68960.66 42655.40 26305.26 0.00
## 1265 13.63 114243.13 49819.37 64423.76 0.00
## 1266 73.73 83400.23 59815.95 23581.37 2.91
## 1267 63.85 83033.23 58853.12 24165.63 14.48
## 1268 31.89 84829.18 62035.11 22794.07 0.00
## 1269 81.16 118286.41 61527.63 56758.78 0.00
## 1270 66.26 85844.97 63761.30 22083.67 0.00
## 1271 76.64 83754.92 63018.58 20736.34 0.00
## 1272 98.68 93289.73 55330.18 37959.55 0.00
## 1273 87.27 86917.07 61873.39 24836.74 206.94
## 1274 193.76 132960.51 72566.19 60394.32 0.00
## 1275 262.36 104373.38 76411.06 27962.32 0.00
## 1276 5433.80 128508.67 74032.13 54476.54 0.00
## 1277 9215.34 99432.77 72754.69 26678.08 0.00
## 1278 103.99 119601.11 65839.19 53761.92 0.00
## 1279 57.90 86843.58 61102.87 25740.71 0.00
## 1280 72.94 123093.37 62451.72 60641.65 0.00
## 1281 136.17 90466.64 64400.34 26066.30 0.00
## 1282 58.42 82813.29 60376.64 22436.65 0.00
## 1283 35.99 145921.28 68322.23 77201.83 397.22
## 1284 120.02 92640.24 63701.43 28442.98 495.83
## 1285 41.04 88144.38 58121.16 30023.22 0.00
## 1286 59.84 103947.32 47627.94 56319.38 0.00
## 1287 91.39 91331.20 49707.36 41286.34 337.50
## 1288 87.26 75955.62 47569.63 28385.99 0.00
## 1289 165.20 104472.39 51350.08 53122.31 0.00
## 1290 145.85 63925.13 38984.80 24940.33 0.00
## 1291 62.90 69396.41 47346.87 22049.54 0.00
## 1292 41.65 102048.78 45516.03 56532.75 0.00
## 1293 67.64 78578.59 51870.47 26708.12 0.00
## 1294 77.29 74509.99 38771.73 35738.26 0.00
## 1295 34.50 62445.11 36164.82 26280.29 0.00
## 1296 82.04 111768.82 48097.17 63671.65 0.00
## 1297 65.81 66921.20 35279.75 31641.45 0.00
## 1298 42.64 77092.27 41312.00 35780.27 0.00
## 1299 38.69 63792.34 35069.71 28722.63 0.00
## 1300 39.07 86680.79 38505.18 48175.61 0.00
## 1301 103811.97 503211.34 464119.16 35717.26 3374.92
## 1302 96387.48 476795.23 434534.42 38523.10 3737.71
## 1303 113979.43 503346.14 445274.87 57239.73 831.54
## 1304 133316.89 437811.32 377999.41 57793.89 2018.02
## 1305 101739.67 386815.54 344830.99 40738.63 1245.92
## 1306 117353.23 407481.76 364155.91 41724.40 1601.45
## 1307 168586.54 414549.90 373075.42 40843.12 631.36
## 1308 228267.05 457857.57 402488.58 52180.99 3188.00
## 1309 260946.16 513481.76 429082.15 81904.30 2495.31
## 1310 211478.23 474081.03 417038.17 55815.71 1227.15
## 1311 215608.69 474781.39 423533.77 50778.19 469.43
## 1312 277954.43 525255.56 455592.88 68091.96 1570.72
## 1313 194003.80 501338.98 438547.27 61454.54 1337.17
## 1314 274903.15 429281.32 383854.11 43807.49 1619.72
## 1315 208537.92 560915.88 479718.29 76793.78 4403.81
## 1316 182702.62 612905.67 548306.36 61850.13 2749.18
## 1317 314497.84 676142.98 598816.21 75569.59 1757.18
## 1318 196950.90 660271.38 620018.68 36845.26 3407.44
## 1319 210164.47 697778.71 654945.01 41707.37 1126.33
## 1320 222563.23 617281.73 577210.39 36597.11 3474.23
## 1321 203932.87 647068.05 597061.79 48069.52 1936.74
## 1322 208419.92 651663.25 604227.70 46004.95 1430.60
## 1323 199553.32 693787.13 638982.26 53809.21 995.66
## 1324 218257.94 729054.18 685065.97 41646.75 2341.46
## 1325 205773.72 707753.89 662158.17 44652.53 943.19
## 1326 232974.97 771995.45 717654.81 53154.69 1185.95
## 1327 215752.18 760937.75 722276.90 37287.39 1373.46
## 1328 215613.45 798951.75 750253.84 45536.54 3161.37
## 1329 206159.51 829249.94 786795.07 40769.55 1685.32
## 1330 200001.49 776459.27 717859.42 56141.40 2458.45
## 1331 207708.91 719675.73 661787.82 56794.41 1093.50
## 1332 231744.91 736290.27 679537.84 55107.23 1645.20
## 1333 203615.52 713733.83 667222.64 44437.39 2073.80
## 1334 190755.81 744169.09 679213.00 64322.24 633.85
## 1335 364283.54 694686.58 624533.81 68904.63 1248.14
## 1336 192090.19 683542.79 642966.90 39078.44 1497.45
## 1337 190006.01 741163.42 701805.76 37167.77 2189.89
## 1338 185691.58 679969.25 635124.32 44745.79 99.14
## 1339 183653.85 651847.67 607923.59 42910.27 1013.81
## 1340 203057.64 582784.48 547007.10 35421.43 355.95
## 1341 197573.91 618124.04 560370.06 53740.87 4013.11
## 1342 210234.78 614825.79 578103.50 34641.93 2080.36
## 1343 179824.24 622978.93 588931.15 33275.04 772.74
## 1344 182873.34 584081.95 543841.07 37011.94 3228.94
## 1345 295228.18 583298.37 535973.53 46783.55 541.29
## 1346 206499.63 597683.07 515932.56 81139.48 611.03
## 1347 159491.59 619501.72 543231.71 75649.40 620.61
## 1348 388259.15 592750.56 464442.27 125798.21 2510.08
## 1349 164873.48 671880.46 572717.40 99142.71 20.35
## 1350 186027.52 569042.98 478770.70 90214.44 57.84
## 1351 191515.19 551745.27 465764.93 85966.27 14.07
## 1352 181058.65 510468.50 429166.89 80986.81 314.80
## 1353 4748.08 30706.82 23563.06 7140.43 3.33
## 1354 4356.81 28291.87 23562.10 4722.17 7.60
## 1355 6145.91 33007.18 23065.69 9806.94 134.55
## 1356 5447.67 27852.12 22956.94 4797.18 98.00
## 1357 5435.02 27921.83 20470.74 7440.75 10.34
## 1358 5985.48 31136.03 23717.19 7157.13 261.71
## 1359 5903.53 29388.04 24126.65 5261.39 0.00
## 1360 4873.39 30867.39 25641.93 5225.46 0.00
## 1361 5054.46 36386.93 24437.20 11949.73 0.00
## 1362 4334.10 33823.49 25000.22 8823.27 0.00
## 1363 6047.46 33416.07 23996.08 9419.99 0.00
## 1364 7009.22 41597.15 23793.78 17803.37 0.00
## 1365 6363.08 42689.39 26267.85 16376.41 45.13
## 1366 6807.92 34912.98 25432.19 9435.58 45.21
## 1367 9286.56 47365.20 27175.41 19540.16 649.63
## 1368 9786.12 43316.14 31983.60 11023.29 309.25
## 1369 9638.66 42839.39 27102.45 15494.02 242.92
## 1370 7912.88 30401.34 24581.81 5819.53 0.00
## 1371 10060.87 29946.36 25633.87 4312.49 0.00
## 1372 13672.42 28448.24 22867.47 5354.02 226.75
## 1373 10196.35 40116.38 30602.26 8883.04 631.08
## 1374 9366.36 35417.45 30724.37 4552.23 140.85
## 1375 9807.32 34668.75 29923.80 4702.51 42.44
## 1376 9567.97 43915.12 34877.55 8680.30 357.27
## 1377 9746.41 35029.70 29736.49 5171.88 121.33
## 1378 10804.25 44395.34 35733.99 8482.00 179.35
## 1379 8297.63 41366.23 36900.28 3662.58 803.37
## 1380 8103.01 51516.37 41015.00 9725.53 775.84
## 1381 7010.57 44678.04 38948.35 5729.69 0.00
## 1382 10508.18 40282.52 31059.24 8944.38 278.90
## 1383 11839.00 28738.48 24244.27 4413.30 80.91
## 1384 14228.41 30491.73 22090.48 7942.08 459.17
## 1385 10852.62 29553.43 25235.57 4310.30 7.56
## 1386 13932.74 28377.52 23620.06 4406.92 350.54
## 1387 16218.93 33653.27 23216.64 10436.63 0.00
## 1388 15685.44 24976.50 21480.56 3495.94 0.00
## 1389 12377.93 29135.28 22422.52 6712.76 0.00
## 1390 12737.74 24411.32 14353.71 10057.61 0.00
## 1391 14141.74 28395.27 21583.06 6812.21 0.00
## 1392 14079.54 26089.72 19540.62 6549.10 0.00
## 1393 13155.99 29424.89 22501.23 6833.78 89.88
## 1394 11458.43 26382.77 21886.31 3381.70 1114.76
## 1395 10813.59 26514.22 22958.63 3555.59 0.00
## 1396 10894.89 27015.92 20732.64 6153.50 129.78
## 1397 13693.83 23321.89 20671.70 2645.20 4.99
## 1398 11085.73 23901.18 21186.15 2715.03 0.00
## 1399 9717.73 28126.02 25896.73 2229.29 0.00
## 1400 17578.18 29612.86 23898.35 5714.51 0.00
## 1401 11082.07 25973.12 24183.43 1789.69 0.00
## 1402 12187.72 25636.88 23520.54 2116.34 0.00
## 1403 11665.78 25244.96 22478.92 2766.04 0.00
## 1404 11699.03 25514.31 19681.13 5611.51 221.67
## 1405 284.70 63153.04 53908.72 9224.82 19.50
## 1406 255.72 62784.09 57100.55 5619.06 64.48
## 1407 437.88 52875.54 44564.80 8310.74 0.00
## 1408 325.00 45662.47 41822.80 3839.67 0.00
## 1409 298.68 55299.38 49172.32 6127.06 0.00
## 1410 388.83 60224.78 53791.54 6426.96 6.28
## 1411 335.00 60127.39 56099.00 4028.39 0.00
## 1412 692.39 53203.11 49206.68 3996.43 0.00
## 1413 486.47 58508.19 50413.78 8082.05 12.36
## 1414 646.78 55281.08 51959.11 3321.97 0.00
## 1415 1003.78 62424.19 58060.12 4364.07 0.00
## 1416 1155.54 64726.02 56426.31 8293.55 6.16
## 1417 1171.50 67519.32 59907.03 7612.29 0.00
## 1418 1515.75 57247.33 53115.57 4131.76 0.00
## 1419 1608.76 63217.52 56901.55 6309.86 6.11
## 1420 1713.51 59446.30 54335.47 5110.83 0.00
## 1421 2204.32 72866.95 64673.20 8193.75 0.00
## 1422 2416.44 72492.97 68104.04 4376.84 12.09
## 1423 2886.60 66738.62 61777.91 4942.58 18.13
## 1424 7405.88 77862.64 72975.89 4844.44 42.31
## 1425 11932.03 78462.86 71332.39 7130.47 0.00
## 1426 11763.00 71226.18 66186.24 5015.77 24.17
## 1427 12343.88 64500.27 61569.83 2930.44 0.00
## 1428 11720.44 70840.03 62702.44 8131.55 6.04
## 1429 11822.33 67711.28 62705.51 4999.72 6.05
## 1430 15050.73 88003.25 81157.38 6839.81 6.06
## 1431 8080.05 79188.15 75120.40 4043.46 24.29
## 1432 7161.74 95352.92 86878.25 8474.67 0.00
## 1433 268.71 84988.85 80570.60 4418.25 0.00
## 1434 297.49 93290.27 85387.95 7902.32 0.00
## 1435 319.00 71581.14 67111.69 4469.45 0.00
## 1436 235.00 78697.80 71635.79 7062.01 0.00
## 1437 262.00 74870.07 69919.72 4950.35 0.00
## 1438 321.00 71530.63 67176.21 4354.42 0.00
## 1439 299.55 90612.57 81127.80 9484.77 0.00
## 1440 288.00 76712.86 72727.69 3985.17 0.00
## 1441 373.11 77990.72 74117.30 3873.42 0.00
## 1442 294.00 60210.27 53843.01 6367.26 0.00
## 1443 250.00 62911.64 57555.16 5167.59 188.89
## 1444 77.75 66128.37 62564.20 3564.17 0.00
## 1445 179.21 77003.82 68626.59 8377.23 0.00
## 1446 183.95 62466.03 58352.29 4113.74 0.00
## 1447 269.87 72616.80 69335.51 3281.29 0.00
## 1448 384.82 69213.28 62740.63 6472.65 0.00
## 1449 346.88 66214.87 62873.75 3341.12 0.00
## 1450 253.04 62663.62 60468.24 2195.38 0.00
## 1451 202.67 63558.12 61345.53 2212.59 0.00
## 1452 426.32 84349.10 76463.29 7885.81 0.00
## 1453 352.52 69524.60 66085.94 3438.66 0.00
## 1454 213.64 64197.94 61302.50 2895.44 0.00
## 1455 231.54 62815.17 59593.91 3221.26 0.00
## 1456 218.63 60062.94 54422.22 5640.72 0.00
## 1457 894.58 242666.68 208470.99 34191.25 4.44
## 1458 803.83 257139.12 212615.20 44523.92 0.00
## 1459 1657.92 261652.47 222446.62 39205.85 0.00
## 1460 892.62 164640.74 136643.23 27997.51 0.00
## 1461 863.58 170082.08 139508.76 30573.32 0.00
## 1462 1227.89 190226.47 156660.80 33558.60 7.07
## 1463 929.57 225327.84 196060.17 29267.67 0.00
## 1464 753.78 287368.02 198024.18 89343.84 0.00
## 1465 1226.57 238141.21 183727.03 54399.03 15.15
## 1466 540.63 239305.85 192750.44 46555.41 0.00
## 1467 1173.01 232925.94 181854.71 51069.15 2.08
## 1468 721.46 291019.03 214209.27 76809.76 0.00
## 1469 1078.17 261493.00 208106.11 53386.89 0.00
## 1470 983.60 243521.35 185973.17 57548.18 0.00
## 1471 801.09 262288.13 214317.49 47970.64 0.00
## 1472 1030.24 249522.08 181277.74 68237.18 7.16
## 1473 1295.45 245037.41 201210.17 43820.11 7.13
## 1474 1530.58 248566.36 208604.73 39872.77 88.86
## 1475 822.48 231864.49 197249.71 34604.15 10.63
## 1476 1727.95 223383.83 188594.00 34787.84 1.99
## 1477 976.16 249029.47 218715.85 30313.62 0.00
## 1478 1330.65 251358.48 216693.68 34664.80 0.00
## 1479 1321.69 280464.51 233874.80 46589.71 0.00
## 1480 2324.14 304967.64 256581.76 48382.38 3.50
## 1481 5130.14 354358.67 306199.58 47542.37 616.72
## 1482 5470.64 346630.58 278911.21 67625.57 93.80
## 1483 3347.48 346716.06 266450.36 80224.13 41.57
## 1484 5159.36 330913.35 287710.54 43147.53 55.28
## 1485 3548.03 404479.55 323080.99 81280.96 117.60
## 1486 2235.54 356187.72 296939.83 59171.88 76.01
## 1487 1368.92 389227.77 322139.90 67077.51 10.36
## 1488 1724.03 387861.93 322563.16 65288.42 10.35
## 1489 1648.45 360824.94 300933.75 59891.19 0.00
## 1490 4590.52 374369.29 316975.34 57393.95 0.00
## 1491 4554.01 333131.79 257688.23 74835.23 608.33
## 1492 2618.10 340354.69 246376.89 93487.52 490.28
## 1493 2366.85 382749.70 278784.54 103965.16 0.00
## 1494 1846.37 298956.93 239070.00 59886.93 0.00
## 1495 2011.01 312567.62 252129.98 59757.08 680.56
## 1496 1812.92 278150.10 216859.46 61290.64 0.00
## 1497 1650.73 283375.45 223369.68 60005.77 0.00
## 1498 1923.63 323761.50 258642.39 65119.11 0.00
## 1499 2109.98 339799.82 271636.20 68163.62 0.00
## 1500 2849.43 289988.49 228539.44 61449.05 0.00
## 1501 2885.00 309388.56 253336.80 56051.76 0.00
## 1502 2659.51 289359.35 240950.54 48408.81 0.00
## 1503 2996.36 317964.50 249204.48 68760.02 0.00
## 1504 3251.93 323358.53 243186.43 80172.10 0.00
## 1505 3184.12 313450.45 249848.32 63602.13 0.00
## 1506 3039.37 272986.43 211934.06 61052.37 0.00
## 1507 2315.72 285498.61 221731.33 63767.28 0.00
## 1508 1871.07 249495.69 178683.01 70812.68 0.00
## 1509 35858.35 737425.66 690116.94 46305.06 1003.66
## 1510 14909.65 771939.46 709816.20 60823.26 1300.00
## 1511 4716.39 758446.17 706707.82 51734.84 3.51
## 1512 3341.42 588521.80 547611.80 40901.19 8.81
## 1513 3025.26 555230.06 513647.72 41582.34 0.00
## 1514 4067.05 626738.42 581899.23 44833.83 5.36
## 1515 3393.33 707396.63 658542.91 48853.72 0.00
## 1516 4491.79 781895.19 645890.25 136004.94 0.00
## 1517 4729.26 780893.62 697293.46 83580.91 19.25
## 1518 3363.89 775888.90 693912.61 81976.29 0.00
## 1519 5421.22 742234.48 661214.66 81018.08 1.74
## 1520 4364.98 832068.41 721415.51 110651.17 1.73
## 1521 5434.32 800321.68 716567.95 83753.73 0.00
## 1522 4785.85 682854.15 589490.48 93363.67 0.00
## 1523 4293.65 751988.48 672883.20 79105.28 0.00
## 1524 4616.79 740533.23 638404.31 102122.78 6.14
## 1525 6693.26 754549.46 688674.24 65777.16 98.06
## 1526 11075.10 740291.22 678533.22 60808.49 949.51
## 1527 7167.44 739215.62 682203.72 55968.11 1043.79
## 1528 8138.99 733613.13 677997.05 55602.12 13.96
## 1529 9116.57 777021.96 722077.58 54944.38 0.00
## 1530 11726.40 794064.20 742929.61 51131.53 3.06
## 1531 14864.77 883031.61 815705.91 67279.91 45.79
## 1532 36476.44 967205.69 900291.21 66844.37 70.11
## 1533 75096.18 1216976.60 1148604.15 67207.62 1164.83
## 1534 92678.08 1312115.77 1208641.02 102680.02 794.73
## 1535 72708.66 1252367.02 1129604.18 121974.02 788.82
## 1536 77296.43 1120373.14 1052770.72 66494.05 1108.37
## 1537 56827.08 1406275.30 1285655.99 118366.89 2252.42
## 1538 7058.90 1188680.28 1099881.50 87700.94 1097.84
## 1539 5488.64 1253507.02 1154091.74 97864.57 1550.71
## 1540 7774.83 1328704.27 1206950.37 120720.48 1033.42
## 1541 5593.26 1244427.66 1156872.13 87402.54 152.99
## 1542 10220.82 1210170.12 1120295.45 89874.67 0.00
## 1543 13487.57 1088403.62 954844.81 132615.75 943.06
## 1544 7040.21 1035648.21 902141.63 132855.85 650.73
## 1545 6389.90 1115911.35 984678.78 131232.57 0.00
## 1546 5306.97 1001738.90 920108.45 81630.45 0.00
## 1547 6203.70 954229.55 869574.86 83524.01 1130.68
## 1548 5707.16 851860.36 769079.25 82778.21 2.90
## 1549 5436.84 869687.19 782209.83 87477.36 0.00
## 1550 5531.34 936644.39 843930.39 92714.00 0.00
## 1551 7864.97 1017429.27 909308.32 108119.32 1.63
## 1552 7317.59 894348.37 810060.60 84287.77 0.00
## 1553 7049.52 940038.24 860636.05 79402.19 0.00
## 1554 7773.07 929791.25 864046.29 65744.96 0.00
## 1555 7219.81 965974.48 869917.39 96055.45 1.64
## 1556 9191.41 1006703.42 896750.09 109953.33 0.00
## 1557 7923.65 1004627.94 903840.54 100787.40 0.00
## 1558 7215.59 868986.62 784229.51 84757.11 0.00
## 1559 6915.47 881104.32 796190.93 84913.39 0.00
## 1560 7580.38 764351.66 669970.50 94381.16 0.00
## 1561 12123.24 39602.96 39602.96 0.00 0.00
## 1562 3820.83 45911.51 45911.51 0.00 0.00
## 1563 116.84 35319.62 35319.62 0.00 0.00
## 1564 94.18 38140.59 38140.59 0.00 0.00
## 1565 88.58 34725.57 34725.57 0.00 0.00
## 1566 140.77 40780.57 40777.10 3.47 0.00
## 1567 90.93 47080.01 46867.66 212.35 0.00
## 1568 132.37 33770.89 33362.00 408.89 0.00
## 1569 209.48 65281.14 65081.14 200.00 0.00
## 1570 158.24 43066.49 42475.38 591.11 0.00
## 1571 192.81 37551.02 36297.69 1253.33 0.00
## 1572 204.79 43108.05 43001.38 106.67 0.00
## 1573 248.25 40649.51 40431.73 217.78 0.00
## 1574 265.22 28024.32 27515.43 508.89 0.00
## 1575 291.70 49249.26 48164.82 1084.44 0.00
## 1576 277.25 52903.22 52023.22 880.00 0.00
## 1577 377.70 48438.75 48349.86 88.89 0.00
## 1578 457.24 54650.81 54650.81 0.00 0.00
## 1579 608.29 58875.69 58875.69 0.00 0.00
## 1580 775.00 65208.52 65208.52 0.00 0.00
## 1581 815.98 52404.14 52400.81 3.33 0.00
## 1582 1637.61 66056.20 66056.20 0.00 0.00
## 1583 2452.04 73522.70 73518.43 4.27 0.00
## 1584 6851.58 62451.94 62434.86 17.08 0.00
## 1585 15371.77 148840.39 148811.62 28.77 0.00
## 1586 17991.98 176818.96 176636.74 182.22 0.00
## 1587 15156.27 152474.29 152425.40 48.89 0.00
## 1588 14779.66 108756.94 108756.94 0.00 0.00
## 1589 10744.54 162093.57 162093.57 0.00 0.00
## 1590 37.43 110774.35 110774.35 0.00 0.00
## 1591 61.25 97960.94 97960.94 0.00 0.00
## 1592 53.34 137204.86 137204.86 0.00 0.00
## 1593 29.88 131916.01 131904.74 11.27 0.00
## 1594 78.56 71634.08 71253.97 380.11 0.00
## 1595 59.55 60372.30 60354.57 17.73 0.00
## 1596 79.62 56276.09 56259.03 17.06 0.00
## 1597 78.27 59937.61 59936.64 0.97 0.00
## 1598 58.52 89721.50 89699.64 21.86 0.00
## 1599 82.02 54403.15 54288.70 114.45 0.00
## 1600 57.27 37964.11 37036.33 927.78 0.00
## 1601 55.64 48050.17 47856.09 194.08 0.00
## 1602 90.60 48433.02 48390.80 42.22 0.00
## 1603 15.02 50908.82 50606.60 302.22 0.00
## 1604 41.26 42880.02 42880.02 0.00 0.00
## 1605 23.63 43742.64 43735.97 6.67 0.00
## 1606 33.13 53466.02 53303.80 162.22 0.00
## 1607 33.62 50852.58 50014.80 837.78 0.00
## 1608 34.23 46670.10 46576.76 93.34 0.00
## 1609 24.12 53547.65 53543.21 4.44 0.00
## 1610 38.05 64770.92 64770.92 0.00 0.00
## 1611 22.90 44863.79 44863.79 0.00 0.00
## 1612 14.68 52490.37 52490.37 0.00 0.00
## 1613 124.04 73781.31 40641.55 33139.76 0.00
## 1614 122.07 53005.58 36258.03 16747.55 0.00
## 1615 168.63 67992.66 31407.15 36585.51 0.00
## 1616 121.93 42163.27 24098.62 18064.65 0.00
## 1617 37.82 51276.67 21536.82 29739.85 0.00
## 1618 120.55 60802.83 27114.53 33688.30 0.00
## 1619 109.39 50391.31 27742.90 22648.41 0.00
## 1620 92.19 49479.56 31369.94 18109.62 0.00
## 1621 80.56 72567.19 33748.18 38819.01 0.00
## 1622 91.29 47882.36 29737.38 18128.16 16.82
## 1623 71.02 49234.66 32915.51 16319.15 0.00
## 1624 105.62 66806.60 31968.47 34838.13 0.00
## 1625 60.86 74081.45 37192.16 36886.48 2.81
## 1626 142.31 46212.68 29149.95 17062.73 0.00
## 1627 119.94 76241.81 36956.49 39285.32 0.00
## 1628 43.61 56837.79 37653.91 19183.88 0.00
## 1629 82.75 86221.59 43014.65 43206.94 0.00
## 1630 173.11 63273.58 44694.90 18578.68 0.00
## 1631 81.78 63317.35 47516.81 15800.54 0.00
## 1632 91.62 64382.93 45260.21 19122.72 0.00
## 1633 99.51 81232.50 47242.50 33990.00 0.00
## 1634 88.69 60259.72 43472.90 16786.82 0.00
## 1635 71.27 60386.34 44878.70 15507.64 0.00
## 1636 61.06 79609.51 42477.40 37132.11 0.00
## 1637 73.35 58395.25 41732.15 16663.10 0.00
## 1638 83.04 95423.88 58523.36 36900.52 0.00
## 1639 118.88 80757.08 62186.73 18570.35 0.00
## 1640 726.55 92609.27 55420.02 37189.25 0.00
## 1641 2083.82 75173.50 56501.85 18663.64 8.01
## 1642 561.66 86061.13 48219.72 37841.41 0.00
## 1643 73.35 55906.05 38303.20 17602.85 0.00
## 1644 160.42 76278.08 37157.88 39120.20 0.00
## 1645 173.63 54407.98 38066.02 16341.96 0.00
## 1646 138.92 51717.03 35990.16 15726.87 0.00
## 1647 165.60 95445.05 40398.41 54823.03 223.61
## 1648 93.98 56809.87 38167.83 18294.82 347.22
## 1649 205.89 54827.73 35504.70 19323.03 0.00
## 1650 96.79 71780.19 31886.66 39893.53 0.00
## 1651 103.76 63600.61 34091.52 29143.81 365.28
## 1652 128.97 47398.55 29215.60 18182.95 0.00
## 1653 141.02 73045.90 37453.09 35592.81 0.00
## 1654 115.89 49846.38 34513.35 15333.03 0.00
## 1655 86.78 49331.49 33996.64 15334.85 0.00
## 1656 114.63 61957.64 31707.62 30250.02 0.00
## 1657 66.79 53147.10 36700.48 16446.62 0.00
## 1658 37.33 44375.38 20733.73 23641.65 0.00
## 1659 99.17 42392.17 18229.35 24162.82 0.00
## 1660 180.21 80264.72 26854.75 53409.97 0.00
## 1661 91.59 48864.81 22591.61 26273.20 0.00
## 1662 83.80 43569.17 18914.84 24654.33 0.00
## 1663 52.44 43410.02 18762.45 24647.57 0.00
## 1664 75.22 52719.49 19933.70 32785.79 0.00
## 1665 530.89 89292.89 82776.35 6513.36 3.18
## 1666 532.68 98302.52 88587.50 9715.02 0.00
## 1667 683.27 94649.63 87738.34 6908.05 3.24
## 1668 540.52 75010.31 67405.80 7596.24 8.27
## 1669 533.71 67938.12 62262.05 5676.07 0.00
## 1670 591.76 80592.91 74840.49 5752.42 0.00
## 1671 604.60 85346.19 78169.59 7176.60 0.00
## 1672 479.70 92267.09 76143.42 16123.67 0.00
## 1673 570.57 90086.72 78873.23 11206.74 6.75
## 1674 437.37 94916.51 84288.89 10627.62 0.00
## 1675 819.38 92670.88 83101.65 9569.23 0.00
## 1676 550.69 103675.87 83281.81 20392.37 1.69
## 1677 754.42 104610.89 91635.61 12975.28 0.00
## 1678 497.49 97946.15 82669.93 15276.22 0.00
## 1679 580.30 94858.12 84698.03 10160.09 0.00
## 1680 752.17 91927.28 78976.79 12950.49 0.00
## 1681 633.36 97929.43 89096.28 8827.37 5.78
## 1682 654.66 95910.31 86293.69 9570.66 45.96
## 1683 717.48 90761.35 82479.25 8193.68 88.42
## 1684 652.49 86244.48 78393.26 7851.22 0.00
## 1685 801.53 95410.30 88554.27 6856.03 0.00
## 1686 955.95 93959.69 85344.81 8614.88 0.00
## 1687 856.78 103353.68 92024.65 11329.03 0.00
## 1688 1472.69 115527.52 103254.89 12272.63 0.00
## 1689 1885.79 121261.71 109196.16 11757.42 308.13
## 1690 1024.11 136666.84 122252.96 14370.22 43.66
## 1691 806.52 127826.72 111168.32 16658.40 0.00
## 1692 1155.21 128855.48 117744.63 11040.67 70.18
## 1693 1064.13 150847.40 130970.38 19779.78 97.24
## 1694 1339.88 132948.73 116932.41 15941.00 75.32
## 1695 1068.66 146361.56 130734.40 15496.02 131.14
## 1696 1055.58 146344.69 129470.64 16871.38 2.67
## 1697 1129.29 129556.30 116806.95 12725.41 23.94
## 1698 2051.34 134165.69 118815.58 15350.11 0.00
## 1699 1834.71 124874.01 106616.53 18018.59 238.89
## 1700 1439.55 117693.87 100776.04 16917.83 0.00
## 1701 1309.62 128778.14 110321.07 18457.07 0.00
## 1702 1217.98 108780.22 95743.68 13036.54 0.00
## 1703 1290.63 108167.08 94087.03 14028.66 51.39
## 1704 1168.94 100706.58 88306.35 12400.23 0.00
## 1705 1104.04 98706.55 85471.81 13234.74 0.00
## 1706 1077.74 116220.12 102101.20 14118.92 0.00
## 1707 1051.07 121768.61 106813.89 14953.22 1.50
## 1708 1528.30 107527.31 93745.13 13782.18 0.00
## 1709 1353.67 117031.82 105513.50 11518.32 0.00
## 1710 1259.97 107117.77 97737.29 9380.48 0.00
## 1711 1353.94 113793.17 100107.79 13683.87 1.51
## 1712 1722.10 119325.59 104365.66 14959.93 0.00
## 1713 1409.19 126670.39 110991.22 15679.17 0.00
## 1714 1469.44 105386.55 93250.96 12135.59 0.00
## 1715 1715.41 101558.06 88980.00 12578.06 0.00
## 1716 2121.45 86647.87 72829.94 13817.93 0.00
## 1717 11642.46 100891.80 70749.02 30142.78 0.00
## 1718 10346.68 97475.33 72169.92 25305.41 0.00
## 1719 9429.99 110082.85 92028.11 18054.74 0.00
## 1720 13354.80 60258.38 60255.64 2.74 0.00
## 1721 9770.44 57662.53 57662.53 0.00 0.00
## 1722 11102.75 64644.27 63088.81 1555.46 0.00
## 1723 11412.94 63651.99 63178.20 473.79 0.00
## 1724 11555.39 62686.12 62666.63 19.49 0.00
## 1725 20971.41 62363.88 62363.88 0.00 0.00
## 1726 19968.66 64616.17 64585.35 30.82 0.00
## 1727 10255.97 68190.77 68128.99 61.78 0.00
## 1728 19579.82 71958.63 71955.82 2.81 0.00
## 1729 10663.95 82685.54 82685.54 0.00 0.00
## 1730 9974.50 60035.27 59972.02 63.25 0.00
## 1731 6031.40 72211.55 64530.22 7681.33 0.00
## 1732 15399.69 184333.58 74017.75 110315.83 0.00
## 1733 6101.99 153645.11 93116.34 60528.77 0.00
## 1734 5931.86 84814.48 84714.70 99.78 0.00
## 1735 4923.05 77455.61 75885.27 1570.34 0.00
## 1736 8294.96 134721.67 95992.23 38729.44 0.00
## 1737 7040.81 124788.86 79670.22 45118.64 0.00
## 1738 5261.65 124508.92 80224.04 44284.88 0.00
## 1739 8805.55 110773.22 77011.19 33762.03 0.00
## 1740 4302.29 115356.09 84065.18 31290.91 0.00
## 1741 4759.57 120165.04 84710.72 35134.88 319.44
## 1742 5251.74 135007.13 98977.04 36030.09 0.00
## 1743 4419.34 106701.94 84853.81 21848.13 0.00
## 1744 4910.71 122109.28 99129.04 22980.24 0.00
## 1745 4263.45 122309.95 94240.24 28069.71 0.00
## 1746 4499.84 122272.51 90030.35 32242.16 0.00
## 1747 10400.82 111990.65 81585.03 30405.62 0.00
## 1748 6013.78 106093.45 84441.02 21652.43 0.00
## 1749 4706.99 101431.12 77703.34 23727.78 0.00
## 1750 4878.68 108781.92 77196.88 31585.04 0.00
## 1751 5692.05 104421.65 80245.00 23882.21 294.44
## 1752 5832.62 94537.77 76637.06 17900.71 0.00
## 1753 7534.30 97564.37 44646.67 52917.70 0.00
## 1754 5732.19 85777.92 39455.85 46322.07 0.00
## 1755 7128.12 82912.63 49271.61 33641.02 0.00
## 1756 8638.85 67462.20 43759.93 23702.27 0.00
## 1757 6035.48 60883.78 60874.89 8.89 0.00
## 1758 6041.54 67422.51 67422.51 0.00 0.00
## 1759 5737.48 68487.04 68487.04 0.00 0.00
## 1760 12551.58 64435.76 64435.76 0.00 0.00
## 1761 6791.95 67730.71 67727.10 3.61 0.00
## 1762 5938.72 71351.98 71344.45 7.53 0.00
## 1763 5517.00 79618.55 79618.55 0.00 0.00
## 1764 6335.66 82437.73 82437.73 0.00 0.00
## 1765 5034.13 75561.02 75558.47 2.55 0.00
## 1766 5643.07 70788.61 70788.61 0.00 0.00
## 1767 12237.43 66305.28 66305.28 0.00 0.00
## 1768 6509.41 92499.06 92499.06 0.00 0.00
## 1769 951.32 25060.99 17512.17 7392.15 156.67
## 1770 1003.63 26066.51 17094.03 8749.15 223.33
## 1771 959.83 24468.56 15525.47 8943.09 0.00
## 1772 1081.56 17594.30 8739.98 8854.32 0.00
## 1773 958.70 16517.66 7946.78 8570.88 0.00
## 1774 1119.61 18248.33 12552.12 5696.21 0.00
## 1775 979.92 19392.22 13712.24 5679.98 0.00
## 1776 2313.90 34534.21 13430.34 21103.87 0.00
## 1777 1706.56 17835.82 12000.07 5835.75 0.00
## 1778 1289.08 24616.77 13587.31 11029.46 0.00
## 1779 1465.61 23740.41 13949.01 9791.40 0.00
## 1780 1535.63 21715.58 14948.34 6767.24 0.00
## 1781 2321.10 16593.05 13300.88 3292.17 0.00
## 1782 1852.47 25919.02 14361.09 11557.93 0.00
## 1783 1176.81 28426.96 19393.09 9033.87 0.00
## 1784 998.60 29623.33 21080.82 8542.51 0.00
## 1785 2074.97 32403.84 23118.99 9284.85 0.00
## 1786 3632.29 28656.28 20079.07 8573.41 3.80
## 1787 1714.56 29055.01 18577.69 10477.32 0.00
## 1788 1381.07 31222.95 21335.31 9887.64 0.00
## 1789 3021.58 41787.40 26618.86 15168.54 0.00
## 1790 1151.93 29516.38 23664.27 5852.11 0.00
## 1791 1088.54 26187.71 20545.66 5642.05 0.00
## 1792 1675.99 26651.84 23700.61 2951.23 0.00
## 1793 2652.87 24019.53 21786.27 2221.89 11.37
## 1794 5316.06 41505.82 31488.54 10017.28 0.00
## 1795 3823.55 43528.03 31542.36 11981.88 3.79
## 1796 4210.41 39029.98 29949.74 9080.24 0.00
## 1797 3147.67 43460.25 34041.60 9418.65 0.00
## 1798 1482.90 37523.11 28434.19 9081.46 7.46
## 1799 1439.62 34581.71 24083.06 10498.65 0.00
## 1800 3203.21 58265.70 26280.32 31985.38 0.00
## 1801 1406.54 31811.59 24984.50 6827.09 0.00
## 1802 1279.05 30450.96 23419.51 7031.45 0.00
## 1803 5183.12 52968.31 24324.24 28644.07 0.00
## 1804 1309.41 32543.11 22762.11 9781.00 0.00
## 1805 1286.70 29235.06 29007.20 227.86 0.00
## 1806 1180.96 27667.08 27527.96 139.12 0.00
## 1807 1645.11 23849.53 23652.54 161.52 35.47
## 1808 1503.84 14146.62 14034.79 108.32 3.51
## 1809 1370.01 17814.28 10044.46 7769.82 0.00
## 1810 1291.66 23563.41 17661.43 5901.98 0.00
## 1811 3731.73 37704.08 19742.03 17962.05 0.00
## 1812 1225.82 24342.77 19985.54 4357.23 0.00
## 1813 1187.76 24832.45 19166.04 5666.41 0.00
## 1814 1559.04 24336.58 19783.32 4553.26 0.00
## 1815 990.22 26110.75 20249.85 5860.90 0.00
## 1816 2164.35 31870.24 20561.48 11308.76 0.00
## 1817 2397.99 24416.80 17599.77 6817.03 0.00
## 1818 1075.26 19359.33 12321.55 7037.78 0.00
## 1819 1325.17 18068.15 12165.94 5902.21 0.00
## 1820 1561.70 14925.18 11264.80 3660.38 0.00
## 1821 25188.57 305294.16 279127.08 24838.63 1328.45
## 1822 27253.71 273908.59 255725.09 16936.24 1247.26
## 1823 17927.73 295915.03 266174.79 28516.98 1223.26
## 1824 13005.11 258550.08 243961.62 13539.44 1049.02
## 1825 10648.01 263489.68 248449.51 14157.64 882.53
## 1826 15421.83 278062.60 260079.65 16838.20 1144.75
## 1827 17268.45 287218.66 270313.26 16012.74 892.66
## 1828 19975.92 284193.27 266376.52 16399.34 1417.41
## 1829 17013.86 279410.25 264897.41 13224.58 1288.26
## 1830 15616.99 252026.43 237398.61 13346.37 1281.45
## 1831 14931.07 272685.30 257340.06 13759.12 1586.12
## 1832 14585.67 261635.43 248699.54 11296.81 1639.08
## 1833 15401.65 235041.31 223134.82 10382.51 1523.98
## 1834 14587.65 233797.53 221484.44 10779.94 1533.15
## 1835 15441.14 253447.75 237139.11 15090.36 1218.28
## 1836 15652.47 292538.17 271845.35 19120.68 1572.14
## 1837 15397.86 294901.44 276258.81 17590.29 1052.34
## 1838 14634.43 289454.67 270142.84 18056.86 1254.97
## 1839 16041.72 287126.69 275002.90 10772.67 1351.12
## 1840 14777.59 292735.89 277836.31 13619.13 1280.45
## 1841 21090.12 296214.97 281135.85 13951.38 1127.74
## 1842 33145.85 291685.02 276864.79 13477.89 1342.34
## 1843 53882.08 315858.91 292786.50 21669.83 1402.58
## 1844 37429.71 348617.23 332847.58 14512.26 1257.39
## 1845 14462.47 310580.92 292683.09 12904.75 4993.08
## 1846 19636.37 413266.21 396505.99 15522.11 1238.11
## 1847 18637.71 371995.31 358087.94 12451.24 1456.13
## 1848 22901.69 375649.64 358605.35 15767.87 1276.42
## 1849 27161.21 386476.34 375290.39 9693.84 1492.11
## 1850 17034.85 356482.08 353409.98 1330.64 1741.46
## 1851 11918.96 337124.70 334423.95 902.84 1797.91
## 1852 12148.13 342974.37 338254.28 2828.90 1891.19
## 1853 11424.24 312540.76 308421.89 2567.10 1551.77
## 1854 12270.69 349757.60 344545.73 3874.51 1337.36
## 1855 17406.31 321411.50 311074.95 6744.66 3591.89
## 1856 23878.20 292763.12 278730.74 6240.25 7792.13
## 1857 33180.04 279933.00 272779.43 5725.48 1428.09
## 1858 12343.11 253094.70 246327.83 5726.34 1040.53
## 1859 11645.81 321150.02 305406.51 9584.33 6159.18
## 1860 10085.33 294229.04 286268.48 6846.07 1114.49
## 1861 11548.82 304301.88 293708.39 9411.90 1181.59
## 1862 10344.37 304904.94 300231.39 3729.66 943.89
## 1863 9283.84 271059.63 269498.52 734.29 826.82
## 1864 11417.67 292807.55 291293.85 540.74 972.96
## 1865 20287.44 278266.03 276280.33 860.21 1125.49
## 1866 17649.52 233302.27 231591.27 844.44 866.56
## 1867 12488.08 214140.34 212347.25 690.66 1102.43
## 1868 13768.85 237852.92 235274.47 1245.73 1332.72
## 1869 14022.68 201319.44 198193.38 1929.49 1196.57
## 1870 14504.70 208774.76 206579.02 1074.30 1121.44
## 1871 10009.45 207260.73 205299.64 954.59 1006.50
## 1872 10476.89 178834.99 177360.20 440.57 1034.22
## 1873 16182.87 182057.05 181763.30 44.65 249.10
## 1874 13276.06 185649.45 185479.46 29.77 140.22
## 1875 12487.18 159304.83 159009.01 109.68 186.14
## 1876 13360.01 369224.37 363808.78 4531.76 883.83
## 1877 13672.29 147728.56 147268.25 89.00 371.31
## 1878 14806.53 151241.84 150474.71 7.40 759.73
## 1879 16340.66 268718.74 258913.25 2157.19 7648.30
## 1880 15085.38 138777.63 136935.61 236.07 1605.95
## 1881 11993.63 130546.65 130164.27 123.39 258.99
## 1882 13673.67 180363.08 178207.01 1322.84 833.23
## 1883 16086.11 120076.92 119843.01 92.18 141.73
## 1884 31627.53 217371.85 211701.25 3997.36 1673.24
## 1885 45229.53 99750.32 99417.33 165.46 167.53
## 1886 13101.24 124637.29 124612.73 1.84 22.72
## 1887 12831.81 140761.55 140535.44 58.92 167.19
## 1888 15103.06 116632.54 116569.24 22.02 41.28
## 1889 13357.86 88635.44 88369.14 231.21 35.09
## 1890 13235.52 73954.47 73781.04 138.56 34.87
## 1891 15312.90 102045.90 101670.76 332.04 43.10
## 1892 15332.72 78920.77 78821.71 94.95 4.11
## 1893 17536.12 71330.02 71232.22 89.57 8.23
## 1894 20132.68 69771.31 69761.93 7.32 2.06
## 1895 17189.62 66375.24 66239.50 135.74 0.00
## 1896 16444.94 61655.47 56419.16 5228.04 8.27
## 1897 17027.48 99285.92 88288.73 10900.79 96.40
## 1898 22969.60 62996.20 59731.74 3256.13 8.33
## 1899 21601.64 66678.86 66557.46 98.42 22.98
## 1900 32660.15 91721.74 89830.23 14.83 1876.68
## 1901 18608.64 100409.39 99951.29 393.39 64.71
## 1902 19235.07 90828.09 90346.52 473.22 8.35
## 1903 17218.66 106764.41 106687.47 51.91 25.03
## 1904 15508.11 104967.35 104757.58 136.92 72.85
## 1905 19253.03 94881.97 94742.82 0.00 139.15
## 1906 16212.44 121651.82 121155.50 338.86 157.46
## 1907 16791.96 94925.13 94890.92 7.35 26.86
## 1908 13860.48 94309.71 94185.46 85.32 38.93
## 1909 13456.08 115499.66 114658.35 690.46 150.85
## 1910 15964.76 67404.32 67361.20 43.12 0.00
## 1911 19335.81 73791.63 73228.59 144.25 418.79
## 1912 18487.16 57634.42 57229.61 402.85 1.96
## 1913 16449.01 42332.00 42292.09 37.97 1.94
## 1914 17300.74 58756.28 58756.28 0.00 0.00
## 1915 17444.77 52975.38 52751.04 220.46 3.88
## 1916 16252.30 83724.44 79396.05 4310.94 17.45
## 1917 15574.43 74647.23 74573.17 74.06 0.00
## 1918 16459.01 53934.48 51454.09 2472.63 7.76
## 1919 13386.63 40125.46 38999.96 1125.50 0.00
## 1920 15903.81 59749.80 48200.04 11547.81 1.95
## 1921 13384.30 58282.20 40428.06 17854.14 0.00
## 1922 14692.73 48187.39 34402.17 13785.22 0.00
## 1923 22743.24 72844.44 64831.61 8012.83 0.00
## 1924 19781.57 76559.75 61308.73 15251.02 0.00
## 1925 21669.44 53099.59 52596.72 502.87 0.00
## 1926 20913.36 46870.95 46617.48 253.47 0.00
## 1927 24041.02 45929.66 45573.83 355.83 0.00
## 1928 26500.57 45323.34 45120.91 202.43 0.00
## 1929 21863.66 41941.45 41606.59 334.86 0.00
## 1930 25366.63 33965.32 33573.06 392.26 0.00
## 1931 38424.89 35806.16 34671.43 1134.73 0.00
## 1932 52451.86 41447.22 39551.73 1895.49 0.00
## 1933 63741.60 48799.78 46809.56 1990.22 0.00
## 1934 50086.92 46227.43 44925.95 1301.48 0.00
## 1935 53069.24 49953.39 48619.54 1333.85 0.00
## 1936 69417.88 50755.47 48621.59 2133.88 0.00
## 1937 45935.19 36510.50 34300.90 2209.60 0.00
## 1938 69313.13 35429.80 33593.74 1836.06 0.00
## 1939 47238.12 55341.44 52100.42 3241.02 0.00
## 1940 37519.32 81905.93 80146.20 1759.73 0.00
## 1941 77352.73 84577.81 83519.16 1058.65 0.00
## 1942 42039.92 97524.71 97342.36 182.35 0.00
## 1943 46614.00 111927.84 111602.10 325.74 0.00
## 1944 47919.71 83623.99 83231.20 392.79 0.00
## 1945 44441.11 81636.45 81028.63 607.82 0.00
## 1946 44520.15 84548.09 84232.28 315.81 0.00
## 1947 41446.55 87245.46 87050.05 195.41 0.00
## 1948 45046.22 91422.77 90363.60 1059.17 0.00
## 1949 42204.73 87823.46 86455.56 1367.90 0.00
## 1950 40891.64 89649.71 88239.15 1410.56 0.00
## 1951 45055.08 86923.34 86724.24 199.10 0.00
## 1952 41369.10 89724.00 89158.23 565.77 0.00
## 1953 41274.25 89973.86 89685.43 288.43 0.00
## 1954 41892.02 83374.53 82782.86 591.67 0.00
## 1955 43537.37 80818.61 80542.50 276.11 0.00
## 1956 50072.71 77201.14 76580.12 621.02 0.00
## 1957 41158.83 81190.15 80610.84 579.31 0.00
## 1958 37794.41 92389.81 91891.14 498.67 0.00
## 1959 80829.91 75045.87 73838.89 1147.26 59.72
## 1960 38961.11 82673.58 81554.51 978.79 140.28
## 1961 36476.98 93048.28 92654.74 393.54 0.00
## 1962 37443.69 93425.98 92113.02 1312.96 0.00
## 1963 37207.47 86015.69 85179.62 836.07 0.00
## 1964 44155.00 67329.30 66273.35 1055.95 0.00
## 1965 37929.90 68437.27 67695.64 741.63 0.00
## 1966 46569.19 68301.38 68114.58 186.80 0.00
## 1967 37877.54 65638.05 65493.35 144.70 0.00
## 1968 36330.01 68052.73 67743.53 309.20 0.00
## 1969 69371.34 54365.07 53806.04 559.03 0.00
## 1970 48502.71 60996.87 49618.45 11378.42 0.00
## 1971 33712.03 73022.33 62051.18 10971.15 0.00
## 1972 88450.29 61014.39 41191.91 19822.48 0.00
## 1973 36067.46 76676.23 63206.25 13469.98 0.00
## 1974 39543.93 60466.47 46298.95 14167.52 0.00
## 1975 41272.69 66316.08 50818.20 15497.88 0.00
## 1976 39928.01 55663.83 44040.64 11623.19 0.00
## 1977 5986.26 40778.79 40770.10 3.44 5.25
## 1978 5425.25 33995.68 33982.55 5.25 7.88
## 1979 7096.70 34365.83 34365.83 0.00 0.00
## 1980 7028.58 26733.72 26727.63 6.09 0.00
## 1981 5499.99 23240.40 23240.40 0.00 0.00
## 1982 6545.55 27741.68 27736.40 2.64 2.64
## 1983 9940.86 30101.25 29466.63 634.62 0.00
## 1984 12315.03 30658.71 29783.15 875.56 0.00
## 1985 16391.80 30561.30 29676.86 884.44 0.00
## 1986 13184.36 28386.13 27568.35 817.78 0.00
## 1987 13205.22 27556.65 27252.31 280.00 24.34
## 1988 16004.59 29386.28 28741.43 617.78 27.07
## 1989 11357.40 30814.53 30425.15 389.38 0.00
## 1990 16430.71 23905.77 23139.55 766.22 0.00
## 1991 11692.02 34710.17 34070.17 640.00 0.00
## 1992 9499.01 44222.78 43507.62 715.16 0.00
## 1993 19484.71 48355.89 48304.30 48.89 2.70
## 1994 10562.29 45766.79 45766.79 0.00 0.00
## 1995 12155.66 46959.56 46959.56 0.00 0.00
## 1996 12570.49 44672.22 44672.22 0.00 0.00
## 1997 12731.89 44376.09 44376.09 0.00 0.00
## 1998 13008.81 43712.90 43712.90 0.00 0.00
## 1999 11762.30 50052.40 50052.40 0.00 0.00
## 2000 12403.89 53881.89 53877.92 3.97 0.00
## 2001 12718.46 50900.73 50740.73 160.00 0.00
## 2002 15212.24 59456.82 58905.71 551.11 0.00
## 2003 11394.34 55431.61 55427.17 4.44 0.00
## 2004 11120.60 58619.28 58619.28 0.00 0.00
## 2005 10989.87 62286.69 62286.69 0.00 0.00
## 2006 10333.21 62583.40 61701.18 882.22 0.00
## 2007 11466.99 58556.59 53587.70 4968.89 0.00
## 2008 13055.11 59553.69 56304.95 3246.13 2.61
## 2009 11273.72 56076.29 52612.50 3458.56 5.23
## 2010 11036.66 64086.74 57579.67 6507.07 0.00
## 2011 21169.69 53432.41 51895.62 1238.18 298.61
## 2012 11133.44 50108.57 49595.75 390.60 122.22
## 2013 10864.49 53735.19 53008.05 727.14 0.00
## 2014 9863.28 46257.71 44510.63 1747.08 0.00
## 2015 9827.34 46779.93 45789.32 990.61 0.00
## 2016 11552.86 43299.69 42423.09 876.60 0.00
## 2017 10380.07 48873.40 48817.84 55.56 0.00
## 2018 11621.92 44199.13 44199.13 0.00 0.00
## 2019 10295.75 51568.09 51568.09 0.00 0.00
## 2020 9840.75 47068.95 47039.78 29.17 0.00
## 2021 17018.36 43386.55 43046.27 340.28 0.00
## 2022 10942.01 47574.75 41738.23 5836.52 0.00
## 2023 7883.33 49271.38 42969.44 6301.94 0.00
## 2024 21686.02 47141.67 40189.17 6952.50 0.00
## 2025 8644.27 56189.36 45878.25 10311.11 0.00
## 2026 9958.28 47657.12 36798.65 10858.47 0.00
## 2027 10952.11 44915.40 36160.54 8754.86 0.00
## 2028 9762.41 36245.72 31778.36 4467.36 0.00
## 2029 152.86 33496.40 32877.16 0.00 619.24
## 2030 116.69 28670.50 27888.28 8.89 773.33
## 2031 127.18 27033.05 27030.08 2.97 0.00
## 2032 100.43 22565.73 22565.73 0.00 0.00
## 2033 114.57 19307.60 19307.60 0.00 0.00
## 2034 163.50 25520.11 25520.11 0.00 0.00
## 2035 99.00 23209.55 23209.55 0.00 0.00
## 2036 135.05 24946.90 24873.75 73.15 0.00
## 2037 177.07 21706.68 20934.80 771.88 0.00
## 2038 153.35 19662.35 19231.66 430.69 0.00
## 2039 115.01 21570.47 21570.47 0.00 0.00
## 2040 151.21 26315.96 26312.88 3.08 0.00
## 2041 126.92 24788.88 24788.88 0.00 0.00
## 2042 84.32 19580.71 19577.65 0.00 3.06
## 2043 128.08 23770.14 23770.14 0.00 0.00
## 2044 180.33 28194.07 28181.85 12.22 0.00
## 2045 139.46 33050.28 33001.48 42.70 6.10
## 2046 261.10 30352.74 29963.27 389.47 0.00
## 2047 318.39 29295.96 27837.68 1458.28 0.00
## 2048 411.16 29038.41 29038.41 0.00 0.00
## 2049 76.24 30114.32 30114.32 0.00 0.00
## 2050 92.49 28450.20 28450.20 0.00 0.00
## 2051 67.53 31073.35 31073.35 0.00 0.00
## 2052 110.24 33820.42 33820.42 0.00 0.00
## 2053 740.63 34430.38 34430.38 0.00 0.00
## 2054 2541.99 39017.24 39017.24 0.00 0.00
## 2055 68.94 37248.89 37248.89 0.00 0.00
## 2056 73.18 36598.52 36598.52 0.00 0.00
## 2057 19.99 38423.54 38416.87 6.67 0.00
## 2058 109.92 38863.12 38372.75 490.37 0.00
## 2059 33.05 34881.28 33050.17 1831.11 0.00
## 2060 99.51 35973.41 34793.39 1180.02 0.00
## 2061 68.28 33803.81 32381.59 1422.22 0.00
## 2062 146.10 36773.19 34415.41 2357.78 0.00
## 2063 120.87 32580.81 32327.48 253.33 0.00
## 2064 81.83 27733.40 27733.40 0.00 0.00
## 2065 146.75 31213.28 30623.78 589.50 0.00
## 2066 130.09 30036.67 28274.78 1761.89 0.00
## 2067 258.54 28281.56 27849.27 432.29 0.00
## 2068 110.35 24095.86 22961.86 1134.00 0.00
## 2069 102.64 28188.95 28170.39 15.56 3.00
## 2070 73.88 28334.59 27985.70 348.89 0.00
## 2071 81.58 31548.04 31447.87 100.17 0.00
## 2072 79.57 26994.60 26965.71 28.89 0.00
## 2073 43.06 26074.28 25882.69 191.59 0.00
## 2074 87.02 28674.03 26632.49 2041.54 0.00
## 2075 134.25 28554.64 25981.67 2572.97 0.00
## 2076 93.81 30471.81 27117.84 3353.97 0.00
## 2077 103.60 33310.01 29161.12 4148.89 0.00
## 2078 117.98 29457.09 25952.51 3504.58 0.00
## 2079 57.82 29842.10 26555.99 3286.11 0.00
## 2080 34.10 23332.97 21582.97 1750.00 0.00
## 2081 13805.30 42090.49 42084.71 5.78 0.00
## 2082 15917.28 45152.67 45138.23 8.66 5.78
## 2083 16953.75 43253.61 43250.73 2.88 0.00
## 2084 12748.39 38644.34 38638.58 0.00 5.76
## 2085 13205.04 36591.97 36574.73 0.00 17.24
## 2086 12684.60 39405.23 39405.23 0.00 0.00
## 2087 11181.91 39707.10 39707.10 0.00 0.00
## 2088 11093.06 42153.10 42153.10 0.00 0.00
## 2089 12762.49 38515.75 38515.75 0.00 0.00
## 2090 12903.00 42041.18 42041.18 0.00 0.00
## 2091 12783.14 43963.77 43963.77 0.00 0.00
## 2092 13141.51 45098.53 45098.53 0.00 0.00
## 2093 12312.13 35121.90 35121.90 0.00 0.00
## 2094 13481.19 39676.01 39676.01 0.00 0.00
## 2095 12364.88 41185.70 41185.70 0.00 0.00
## 2096 15102.86 47534.93 47530.56 4.37 0.00
## 2097 17201.50 49975.71 49967.00 8.71 0.00
## 2098 17331.98 48058.50 48058.50 0.00 0.00
## 2099 12415.75 46984.00 46984.00 0.00 0.00
## 2100 13395.95 49367.82 49356.20 11.62 0.00
## 2101 13618.36 49058.44 49041.00 17.44 0.00
## 2102 14770.96 48750.72 48750.72 0.00 0.00
## 2103 13184.96 51583.69 51550.15 33.54 0.00
## 2104 9285.10 54572.39 54572.39 0.00 0.00
## 2105 6078.13 57129.47 56976.69 0.00 152.78
## 2106 17131.92 67335.82 67335.82 0.00 0.00
## 2107 13590.10 56932.07 56932.07 0.00 0.00
## 2108 14700.40 55748.74 55744.30 4.44 0.00
## 2109 13867.94 58386.05 58386.05 0.00 0.00
## 2110 14288.77 53695.75 53695.75 0.00 0.00
## 2111 14172.36 45784.54 45775.86 8.68 0.00
## 2112 12830.34 48450.54 48450.54 0.00 0.00
## 2113 12034.36 43324.61 43324.61 0.00 0.00
## 2114 13246.38 44760.05 44760.05 0.00 0.00
## 2115 13261.84 41485.92 41281.75 0.00 204.17
## 2116 13085.26 46748.71 46748.71 0.00 0.00
## 2117 13267.34 43418.46 43392.71 25.75 0.00
## 2118 13073.16 41668.76 41625.86 42.90 0.00
## 2119 15099.24 54074.24 54049.06 25.18 0.00
## 2120 13740.39 62923.50 62884.77 38.73 0.00
## 2121 13423.63 83611.14 83611.14 0.00 0.00
## 2122 14830.61 48082.12 48082.12 0.00 0.00
## 2123 13402.92 50002.75 50002.75 0.00 0.00
## 2124 13870.37 39017.62 39017.62 0.00 0.00
## 2125 11561.59 39235.20 39235.20 0.00 0.00
## 2126 10273.69 41744.74 41744.74 0.00 0.00
## 2127 9798.79 40435.38 40435.38 0.00 0.00
## 2128 15342.47 39738.53 39738.53 0.00 0.00
## 2129 9507.42 38819.19 38819.19 0.00 0.00
## 2130 5672.46 39320.62 39320.62 0.00 0.00
## 2131 5094.23 43729.56 43722.89 6.67 0.00
## 2132 9737.50 39600.08 39600.08 0.00 0.00
## 2133 20174.55 148004.82 116383.07 31621.75 0.00
## 2134 25052.93 145559.55 111019.22 34540.33 0.00
## 2135 16726.87 172045.33 128053.44 43991.89 0.00
## 2136 17406.01 142269.38 114044.25 28225.13 0.00
## 2137 20206.16 80862.62 64857.94 16004.68 0.00
## 2138 18973.90 73350.70 59945.93 13404.77 0.00
## 2139 15638.32 71573.34 63091.00 8482.34 0.00
## 2140 16457.11 65663.77 58719.13 6944.64 0.00
## 2141 17716.68 59472.47 53567.27 5897.02 8.18
## 2142 18702.56 51591.92 48469.97 3117.85 4.10
## 2143 19380.83 51370.42 47913.55 3456.87 0.00
## 2144 17638.39 37541.38 35490.61 2050.77 0.00
## 2145 18666.34 35912.61 31952.30 3960.31 0.00
## 2146 14807.56 36841.32 34448.65 2392.67 0.00
## 2147 28629.58 42656.63 39560.70 3095.93 0.00
## 2148 21645.98 51402.37 46655.35 4747.02 0.00
## 2149 19961.19 46041.03 41719.29 4321.74 0.00
## 2150 19843.62 47145.37 45500.19 1645.18 0.00
## 2151 20782.84 35146.06 33582.95 1563.11 0.00
## 2152 16942.25 39151.88 38649.39 502.49 0.00
## 2153 14248.31 43037.04 41132.08 1904.96 0.00
## 2154 12740.87 44134.93 42995.09 1139.84 0.00
## 2155 16605.49 37883.85 36718.01 1165.84 0.00
## 2156 16611.22 45181.38 41231.13 3950.25 0.00
## 2157 14524.67 41887.14 38417.55 3469.59 0.00
## 2158 18794.71 52306.90 46816.59 5490.31 0.00
## 2159 15418.32 42519.03 37940.93 4578.10 0.00
## 2160 16575.72 45654.06 41075.95 4578.11 0.00
## 2161 14478.75 47695.91 43522.90 4173.01 0.00
## 2162 13914.85 50436.20 46211.78 4224.42 0.00
## 2163 14150.62 43435.79 39195.38 4240.41 0.00
## 2164 13519.38 34409.91 29727.22 4682.69 0.00
## 2165 9903.23 32985.60 29400.09 3585.51 0.00
## 2166 11997.54 46804.91 43190.60 3614.31 0.00
## 2167 14408.91 54378.35 50153.42 4224.93 0.00
## 2168 14634.32 43742.85 37689.45 6053.40 0.00
## 2169 13282.24 47833.34 25453.84 22379.50 0.00
## 2170 14665.62 50276.09 26305.87 23949.07 21.15
## 2171 15718.90 42526.45 25464.02 16966.53 95.90
## 2172 14998.04 45428.04 25798.74 19629.30 0.00
## 2173 14165.05 44551.18 38487.70 6063.48 0.00
## 2174 17440.00 43196.29 37920.39 5268.51 7.39
## 2175 14754.16 47821.85 42719.72 5102.13 0.00
## 2176 14036.07 38271.41 32922.93 5315.64 32.84
## 2177 14484.65 47811.06 42234.77 5543.66 32.63
## 2178 15333.50 39267.34 33642.66 5425.61 199.07
## 2179 14251.47 42168.21 36417.77 5526.46 223.98
## 2180 15691.23 41625.89 36622.51 4738.29 265.09
## 2181 13326.97 35060.12 30090.58 4708.25 261.29
## 2182 14125.01 32682.78 27844.81 4411.36 426.61
## 2183 12900.65 35484.40 31807.96 3271.85 404.59
## 2184 15302.75 36852.99 30884.29 5595.00 373.70
## 2185 28184.73 59699.20 59094.49 582.90 21.81
## 2186 33083.99 65863.51 65038.10 766.09 59.32
## 2187 34069.96 69907.84 69022.62 781.91 103.31
## 2188 37321.12 55914.28 55171.77 638.89 103.62
## 2189 31195.04 54694.01 53992.69 647.78 53.54
## 2190 29410.26 56732.83 55908.92 773.33 50.58
## 2191 27969.25 64629.08 63811.01 780.00 38.07
## 2192 36598.97 78127.90 77364.54 693.33 70.03
## 2193 31481.92 59793.91 58929.19 845.56 19.16
## 2194 31358.89 69432.75 68582.18 812.22 38.35
## 2195 31021.35 75526.07 74724.61 756.67 44.79
## 2196 33512.19 72798.38 72030.82 735.56 32.00
## 2197 32511.26 47921.11 47092.45 796.67 31.99
## 2198 28301.64 65437.81 64581.92 785.56 70.33
## 2199 33739.89 69655.95 68664.57 946.67 44.71
## 2200 48322.55 76904.56 76151.26 734.16 19.14
## 2201 30732.28 77768.63 76963.49 805.14 0.00
## 2202 28647.61 79706.70 78843.03 863.67 0.00
## 2203 27089.79 73081.95 72131.45 950.50 0.00
## 2204 27530.50 80218.92 79372.32 846.60 0.00
## 2205 24997.46 75267.19 74158.48 1108.71 0.00
## 2206 28138.78 77320.82 76597.08 723.74 0.00
## 2207 32096.30 79427.61 78533.80 893.81 0.00
## 2208 19150.08 82475.36 81674.34 801.02 0.00
## 2209 10213.51 89795.11 88477.64 893.86 423.61
## 2210 30802.97 101029.34 100146.51 882.83 0.00
## 2211 29603.67 85242.60 84459.27 783.33 0.00
## 2212 29789.01 86014.20 84970.33 1043.87 0.00
## 2213 32092.36 80431.50 79360.05 1071.45 0.00
## 2214 36846.32 77328.49 76252.85 1075.64 0.00
## 2215 26109.55 76087.42 75077.58 1009.84 0.00
## 2216 23810.65 77389.63 76306.09 1083.54 0.00
## 2217 26013.96 72595.29 71643.24 952.05 0.00
## 2218 33343.35 74446.83 73411.19 1035.64 0.00
## 2219 32834.29 65327.99 64042.60 971.50 313.89
## 2220 35558.24 79763.23 78503.98 1052.31 206.94
## 2221 25208.79 74092.75 72532.18 1560.57 0.00
## 2222 25315.71 75080.91 73789.73 1291.18 0.00
## 2223 35650.70 90075.10 88603.82 1025.45 445.83
## 2224 26459.60 110683.59 109753.43 930.16 0.00
## 2225 30959.94 106219.42 105385.09 818.89 15.44
## 2226 25349.50 94629.73 93761.35 862.22 6.16
## 2227 31289.15 96460.01 95539.75 803.34 116.92
## 2228 22240.62 67758.06 66973.03 726.66 58.37
## 2229 27811.91 80955.21 80088.91 823.33 42.97
## 2230 27243.31 78180.39 77306.88 824.45 49.06
## 2231 20265.96 74764.60 74003.77 733.33 27.50
## 2232 20587.92 65344.53 64393.44 832.23 118.86
## 2233 21293.67 83160.71 82293.47 796.67 70.57
## 2234 12868.74 78809.61 78241.87 515.56 52.18
## 2235 4107.26 86365.43 85706.54 658.89 0.00
## 2236 8803.79 82484.31 82033.71 444.44 6.16
## 2237 7000.66 163282.83 162930.64 26.71 325.48
## 2238 6308.35 170625.58 170458.45 11.87 155.26
## 2239 9650.50 173616.66 173537.66 35.61 43.39
## 2240 9120.48 380463.57 380298.38 0.00 165.19
## 2241 9878.62 141505.48 141430.43 0.00 75.05
## 2242 9372.34 149574.61 149358.02 0.00 216.59
## 2243 9650.82 274024.06 273223.43 0.00 800.63
## 2244 9195.56 173012.26 172749.32 0.00 262.94
## 2245 10032.64 143118.89 143026.95 0.00 91.94
## 2246 8273.34 179825.96 179544.36 0.00 281.60
## 2247 10284.15 141311.60 141266.83 0.00 44.77
## 2248 15431.19 236162.14 234219.02 0.00 1943.12
## 2249 11368.07 116490.89 115646.75 0.00 844.14
## 2250 10158.38 146171.63 146143.41 13.28 14.94
## 2251 11283.42 178390.07 178374.58 8.85 6.64
## 2252 10787.88 164191.08 164176.14 0.00 14.94
## 2253 12346.64 124195.98 124129.03 61.97 4.98
## 2254 12204.13 112137.13 112127.34 1.48 8.31
## 2255 9738.82 138530.85 138486.18 26.47 18.20
## 2256 12055.67 110369.01 110361.10 2.94 4.97
## 2257 13416.02 120360.39 120360.39 0.00 0.00
## 2258 12790.08 115293.24 115288.63 2.95 1.66
## 2259 12492.00 92421.13 92385.74 35.39 0.00
## 2260 11882.66 90162.67 90074.05 88.62 0.00
## 2261 12664.42 119003.82 117906.60 980.83 116.39
## 2262 16266.67 101373.46 95899.37 5462.40 11.69
## 2263 13848.78 84517.69 84437.86 58.06 21.77
## 2264 16161.24 110588.90 110537.43 31.33 20.14
## 2265 13480.42 119758.54 119723.88 17.89 16.77
## 2266 14325.27 78781.52 78760.94 8.90 11.68
## 2267 14394.68 99889.70 99789.03 97.35 3.32
## 2268 14400.18 109668.66 109172.41 459.78 36.47
## 2269 13149.80 87879.88 86751.20 1074.06 54.62
## 2270 9484.24 123759.63 111289.42 12415.67 54.54
## 2271 11154.42 95493.06 94995.86 477.54 19.66
## 2272 10046.11 89268.48 89235.28 21.77 11.43
## 2273 10877.06 103707.33 103533.21 161.10 13.02
## 2274 11710.31 65951.43 65783.96 144.77 22.70
## 2275 9791.26 69588.14 69293.36 210.54 84.24
## 2276 9896.09 75186.63 74523.35 658.45 4.83
## 2277 8716.19 82909.98 82898.73 0.00 11.25
## 2278 12217.98 79078.82 79057.76 8.42 12.64
## 2279 8269.01 69966.25 69941.69 8.24 16.32
## 2280 12576.63 110717.87 110637.01 62.51 18.35
## 2281 10013.75 82808.62 82779.56 0.00 29.06
## 2282 8106.15 58247.14 57771.22 431.17 44.75
## 2283 10978.60 67361.34 65239.69 2117.07 4.58
## 2284 10182.71 143116.90 142049.31 1034.01 33.58
## 2285 11119.33 61449.41 61054.23 370.74 24.44
## 2286 11177.67 68250.89 67519.53 720.65 10.71
## 2287 18076.48 86855.48 81221.30 5632.65 1.53
## 2288 15291.36 111554.96 96695.27 14859.69 0.00
## 2289 8151.76 57249.75 48181.83 9060.09 7.83
## 2290 6244.22 49487.98 44628.73 4851.44 7.81
## 2291 7391.81 53689.68 43815.60 9863.71 10.37
## 2292 9427.71 46316.90 40092.42 6203.80 20.68
## 2293 7454.33 42801.07 33356.89 9433.78 10.40
## 2294 8114.19 43345.68 34239.23 9106.45 0.00
## 2295 11569.87 35143.60 29409.04 5734.56 0.00
## 2296 15742.56 39718.69 34385.71 5325.20 7.78
## 2297 19045.03 58741.07 44763.47 13977.60 0.00
## 2298 17192.49 52518.80 43924.89 8593.91 0.00
## 2299 16616.90 49369.29 40996.42 8372.87 0.00
## 2300 20190.40 61147.52 43009.49 18138.03 0.00
## 2301 14906.36 58649.87 38750.39 19899.48 0.00
## 2302 18765.64 51329.38 42223.65 9105.73 0.00
## 2303 14421.82 71477.38 49597.26 21851.29 28.83
## 2304 13939.72 69966.50 55240.30 14707.82 18.38
## 2305 23189.42 86517.63 68114.97 18328.93 73.73
## 2306 15284.88 75880.69 70666.71 5198.14 15.84
## 2307 17089.65 89642.51 84625.03 5017.48 0.00
## 2308 17614.64 84760.22 78819.75 5940.47 0.00
## 2309 18362.39 87081.14 75517.04 11497.68 66.42
## 2310 19051.78 77550.50 72040.69 5488.53 21.28
## 2311 18771.89 85644.86 80982.38 4662.48 0.00
## 2312 18957.89 77507.49 67097.27 10410.22 0.00
## 2313 17190.82 79172.38 73161.82 5916.12 94.44
## 2314 20072.67 89263.83 78695.41 10568.42 0.00
## 2315 18078.63 94248.26 89211.38 4983.53 53.35
## 2316 17373.26 96387.01 84821.85 11533.12 32.04
## 2317 18287.95 88543.07 82278.60 6256.45 8.02
## 2318 17294.66 91280.65 80177.95 11102.70 0.00
## 2319 18015.98 76250.04 70487.95 5756.74 5.35
## 2320 20373.51 81734.51 69674.41 12060.10 0.00
## 2321 18077.99 82453.98 76994.15 5459.83 0.00
## 2322 16482.29 69855.24 64229.19 5626.05 0.00
## 2323 26965.17 86801.25 70270.99 16530.26 0.00
## 2324 16204.46 68330.58 63208.06 5122.52 0.00
## 2325 15722.07 78051.53 72168.56 5882.97 0.00
## 2326 16838.53 70520.02 57990.96 12529.06 0.00
## 2327 18418.66 61466.69 53591.38 7875.31 0.00
## 2328 16553.04 71512.42 64967.19 6545.23 0.00
## 2329 15237.87 83671.96 71610.52 12061.44 0.00
## 2330 18024.31 63961.80 58791.05 5170.75 0.00
## 2331 14400.70 62840.24 58373.46 4466.78 0.00
## 2332 13638.46 68425.29 57884.58 10540.71 0.00
## 2333 23875.57 70004.39 64068.23 5936.16 0.00
## 2334 14735.34 60249.60 44927.07 15322.53 0.00
## 2335 12641.17 59543.76 44770.78 14772.98 0.00
## 2336 27248.16 79706.75 51793.30 27913.45 0.00
## 2337 12431.59 64163.71 45690.04 18473.67 0.00
## 2338 14954.10 56975.63 35311.93 21663.70 0.00
## 2339 14197.05 63367.54 44864.96 18502.58 0.00
## 2340 12923.45 68870.22 52556.00 16314.22 0.00
## 2341 392846.12 852656.17 663310.00 105317.59 84028.58
## 2342 412828.75 759069.21 555356.92 95639.50 108072.79
## 2343 271514.98 671313.43 554563.94 115546.32 1203.17
## 2344 38648.11 639039.37 496732.56 141970.00 336.81
## 2345 27985.18 601011.86 505843.61 95136.58 31.67
## 2346 39736.75 668922.06 550979.27 117935.74 7.05
## 2347 39019.73 767185.69 600933.14 166200.10 52.45
## 2348 115276.98 648983.07 485540.30 163125.93 316.84
## 2349 363472.91 660163.45 478366.44 181455.77 341.24
## 2350 247539.31 583832.41 475267.20 108231.39 333.82
## 2351 274013.56 572922.73 489000.20 83782.52 140.01
## 2352 426600.81 624295.99 504922.39 119235.17 138.43
## 2353 184770.84 691699.79 517821.64 173688.06 190.09
## 2354 83993.99 608981.85 480873.02 128033.07 75.76
## 2355 39835.27 600986.51 478669.38 122302.71 14.42
## 2356 34341.44 728227.71 533040.93 195143.56 43.22
## 2357 36318.54 723133.66 571900.30 151197.44 35.92
## 2358 28997.59 612042.13 535065.38 76947.64 29.11
## 2359 30815.55 599225.99 513745.16 85422.36 58.47
## 2360 35283.63 626262.47 536381.17 89808.28 73.02
## 2361 40173.44 616582.63 529408.18 87160.21 14.24
## 2362 24749.12 586106.01 492930.71 93162.67 12.63
## 2363 32905.16 640741.18 511308.60 129425.50 7.08
## 2364 28797.39 766441.65 589126.53 177294.71 20.41
## 2365 33415.56 668330.39 547333.33 119640.03 1357.03
## 2366 47955.04 857318.55 754238.62 103046.99 32.94
## 2367 81756.00 869763.29 678138.24 191572.72 52.33
## 2368 97002.67 857458.52 683943.14 173497.82 17.56
## 2369 77844.97 874884.95 716742.30 158100.12 42.53
## 2370 106106.86 778328.56 662252.69 116061.84 14.03
## 2371 34073.41 678140.86 530629.47 147483.35 28.04
## 2372 38143.15 636646.52 545155.31 91459.59 31.62
## 2373 33292.23 616787.66 528432.48 88337.60 17.58
## 2374 36330.84 685754.92 533597.59 152122.11 35.22
## 2375 58510.13 713924.16 546260.44 166650.78 1012.94
## 2376 73076.91 619798.70 519975.08 99430.45 393.17
## 2377 114923.71 638184.59 538970.63 99203.37 10.59
## 2378 102729.01 590480.11 536034.76 54424.19 21.16
## 2379 104285.22 730848.26 670637.73 58681.56 1528.97
## 2380 89374.20 696227.90 633029.23 63160.07 38.60
## 2381 81039.50 665688.14 540561.20 125103.19 23.75
## 2382 115290.48 653367.16 522678.26 130674.88 14.02
## 2383 79560.00 713532.20 537992.32 175511.51 28.37
## 2384 90167.62 649550.24 518799.05 130726.85 24.34
## 2385 81708.29 640697.37 529675.01 111022.36 0.00
## 2386 93961.98 642455.17 540023.82 102417.63 13.72
## 2387 75885.05 573512.32 518539.89 54886.55 85.88
## 2388 161845.27 646594.32 519847.64 126683.42 63.26
## 2389 68870.69 569012.95 476249.64 92763.31 0.00
## 2390 146481.44 554739.03 497106.16 57607.18 25.69
## 2391 88373.78 630813.48 533599.20 97164.07 50.21
## 2392 73432.89 570682.81 442217.85 128451.37 13.59
## 2393 13994.48 689385.90 425319.18 264039.61 27.11
## 2394 10520.40 535049.65 399343.68 135633.67 72.30
## 2395 12361.35 598734.70 326312.25 272310.91 111.54
## 2396 15672.86 421481.86 275520.16 145934.58 27.12
## 2397 12260.75 532750.78 280568.93 252139.55 42.30
## 2398 13736.85 569248.07 319821.73 249396.08 30.26
## 2399 20815.34 472050.50 313845.53 158186.80 18.17
## 2400 25682.97 453679.96 309652.75 143978.69 48.52
## 2401 31277.37 664706.85 353188.52 311503.15 15.18
## 2402 28828.13 510768.78 329672.20 181063.12 33.46
## 2403 28371.94 545844.22 355763.19 190038.31 42.72
## 2404 34930.57 755015.91 356707.71 398280.71 27.49
## 2405 25995.26 732122.60 340717.96 391377.16 27.48
## 2406 33834.37 494765.62 307494.33 187252.98 18.31
## 2407 27931.94 804545.20 382666.89 421701.40 176.91
## 2408 26776.37 608182.51 397112.08 211033.90 36.53
## 2409 43507.27 881613.71 472040.07 409430.79 142.85
## 2410 31618.81 625962.12 489650.49 136184.25 127.38
## 2411 35514.75 644139.08 520131.23 123968.56 39.29
## 2412 55158.31 665006.77 529013.85 135887.51 105.41
## 2413 79631.92 795955.12 525549.82 270162.46 242.84
## 2414 81144.70 624082.02 502278.30 121708.26 95.46
## 2415 78530.49 624197.52 515493.85 108703.67 0.00
## 2416 77561.44 710304.07 471729.89 238574.18 0.00
## 2417 72897.71 629756.16 501415.01 127742.54 598.61
## 2418 97111.62 892288.82 621425.86 270807.26 55.70
## 2419 59679.47 780701.23 648105.94 132335.36 259.93
## 2420 62634.60 891882.82 619129.21 272640.03 113.58
## 2421 46585.63 749424.22 611440.68 137878.92 104.62
## 2422 26236.45 819542.15 551432.71 268100.73 8.71
## 2423 25671.13 602974.22 473339.30 129597.25 37.67
## 2424 30510.18 747294.44 457338.88 289932.34 23.22
## 2425 26127.70 599906.11 470992.66 128913.45 0.00
## 2426 24440.63 559133.50 437055.69 122077.81 0.00
## 2427 40064.12 880125.23 496136.95 382606.34 1381.94
## 2428 23844.72 596410.45 461692.75 133263.53 1454.17
## 2429 23684.96 604809.78 455795.50 149014.28 0.00
## 2430 23471.11 664120.69 371569.32 292551.37 0.00
## 2431 26137.34 603911.64 387483.75 215544.56 883.33
## 2432 23224.70 526376.76 379305.43 147071.33 0.00
## 2433 21570.50 722405.24 447949.27 274435.21 20.76
## 2434 25792.72 499505.24 375572.97 123875.82 56.45
## 2435 20683.77 528577.63 413603.79 114973.84 0.00
## 2436 19429.67 650175.97 396512.64 253660.35 2.98
## 2437 34466.49 564495.84 437763.90 126731.94 0.00
## 2438 21706.04 496956.81 295183.36 201773.45 0.00
## 2439 18310.04 457962.13 272767.32 185194.81 0.00
## 2440 40258.76 776257.35 359145.48 417111.87 0.00
## 2441 18600.92 502397.09 281141.42 221255.67 0.00
## 2442 22004.31 484236.48 258541.90 225694.58 0.00
## 2443 21918.53 475337.14 260164.00 215173.14 0.00
## 2444 18938.42 568730.84 287820.14 280910.70 0.00
## 2445 2889.97 22039.81 21900.09 0.00 139.72
## 2446 2660.37 24499.24 24499.24 0.00 0.00
## 2447 2189.59 22273.67 22269.39 4.28 0.00
## 2448 2758.78 39460.50 38946.79 513.71 0.00
## 2449 2523.85 15204.47 15204.47 0.00 0.00
## 2450 2671.75 14000.11 14000.11 0.00 0.00
## 2451 2013.77 26395.24 26395.24 0.00 0.00
## 2452 2182.03 16116.33 16116.33 0.00 0.00
## 2453 2428.84 13658.51 13658.51 0.00 0.00
## 2454 2073.74 14771.47 14720.74 50.73 0.00
## 2455 1935.49 11298.84 11298.84 0.00 0.00
## 2456 1932.90 18479.05 18479.05 0.00 0.00
## 2457 1657.16 10054.67 10054.67 0.00 0.00
## 2458 2196.24 12539.42 12539.42 0.00 0.00
## 2459 4327.13 12114.63 12114.63 0.00 0.00
## 2460 2657.99 12475.89 12475.89 0.00 0.00
## 2461 3891.68 12820.37 12820.37 0.00 0.00
## 2462 3820.56 9429.80 9427.72 2.08 0.00
## 2463 2497.82 11939.99 11869.39 70.60 0.00
## 2464 3108.08 9950.38 9950.38 0.00 0.00
## 2465 3261.80 11761.63 11761.63 0.00 0.00
## 2466 3189.46 11954.51 11954.51 0.00 0.00
## 2467 3203.53 12060.88 12060.88 0.00 0.00
## 2468 2910.03 11475.29 11475.29 0.00 0.00
## 2469 3714.04 13754.79 13594.70 160.09 0.00
## 2470 6422.29 11592.92 11245.14 347.78 0.00
## 2471 6367.68 9944.71 9944.71 0.00 0.00
## 2472 4665.82 12770.38 12770.38 0.00 0.00
## 2473 3428.77 12621.45 12621.45 0.00 0.00
## 2474 3744.52 9182.63 9182.63 0.00 0.00
## 2475 3310.34 12797.10 12797.10 0.00 0.00
## 2476 3564.33 14362.08 14362.08 0.00 0.00
## 2477 4295.38 12710.93 12710.93 0.00 0.00
## 2478 3071.94 14372.43 12192.59 2179.84 0.00
## 2479 3133.35 12312.40 12127.23 185.17 0.00
## 2480 2597.12 12543.80 12543.80 0.00 0.00
## 2481 2783.29 14557.79 14557.79 0.00 0.00
## 2482 3057.26 10498.84 10498.84 0.00 0.00
## 2483 3073.43 10175.14 10090.70 84.44 0.00
## 2484 2051.36 9696.01 9376.01 320.00 0.00
## 2485 2400.38 10906.30 10906.30 0.00 0.00
## 2486 3967.68 8878.55 8878.55 0.00 0.00
## 2487 2713.19 7518.25 7514.21 4.04 0.00
## 2488 2869.92 13926.48 13805.14 121.34 0.00
## 2489 2537.35 12095.19 12095.19 0.00 0.00
## 2490 2683.92 8453.34 8319.63 133.71 0.00
## 2491 3175.96 5325.75 5135.22 190.53 0.00
## 2492 2704.69 12313.11 12276.59 36.52 0.00
## 2493 2672.12 8010.36 8010.36 0.00 0.00
## 2494 2933.27 8489.31 7986.02 503.29 0.00
## 2495 4131.75 8595.05 6899.10 1695.95 0.00
## 2496 3660.64 10002.54 9556.06 446.48 0.00
## 2497 23.89 76408.87 58430.48 17978.39 0.00
## 2498 40.52 71186.48 59160.36 12026.12 0.00
## 2499 71.71 76857.64 55878.32 20979.32 0.00
## 2500 27.18 61812.08 53742.31 8069.77 0.00
## 2501 115.21 64703.60 57854.06 6840.66 8.88
## 2502 23.45 67846.05 60331.15 7514.90 0.00
## 2503 14.91 68859.83 61782.77 7074.83 2.23
## 2504 25.08 64198.07 59269.38 4928.69 0.00
## 2505 43.44 68463.97 64373.15 4084.11 6.71
## 2506 37.92 61819.35 56579.05 5240.30 0.00
## 2507 25.38 55606.62 51312.19 4287.69 6.74
## 2508 28.01 55707.98 52275.19 3421.53 11.26
## 2509 51.42 49921.59 46870.06 3051.53 0.00
## 2510 62.01 42643.02 40596.31 2046.71 0.00
## 2511 58.84 49957.28 47579.68 2357.32 20.28
## 2512 227.53 57625.60 55794.90 1694.50 136.20
## 2513 71.50 58383.52 58293.14 88.13 2.25
## 2514 16.21 55562.09 55153.25 404.34 4.50
## 2515 33.19 56623.12 56606.63 11.99 4.50
## 2516 101.82 59345.94 59339.20 0.00 6.74
## 2517 230.92 60178.04 60173.56 0.00 4.48
## 2518 4.00 61459.44 61457.20 0.00 2.24
## 2519 21.88 58136.12 58136.12 0.00 0.00
## 2520 56.20 63651.68 63651.68 0.00 0.00
## 2521 232.99 56652.13 56425.96 3.95 222.22
## 2522 23.52 69956.37 69313.52 642.85 0.00
## 2523 54.82 69410.93 69371.63 39.30 0.00
## 2524 51.04 74925.07 74925.07 0.00 0.00
## 2525 102.06 73636.45 73588.28 0.00 48.17
## 2526 41.86 63211.07 63206.71 0.00 4.36
## 2527 8.73 61136.57 61113.45 23.12 0.00
## 2528 9.00 62241.03 62233.36 7.67 0.00
## 2529 37.30 52814.74 52814.74 0.00 0.00
## 2530 42.85 59623.07 59620.93 0.00 2.14
## 2531 32.39 47809.69 47809.69 0.00 0.00
## 2532 15.07 48896.86 48894.75 0.00 2.11
## 2533 33.73 45327.69 45322.98 4.71 0.00
## 2534 144.84 38323.44 38323.44 0.00 0.00
## 2535 67.97 46877.98 46762.42 115.56 0.00
## 2536 56.26 46842.81 46687.25 155.56 0.00
## 2537 39.92 47591.28 47513.51 77.77 0.00
## 2538 69.74 50344.06 50190.73 153.33 0.00
## 2539 48.39 41663.60 41663.60 0.00 0.00
## 2540 100.73 46026.18 46019.51 6.67 0.00
## 2541 58.03 43669.64 43660.75 8.89 0.00
## 2542 41.17 47524.63 47493.52 31.11 0.00
## 2543 48.87 41883.03 41880.81 2.22 0.00
## 2544 59.10 49768.12 49768.12 0.00 0.00
## 2545 42.62 46375.55 46375.55 0.00 0.00
## 2546 145.35 41018.95 41014.51 4.44 0.00
## 2547 62.72 44511.92 44509.70 2.22 0.00
## 2548 53.54 38412.10 38400.99 11.11 0.00
## 2549 14.41 17940.65 17940.65 0.00 0.00
## 2550 12.89 16474.25 16474.25 0.00 0.00
## 2551 5.70 16455.23 16455.23 0.00 0.00
## 2552 11.91 15306.35 15306.35 0.00 0.00
## 2553 8.89 13839.08 13839.08 0.00 0.00
## 2554 34.38 15904.98 15904.98 0.00 0.00
## 2555 20.94 16555.91 16364.80 191.11 0.00
## 2556 12.84 17112.74 16690.52 422.22 0.00
## 2557 29.66 17721.57 17374.90 346.67 0.00
## 2558 18.45 17568.90 16893.34 675.56 0.00
## 2559 21.65 19729.08 19364.64 364.44 0.00
## 2560 26.06 16399.22 15861.44 537.78 0.00
## 2561 10.41 17417.44 16884.11 533.33 0.00
## 2562 19.65 10110.05 9981.16 128.89 0.00
## 2563 29.82 8941.23 8492.34 448.89 0.00
## 2564 45.47 11436.14 10960.58 475.56 0.00
## 2565 97.12 10081.42 10081.42 0.00 0.00
## 2566 102.42 9064.05 9064.05 0.00 0.00
## 2567 77.91 11660.76 11660.76 0.00 0.00
## 2568 82.00 11261.32 11261.32 0.00 0.00
## 2569 127.27 10859.71 10859.71 0.00 0.00
## 2570 219.89 13396.20 13396.20 0.00 0.00
## 2571 334.92 17192.87 17192.87 0.00 0.00
## 2572 1027.97 23356.77 23356.77 0.00 0.00
## 2573 2809.38 28610.24 28512.46 97.78 0.00
## 2574 3980.63 29063.43 28845.65 217.78 0.00
## 2575 2965.17 29971.67 29940.56 31.11 0.00
## 2576 3173.19 24061.39 24061.39 0.00 0.00
## 2577 2737.16 34559.23 34559.23 0.00 0.00
## 2578 31.87 27287.24 27287.24 0.00 0.00
## 2579 44.53 29065.41 29065.41 0.00 0.00
## 2580 36.29 26415.68 26415.68 0.00 0.00
## 2581 39.09 26693.18 26524.29 168.89 0.00
## 2582 24.60 32893.46 32561.81 331.65 0.00
## 2583 18.81 25736.50 25405.70 330.80 0.00
## 2584 19.39 24599.38 24363.82 235.56 0.00
## 2585 49.37 27145.72 27009.47 136.25 0.00
## 2586 26.37 24170.77 23944.66 226.11 0.00
## 2587 20.46 24602.39 24340.17 262.22 0.00
## 2588 42.67 22497.90 22377.48 120.42 0.00
## 2589 43.48 24222.66 24222.66 0.00 0.00
## 2590 18.86 19042.97 19020.75 22.22 0.00
## 2591 25.35 21555.96 21318.18 237.78 0.00
## 2592 53.84 24330.97 24277.64 53.33 0.00
## 2593 41.70 20081.29 19816.85 264.44 0.00
## 2594 7.48 18240.96 18118.74 122.22 0.00
## 2595 14.20 24082.57 23658.13 424.44 0.00
## 2596 14.24 25844.56 25793.45 51.11 0.00
## 2597 36.39 21145.10 20725.10 420.00 0.00
## 2598 27.89 14818.36 14818.36 0.00 0.00
## 2599 14.93 19441.98 19441.98 0.00 0.00
## 2600 16.68 17715.21 17715.21 0.00 0.00
## 2601 56.54 94152.49 55850.56 38301.93 0.00
## 2602 33.84 68729.40 50715.84 18013.56 0.00
## 2603 52.15 82353.73 42015.01 40338.72 0.00
## 2604 43.83 51757.17 33251.65 18505.52 0.00
## 2605 18.37 75625.46 36785.63 38839.83 0.00
## 2606 57.68 77721.92 46934.42 30787.50 0.00
## 2607 51.52 65218.55 43524.24 21691.49 2.82
## 2608 40.46 59451.29 40754.56 18696.73 0.00
## 2609 100.62 90340.30 44449.47 45890.83 0.00
## 2610 43.18 72991.62 35990.35 36998.43 2.84
## 2611 42.22 90093.59 49373.24 40703.27 17.08
## 2612 80.58 135834.99 47783.02 88049.12 2.85
## 2613 106.53 137296.74 52595.05 84698.84 2.85
## 2614 99.97 82385.73 42717.37 39668.36 0.00
## 2615 88.00 141685.72 50247.33 91438.39 0.00
## 2616 102.06 89640.66 50111.01 39529.65 0.00
## 2617 63.26 136435.10 60131.29 76303.81 0.00
## 2618 149.12 82699.90 64691.49 17980.34 28.07
## 2619 66.95 82411.89 66986.23 15425.66 0.00
## 2620 66.42 93499.85 75599.35 17900.50 0.00
## 2621 161.33 111093.97 75694.10 35397.12 2.75
## 2622 170.40 83660.42 68312.39 15348.03 0.00
## 2623 115.96 83483.11 67480.10 16003.01 0.00
## 2624 138.60 100746.86 64830.87 35915.99 0.00
## 2625 100.60 84599.91 68163.21 16139.48 297.22
## 2626 163.96 128487.92 91543.31 36939.30 5.31
## 2627 108.06 112201.13 94295.35 17905.78 0.00
## 2628 773.09 116949.97 80513.03 36436.94 0.00
## 2629 2087.35 100710.16 82324.41 18385.75 0.00
## 2630 467.96 101726.86 65864.81 35862.05 0.00
## 2631 203.98 73642.93 57879.61 15763.32 0.00
## 2632 279.94 97550.29 58346.93 39203.36 0.00
## 2633 79.99 74648.61 58505.85 16142.76 0.00
## 2634 88.47 68870.84 53035.85 15834.99 0.00
## 2635 164.47 118179.16 62416.87 55151.18 611.11
## 2636 118.14 81181.77 60977.02 19915.86 288.89
## 2637 138.42 78191.01 56279.47 21911.54 0.00
## 2638 170.44 89504.08 46251.46 43252.62 0.00
## 2639 193.86 85296.44 51105.07 34191.37 0.00
## 2640 94.15 66588.03 45155.64 21432.39 0.00
## 2641 105.17 96616.00 55623.32 40992.68 0.00
## 2642 62.96 64026.86 46495.52 17531.34 0.00
## 2643 68.37 73768.29 55747.85 18020.44 0.00
## 2644 38.19 87472.18 50762.76 36709.42 0.00
## 2645 39.19 78737.16 62198.85 16538.31 0.00
## 2646 56.40 67663.34 34123.19 33540.15 0.00
## 2647 59.00 59249.19 25516.89 33732.30 0.00
## 2648 79.96 116945.11 50530.52 66414.59 0.00
## 2649 40.52 68895.19 30325.33 38569.86 0.00
## 2650 37.38 63066.57 25006.34 38060.23 0.00
## 2651 56.25 56919.19 19605.39 37313.80 0.00
## 2652 53.15 75991.75 33447.51 42544.24 0.00
## 2653 1184340.09 6288852.44 4850404.09 1252626.31 185822.04
## 2654 1201020.01 5842743.55 4618389.66 1025048.77 199305.12
## 2655 1016163.17 6364279.64 4964462.13 1371440.28 28377.23
## 2656 931830.63 6302262.96 5005077.36 1233956.21 63229.39
## 2657 731008.41 4789009.00 3901953.04 856560.34 30495.62
## 2658 804662.83 5347835.89 4178583.45 1137229.84 32022.60
## 2659 815641.54 6174345.95 4854619.04 1283546.73 36180.18
## 2660 1143214.59 5151513.67 4058500.97 1027701.97 65310.73
## 2661 1410928.18 5268565.42 3966597.25 1246220.37 55747.80
## 2662 1188118.95 4957516.02 3918658.43 999727.70 39129.89
## 2663 1220251.19 4910238.66 3930198.18 952191.42 27849.06
## 2664 1614282.73 5447001.44 4153477.60 1221305.29 72218.55
## 2665 1209045.07 4905188.79 3664890.84 1189350.26 50947.69
## 2666 1061979.37 4417407.34 3476492.68 886423.93 54490.73
## 2667 1112405.42 5188361.31 3938274.51 1183732.08 66354.72
## 2668 1118988.92 5363750.56 4072661.53 1226810.47 64278.56
## 2669 1129771.19 5581833.37 4363707.93 1184888.95 33236.49
## 2670 1060352.53 5054348.25 4316352.47 685816.37 52179.41
## 2671 909284.22 4956010.38 4318010.60 612362.43 25637.35
## 2672 1143364.58 5114911.87 4342839.06 703542.10 68530.71
## 2673 1014520.88 5310327.30 4391461.66 888237.91 30627.73
## 2674 984702.75 5039517.25 4322985.19 689175.80 27356.26
## 2675 1017157.74 5429599.36 4627251.87 779807.55 22539.94
## 2676 1154897.34 5821532.98 4757798.96 1013834.06 49899.96
## 2677 980361.75 5891860.33 5067198.34 796786.14 27875.85
## 2678 1342465.95 6743614.96 5803954.33 905204.55 34456.08
## 2679 1045832.54 6557305.21 5690216.31 846752.40 20336.50
## 2680 1326422.56 6464119.81 5517909.51 898027.46 48182.84
## 2681 1085081.61 6736304.04 5893641.72 822399.78 20262.54
## 2682 1144715.95 6293216.90 5304562.91 943995.95 44658.04
## 2683 903908.35 5713003.39 4967231.63 726046.25 19725.51
## 2684 899779.92 5930474.24 5094263.38 815628.55 20582.31
## 2685 963549.53 5444853.81 4747544.74 660983.55 36325.52
## 2686 858145.45 5818347.73 4991625.82 816629.40 10092.51
## 2687 1118329.50 5783173.92 4647155.48 1110987.23 25031.21
## 2688 889732.20 5303307.24 4584203.44 687179.40 31924.40
## 2689 1016631.26 5545446.91 4696224.79 819935.17 29286.95
## 2690 807942.41 5234560.94 4400469.38 826567.05 7524.51
## 2691 871981.29 5162693.36 4477299.71 666514.74 18878.91
## 2692 811272.88 5105697.16 4487886.76 610349.20 7461.20
## 2693 1066385.92 5089974.15 4275071.46 762527.54 52375.15
## 2694 871575.04 4916591.20 4287621.56 614904.92 14064.72
## 2695 834009.15 5272966.75 4583726.82 673149.42 16090.51
## 2696 1070576.07 4908090.63 4129138.63 725218.35 53733.65
## 2697 937138.85 5016746.91 4336247.12 667149.29 13350.50
## 2698 845653.52 4756762.52 4096226.46 648632.00 11904.06
## 2699 737939.45 4709852.62 4022474.85 673453.54 13924.23
## 2700 1381516.11 5384427.62 4216452.03 1121076.47 46899.12
## 2701 768020.05 4800192.94 3978636.90 812924.73 8631.31
## 2702 831301.90 4652069.81 3873041.26 771093.20 7935.35
## 2703 866574.66 4517384.18 3783261.16 718333.87 15789.15
## 2704 844093.32 4498940.02 3585321.58 894945.63 18672.81
## 2705 125254.82 1410681.68 838267.79 567269.76 5144.13
## 2706 130849.60 1274757.19 843691.13 417746.45 13319.61
## 2707 134101.62 1370013.83 851506.76 517936.19 570.88
## 2708 107568.34 1945832.15 1360760.83 582846.33 2224.99
## 2709 104219.76 936710.91 688674.00 247318.15 718.76
## 2710 118170.98 1226467.77 730580.48 494585.14 1302.15
## 2711 122763.34 1792437.92 1080985.70 699956.70 11495.52
## 2712 107753.58 1114328.40 770544.02 341544.79 2239.59
## 2713 132883.59 1139428.49 717110.41 421675.08 643.00
## 2714 134572.92 1246073.81 823727.52 420764.79 1581.50
## 2715 110348.57 1119504.06 689893.69 429405.37 205.00
## 2716 178042.28 1354079.39 947888.97 402360.11 3830.31
## 2717 179192.02 968402.49 630337.33 336994.14 1071.02
## 2718 98925.79 975941.51 669128.89 306758.91 53.71
## 2719 124207.93 1093844.42 751408.06 342166.04 270.32
## 2720 136996.39 1162462.36 733843.93 428556.23 62.20
## 2721 124722.73 1006861.26 696240.23 310568.88 52.15
## 2722 124657.84 864029.01 624782.63 239195.91 50.47
## 2723 107786.51 874951.19 709163.29 165723.93 63.97
## 2724 123334.73 926273.57 685992.88 240262.17 18.52
## 2725 135407.70 958695.11 667604.38 291065.47 25.26
## 2726 120434.79 897635.90 643461.37 254166.11 8.42
## 2727 146112.77 911220.95 645013.13 266207.82 0.00
## 2728 113523.76 1008593.49 665157.51 343389.61 46.37
## 2729 133097.00 1019569.43 731843.74 286270.91 1454.78
## 2730 155862.52 959673.43 767183.44 192422.82 67.17
## 2731 123261.81 900452.87 719727.54 180618.10 107.23
## 2732 138621.26 977615.26 807805.78 167640.78 2168.70
## 2733 112965.22 991775.64 776961.13 214729.56 84.95
## 2734 119829.50 952727.66 683695.78 269005.35 26.53
## 2735 129139.05 815978.60 665541.84 150400.52 36.24
## 2736 120398.95 775856.93 678849.33 96785.62 221.98
## 2737 108561.00 789666.35 608751.49 180702.04 212.82
## 2738 115290.95 897528.34 678316.72 218968.93 242.69
## 2739 104932.26 799141.73 611906.54 186891.82 343.37
## 2740 79259.00 748954.66 614556.77 133326.40 1071.49
## 2741 87250.83 849213.40 608287.23 240723.48 202.69
## 2742 103110.58 676640.15 469624.90 206981.28 33.97
## 2743 93055.21 682107.98 544939.22 135414.81 1753.95
## 2744 89701.26 639277.96 508576.86 130691.45 9.65
## 2745 101626.05 591547.44 515038.90 76495.68 12.86
## 2746 85831.16 622778.46 535269.21 87496.38 12.87
## 2747 98092.96 623079.09 524272.88 98774.76 31.45
## 2748 110088.02 686342.51 590705.71 95603.25 33.55
## 2749 79181.93 764383.70 587462.99 176871.66 49.05
## 2750 91125.41 611581.91 542973.12 68521.88 86.91
## 2751 76305.42 705601.43 579412.50 126120.73 68.20
## 2752 80893.53 877588.11 705333.64 172154.91 99.56
## 2753 71550.57 662667.80 521877.70 140735.66 54.44
## 2754 76348.13 709208.62 527358.78 181809.88 39.96
## 2755 127412.09 709812.44 598705.08 111073.82 33.54
## 2756 97024.09 839638.97 688813.01 150819.57 6.39
## 2757 15486.97 167413.55 123158.22 33065.33 11190.00
## 2758 12953.59 139645.33 90392.86 23535.80 25716.67
## 2759 13576.25 94574.27 83053.10 10947.84 573.33
## 2760 21088.12 69838.35 68233.56 1604.79 0.00
## 2761 11463.06 68482.62 67264.73 1217.89 0.00
## 2762 12008.93 77857.20 74953.33 2903.87 0.00
## 2763 12780.68 80955.45 77112.29 3843.16 0.00
## 2764 11968.00 80411.19 79009.15 1402.04 0.00
## 2765 32802.60 76854.64 75700.11 1154.53 0.00
## 2766 31960.04 73818.63 72717.86 1100.77 0.00
## 2767 15805.79 78482.62 77611.20 871.42 0.00
## 2768 31027.33 80879.33 79841.99 1037.34 0.00
## 2769 16661.98 74503.56 72761.14 1742.42 0.00
## 2770 12988.42 69858.04 68312.62 1545.42 0.00
## 2771 14247.44 89868.54 78779.54 11089.00 0.00
## 2772 26174.67 131258.59 82932.85 48325.74 0.00
## 2773 16170.57 103086.27 91173.40 11912.87 0.00
## 2774 16298.54 79792.92 78731.42 1061.50 0.00
## 2775 13332.23 91202.45 87927.36 3275.09 0.00
## 2776 20866.49 150889.58 125836.94 25052.64 0.00
## 2777 20222.28 134020.11 100912.13 33107.98 0.00
## 2778 13662.27 113968.37 95673.46 18294.91 0.00
## 2779 25086.72 114020.65 97555.49 16465.16 0.00
## 2780 16066.56 133190.00 115237.50 17952.50 0.00
## 2781 16185.82 123187.71 107273.37 15914.34 0.00
## 2782 18233.51 165010.47 146199.35 18811.12 0.00
## 2783 13077.85 149612.51 130392.24 19220.27 0.00
## 2784 13455.47 175171.59 148132.78 27038.81 0.00
## 2785 13413.05 168707.25 126508.62 42198.63 0.00
## 2786 12543.43 138123.55 103719.20 34404.35 0.00
## 2787 25328.56 110954.60 78423.65 32530.95 0.00
## 2788 14654.28 99447.77 82335.29 17112.48 0.00
## 2789 12170.59 96981.12 74460.15 22520.97 0.00
## 2790 13889.83 102869.65 79189.32 23680.33 0.00
## 2791 15065.01 108047.17 80711.69 27335.48 0.00
## 2792 14468.89 114260.63 80697.34 33563.29 0.00
## 2793 16243.48 101991.43 76595.17 25396.26 0.00
## 2794 11290.94 97223.47 71587.33 25636.14 0.00
## 2795 15530.04 98907.28 91530.77 7376.51 0.00
## 2796 18570.60 94573.49 88599.82 5973.67 0.00
## 2797 14084.25 91133.66 89232.98 1900.68 0.00
## 2798 13114.91 89094.40 86399.27 2695.13 0.00
## 2799 12344.54 88192.02 85848.21 2343.81 0.00
## 2800 28226.16 88901.67 86800.97 2100.70 0.00
## 2801 16470.86 88582.08 86050.77 2531.31 0.00
## 2802 12099.88 76806.54 73763.41 3043.13 0.00
## 2803 13717.57 83459.07 81116.25 2342.82 0.00
## 2804 14107.36 85808.44 82065.70 3742.74 0.00
## 2805 10573.29 66835.64 65072.69 1762.95 0.00
## 2806 12473.14 72437.30 71564.22 873.08 0.00
## 2807 27944.07 80109.87 78503.46 1606.41 0.00
## 2808 15267.89 168013.76 165202.22 2811.54 0.00
## 2809 426.92 11432.09 11017.32 411.83 2.94
## 2810 138.72 9504.66 8876.65 587.73 40.28
## 2811 86.65 12822.02 12176.75 645.27 0.00
## 2812 50.84 6704.29 6476.12 228.17 0.00
## 2813 18.14 8253.58 7973.98 279.60 0.00
## 2814 11.00 9504.34 9238.40 209.00 56.94
## 2815 34.00 10212.70 9790.67 422.03 0.00
## 2816 36.40 10905.44 10474.09 431.35 0.00
## 2817 54.31 9235.13 9153.12 82.01 0.00
## 2818 46.00 10274.06 10160.26 113.80 0.00
## 2819 53.77 10793.16 10434.39 358.77 0.00
## 2820 102.15 10169.82 9744.41 425.41 0.00
## 2821 84.08 13771.20 13345.52 425.68 0.00
## 2822 43.25 9725.54 9586.80 138.74 0.00
## 2823 37.48 9467.22 8958.14 509.08 0.00
## 2824 42.26 11660.16 10839.17 815.99 5.00
## 2825 88.11 15660.27 15340.19 220.08 100.00
## 2826 53.85 15427.61 14367.64 269.97 790.00
## 2827 28.03 16917.52 15811.00 286.52 820.00
## 2828 26.76 13530.48 12434.82 350.10 745.56
## 2829 10.90 15947.06 14597.20 178.19 1171.67
## 2830 25.46 19352.05 18803.23 78.82 470.00
## 2831 13.73 21531.14 18639.29 241.85 2650.00
## 2832 80.07 15613.57 13439.76 688.81 1485.00
## 2833 46.49 14031.58 10876.00 470.58 2685.00
## 2834 146.83 25264.97 21872.64 492.33 2900.00
## 2835 37.42 18469.39 16479.75 419.64 1570.00
## 2836 30.07 20646.54 18526.59 389.95 1730.00
## 2837 81.25 20010.67 18368.49 282.18 1360.00
## 2838 53.98 19458.93 17385.60 398.33 1675.00
## 2839 103.64 20250.90 19519.92 180.98 550.00
## 2840 59.07 23197.14 22571.49 20.65 605.00
## 2841 82.97 20091.66 19802.87 288.79 0.00
## 2842 84.80 22929.96 22697.54 232.42 0.00
## 2843 37.84 9289.46 8918.99 321.86 48.61
## 2844 43.15 13921.22 13463.97 337.81 119.44
## 2845 25.00 15467.40 14642.65 712.25 112.50
## 2846 38.00 13114.17 12671.09 443.08 0.00
## 2847 31.20 10527.10 10058.25 468.85 0.00
## 2848 36.73 13537.86 13037.43 500.43 0.00
## 2849 70.15 12484.36 12286.01 198.35 0.00
## 2850 60.99 11239.14 10817.56 421.58 0.00
## 2851 56.26 14911.75 14476.23 435.52 0.00
## 2852 63.13 14793.94 13739.89 1054.05 0.00
## 2853 24.98 14438.34 12280.58 2157.76 0.00
## 2854 12.00 19222.29 17663.46 1558.83 0.00
## 2855 109.88 10200.59 9349.67 850.92 0.00
## 2856 69.46 20700.95 19788.78 912.17 0.00
## 2857 68.41 24672.79 23926.35 746.44 0.00
## 2858 51.22 18105.21 17980.53 124.68 0.00
## 2859 109.08 11467.53 11293.65 173.88 0.00
## 2860 132.35 8230.19 8056.43 173.76 0.00
## 2861 184.62 210731.46 118884.36 91847.10 0.00
## 2862 283.15 190881.84 114872.09 76009.75 0.00
## 2863 171.64 179311.31 112574.78 66736.53 0.00
## 2864 207.15 171591.00 67806.59 103784.41 0.00
## 2865 167.47 154749.96 89194.82 65518.75 36.39
## 2866 167.63 201556.25 128442.19 72236.28 877.78
## 2867 180.57 158765.38 92308.66 66233.39 223.33
## 2868 168.26 161367.01 82410.76 78956.25 0.00
## 2869 160.28 176420.62 94305.34 82115.28 0.00
## 2870 166.14 183075.44 110435.47 72639.97 0.00
## 2871 103.96 188578.32 87593.44 100984.88 0.00
## 2872 156.52 195266.82 95659.91 99113.85 493.06
## 2873 140.88 188073.95 104367.67 83706.28 0.00
## 2874 131.95 183993.86 109841.32 73830.32 322.22
## 2875 132.15 222836.65 139748.72 82907.37 180.56
## 2876 206.41 256799.35 194086.09 62713.26 0.00
## 2877 130.69 202457.49 126235.35 75979.08 243.06
## 2878 123.63 203168.77 132127.40 70394.15 647.22
## 2879 82.91 207465.83 160464.82 47001.01 0.00
## 2880 86.59 242570.06 182840.11 59729.95 0.00
## 2881 58.44 192926.85 131851.39 61075.46 0.00
## 2882 64.96 228626.20 161931.73 66694.47 0.00
## 2883 110.76 187326.62 120773.07 66553.55 0.00
## 2884 164.21 188318.72 108732.19 78958.75 627.78
## 2885 256.20 225042.62 146617.68 78213.83 211.11
## 2886 165.28 328341.88 216115.15 110544.79 1681.94
## 2887 173.96 251715.31 199572.08 52123.23 20.00
## 2888 264.12 234417.14 148946.46 84045.68 1425.00
## 2889 1174.78 232431.49 169986.13 55753.42 6691.94
## 2890 561.72 226206.09 112958.38 105974.65 7273.06
## 2891 246.79 269397.39 77155.12 186791.99 5450.28
## 2892 174.90 267531.40 91575.69 171020.72 4934.99
## 2893 80.12 296862.48 126898.80 169317.09 646.59
## 2894 253.52 284413.81 77087.90 206444.51 881.40
## 2895 54.42 282138.92 64801.33 217337.59 0.00
## 2896 67.42 231029.85 71926.92 158919.60 183.33
## 2897 106.39 197262.72 66461.65 130217.81 583.26
## 2898 432.50 189301.37 69497.05 119037.82 766.50
## 2899 1349.18 99268.50 62657.11 36611.39 0.00
## 2900 1320.02 111106.99 78824.96 32268.42 13.61
## 2901 1727.11 110119.55 75568.52 34551.03 0.00
## 2902 1906.90 140293.70 73593.38 66700.32 0.00
## 2903 1499.40 95584.31 62105.43 33478.88 0.00
## 2904 1136.70 122138.09 60231.13 61906.96 0.00
## 2905 1996.32 83444.96 55736.39 27708.57 0.00
## 2906 1008.13 109208.77 74366.38 34842.39 0.00
## 2907 418.98 171633.14 77183.81 94449.33 0.00
## 2908 412.16 87653.00 54822.30 32830.70 0.00
## 2909 401.33 123185.27 64716.98 58468.29 0.00
## 2910 654.09 89797.05 56526.21 33270.84 0.00
## 2911 464.46 113323.49 54693.05 58630.44 0.00
## 2912 396.68 65592.57 43674.84 21906.93 10.80
## 2913 8529.79 146899.29 142957.45 2629.52 1312.32
## 2914 8751.94 137281.09 133753.32 2845.65 682.12
## 2915 9977.23 164505.82 153476.96 11028.86 0.00
## 2916 10049.72 159678.20 157703.86 1738.23 236.11
## 2917 8237.15 148712.67 146287.45 1715.50 709.72
## 2918 13095.11 192456.98 189672.97 1882.62 901.39
## 2919 28558.19 155102.07 153317.90 1348.06 436.11
## 2920 41286.91 150652.70 149603.88 1048.82 0.00
## 2921 27903.69 131613.96 130682.92 565.76 365.28
## 2922 27036.54 163941.32 163070.93 382.89 487.50
## 2923 19878.73 191620.34 190381.90 1238.44 0.00
## 2924 20639.81 187292.27 185599.01 1332.15 361.11
## 2925 19492.51 192925.75 190861.05 1423.03 641.67
## 2926 19205.77 181742.49 180490.59 1251.90 0.00
## 2927 18808.75 194985.36 191238.80 3746.56 0.00
## 2928 19881.72 168131.84 162753.29 4043.27 1335.28
## 2929 20154.92 201545.77 198131.80 2898.23 515.74
## 2930 15648.56 200822.14 194472.57 3978.68 2370.89
## 2931 21950.39 223234.14 203758.36 15197.45 4278.33
## 2932 24863.67 227903.75 219529.71 6984.04 1390.00
## 2933 28505.15 213876.87 210316.02 2285.85 1275.00
## 2934 31448.04 201103.37 197041.21 706.60 3355.56
## 2935 30142.23 203162.03 194809.70 1005.66 7346.67
## 2936 32758.16 246997.25 233727.43 2257.55 11012.27
## 2937 44218.72 232729.01 217648.42 2447.94 12632.65
## 2938 50114.65 229201.99 214851.77 2969.08 11381.14
## 2939 48949.85 209423.51 202616.05 3059.39 3748.07
## 2940 54129.89 211677.96 203569.59 3085.45 5022.92
## 2941 55744.03 214114.58 207727.87 3451.71 2935.00
## 2942 46714.72 215173.44 203788.41 8328.92 3056.11
## 2943 44265.84 206607.44 200150.21 3716.12 2741.11
## 2944 19544.87 216401.98 211306.25 2950.73 2145.00
## 2945 16372.03 196639.52 189850.35 6194.73 594.44
## 2946 16818.70 207324.76 204118.09 2691.39 515.28
## 2947 15073.22 197919.93 194073.11 3244.04 602.78
## 2948 15861.03 199687.08 196063.01 3132.40 491.67
## 2949 15881.19 189898.78 185709.01 3034.21 1155.56
## 2950 13247.91 189334.20 186797.56 2536.64 0.00
## 2951 12784.45 173047.31 170235.01 2812.30 0.00
## 2952 15295.40 182950.64 179809.74 3140.90 0.00
## 2953 16342.85 183580.59 180891.69 2688.90 0.00
## 2954 18702.51 187336.66 184423.26 2913.40 0.00
## 2955 21461.02 194487.33 191744.58 2742.75 0.00
## 2956 20335.44 165165.71 162543.26 2622.45 0.00
## 2957 54665.59 186408.27 180041.53 6366.74 0.00
## 2958 60290.41 175159.85 168368.44 6791.41 0.00
## 2959 48009.43 222601.19 217666.76 4934.43 0.00
## 2960 24482.29 164795.21 161204.17 3591.04 0.00
## 2961 24029.92 239435.14 233609.99 5825.15 0.00
## 2962 25662.38 216530.54 213938.82 2591.72 0.00
## 2963 26791.33 182859.42 180460.98 2398.44 0.00
## 2964 27147.33 151703.29 149408.43 2294.86 0.00
## 2965 6681.19 34130.87 33449.40 662.22 19.25
## 2966 5562.76 27796.22 27464.12 327.28 4.82
## 2967 4088.10 53564.83 53190.59 319.56 54.68
## 2968 3771.85 31508.76 31278.13 217.75 12.88
## 2969 5526.29 20453.45 20442.18 0.00 11.27
## 2970 7123.14 24105.60 24091.47 2.86 11.27
## 2971 6078.72 26055.98 25875.27 140.41 40.30
## 2972 7688.17 24070.04 23558.62 408.16 103.26
## 2973 7311.55 23625.96 22909.91 622.44 93.61
## 2974 6919.11 32027.85 30914.91 1098.42 14.52
## 2975 6689.31 33622.92 32413.74 1197.89 11.29
## 2976 6562.37 37495.57 28895.19 8576.21 24.17
## 2977 7082.70 63439.79 55975.11 7430.88 33.80
## 2978 5737.02 40135.99 34566.37 5564.81 4.81
## 2979 6951.12 33508.12 28303.11 5198.62 6.39
## 2980 6411.87 39834.23 38898.96 927.29 7.98
## 2981 7067.38 33326.42 31599.81 1718.65 7.96
## 2982 5918.50 33861.35 32151.54 1693.93 15.88
## 2983 4694.68 36295.84 34718.06 1577.78 0.00
## 2984 6569.03 36732.91 36020.50 671.26 41.15
## 2985 2.53 35931.48 35664.27 246.66 20.55
## 2986 2.53 36949.84 36949.84 0.00 0.00
## 2987 3.26 36901.64 36364.82 16.82 520.00
## 2988 6.29 39761.14 37729.96 799.61 1231.57
## 2989 3.06 88319.70 87357.84 20.39 941.47
## 2990 12.16 93735.23 93645.45 20.52 69.26
## 2991 9.30 88075.09 88025.14 34.45 15.50
## 2992 2.00 86206.38 86107.76 83.05 15.57
## 2993 2.63 31348.62 31094.59 245.80 8.23
## 2994 11.56 59233.89 59206.93 8.80 18.16
## 2995 6.61 48277.73 47343.36 926.10 8.27
## 2996 2.65 40660.11 40606.62 35.29 18.20
## 2997 15.58 54823.56 52268.89 2490.17 64.50
## 2998 7.29 57804.69 57439.50 330.49 34.70
## 2999 0.00 46416.84 46257.90 140.79 18.15
## 3000 590.88 39683.82 39671.39 5.85 6.58
## 3001 4729.87 54540.20 53939.82 14.55 585.83
## 3002 5340.61 33908.28 33662.76 156.09 89.43
## 3003 6316.00 40019.20 39916.37 94.75 8.08
## 3004 9114.47 45033.22 44763.68 242.28 27.26
## 3005 9201.19 29425.50 29351.66 62.69 11.15
## 3006 6448.33 43204.67 42383.79 784.39 36.49
## 3007 7307.07 43026.79 42481.59 527.80 17.40
## 3008 8767.10 37709.93 37217.14 472.26 20.53
## 3009 4890.81 42168.27 42111.91 50.05 6.31
## 3010 6617.29 28107.28 28012.67 85.14 9.47
## 3011 17989.29 48078.02 47555.74 452.82 69.46
## 3012 8440.95 34326.87 33947.26 46.78 332.83
## 3013 4714.06 31508.68 29874.81 1614.91 18.96
## 3014 8901.10 41296.97 40337.59 951.46 7.92
## 3015 9065.03 40666.50 40584.43 16.94 65.13
## 3016 5431.66 46529.75 46476.08 17.00 36.67
## 3017 4183.69 92551.11 91481.59 1069.52 0.00
## 3018 7765.43 77581.05 76135.49 1445.56 0.00
## 3019 5052.84 92390.56 90449.44 1634.18 306.94
## 3020 3449.16 71859.07 71377.77 307.69 173.61
## 3021 3069.37 66854.05 66399.33 31.11 423.61
## 3022 4915.71 105976.17 105940.61 35.56 0.00
## 3023 3726.92 74205.41 74205.41 0.00 0.00
## 3024 3370.17 73979.06 73804.06 0.00 175.00
## 3025 3787.66 62709.00 62705.31 3.69 0.00
## 3026 6144.55 87718.59 86922.76 0.00 795.83
## 3027 4742.43 97339.59 97339.59 0.00 0.00
## 3028 3837.72 90213.75 90213.75 0.00 0.00
## 3029 5003.77 92945.55 92945.55 0.00 0.00
## 3030 6515.89 97375.96 97375.96 0.00 0.00
## 3031 7080.02 96394.24 96061.70 332.54 0.00
## 3032 9617.73 106990.62 106090.54 900.08 0.00
## 3033 10225.22 126133.31 125074.64 665.06 393.61
## 3034 7653.70 148438.35 146015.83 1187.52 1235.00
## 3035 7923.98 209377.83 201033.61 7400.05 944.17
## 3036 8194.83 220254.40 215552.06 3642.34 1060.00
## 3037 8735.44 165788.27 165457.19 176.08 155.00
## 3038 8772.17 148935.30 147430.08 5.50 1499.72
## 3039 10965.64 141193.60 137804.71 11.11 3377.78
## 3040 10381.25 146586.13 142601.99 9.14 3975.00
## 3041 14982.90 157609.68 153175.43 49.25 4385.00
## 3042 17326.08 148159.03 143276.30 137.73 4745.00
## 3043 28898.79 154262.70 151759.78 142.92 2360.00
## 3044 38655.07 143632.17 141650.87 141.30 1840.00
## 3045 43090.81 154894.60 152477.50 87.10 2330.00
## 3046 51385.74 156774.99 155072.41 120.91 1581.67
## 3047 72848.75 131514.35 129466.02 142.22 1906.11
## 3048 81859.54 148326.66 146904.74 136.92 1285.00
## 3049 63055.48 122877.20 122533.87 198.89 144.44
## 3050 80414.29 138959.31 138862.64 96.67 0.00
## 3051 54779.30 136089.34 136034.89 54.45 0.00
## 3052 51958.73 124237.79 123011.98 152.20 1073.61
## 3053 43926.90 131170.10 131035.57 109.53 25.00
## 3054 74452.30 117738.39 117521.44 87.78 129.17
## 3055 42112.53 106393.14 106262.03 131.11 0.00
## 3056 51477.79 120501.62 120388.84 112.78 0.00
## 3057 34714.64 114436.03 114286.03 150.00 0.00
## 3058 46932.61 111590.45 111440.08 150.37 0.00
## 3059 36352.99 123833.49 123551.47 282.02 0.00
## 3060 36934.25 103327.61 102683.47 644.14 0.00
## 3061 36873.84 122278.36 120040.08 2238.28 0.00
## 3062 58165.42 125640.38 123660.33 1980.05 0.00
## 3063 25200.19 136074.64 134178.50 1896.14 0.00
## 3064 25252.35 119046.84 118219.26 827.58 0.00
## 3065 26052.91 159185.11 158806.43 378.68 0.00
## 3066 32505.74 141551.19 141307.39 243.80 0.00
## 3067 13321.08 127359.91 127177.65 182.26 0.00
## 3068 21182.52 91849.14 91579.91 269.23 0.00
## 3069 42.09 37361.44 35701.24 1660.20 0.00
## 3070 60.37 31888.21 29696.94 2191.27 0.00
## 3071 54.34 25052.52 23315.81 1736.71 0.00
## 3072 22.85 16976.58 15683.05 1256.03 37.50
## 3073 12.21 21660.75 21641.31 0.00 19.44
## 3074 27.83 24940.18 24940.18 0.00 0.00
## 3075 84.41 28872.81 28872.81 0.00 0.00
## 3076 79.68 23612.65 23400.15 0.00 212.50
## 3077 81.81 13874.57 13874.57 0.00 0.00
## 3078 78.19 58521.07 58521.07 0.00 0.00
## 3079 50.56 68051.32 68051.32 0.00 0.00
## 3080 112.39 65113.32 65113.32 0.00 0.00
## 3081 90.39 68176.45 68176.45 0.00 0.00
## 3082 35.97 67736.88 67732.44 4.44 0.00
## 3083 52.12 50144.22 49337.59 806.63 0.00
## 3084 65.32 41088.77 39986.67 1102.10 0.00
## 3085 68.67 24524.27 24296.23 53.04 175.00
## 3086 67.48 47650.39 46025.39 0.00 1625.00
## 3087 43.73 47493.08 46013.08 0.00 1480.00
## 3088 71.45 38774.15 37629.15 0.00 1145.00
## 3089 42.97 27929.62 26109.62 0.00 1820.00
## 3090 54.78 41589.10 40894.10 0.00 695.00
## 3091 61.80 38986.90 34596.90 0.00 4390.00
## 3092 102.25 68607.55 66177.55 0.00 2430.00
## 3093 46.25 94164.01 89911.51 0.00 4252.50
## 3094 53.07 93372.82 88472.82 0.00 4900.00
## 3095 83.37 84649.38 81949.38 0.00 2700.00
## 3096 57.85 87514.31 84829.31 0.00 2685.00
## 3097 107.12 97870.08 95730.08 0.00 2140.00
## 3098 258.40 92812.85 90282.85 0.00 2530.00
## 3099 353.83 63995.97 63440.97 0.00 555.00
## 3100 856.81 93614.16 92304.16 0.00 1310.00
## 3101 1160.99 90144.23 90144.23 0.00 0.00
## 3102 764.71 101271.16 101271.16 0.00 0.00
## 3103 1640.55 98638.65 98638.65 0.00 0.00
## 3104 1784.73 98706.04 98706.04 0.00 0.00
## 3105 57.68 100545.57 100545.57 0.00 0.00
## 3106 53.93 94989.26 94766.21 113.33 109.72
## 3107 18.55 81593.78 81542.67 51.11 0.00
## 3108 44.46 83262.19 83262.19 0.00 0.00
## 3109 54.56 76855.04 76855.04 0.00 0.00
## 3110 25.28 84757.76 84757.76 0.00 0.00
## 3111 32.49 79205.91 79197.02 8.89 0.00
## 3112 36.18 73641.93 72861.93 780.00 0.00
## 3113 31.37 72340.50 69018.28 3322.22 0.00
## 3114 40.49 75568.85 73328.85 2240.00 0.00
## 3115 123.88 99215.19 97444.08 1771.11 0.00
## 3116 88.82 80673.23 79715.45 957.78 0.00
## 3117 131.18 92561.98 92435.31 126.67 0.00
## 3118 120.55 80938.49 80938.49 0.00 0.00
## 3119 110.07 80759.05 80759.05 0.00 0.00
## 3120 98.93 71824.36 71824.36 0.00 0.00
## 3121 99997.75 1543243.98 1405419.80 99069.58 38754.60
## 3122 90983.73 1482118.72 1313839.11 135367.97 32911.64
## 3123 96836.26 1653880.17 1451475.99 177399.80 25004.38
## 3124 86152.75 1610487.83 1553052.29 27829.79 29605.75
## 3125 81897.44 1282555.79 1202939.23 49696.87 29919.69
## 3126 93901.07 1251188.05 1161049.94 61429.08 28709.03
## 3127 112541.90 1040994.32 952497.35 60542.13 27954.84
## 3128 120964.40 829275.46 763934.88 35997.83 29342.75
## 3129 92064.47 734907.62 686375.28 25241.60 23290.74
## 3130 82276.22 1289998.88 1201528.54 55799.76 32670.58
## 3131 108458.09 1533380.09 1423671.38 73117.52 36591.19
## 3132 123430.31 1481098.59 1379624.20 74894.96 26579.43
## 3133 121961.08 1507256.57 1420423.91 58294.32 28538.34
## 3134 117423.95 1675327.42 1583961.67 53653.13 37712.62
## 3135 112714.97 1535467.86 1434869.76 59481.09 41117.01
## 3136 114241.36 1671421.79 1576949.54 66072.42 28399.83
## 3137 107653.45 1892992.02 1819641.81 47476.91 25873.30
## 3138 133979.15 2001071.55 1924479.53 46601.83 29990.19
## 3139 171379.36 1778186.00 1679257.49 61139.96 37788.55
## 3140 218247.48 1580994.73 1476927.50 73032.78 31034.45
## 3141 211671.11 1741285.90 1616257.39 89290.29 35738.22
## 3142 244730.21 1710964.95 1581210.71 95425.63 34328.61
## 3143 302735.37 1634174.08 1526433.58 82025.57 25714.93
## 3144 278664.44 1688132.30 1563978.55 97434.91 26718.84
## 3145 292540.95 1912392.19 1771309.82 107540.46 33541.91
## 3146 356022.10 1882795.64 1722082.22 119871.18 40842.24
## 3147 328206.37 1778214.36 1641400.92 107903.90 28909.54
## 3148 319711.53 1754229.47 1622056.72 101882.82 30289.93
## 3149 328653.80 1709716.83 1571460.04 110755.40 27501.39
## 3150 373358.37 1938636.43 1739147.58 171241.77 28247.08
## 3151 341992.36 1739179.30 1546212.08 160781.09 32186.13
## 3152 329737.94 1754547.18 1594507.01 129666.02 30374.15
## 3153 353196.44 1499923.11 1325206.10 155366.22 19350.79
## 3154 336387.90 2140203.55 1606311.87 508755.56 25136.12
## 3155 291448.73 1924048.96 1421239.87 485685.06 17124.03
## 3156 325242.94 1744793.14 1467255.26 257014.51 20523.37
## 3157 382295.13 1769205.32 1659337.91 88790.80 21076.61
## 3158 358015.82 1944064.32 1740557.05 183825.53 19681.74
## 3159 334735.17 1673304.45 1454479.46 201547.46 17277.53
## 3160 311356.91 2207293.04 1926353.76 259874.87 21064.41
## 3161 299002.93 2092117.55 1883192.26 189928.31 18996.98
## 3162 317337.27 2094020.39 1888085.99 186807.69 19126.71
## 3163 325582.20 2234832.81 1981931.04 230048.66 22853.11
## 3164 302210.56 2391861.16 2091747.51 282242.79 17870.86
## 3165 267508.94 2256053.97 2073467.05 167309.24 15277.68
## 3166 278558.48 2555662.85 2207054.69 333029.79 15578.37
## 3167 424389.60 3056112.91 2693843.02 344774.59 17495.30
## 3168 287234.03 2024180.16 1874982.24 134692.75 14505.17
## 3169 272665.17 2285895.60 2122673.09 147881.99 15340.52
## 3170 250106.17 1759854.18 1579233.60 162289.68 18330.90
## 3171 261931.07 2131753.56 1793640.16 321613.97 16499.43
## 3172 257268.16 2301885.36 1950428.50 340852.13 10604.73
## 3173 7324.64 61550.33 51247.91 10232.98 69.44
## 3174 7942.68 54652.82 44604.56 10048.26 0.00
## 3175 8696.54 52402.49 46293.11 6109.38 0.00
## 3176 9451.98 59783.11 48016.74 11766.37 0.00
## 3177 8265.03 49866.72 44005.31 5861.41 0.00
## 3178 13913.04 48742.91 42721.62 6021.29 0.00
## 3179 22714.68 45377.66 38436.79 6940.87 0.00
## 3180 25305.86 52447.98 45861.67 6586.31 0.00
## 3181 26881.22 47315.53 40258.68 6816.57 240.28
## 3182 20290.31 52719.25 47060.46 5658.79 0.00
## 3183 17531.78 59418.46 48823.53 10354.65 240.28
## 3184 19419.57 63300.70 54704.14 8596.56 0.00
## 3185 16736.92 62415.77 53332.61 8258.16 825.00
## 3186 17495.42 63931.73 55653.47 8278.26 0.00
## 3187 16563.91 69104.56 57456.21 11648.35 0.00
## 3188 17914.48 69079.94 61214.70 7860.24 5.00
## 3189 18659.47 70716.58 62373.15 7805.93 537.50
## 3190 15013.36 60974.28 58688.03 1906.25 380.00
## 3191 20731.35 65878.96 64095.85 1628.11 155.00
## 3192 23025.36 65677.75 60859.82 4817.93 0.00
## 3193 24178.25 59438.36 55636.32 3787.04 15.00
## 3194 24742.11 54443.04 50677.92 3330.12 435.00
## 3195 26839.41 64303.50 57524.85 3346.43 3432.22
## 3196 25756.96 63385.26 58481.31 3223.95 1680.00
## 3197 40460.56 70310.34 62603.71 4548.85 3157.78
## 3198 40378.07 75234.77 64809.58 8290.19 2135.00
## 3199 39268.75 56511.83 52290.98 3210.85 1010.00
## 3200 46282.10 59636.49 52830.72 4841.60 1964.17
## 3201 46176.97 45826.33 40822.06 3825.94 1178.33
## 3202 41412.18 53253.57 45859.12 6333.06 1061.39
## 3203 41274.31 51876.53 45120.69 6510.84 245.00
## 3204 20859.76 49855.68 45579.73 3940.95 335.00
## 3205 17607.68 62552.38 51589.20 10963.18 0.00
## 3206 18608.39 65349.32 57141.94 7275.44 931.94
## 3207 18934.08 64335.15 52070.20 12264.95 0.00
## 3208 18456.31 60615.88 48775.07 10957.48 883.33
## 3209 17305.85 57169.29 50673.98 5886.98 608.33
## 3210 16896.71 60978.04 48991.14 11986.90 0.00
## 3211 14614.66 54550.00 47755.59 6794.41 0.00
## 3212 15518.85 50651.69 45385.09 5266.60 0.00
## 3213 18631.48 51414.29 45426.62 5987.67 0.00
## 3214 22961.75 61899.76 50889.70 11010.06 0.00
## 3215 21768.74 49718.76 44120.40 5598.36 0.00
## 3216 19046.18 53739.19 43150.21 10588.98 0.00
## 3217 19834.26 50506.60 45927.00 4579.60 0.00
## 3218 18323.51 52194.86 44807.51 7387.35 0.00
## 3219 42056.68 60211.46 42529.78 17681.68 0.00
## 3220 25918.83 43084.67 35669.83 7414.84 0.00
## 3221 30644.07 53618.46 42136.65 11481.81 0.00
## 3222 29112.58 43493.03 37725.60 5767.43 0.00
## 3223 29602.84 50533.30 42015.27 8518.03 0.00
## 3224 31682.42 41673.57 38144.36 3529.21 0.00
## 3225 110167.01 87253.42 81570.81 955.34 4727.27
## 3226 101491.49 73207.52 65277.81 1065.60 6864.11
## 3227 103932.55 96473.13 87751.52 1102.23 7619.38
## 3228 94496.12 67168.02 64475.13 621.47 2071.42
## 3229 81651.23 57319.76 56501.53 797.78 20.45
## 3230 80126.03 58079.74 55015.46 997.51 2066.77
## 3231 73021.81 64297.63 63465.65 593.89 238.09
## 3232 61665.74 59042.39 57803.54 1095.69 143.16
## 3233 60260.53 54407.20 48140.45 1587.11 4679.64
## 3234 68234.94 65255.52 55554.23 790.00 8911.29
## 3235 75841.97 71399.98 61522.13 1047.85 8830.00
## 3236 90031.80 71002.86 60216.05 968.89 9817.92
## 3237 90495.41 69708.54 58004.41 530.52 11173.61
## 3238 98808.73 76580.15 65665.70 744.44 10170.01
## 3239 97900.81 87579.67 80619.11 802.22 6158.34
## 3240 99520.95 99813.79 97150.37 2084.68 578.74
## 3241 91323.75 85223.46 82376.72 2320.05 526.69
## 3242 93288.97 100013.33 92533.97 4244.28 3235.08
## 3243 87449.64 105728.86 102613.78 1582.10 1532.98
## 3244 102966.19 102416.27 99833.21 2139.33 443.73
## 3245 103402.88 115222.87 113969.56 262.16 991.15
## 3246 97843.18 105614.94 104111.58 317.97 1185.39
## 3247 109032.48 120606.92 113683.42 1819.86 5103.64
## 3248 108230.65 139482.79 122026.18 12735.54 4721.07
## 3249 150963.07 127546.22 118624.54 1894.09 7027.59
## 3250 184518.62 149294.73 143295.47 378.93 5620.33
## 3251 159812.33 120603.83 115880.76 457.23 4265.84
## 3252 163027.81 103646.95 99766.00 1867.44 2013.51
## 3253 140924.68 101084.18 98096.94 2213.29 773.95
## 3254 145606.57 101565.60 96845.23 3216.39 1503.98
## 3255 145363.84 133790.81 129034.96 3359.70 1396.15
## 3256 145104.44 130127.26 121785.52 6544.59 1797.15
## 3257 157984.71 114084.93 108571.35 4797.75 715.83
## 3258 173293.69 145940.10 137880.91 4997.64 3061.55
## 3259 155289.67 107823.24 101940.66 4166.66 1715.92
## 3260 151281.44 101521.49 96823.55 4684.93 13.01
## 3261 137009.63 108693.54 101842.17 4806.90 2044.47
## 3262 153441.58 102558.90 91081.44 9926.52 1550.94
## 3263 139240.25 79443.89 75467.12 3947.19 29.58
## 3264 131467.33 99573.02 95288.60 4221.71 62.71
## 3265 122807.96 97127.74 93973.32 3147.06 7.36
## 3266 125901.94 88620.56 86428.90 2191.66 0.00
## 3267 129160.06 87829.53 85606.70 2222.83 0.00
## 3268 133067.18 92680.33 90777.56 1902.77 0.00
## 3269 125838.60 103715.10 93141.66 10558.80 14.64
## 3270 131202.78 125171.13 106296.76 18322.72 551.65
## 3271 155377.30 151635.74 129791.42 21748.61 95.71
## 3272 132958.04 93310.70 92124.35 1186.35 0.00
## 3273 136033.93 90661.34 88261.04 2400.30 0.00
## 3274 139309.53 103379.39 87560.47 15802.25 16.67
## 3275 143202.95 122380.70 82670.76 39333.27 376.67
## 3276 162054.24 113924.91 80769.55 21615.36 11540.00
## 3277 970.48 171021.51 26984.70 144036.81 0.00
## 3278 1472.39 112586.99 23082.87 89485.68 18.44
## 3279 753.56 163273.91 21944.83 141290.54 38.54
## 3280 2845.22 218535.89 24193.80 194318.91 23.18
## 3281 690.05 104697.60 19930.04 84702.28 65.28
## 3282 853.46 153899.48 23679.23 130220.25 0.00
## 3283 899.73 153091.07 23980.47 129104.39 6.21
## 3284 1003.69 143431.35 16151.12 127193.62 86.61
## 3285 841.37 149323.28 11631.40 137691.88 0.00
## 3286 1181.38 175195.00 18785.57 156407.87 1.56
## 3287 1275.42 149403.66 32352.58 117051.08 0.00
## 3288 1223.02 171435.07 21810.18 149624.89 0.00
## 3289 1380.85 170316.25 22840.83 147472.29 3.13
## 3290 1396.32 151437.79 23812.95 127624.84 0.00
## 3291 1335.29 168419.37 30495.85 137923.52 0.00
## 3292 1567.40 137723.06 29123.32 108519.74 80.00
## 3293 2099.28 128570.23 25361.20 102794.03 415.00
## 3294 1683.71 126954.22 27933.66 97229.69 1790.87
## 3295 1922.26 132131.58 28706.18 102390.40 1035.00
## 3296 2661.69 140908.88 35321.59 105549.16 38.13
## 3297 3143.09 127786.48 27221.70 100553.51 11.27
## 3298 3804.63 116617.91 27836.86 88090.70 690.35
## 3299 7052.87 119310.61 25436.76 89695.64 4178.21
## 3300 6998.74 132003.19 25789.15 101973.21 4240.83
## 3301 6514.15 106448.31 23189.21 78560.24 4698.86
## 3302 6496.41 150873.57 28096.15 118272.52 4504.90
## 3303 9805.14 104203.73 24577.20 75549.11 4077.42
## 3304 14007.18 135924.78 25143.66 105248.43 5532.69
## 3305 7051.08 72784.42 23417.10 46347.93 3019.39
## 3306 23750.21 107779.99 19176.89 81916.42 6686.68
## 3307 7148.83 92179.11 20884.04 69163.08 2131.99
## 3308 6810.54 95334.18 18281.32 74251.91 2800.95
## 3309 21963.46 73747.47 14077.50 53944.28 5725.69
## 3310 17789.78 108920.28 17361.66 87869.71 3688.91
## 3311 9601.89 63838.87 17965.35 44324.00 1549.52
## 3312 9484.48 63021.68 19112.22 41934.57 1974.89
## 3313 25464.30 58377.15 16055.57 36551.04 5770.54
## 3314 8960.13 71862.08 21423.87 49093.66 1344.55
## 3315 10846.90 66924.01 13780.66 50468.58 2674.77
## 3316 16191.17 74729.97 18832.18 52163.65 3734.14
## 3317 16430.07 73298.71 18928.90 50472.61 3897.20
## 3318 7482.64 73399.04 19111.28 52395.60 1892.16
## 3319 24314.72 77342.64 17632.22 54219.12 5491.30
## 3320 16207.08 77972.58 18382.22 56152.18 3438.18
## 3321 5551.81 63988.52 17167.72 45673.76 1147.04
## 3322 8008.86 72929.50 18358.96 53192.11 1378.43
## 3323 30149.60 89909.05 22076.72 61180.85 6651.48
## 3324 12917.42 53550.02 16807.25 33496.41 3246.36
## 3325 23681.24 71394.02 19633.53 47199.01 4561.48
## 3326 7457.43 75574.37 20728.35 53232.61 1613.41
## 3327 7200.14 57217.17 17942.34 37684.81 1590.02
## 3328 18924.91 51550.99 12613.38 29550.02 9387.59
## 3329 1538.20 56576.06 55083.70 1459.35 33.01
## 3330 2522.96 41403.48 38839.35 2461.41 102.72
## 3331 1302.46 44057.56 41890.61 2155.38 11.57
## 3332 5532.03 81232.04 76008.08 5158.75 65.21
## 3333 1296.49 55357.68 53684.96 1671.27 1.45
## 3334 1335.91 44675.58 43073.72 1601.86 0.00
## 3335 1460.24 36228.89 34146.46 2082.43 0.00
## 3336 1603.54 33976.41 32556.59 1419.82 0.00
## 3337 1373.56 45753.14 43902.77 1850.37 0.00
## 3338 1763.25 48812.02 46730.56 2081.46 0.00
## 3339 1875.36 45421.20 43150.55 2270.65 0.00
## 3340 1900.96 40026.90 36596.53 3430.37 0.00
## 3341 2077.48 41422.05 36952.51 4469.54 0.00
## 3342 2426.04 42089.48 41377.97 711.51 0.00
## 3343 2505.47 52966.15 51334.31 1631.84 0.00
## 3344 2345.13 60118.14 58343.14 1755.00 20.00
## 3345 2616.16 56572.91 55935.18 466.29 171.44
## 3346 2593.07 60631.82 57069.78 1842.04 1720.00
## 3347 2841.74 48373.79 42940.86 4122.93 1310.00
## 3348 3156.71 57414.27 53549.37 3864.90 0.00
## 3349 3955.17 52167.95 38682.96 13474.99 10.00
## 3350 4294.96 46239.22 38377.90 7260.37 600.95
## 3351 6083.87 59311.01 46627.28 8564.06 4119.67
## 3352 6345.70 46571.69 38846.97 2931.27 4793.45
## 3353 5812.55 48833.51 32848.90 11536.73 4447.88
## 3354 6699.07 71026.24 62163.78 4656.27 4206.19
## 3355 10852.83 54316.38 45985.70 4847.72 3482.96
## 3356 15000.42 55966.92 45124.02 6081.41 4761.49
## 3357 8090.30 58052.24 49307.20 6081.58 2663.46
## 3358 25833.35 47750.39 35846.32 6408.19 5495.88
## 3359 7985.33 61912.03 53230.25 6885.94 1795.84
## 3360 6777.98 59762.27 48049.79 9991.52 1720.96
## 3361 21036.66 57074.50 33941.16 18532.83 4600.51
## 3362 19164.46 45161.52 26507.50 15137.80 3516.22
## 3363 9592.54 56828.31 48051.43 7485.91 1290.97
## 3364 10151.42 64362.32 54682.15 8238.93 1441.24
## 3365 27374.63 39643.89 27199.14 7590.56 4854.19
## 3366 9075.23 42181.98 31689.31 9453.96 1038.71
## 3367 21041.99 46722.38 22994.03 21163.82 2564.53
## 3368 29363.76 45109.32 21567.71 20098.73 3442.88
## 3369 28532.36 42454.58 22445.88 16153.49 3855.21
## 3370 18665.91 42292.84 26468.10 14097.62 1727.12
## 3371 35277.07 46460.34 23754.04 17567.37 5138.93
## 3372 28499.61 36159.75 22422.88 10262.40 3474.47
## 3373 15757.97 26863.77 19800.56 6111.41 951.80
## 3374 17174.63 35671.05 27386.88 7182.14 1102.03
## 3375 36191.68 42525.46 30226.47 6961.25 5337.74
## 3376 23466.68 33039.85 21259.66 9258.85 2521.34
## 3377 35349.80 38437.03 28562.22 4435.73 5439.08
## 3378 20930.75 31098.18 23123.14 6492.60 1482.44
## 3379 17903.44 29742.31 21493.26 6988.68 1260.37
## 3380 32940.14 33191.28 18463.39 6208.46 8519.43
## 3381 3069.14 379826.55 374905.48 2661.10 2259.97
## 3382 2578.35 323552.45 315924.68 2246.16 5381.61
## 3383 3182.11 285874.97 279258.26 2393.13 4223.58
## 3384 3035.64 340355.93 333769.95 2664.83 3921.15
## 3385 2459.77 245077.06 242623.82 2390.64 62.60
## 3386 2767.57 220453.44 219494.36 746.62 212.46
## 3387 3946.67 210000.26 209726.50 160.63 113.13
## 3388 1932.20 216300.66 215425.13 273.66 601.87
## 3389 2502.45 209814.99 208940.16 806.01 68.82
## 3390 3183.27 330229.94 323804.52 4850.50 1574.92
## 3391 2336.58 303387.11 296850.76 3145.82 3390.53
## 3392 5584.96 326492.27 322925.72 2677.15 889.40
## 3393 1901.89 310297.40 301904.74 4185.65 4207.01
## 3394 1797.85 346198.28 319927.23 25698.26 572.79
## 3395 2164.71 461886.33 454623.95 5993.16 1269.22
## 3396 2193.26 361978.06 350013.34 9088.35 2876.37
## 3397 2742.25 412175.56 401417.41 5723.11 5035.04
## 3398 2998.26 377458.54 366510.31 2461.88 8486.35
## 3399 4763.04 353846.50 351623.88 902.68 1319.94
## 3400 3600.78 274879.88 270626.46 3256.28 997.14
## 3401 3385.24 287648.20 269821.55 14711.90 3114.75
## 3402 4548.40 275102.54 253660.73 19284.90 2156.91
## 3403 4388.77 304679.84 281847.87 14107.32 8724.65
## 3404 7622.87 310336.59 303925.61 2984.62 3426.36
## 3405 40097.24 288800.27 267623.31 8348.85 12828.11
## 3406 95675.27 371800.73 324924.98 16194.53 30681.22
## 3407 86435.89 320008.05 298365.10 7080.82 14562.13
## 3408 61508.01 291091.26 272250.37 12776.78 6064.11
## 3409 87625.31 269435.21 251773.31 12923.71 4738.19
## 3410 74560.86 299159.78 283260.03 8707.09 7192.66
## 3411 58729.32 320629.74 301233.11 10985.08 8411.55
## 3412 102484.78 326877.35 300179.82 21095.15 5602.38
## 3413 77616.60 360039.55 341082.58 16387.52 2569.45
## 3414 130305.44 354629.31 331925.77 19971.99 2731.55
## 3415 63779.21 378393.72 356218.87 21755.75 419.10
## 3416 102387.45 379620.63 352619.17 26934.79 66.67
## 3417 113528.02 348101.80 318316.06 28701.42 1084.32
## 3418 112050.00 347477.86 316405.11 27732.87 3339.88
## 3419 112749.94 291015.74 269775.24 20797.36 443.14
## 3420 129805.20 289056.48 270162.99 18871.92 21.57
## 3421 134806.08 275148.93 254808.07 20317.54 23.32
## 3422 118454.22 193287.82 178757.16 14527.08 3.58
## 3423 67156.78 230797.91 213428.11 17359.08 10.72
## 3424 53555.69 221148.06 202051.47 19078.77 17.82
## 3425 70976.84 169858.73 151328.72 18486.45 43.56
## 3426 135347.78 166554.85 150047.23 14228.97 2278.65
## 3427 143875.64 194691.13 155052.63 20895.02 18743.48
## 3428 78916.52 159108.73 121050.99 19753.34 18304.40
## 3429 47421.48 152088.84 128164.01 12679.63 11245.20
## 3430 79252.03 114874.97 99602.79 15226.79 45.39
## 3431 54920.09 137479.15 127168.82 10290.52 19.81
## 3432 80184.39 148481.17 144358.85 3764.81 357.51
## 3433 15600.07 419603.58 267985.33 151602.51 15.74
## 3434 10972.28 346526.05 246935.09 99582.36 8.60
## 3435 11427.65 422601.07 303762.84 118838.23 0.00
## 3436 11512.69 437160.82 141279.50 295881.32 0.00
## 3437 14113.35 223103.92 81706.03 141397.89 0.00
## 3438 15291.46 287224.18 164217.29 123006.89 0.00
## 3439 16010.33 314722.50 84341.19 230381.31 0.00
## 3440 18858.61 256167.96 81361.39 174689.45 117.12
## 3441 16411.08 221228.08 76674.60 144255.79 297.69
## 3442 19086.52 308470.62 67816.03 240555.98 98.61
## 3443 16490.35 371569.89 91676.55 279893.34 0.00
## 3444 13026.15 354730.28 85264.87 269465.41 0.00
## 3445 16447.85 363283.69 76212.51 287071.18 0.00
## 3446 16829.34 360925.22 91074.56 269661.77 188.89
## 3447 16328.76 408207.10 87026.05 320842.16 338.89
## 3448 14432.98 437111.39 93898.07 342085.54 1127.78
## 3449 17239.60 505652.97 83143.66 422509.31 0.00
## 3450 13197.13 523669.59 131367.44 390977.15 1325.00
## 3451 13732.79 247804.21 119819.70 127269.23 715.28
## 3452 19582.82 328834.57 100509.79 228324.78 0.00
## 3453 18624.73 324912.27 151220.54 172079.23 1612.50
## 3454 19083.49 330972.93 200378.09 129901.78 693.06
## 3455 19241.11 356072.17 135290.89 217563.22 3218.06
## 3456 19016.94 403121.03 148177.84 254837.63 105.56
## 3457 20484.14 393892.93 137890.73 252846.64 3155.56
## 3458 21306.98 366954.57 200147.24 162792.05 4015.28
## 3459 17278.44 360827.76 146703.58 213090.85 1033.33
## 3460 20738.26 357270.37 96129.71 260598.95 541.71
## 3461 19838.57 377458.46 91438.85 284376.91 1642.70
## 3462 16485.85 411093.58 83337.89 327755.69 0.00
## 3463 33023.48 480758.17 79916.14 400601.75 240.28
## 3464 17526.17 487465.11 79603.12 407238.98 623.01
## 3465 39117.61 501314.14 71486.17 427648.80 2179.17
## 3466 13291.11 491569.65 73293.05 416966.26 1310.34
## 3467 15299.33 389134.75 155354.69 231175.89 2604.17
## 3468 11418.75 292155.16 89444.44 200703.78 2006.94
## 3469 27995.98 525469.71 59672.84 461184.45 4612.42
## 3470 11020.71 491381.72 178429.72 311446.44 1505.56
## 3471 25632.09 441382.13 39142.16 402239.97 0.00
## 3472 20423.50 336913.58 47124.43 289789.15 0.00
## 3473 10950.53 495600.11 46784.27 448815.84 0.00
## 3474 33866.06 371224.09 50279.53 320943.18 1.38
## 3475 18706.34 264161.52 47418.17 216743.35 0.00
## 3476 62908.07 576746.11 43136.98 533591.97 17.16
## 3477 14973.10 453361.41 43379.59 409969.42 12.40
## 3478 17992.56 492509.53 43323.93 449185.60 0.00
## 3479 18935.14 558004.25 50217.97 507786.28 0.00
## 3480 27489.66 427061.75 45613.25 381448.50 0.00
## 3481 15454.69 749722.33 43669.49 706052.84 0.00
## 3482 31009.77 692554.86 43026.58 649528.28 0.00
## 3483 37684.11 544299.96 44731.85 499568.11 0.00
## 3484 10374.52 644701.25 33033.97 611655.03 12.25
## 3485 7121.96 163251.80 161040.94 2191.64 19.22
## 3486 10805.16 119554.28 117398.20 2071.85 84.23
## 3487 5245.09 148271.25 145974.91 2039.21 257.13
## 3488 22752.47 192476.16 188722.80 3634.98 118.38
## 3489 4974.63 123443.64 121146.63 2289.93 7.08
## 3490 5327.53 115620.88 114230.31 1381.66 8.91
## 3491 5687.17 107993.21 107105.62 873.33 14.26
## 3492 5688.67 98886.23 97805.50 1073.59 7.14
## 3493 4805.57 72004.67 70936.81 1058.93 8.93
## 3494 8023.49 83192.76 80684.45 2492.26 16.05
## 3495 6767.11 114930.09 112344.57 2581.96 3.56
## 3496 6966.14 110890.38 104611.95 6147.48 130.95
## 3497 7837.66 126034.96 118414.21 7604.70 16.05
## 3498 8202.35 126239.84 124695.62 1542.45 1.77
## 3499 8602.38 152568.59 147793.11 4601.38 174.10
## 3500 10905.57 148242.04 143846.64 4395.40 0.00
## 3501 11880.35 138508.54 138186.39 287.05 35.10
## 3502 10761.35 165115.08 164229.27 533.04 352.77
## 3503 13151.78 128531.21 127061.88 108.89 1360.44
## 3504 15900.17 170766.11 168988.87 1081.03 696.21
## 3505 20552.56 144425.73 124979.56 18669.46 776.71
## 3506 23139.38 132332.85 122542.75 5808.23 3981.87
## 3507 40559.67 140062.37 111538.67 10056.37 18467.33
## 3508 41888.34 118071.01 100212.75 906.85 16951.41
## 3509 38634.53 113605.61 82669.60 14996.21 15939.80
## 3510 37960.27 129536.37 113573.12 2084.25 13879.00
## 3511 57169.98 120187.76 101180.43 242.82 18764.51
## 3512 75225.17 157872.13 130698.09 1731.45 25442.59
## 3513 38384.90 175116.88 160647.51 1915.84 12553.53
## 3514 123670.88 136769.39 94467.61 3849.16 38452.62
## 3515 38082.17 137538.29 122656.94 4439.52 10441.83
## 3516 35077.81 109062.74 94755.66 4350.37 9956.71
## 3517 120894.82 139232.74 86915.56 16445.31 35871.87
## 3518 107930.15 139627.78 91310.20 21053.46 27264.12
## 3519 46048.82 115664.77 97920.55 6527.68 11216.54
## 3520 45925.85 118010.00 102880.88 6973.00 8156.12
## 3521 132061.08 103111.22 66168.66 6262.89 30679.67
## 3522 44982.20 111069.12 92085.27 10172.56 8811.29
## 3523 72329.16 107222.16 65916.23 27480.29 13825.64
## 3524 119488.87 113161.08 55446.34 37647.04 20067.70
## 3525 111819.43 113565.65 58374.48 35829.04 19362.13
## 3526 65646.79 108880.19 66513.73 32804.22 9562.24
## 3527 154833.00 121099.26 47041.48 43570.47 30487.31
## 3528 108296.25 86048.50 49708.39 19350.34 16989.77
## 3529 62843.26 66464.82 47259.62 10247.76 8957.44
## 3530 71030.49 82526.97 60254.29 12167.81 10104.87
## 3531 192417.10 114504.99 58664.35 17270.46 38570.18
## 3532 96298.92 77229.01 49335.73 12767.39 15125.89
## 3533 151279.99 88415.27 58403.04 4513.96 25498.27
## 3534 78514.15 85545.61 70769.35 4505.37 10270.89
## 3535 73427.07 69451.19 57082.27 2453.77 9915.15
## 3536 143911.67 89228.24 51669.47 2096.24 35462.53
## 3537 3768.64 52911.35 47453.60 5227.71 230.04
## 3538 4631.16 46308.51 42335.09 3947.09 26.33
## 3539 2268.01 64254.75 58703.61 5538.87 12.27
## 3540 9125.63 64583.94 61980.87 2547.12 55.95
## 3541 2035.91 38158.72 34494.75 3626.40 37.57
## 3542 2576.45 41108.90 39610.98 1472.27 25.65
## 3543 2934.42 51449.42 50551.78 892.44 5.20
## 3544 2785.71 36487.48 34753.44 1713.30 20.74
## 3545 2821.22 21613.02 17160.23 4411.44 41.35
## 3546 3120.36 31813.83 26017.70 5758.25 37.88
## 3547 3811.20 42895.22 38573.86 4300.71 20.65
## 3548 3408.67 44009.12 39395.64 4580.81 32.67
## 3549 4166.81 48646.77 43757.18 4868.96 20.63
## 3550 4714.89 55079.14 47569.38 7490.85 18.91
## 3551 4837.74 50920.44 44436.27 6479.01 5.16
## 3552 6085.40 51708.90 46524.90 5159.92 24.08
## 3553 8313.96 52174.15 47210.76 4235.26 728.13
## 3554 10744.95 61296.33 54347.32 4939.34 2009.67
## 3555 18506.96 45873.71 39617.39 1742.09 4514.23
## 3556 23661.83 60320.67 49618.78 3263.09 7438.80
## 3557 19401.04 51041.79 42209.88 3446.15 5385.76
## 3558 12112.22 49895.57 44479.98 3058.86 2356.73
## 3559 26206.73 54299.41 40486.70 3842.50 9970.21
## 3560 24890.18 50498.18 38583.22 3582.14 8332.82
## 3561 21317.82 39955.98 25889.86 4005.05 10061.07
## 3562 20020.38 57233.66 42381.97 4598.05 10253.64
## 3563 14725.39 61911.52 49679.16 4816.94 7415.42
## 3564 18998.81 64097.19 49222.23 4610.79 10264.17
## 3565 2234.00 68454.76 62658.20 4765.73 1030.83
## 3566 6825.69 84128.89 76847.62 6582.54 698.73
## 3567 2496.30 71217.85 65724.71 5039.38 453.76
## 3568 4986.35 60367.57 50741.23 7308.23 2318.11
## 3569 6471.52 76224.52 67998.45 7823.60 402.47
## 3570 5353.11 63737.54 56652.84 6645.68 439.02
## 3571 3002.96 55847.85 49040.43 6737.08 70.34
## 3572 3088.37 63441.57 55324.04 8087.07 30.46
## 3573 8605.75 65308.13 58861.10 6229.98 217.05
## 3574 3412.42 53825.42 47307.77 5850.39 667.26
## 3575 3234.16 53592.69 47054.51 6427.73 110.45
## 3576 5101.46 63350.85 53892.93 9316.77 141.15
## 3577 4357.31 61818.22 55984.20 5768.11 65.91
## 3578 2607.73 53137.07 43482.47 9621.76 32.84
## 3579 7752.62 57888.76 54011.93 3633.73 243.10
## 3580 5163.51 53801.88 49889.74 3808.83 103.31
## 3581 4067.71 41428.98 36166.24 5150.74 112.00
## 3582 14048.13 39110.06 28771.20 6755.11 3583.75
## 3583 43866.57 37746.74 23628.97 2405.92 11711.85
## 3584 14941.42 38114.10 29860.40 3444.96 4808.74
## 3585 16377.20 46228.42 38643.51 2467.54 5117.37
## 3586 5407.00 56134.28 52363.98 2469.87 1300.43
## 3587 3921.19 42515.51 38446.60 3621.68 447.23
## 3588 12294.17 51019.44 42961.74 2684.87 5372.83
## 3589 146507.02 1105023.76 789983.43 306951.98 8088.35
## 3590 146478.91 851394.28 629888.17 211183.00 10323.11
## 3591 134247.97 1068899.58 767092.05 290596.83 11210.70
## 3592 179768.34 1230819.41 854171.90 371804.35 4843.16
## 3593 109137.29 810333.63 590905.27 219152.65 275.71
## 3594 109089.43 869892.86 583552.66 283781.81 2558.39
## 3595 103230.89 863462.99 598773.66 264201.22 488.11
## 3596 91683.48 785705.70 520297.39 264747.16 661.15
## 3597 88514.18 774581.16 433158.18 335025.88 6397.10
## 3598 105335.31 879979.22 508417.95 358809.13 12752.14
## 3599 111904.83 879749.60 593425.23 274655.06 11669.31
## 3600 129381.16 912362.79 571072.59 325870.37 15419.83
## 3601 129395.86 915774.61 591584.72 307678.20 16511.69
## 3602 144883.20 922534.53 642865.75 263775.26 15893.52
## 3603 150023.52 1031223.41 741802.17 280261.57 9159.67
## 3604 156892.83 1017577.22 787725.17 228409.21 1442.84
## 3605 158776.84 981907.00 779092.84 197492.55 5321.61
## 3606 166364.88 1072285.55 841776.91 207892.75 22615.89
## 3607 180362.15 994336.54 756135.72 215616.75 22584.07
## 3608 217555.14 1141138.50 875058.46 239773.16 26306.88
## 3609 219477.32 1049284.47 767194.17 255073.17 27017.13
## 3610 207792.14 982661.14 742994.62 212638.07 27028.45
## 3611 293304.81 1080884.54 743699.41 242488.33 94696.80
## 3612 291136.56 1105673.08 754051.14 256758.81 94863.13
## 3613 328564.87 1019443.81 686496.96 228290.63 104656.22
## 3614 367119.34 1297475.88 930189.98 261535.63 105750.27
## 3615 376048.28 1048239.45 778315.95 180042.48 89881.02
## 3616 431784.45 1148603.63 804836.17 242409.56 101357.90
## 3617 285261.84 1044685.79 858070.55 135926.11 50689.13
## 3618 487106.11 1085392.69 776263.67 220019.19 89109.83
## 3619 280608.56 1109372.79 868963.09 210973.46 29436.24
## 3620 285242.59 1068759.95 777740.27 252029.83 38989.85
## 3621 491344.53 1125965.65 774859.17 273929.80 77176.68
## 3622 471428.29 1138586.25 768004.44 312684.34 57897.47
## 3623 320732.21 979799.97 746942.08 208595.67 24262.22
## 3624 323412.26 1000029.46 759838.81 217342.89 22847.76
## 3625 508030.41 882637.66 603191.07 210717.86 68728.73
## 3626 299669.72 874381.62 628085.89 225792.03 20503.70
## 3627 360264.17 793166.25 494820.07 265657.44 32688.74
## 3628 464302.08 875801.70 541168.93 286623.54 48009.23
## 3629 425736.86 839789.15 549844.69 245562.93 44381.53
## 3630 319148.88 788213.66 531244.13 232255.44 24714.09
## 3631 534051.03 841670.71 522649.10 250138.15 68883.46
## 3632 427177.00 760404.18 512998.19 207221.18 40184.81
## 3633 295941.81 635483.54 453590.22 163400.48 18492.84
## 3634 352376.13 747005.48 499432.73 216563.12 31009.63
## 3635 704466.56 863744.32 516542.03 238503.11 108699.18
## 3636 422063.61 650045.35 443401.36 158608.40 48035.59
## 3637 553447.22 736658.16 513809.98 150810.30 72037.88
## 3638 357831.91 748272.14 554459.07 167786.33 26026.74
## 3639 352247.15 700097.02 488806.30 185907.38 25383.34
## 3640 543717.88 717093.47 438279.98 147920.69 130892.80
## 3641 1529.57 58267.14 55674.38 2560.92 31.84
## 3642 208.63 51402.35 50217.77 1184.58 0.00
## 3643 112.85 59573.83 57170.42 2403.41 0.00
## 3644 71.39 51654.75 50780.22 800.92 73.61
## 3645 83.97 48171.61 47430.94 740.67 0.00
## 3646 117.32 71343.77 70656.64 687.13 0.00
## 3647 127.17 66201.92 65222.61 972.64 6.67
## 3648 151.56 52112.88 51326.63 756.25 30.00
## 3649 87.59 57336.92 56958.76 378.16 0.00
## 3650 113.66 60395.78 60146.33 186.95 62.50
## 3651 176.04 66008.31 65296.73 711.58 0.00
## 3652 218.09 64373.60 63388.04 985.56 0.00
## 3653 191.99 65590.81 64688.80 902.01 0.00
## 3654 183.69 64379.90 63530.59 771.53 77.78
## 3655 176.87 71325.14 69128.89 2196.25 0.00
## 3656 124.41 61107.24 59029.37 2061.76 16.11
## 3657 230.96 120786.61 119477.01 1159.60 150.00
## 3658 1086.91 108100.57 102788.68 2348.73 2963.16
## 3659 101.31 97000.58 85855.55 7905.03 3240.00
## 3660 193.77 107305.64 98315.72 6769.92 2220.00
## 3661 538.07 101241.80 96274.55 1282.25 3685.00
## 3662 346.77 94994.24 90147.67 591.57 4255.00
## 3663 272.62 101255.72 92482.57 553.15 8220.00
## 3664 207.30 112738.18 100384.09 1258.61 11095.48
## 3665 436.85 112251.11 102165.03 1667.75 8418.33
## 3666 762.14 115591.23 103961.69 867.73 10761.81
## 3667 592.96 97171.90 91756.81 984.70 4430.39
## 3668 298.49 93170.50 86477.48 1092.30 5600.72
## 3669 124.76 92425.75 85233.81 1541.94 5650.00
## 3670 191.75 91455.49 84588.68 5236.81 1630.00
## 3671 136.56 92686.93 79281.93 12975.00 430.00
## 3672 182.79 91872.63 90017.38 775.25 1080.00
## 3673 227.18 76009.89 73289.96 2719.93 0.00
## 3674 357.62 78507.39 77855.49 651.90 0.00
## 3675 362.87 78326.05 76346.78 1979.27 0.00
## 3676 235.32 75437.83 74325.20 1112.63 0.00
## 3677 137.93 79429.48 76854.18 2575.30 0.00
## 3678 168.03 78283.15 75903.63 2379.52 0.00
## 3679 90.37 61382.80 59419.89 1962.91 0.00
## 3680 156.57 75834.54 74484.74 1349.80 0.00
## 3681 270.23 74306.21 72833.96 1472.25 0.00
## 3682 202.18 73032.11 71738.99 1293.12 0.00
## 3683 211.56 69935.93 68304.70 1631.23 0.00
## 3684 213.14 60440.36 58909.86 1530.50 0.00
## 3685 158.14 64997.58 62779.70 2217.88 0.00
## 3686 224.20 69359.98 67077.95 2282.03 0.00
## 3687 334.31 80618.37 78497.61 2120.76 0.00
## 3688 148.18 69045.68 67727.22 1318.46 0.00
## 3689 187.20 93696.14 92434.99 1261.15 0.00
## 3690 215.42 86488.92 85284.00 1204.92 0.00
## 3691 142.14 78850.36 77645.09 1205.27 0.00
## 3692 315.45 58167.44 57475.61 691.83 0.00
## 3693 7914.45 48259.12 47076.21 865.63 317.28
## 3694 995.37 41940.59 41573.47 224.83 142.29
## 3695 2350.45 53094.75 51964.82 839.65 290.28
## 3696 591.16 43218.24 42957.73 124.81 135.70
## 3697 119.71 41418.03 41408.89 9.14 0.00
## 3698 122.40 67686.75 66362.72 1324.03 0.00
## 3699 107.47 52579.04 52391.67 187.37 0.00
## 3700 161.73 50726.05 50160.37 565.68 0.00
## 3701 191.97 46220.84 46140.97 79.87 0.00
## 3702 194.14 56247.72 56074.00 104.28 69.44
## 3703 239.04 56119.98 56021.42 98.56 0.00
## 3704 274.57 51832.62 51617.66 39.96 175.00
## 3705 620.47 52783.17 52592.82 190.35 0.00
## 3706 127.05 55991.24 55353.12 628.12 10.00
## 3707 132.81 65691.13 64310.17 1375.96 5.00
## 3708 197.17 53304.78 52152.39 1137.39 15.00
## 3709 842.34 68240.75 67173.12 733.63 334.00
## 3710 277.62 74844.92 72124.66 1646.84 1073.42
## 3711 223.90 105685.77 100062.77 4268.00 1355.00
## 3712 655.42 104086.55 100492.24 2318.75 1275.56
## 3713 565.14 99700.74 99391.55 119.19 190.00
## 3714 200.04 80084.59 78539.51 340.08 1205.00
## 3715 149.30 85589.94 82571.93 738.01 2280.00
## 3716 287.31 82558.24 78534.00 347.25 3676.99
## 3717 700.24 96138.34 90776.29 1638.23 3723.82
## 3718 1330.76 92579.16 88150.04 547.51 3881.61
## 3719 263.38 80495.20 77811.88 318.32 2365.00
## 3720 308.34 76990.56 73922.77 882.79 2185.00
## 3721 318.57 74442.81 71188.11 584.70 2670.00
## 3722 245.51 78652.13 75889.33 577.80 2185.00
## 3723 433.03 66209.36 63033.05 1485.98 1690.33
## 3724 521.90 68408.08 66397.80 940.28 1070.00
## 3725 778.99 56518.77 55425.49 1053.23 40.05
## 3726 436.34 66469.99 64704.02 1765.97 0.00
## 3727 246.85 61878.11 59813.16 2064.95 0.00
## 3728 684.59 60644.11 59633.06 982.75 28.30
## 3729 95.30 67762.86 66917.18 802.38 43.30
## 3730 172.03 62063.31 61560.21 283.03 220.07
## 3731 449.34 44760.42 44065.20 566.68 128.54
## 3732 196.63 56253.24 55053.66 1199.58 0.00
## 3733 278.31 52331.09 51367.10 963.99 0.00
## 3734 179.09 57221.13 56230.93 990.20 0.00
## 3735 295.40 65211.98 64019.55 1189.08 3.35
## 3736 232.83 45845.49 43903.95 1941.54 0.00
## 3737 279.57 68867.16 66444.92 2422.24 0.00
## 3738 316.89 65572.70 61273.21 4299.49 0.00
## 3739 530.92 82126.77 78438.83 3684.57 3.37
## 3740 255.75 62204.90 59996.16 2208.74 0.00
## 3741 304.10 80380.98 75964.48 4411.43 5.07
## 3742 222.86 82431.83 81352.40 1079.43 0.00
## 3743 238.17 66704.52 64792.83 1911.69 0.00
## 3744 297.23 42574.68 41477.93 1096.75 0.00
## 3745 3257.69 314087.71 144114.79 169972.92 0.00
## 3746 2885.86 374689.67 155393.61 219296.06 0.00
## 3747 3480.07 322927.03 70239.25 252687.78 0.00
## 3748 4508.75 259392.70 64285.15 195107.55 0.00
## 3749 3567.44 152336.04 81852.59 70483.45 0.00
## 3750 4070.15 153454.60 58525.46 94915.81 13.33
## 3751 4850.40 160654.40 61276.87 99274.75 102.78
## 3752 2921.98 181075.54 78827.53 102248.01 0.00
## 3753 3192.69 178835.52 47722.65 131112.87 0.00
## 3754 2488.59 258733.63 197398.04 61335.59 0.00
## 3755 3348.82 273443.74 132407.09 141036.65 0.00
## 3756 9670.82 237898.56 121027.64 116836.20 34.72
## 3757 3196.13 313380.47 129091.49 184288.98 0.00
## 3758 2894.23 295221.28 101363.89 193857.39 0.00
## 3759 3023.74 217768.72 126297.00 91451.72 20.00
## 3760 2466.22 296612.09 216413.98 79968.11 230.00
## 3761 3439.75 299530.29 208800.92 88824.37 1905.00
## 3762 3065.44 191046.47 124173.71 58652.76 8220.00
## 3763 5697.25 209488.34 132615.92 76539.09 333.33
## 3764 3815.84 202874.17 123193.69 79430.48 250.00
## 3765 5032.97 181492.43 121223.82 60268.61 0.00
## 3766 4165.35 185544.10 117560.96 64239.81 3743.33
## 3767 5208.69 205929.97 163969.66 39623.09 2337.22
## 3768 8567.51 226639.14 189089.17 37549.97 0.00
## 3769 41628.96 244423.19 201545.27 39452.64 3425.28
## 3770 139911.14 258144.75 201099.28 39117.41 17928.06
## 3771 113474.29 270448.40 165598.46 86483.27 18366.67
## 3772 74763.08 222759.79 139198.33 70961.46 12600.00
## 3773 110054.59 273843.76 114672.48 149147.95 10023.33
## 3774 110457.58 274331.53 92784.25 170943.95 10603.33
## 3775 116263.41 210963.89 91661.86 110662.03 8640.00
## 3776 169713.69 300936.48 125723.56 165911.25 9301.67
## 3777 95672.31 297271.58 102106.82 192425.32 2739.44
## 3778 185667.35 256951.77 107635.65 146298.07 3018.05
## 3779 89821.94 248418.78 84090.20 159461.92 4866.66
## 3780 163347.75 248948.86 100132.98 144364.21 4451.67
## 3781 153134.81 183796.91 119863.49 57278.42 6655.00
## 3782 151966.39 173260.43 117792.84 50449.53 5018.06
## 3783 181951.34 126062.26 56499.50 66016.09 3546.67
## 3784 177919.58 207270.07 75819.34 124377.40 7073.33
## 3785 121838.72 174441.26 62893.05 103044.88 8503.33
## 3786 185545.01 118307.48 63280.13 48440.68 6586.67
## 3787 86477.82 124113.86 77568.68 39418.51 7126.67
## 3788 85511.83 107660.71 77330.09 24043.95 6286.67
## 3789 90645.64 109348.07 64626.95 38634.45 6086.67
## 3790 210029.30 128993.44 67726.60 55041.28 6225.56
## 3791 203797.87 166595.34 71538.94 75749.73 19306.67
## 3792 161506.54 137087.75 68193.77 46086.21 22807.77
## 3793 79193.39 164744.00 83636.33 63963.23 17144.44
## 3794 116440.70 137305.67 82818.41 50110.59 4376.67
## 3795 85368.80 137695.40 78471.38 58067.35 1156.67
## 3796 113069.09 137334.77 87330.27 49677.83 326.67
## 3797 1962.89 65224.03 39632.20 25547.03 44.80
## 3798 1973.93 54127.92 33414.95 20669.06 43.91
## 3799 2771.39 59280.86 38874.39 20249.59 156.88
## 3800 5143.87 59705.84 34658.44 24180.20 867.20
## 3801 1231.47 50419.99 26198.63 24221.36 0.00
## 3802 1517.40 61251.87 28999.98 32251.89 0.00
## 3803 1724.70 60520.51 31532.27 28946.57 41.67
## 3804 1578.23 59969.03 30459.11 29180.53 329.39
## 3805 1682.81 67163.41 26068.96 41094.45 0.00
## 3806 2219.92 67155.19 28373.94 38779.76 1.49
## 3807 1952.54 65951.18 35703.64 30247.54 0.00
## 3808 2173.86 69111.17 36546.80 32111.39 452.98
## 3809 2091.96 63530.27 36081.38 27445.88 3.01
## 3810 2557.07 62987.80 37497.61 25490.19 0.00
## 3811 2707.32 66149.56 40788.78 25360.78 0.00
## 3812 3134.92 66047.33 44187.61 21859.72 0.00
## 3813 3252.69 64248.89 47772.68 16371.21 105.00
## 3814 2802.01 72728.68 49838.22 21877.06 1013.40
## 3815 3405.65 68574.47 44089.82 24244.65 240.00
## 3816 4255.36 69794.85 39950.23 28559.62 1285.00
## 3817 5741.75 58771.45 36453.98 21522.19 795.28
## 3818 6277.21 57005.96 34005.49 22328.62 671.85
## 3819 9886.51 71766.02 37248.18 29877.64 4640.20
## 3820 9427.32 77052.47 39495.08 32642.41 4914.98
## 3821 9530.83 70540.76 39858.04 25082.88 5599.84
## 3822 9152.69 83304.40 47612.13 29634.22 6058.05
## 3823 15029.71 63686.28 41778.41 16248.62 5659.25
## 3824 19044.12 65841.38 34458.27 25319.68 6063.43
## 3825 19115.07 58939.77 39160.04 13630.94 6148.79
## 3826 21893.15 69362.61 39935.76 23087.08 6339.77
## 3827 12495.73 74953.72 47279.19 24844.19 2830.34
## 3828 17819.68 80833.00 46352.36 29562.74 4917.90
## 3829 23505.68 79486.66 46726.38 27196.04 5564.24
## 3830 18838.87 86105.83 54973.21 27766.71 3365.91
## 3831 12071.46 72098.68 43567.48 26781.76 1749.44
## 3832 22243.74 66499.09 32258.42 30147.93 4092.74
## 3833 24253.28 64789.93 27683.11 33415.09 3691.73
## 3834 11125.19 56628.87 29065.55 26374.68 1188.64
## 3835 14509.10 52832.41 23047.80 26829.29 2955.32
## 3836 23242.76 58411.98 26546.73 27197.40 4667.85
## 3837 16824.67 48950.47 27044.14 18685.21 3221.12
## 3838 17713.83 51700.53 28612.60 19278.08 3809.85
## 3839 24630.69 55269.81 26420.61 23929.03 4920.17
## 3840 16742.17 53212.38 26221.88 23948.23 3042.27
## 3841 8892.49 42490.06 23611.07 17284.88 1594.11
## 3842 15621.58 56767.53 27240.38 27220.07 2307.08
## 3843 27708.02 53010.59 24152.64 25269.26 3588.69
## 3844 22380.58 42036.06 20098.49 17062.82 4874.75
## 3845 23023.47 49594.46 23374.52 21450.63 4769.31
## 3846 12443.20 48123.72 26459.05 19618.46 2046.21
## 3847 18454.86 49076.02 25431.42 20246.87 3397.73
## 3848 25839.40 42882.96 15993.65 19313.43 7575.88
## 3849 208.24 85602.33 30893.35 54708.98 0.00
## 3850 104.17 85182.32 26270.21 58844.05 68.06
## 3851 126.93 64241.36 27971.11 36270.25 0.00
## 3852 132.58 106806.67 33108.76 73697.91 0.00
## 3853 94.55 59970.73 19808.01 40162.72 0.00
## 3854 192.20 62411.50 22359.45 40052.05 0.00
## 3855 212.95 66101.00 26430.57 39670.43 0.00
## 3856 289.79 61904.85 16137.03 45767.82 0.00
## 3857 206.84 56588.47 13461.45 43127.02 0.00
## 3858 212.19 54087.47 11698.99 42388.48 0.00
## 3859 228.23 72380.14 11681.16 60621.20 77.78
## 3860 143.93 56960.37 16656.50 40303.87 0.00
## 3861 93.83 75540.71 23304.77 52235.94 0.00
## 3862 145.41 78666.12 29683.13 48982.99 0.00
## 3863 84.22 76132.94 23455.33 52677.61 0.00
## 3864 148.82 56941.52 22375.81 34565.71 0.00
## 3865 158.30 76448.84 29049.10 47399.74 0.00
## 3866 113.13 54397.34 29304.03 24543.31 550.00
## 3867 188.93 62390.82 34193.62 26027.20 2170.00
## 3868 217.88 64486.48 22538.59 39347.89 2600.00
## 3869 331.08 50452.38 21944.34 24593.04 3915.00
## 3870 440.28 53079.47 25243.34 23054.74 4781.39
## 3871 493.57 46546.41 21263.41 21141.06 4141.94
## 3872 413.30 53463.51 25220.88 23917.91 4324.72
## 3873 680.44 51854.32 26529.02 19443.36 5881.94
## 3874 1134.71 85214.59 37396.58 41823.01 5995.00
## 3875 748.85 51513.13 24644.39 23012.91 3855.83
## 3876 1508.69 68201.62 23712.12 39989.50 4500.00
## 3877 982.71 46197.38 20061.78 22605.60 3530.00
## 3878 784.20 63559.36 19483.21 40946.71 3129.44
## 3879 981.98 63475.29 22104.57 40394.05 976.67
## 3880 356.55 49846.53 20619.97 27239.89 1986.67
## 3881 275.59 98936.64 19409.71 77620.26 1906.67
## 3882 280.48 76357.84 30053.56 46304.28 0.00
## 3883 248.56 130392.81 37625.80 92767.01 0.00
## 3884 134.35 101191.70 21102.41 79512.90 576.39
## 3885 185.37 64810.05 23218.07 41247.54 344.44
## 3886 196.31 100368.94 19744.98 79967.02 656.94
## 3887 149.61 69545.34 27121.05 42424.29 0.00
## 3888 402.32 59753.37 19304.31 40449.06 0.00
## 3889 269.21 54046.34 19113.11 34933.23 0.00
## 3890 316.39 90340.85 18010.95 72329.90 0.00
## 3891 503.38 57478.62 17429.08 40049.54 0.00
## 3892 217.74 101696.85 23364.69 78332.16 0.00
## 3893 211.65 55118.42 18439.32 36679.10 0.00
## 3894 377.48 52633.55 20566.26 32067.29 0.00
## 3895 594.02 120190.05 53302.46 66879.47 8.12
## 3896 256.10 52205.58 21691.82 30513.76 0.00
## 3897 473.07 56449.98 27533.11 28916.87 0.00
## 3898 302.25 34620.94 21732.66 12888.28 0.00
## 3899 273.06 48326.02 20677.59 27648.43 0.00
## 3900 487.53 36100.97 20713.33 15387.64 0.00
## 3901 7606.75 133812.44 54017.79 79794.65 0.00
## 3902 7072.79 152694.40 58263.70 94430.70 0.00
## 3903 6832.20 193461.20 68316.82 125144.38 0.00
## 3904 5327.06 159255.05 49383.72 109472.72 398.61
## 3905 4857.37 104165.11 44172.65 59992.46 0.00
## 3906 5608.22 107473.92 54759.06 52714.86 0.00
## 3907 6683.00 105689.08 51797.10 53891.98 0.00
## 3908 8196.41 102969.69 52182.56 50534.35 252.78
## 3909 7157.69 105133.70 42630.66 62503.04 0.00
## 3910 8491.64 131224.48 47831.39 83393.09 0.00
## 3911 5356.91 170288.19 74347.08 95941.11 0.00
## 3912 5060.68 109404.80 66103.95 43300.85 0.00
## 3913 5876.68 102109.38 58716.07 43393.31 0.00
## 3914 5906.75 93098.13 51564.99 41533.14 0.00
## 3915 5318.75 97999.81 38957.13 59042.68 0.00
## 3916 5572.58 102083.44 46478.59 55604.85 0.00
## 3917 5841.12 101765.09 44439.65 57325.44 0.00
## 3918 6192.15 101564.24 55035.02 46529.22 0.00
## 3919 5836.08 104576.72 60675.79 43900.93 0.00
## 3920 6997.80 104855.59 63416.10 41439.49 0.00
## 3921 7063.01 102058.28 64258.99 37604.85 194.44
## 3922 7320.39 97037.84 59985.62 37052.22 0.00
## 3923 7525.31 106755.12 66233.39 40005.06 516.67
## 3924 7495.98 104643.98 71629.96 31540.69 1473.33
## 3925 7716.52 126619.31 78101.14 47342.89 1175.28
## 3926 9480.92 134714.83 88177.14 46537.69 0.00
## 3927 12079.13 135793.38 88463.16 47330.22 0.00
## 3928 11019.03 112153.00 64076.41 47966.87 109.72
## 3929 18141.91 107911.98 62277.55 45519.15 115.28
## 3930 13189.34 131582.61 55548.86 76033.75 0.00
## 3931 11869.51 132626.04 46240.64 86165.96 219.44
## 3932 15173.34 92121.46 37169.82 54951.64 0.00
## 3933 1468.26 77658.28 41031.25 36627.03 0.00
## 3934 8687.46 103538.03 46595.95 56942.08 0.00
## 3935 8420.15 116812.66 65345.85 51258.48 208.33
## 3936 8101.14 105547.31 45051.61 60495.70 0.00
## 3937 6531.44 118436.07 44934.52 73501.55 0.00
## 3938 6305.12 104096.73 48046.60 56050.13 0.00
## 3939 6877.48 70223.25 47115.04 23108.21 0.00
## 3940 7121.62 78949.28 41425.39 37523.89 0.00
## 3941 13632.17 73999.71 36410.06 37589.65 0.00
## 3942 6824.10 97396.92 41534.49 55862.43 0.00
## 3943 6809.69 78473.92 51367.60 27106.32 0.00
## 3944 14452.27 80667.20 43897.31 36769.89 0.00
## 3945 6447.94 85444.54 40526.02 44918.52 0.00
## 3946 7330.96 108879.52 47967.47 60912.05 0.00
## 3947 10624.82 93487.89 51889.28 41598.61 0.00
## 3948 14509.71 66196.35 48986.42 17209.93 0.00
## 3949 6141.39 61274.54 44326.23 16948.31 0.00
## 3950 12497.20 70185.24 42600.76 27584.48 0.00
## 3951 6133.63 73575.08 40601.67 32973.41 0.00
## 3952 15505.49 75612.72 36619.05 38993.67 0.00
## 3953 65359.34 1111990.31 1032762.48 49937.35 29290.48
## 3954 56245.11 1040085.28 961115.47 55112.27 23857.54
## 3955 59599.98 1186205.93 1086150.77 80411.66 19643.50
## 3956 53729.91 1174453.48 1135570.69 17964.53 20918.26
## 3957 50949.95 924139.97 868269.44 34138.07 21732.46
## 3958 60511.55 874457.90 808238.28 43041.56 23178.06
## 3959 71033.43 709659.69 639521.18 44270.70 25867.81
## 3960 77064.64 551264.98 497726.49 26542.63 26995.86
## 3961 59596.59 522578.51 487013.41 16418.82 19146.28
## 3962 44807.45 893143.60 840269.44 32386.79 20487.37
## 3963 56116.40 1068748.68 996105.73 43825.17 28817.78
## 3964 61747.02 991797.73 915276.04 51156.17 25365.52
## 3965 62565.39 994232.70 931963.97 40145.34 22123.39
## 3966 62737.86 1146573.81 1087085.53 34496.65 24991.63
## 3967 55346.12 1076082.00 1008961.12 36400.02 30720.86
## 3968 49050.27 1138473.40 1065540.18 46332.57 26600.65
## 3969 43844.13 1351659.70 1295162.06 32720.37 23777.27
## 3970 57212.08 1497058.60 1436818.52 32450.42 27789.66
## 3971 57962.68 1283110.33 1204789.47 43207.72 35113.14
## 3972 73825.64 1149175.03 1066852.22 53237.75 29085.06
## 3973 67934.57 1256423.40 1158711.73 63574.75 34136.92
## 3974 70783.66 1231944.89 1135205.94 64811.85 31927.10
## 3975 83979.91 1156383.15 1073915.16 60000.52 22467.47
## 3976 84008.42 1175489.94 1079717.14 73173.55 22599.25
## 3977 81637.45 1315138.37 1201242.48 85231.86 28664.03
## 3978 107625.85 1278011.81 1147086.62 96717.60 34207.59
## 3979 105879.74 1201140.23 1091515.32 84463.35 25161.56
## 3980 114307.31 1208191.22 1102265.57 80776.26 25149.39
## 3981 105646.55 1173633.32 1064384.25 84760.03 24489.04
## 3982 121002.86 1347097.67 1196472.82 124721.49 25903.36
## 3983 113180.16 1185190.59 1038686.31 119446.72 27057.56
## 3984 89228.29 1178147.58 1068850.13 87973.45 21324.00
## 3985 95527.46 993144.09 871562.92 104146.00 17435.17
## 3986 107683.95 1487758.56 1104179.23 362931.85 20647.48
## 3987 98634.23 1360962.10 1011875.96 334016.05 15070.09
## 3988 102738.69 1213749.06 1010395.40 185289.33 18064.33
## 3989 100883.74 1195781.42 1114858.82 61746.44 19176.16
## 3990 95958.07 1346016.57 1196713.63 132341.60 16961.34
## 3991 101584.86 1143033.52 980989.70 145602.15 16441.67
## 3992 94366.38 1554657.62 1349458.59 185190.21 20008.82
## 3993 91298.87 1454007.19 1301235.10 134711.21 18060.88
## 3994 96884.94 1466035.64 1318493.96 129444.42 18097.26
## 3995 90068.36 1546848.20 1369895.10 155333.82 21619.28
## 3996 95505.05 1673998.56 1459896.71 196813.37 17288.48
## 3997 83794.46 1635522.98 1501295.38 119573.06 14654.54
## 3998 90043.21 1804698.09 1567442.40 222150.04 15105.65
## 3999 98684.40 2173800.76 1911608.83 245385.02 16806.91
## 4000 75111.71 1396553.06 1288253.52 94240.24 14059.30
## 4001 92941.13 1635492.01 1520603.55 99946.94 14941.52
## 4002 84389.30 1209128.53 1079975.41 111405.86 17747.26
## 4003 88909.89 1439004.38 1228427.24 194492.68 16084.46
## 4004 90511.09 1652275.88 1415836.57 226121.90 10317.41
## 4005 179.74 45081.61 16333.36 28748.25 0.00
## 4006 433.53 32392.82 13133.96 19258.86 0.00
## 4007 142.37 59340.39 11915.91 47411.82 12.66
## 4008 664.79 64624.96 11670.33 52954.63 0.00
## 4009 141.29 29914.55 10325.65 19588.90 0.00
## 4010 159.32 28565.60 11694.68 16870.92 0.00
## 4011 215.13 32830.33 11501.96 21328.37 0.00
## 4012 236.33 34375.02 9517.50 24857.52 0.00
## 4013 162.17 32759.59 7816.19 24943.40 0.00
## 4014 314.87 36235.03 10839.29 25395.74 0.00
## 4015 282.44 42370.56 11941.35 30429.21 0.00
## 4016 328.99 39414.77 11916.09 27498.68 0.00
## 4017 487.06 36013.49 12611.79 23401.70 0.00
## 4018 413.43 31403.90 13833.11 17570.79 0.00
## 4019 565.29 35990.23 13498.21 22492.02 0.00
## 4020 634.74 34359.07 13618.85 20735.22 5.00
## 4021 769.26 33709.14 14894.92 18599.22 215.00
## 4022 614.55 31168.69 15323.61 14585.08 1260.00
## 4023 735.71 36614.37 16968.15 19306.22 340.00
## 4024 772.12 28610.14 17081.33 11518.81 10.00
## 4025 1058.22 22911.49 13895.19 8739.63 276.67
## 4026 1144.87 28860.80 13632.00 13603.60 1625.20
## 4027 1995.85 33248.98 15345.04 15463.98 2439.96
## 4028 2110.74 37247.17 14971.40 19863.67 2412.10
## 4029 2084.03 27508.84 15928.78 8353.96 3226.10
## 4030 1810.55 37754.75 18047.85 15818.57 3888.33
## 4031 3534.27 35166.16 16663.76 15457.04 3045.36
## 4032 5024.82 36192.16 13083.05 19034.42 4074.69
## 4033 2495.61 26504.44 14528.10 9635.97 2340.37
## 4034 9893.38 30981.67 15423.24 12558.70 2999.73
## 4035 2467.51 32892.46 14675.30 17510.34 706.82
## 4036 2243.57 31828.70 13628.45 17376.34 823.91
## 4037 6837.70 34845.87 12021.77 20894.39 1929.71
## 4038 6925.30 42225.16 12978.51 27788.83 1457.82
## 4039 3924.47 39768.49 12605.87 26367.49 795.13
## 4040 3819.11 30678.20 14568.44 15363.33 746.43
## 4041 9698.99 27960.01 12091.67 13959.35 1908.99
## 4042 2962.32 29025.84 12371.06 16274.95 379.83
## 4043 3898.91 32843.31 9614.81 22101.11 1127.39
## 4044 6188.82 37475.35 12424.30 23482.95 1568.10
## 4045 6365.83 38294.49 12950.94 23671.52 1672.03
## 4046 3216.26 27302.26 12899.12 13596.20 806.94
## 4047 8998.16 27495.46 12369.98 12597.32 2528.16
## 4048 5795.78 30991.73 11801.35 17869.01 1321.37
## 4049 2285.79 34589.25 10663.72 23456.23 469.30
## 4050 3867.40 36286.13 12729.87 22781.44 774.82
## 4051 10193.62 37569.11 12782.10 22422.61 2364.40
## 4052 4774.82 24284.78 10918.75 12100.16 1265.87
## 4053 9688.49 36340.25 14236.98 20197.82 1905.45
## 4054 2801.80 30531.83 14859.65 14857.11 815.07
## 4055 2594.82 32007.63 14248.08 17270.79 488.76
## 4056 6301.38 33519.79 11090.30 20808.69 1620.80
## 4057 827.53 241483.47 87168.19 154236.11 79.17
## 4058 3459.99 263398.89 81459.00 181796.83 143.06
## 4059 159.53 171099.44 67684.21 103274.95 140.28
## 4060 50.70 287179.37 89646.48 197097.05 435.84
## 4061 120.29 155704.79 61614.63 93846.55 243.61
## 4062 44.24 179091.10 70029.31 109061.79 0.00
## 4063 255.96 181060.53 74065.08 106744.06 251.39
## 4064 232.81 152718.73 53017.40 99149.94 551.39
## 4065 247.52 136321.14 41406.60 94572.87 341.67
## 4066 247.99 147722.52 39215.23 108323.96 183.33
## 4067 235.86 188073.62 42989.00 144763.79 320.83
## 4068 169.71 144771.77 50604.58 94167.19 0.00
## 4069 360.91 192008.26 71779.19 120229.07 0.00
## 4070 180.90 199055.52 80169.65 118396.98 488.89
## 4071 281.12 199649.78 83963.06 114378.39 1308.33
## 4072 194.00 164398.10 77110.61 85586.10 1701.39
## 4073 218.05 195957.73 88544.91 106501.71 911.11
## 4074 259.19 136304.20 86796.76 48344.38 1163.06
## 4075 95.35 139897.99 82057.39 51085.60 6755.00
## 4076 138.85 151955.56 62925.48 83815.91 5214.17
## 4077 114.92 136948.52 80129.25 46177.60 10641.67
## 4078 177.42 136252.61 75629.17 46683.16 13940.28
## 4079 164.45 137697.06 78153.46 46751.66 12791.94
## 4080 190.34 139061.33 79192.74 43113.59 16755.00
## 4081 151.43 146649.50 87649.94 46987.06 12012.50
## 4082 129.62 204708.68 95020.96 92318.00 17369.72
## 4083 165.68 125821.73 78005.81 32132.03 15683.89
## 4084 115.34 155335.84 67085.44 74179.84 14070.56
## 4085 77.92 123689.03 59675.53 49302.67 14710.83
## 4086 252.33 162385.10 56515.95 98746.65 7122.50
## 4087 248.87 168482.96 64610.91 93591.22 10280.83
## 4088 257.43 120114.71 56006.36 54738.35 9370.00
## 4089 223.52 252980.90 64835.66 185705.24 2440.00
## 4090 173.19 166546.74 70856.95 94280.07 1409.72
## 4091 584.32 291295.59 71215.05 220080.54 0.00
## 4092 547.08 248999.46 61116.97 186258.88 1623.61
## 4093 101.31 159540.47 62016.44 97104.59 419.44
## 4094 155.87 248461.59 54479.13 193376.90 605.56
## 4095 72.01 152428.98 54721.55 97707.43 0.00
## 4096 128.06 129121.45 52473.74 76647.71 0.00
## 4097 142.45 135173.11 47086.23 88086.88 0.00
## 4098 181.05 223724.56 49544.91 174179.65 0.00
## 4099 93.03 130532.69 48944.94 81587.75 0.00
## 4100 702.82 222914.33 56123.39 166790.94 0.00
## 4101 78.30 134163.10 48792.84 85370.26 0.00
## 4102 75.47 125651.27 54765.16 70886.11 0.00
## 4103 231.23 289481.76 71559.97 217921.79 0.00
## 4104 168.96 125726.86 59045.69 66681.17 0.00
## 4105 259.56 133416.78 68930.73 64486.05 0.00
## 4106 292.47 91426.59 61025.39 30401.20 0.00
## 4107 249.76 126497.06 58416.81 68080.25 0.00
## 4108 40.78 108151.02 64404.45 43746.57 0.00
## 4109 33980.02 811135.44 680183.89 126818.99 4132.56
## 4110 36485.49 713835.91 611023.76 98743.78 4068.37
## 4111 39178.61 864104.89 700661.19 158716.00 4727.70
## 4112 41579.46 838615.77 629436.34 206025.98 3153.45
## 4113 33160.82 674355.88 589240.41 82533.80 2581.67
## 4114 53734.01 754581.40 664868.53 87750.10 1962.77
## 4115 99449.47 662817.78 562621.68 97915.02 2281.08
## 4116 122472.40 688287.33 588028.35 99508.98 750.00
## 4117 107745.17 655606.53 547423.00 104591.30 3592.23
## 4118 94122.62 729885.23 621196.02 104911.15 3778.06
## 4119 76681.49 801921.93 673260.91 128075.74 585.28
## 4120 81958.03 784658.78 651749.08 131811.09 1098.61
## 4121 77380.74 834833.12 709302.35 123116.88 2413.89
## 4122 73332.83 798960.51 698140.82 100819.69 0.00
## 4123 70265.42 844712.50 707259.08 137295.64 157.78
## 4124 82491.60 882976.67 747297.58 133300.76 2378.33
## 4125 86826.84 936381.76 832619.08 100199.03 3563.65
## 4126 67370.64 821278.64 738431.65 65178.37 17668.62
## 4127 96330.92 879371.22 774039.71 94491.42 10840.09
## 4128 107539.52 916189.58 825797.10 87262.48 3130.00
## 4129 119737.55 825622.43 718727.95 96534.22 10360.26
## 4130 127238.92 799216.69 705609.86 74747.99 18858.84
## 4131 133520.10 883412.32 738517.02 97932.68 46962.62
## 4132 137997.09 948234.22 794533.10 82513.33 71187.79
## 4133 198307.05 917242.71 753805.95 84303.20 79133.56
## 4134 213314.73 1003587.90 827533.73 98647.47 77406.70
## 4135 204710.19 831799.55 740396.18 58981.95 32421.42
## 4136 230513.77 869045.48 750464.94 81187.92 37392.62
## 4137 229464.95 792528.69 711257.87 50027.88 31242.94
## 4138 214241.60 825557.97 724592.03 78843.66 22122.28
## 4139 199248.47 838469.44 736868.61 87305.62 14295.21
## 4140 95835.45 868982.50 772949.59 78541.95 17490.96
## 4141 89570.91 835985.08 708347.56 121070.09 6567.43
## 4142 94749.11 900147.78 768301.04 126429.41 5417.33
## 4143 89464.87 876427.07 742694.07 131751.36 1981.64
## 4144 90675.60 865637.73 760964.53 101987.63 2685.57
## 4145 97349.53 772911.00 692332.57 75800.03 4778.40
## 4146 79794.87 817546.88 703737.29 112614.44 1195.15
## 4147 78798.43 694972.94 593439.47 99452.54 2080.93
## 4148 90880.43 727698.25 630763.15 94069.91 2865.19
## 4149 98398.87 767057.76 672333.85 91600.75 3123.16
## 4150 107243.08 739255.35 637043.83 100801.35 1410.17
## 4151 122484.91 695839.49 618397.55 73641.87 3800.07
## 4152 106123.73 652936.24 544827.75 105806.49 2302.00
## 4153 141965.35 687167.57 586732.16 99759.98 675.43
## 4154 144264.21 735357.59 620880.86 113431.73 1045.00
## 4155 220032.02 879304.51 712463.41 162491.57 4349.53
## 4156 133521.63 583559.72 496721.51 84565.77 2272.44
## 4157 146094.55 741401.13 630109.47 107122.67 4168.99
## 4158 136752.83 685585.30 613646.83 70548.01 1390.46
## 4159 141334.22 688133.07 601246.48 85472.60 1413.99
## 4160 150716.62 575983.67 504610.53 64629.99 6743.15
## 4161 66.44 85112.99 67429.01 16683.98 1000.00
## 4162 104.08 75236.16 57450.73 16375.43 1410.00
## 4163 158.44 96337.39 83236.32 10921.07 2180.00
## 4164 853.80 85878.24 60604.33 23948.91 1325.00
## 4165 177.21 67090.48 55387.15 11098.89 604.44
## 4166 98.85 65380.39 54104.45 10860.94 415.00
## 4167 181.78 68750.89 56865.21 10715.68 1170.00
## 4168 126.52 66459.21 54846.72 11172.49 440.00
## 4169 165.83 68420.42 54539.04 12436.38 1445.00
## 4170 125.57 68004.58 57360.66 9383.92 1260.00
## 4171 233.46 77169.00 56615.71 20373.29 180.00
## 4172 127.90 63640.56 41727.30 21913.26 0.00
## 4173 85.74 80890.73 63579.82 17310.91 0.00
## 4174 188.24 74261.25 59330.89 14930.36 0.00
## 4175 80.79 75534.23 55278.01 20256.22 0.00
## 4176 342.05 92159.38 70618.95 21540.43 0.00
## 4177 371.70 105217.56 89643.04 15574.52 0.00
## 4178 347.34 55531.02 52255.66 3275.36 0.00
## 4179 193.95 66292.45 62586.96 3705.49 0.00
## 4180 173.94 80923.08 67507.82 13415.26 0.00
## 4181 161.34 67037.43 46061.04 20976.39 0.00
## 4182 250.60 68397.88 58584.96 9715.70 97.22
## 4183 255.64 72462.02 59470.62 12991.40 0.00
## 4184 220.24 72608.84 63132.79 9476.05 0.00
## 4185 320.41 71199.18 51675.19 19523.99 0.00
## 4186 354.02 98481.80 74730.82 23750.98 0.00
## 4187 243.82 69593.43 60658.88 8683.16 251.39
## 4188 436.95 76906.66 62256.80 13376.53 1273.33
## 4189 905.03 57417.44 46174.86 9199.25 2043.33
## 4190 727.53 68699.49 52919.87 14359.62 1420.00
## 4191 993.26 72216.84 56072.86 15057.31 1086.67
## 4192 712.61 68959.49 56097.72 11396.65 1465.12
## 4193 975.69 83565.81 55828.84 27611.27 125.70
## 4194 745.90 70737.50 51755.70 18956.39 25.41
## 4195 1425.99 81673.64 49536.04 32137.60 0.00
## 4196 1474.28 86849.16 60106.84 26635.38 106.94
## 4197 1199.07 57747.29 40772.11 16972.66 2.52
## 4198 3073.03 74271.15 43662.04 30601.57 7.54
## 4199 6467.38 45383.94 26413.15 18970.79 0.00
## 4200 6373.68 46695.29 33537.98 13157.31 0.00
## 4201 6535.06 51075.93 35369.01 15704.40 2.52
## 4202 5965.84 58795.31 27726.02 31069.29 0.00
## 4203 5969.90 45660.03 29901.71 15758.32 0.00
## 4204 7034.53 52479.92 27927.65 24552.27 0.00
## 4205 9518.87 45227.18 33528.15 11699.03 0.00
## 4206 8627.20 48378.98 32189.53 16189.45 0.00
## 4207 7759.08 76708.08 39458.27 37249.81 0.00
## 4208 8012.73 41896.53 27523.08 14373.45 0.00
## 4209 6297.48 49631.42 25723.50 23907.92 0.00
## 4210 6427.63 45817.14 32109.79 13707.35 0.00
## 4211 7579.87 52199.69 31952.80 20246.89 0.00
## 4212 7695.24 35180.88 26143.71 9037.17 0.00
## 4213 258.60 85017.60 59964.43 19594.84 5458.33
## 4214 430.00 77890.86 51001.13 17159.73 9730.00
## 4215 205.00 68978.68 53845.72 11187.68 3945.28
## 4216 120.00 85152.54 62849.94 19437.60 2865.00
## 4217 50.00 53983.54 40901.98 12685.45 396.11
## 4218 51.00 57141.46 44174.88 12726.58 240.00
## 4219 102.91 61622.69 45125.04 15814.59 683.06
## 4220 95.00 61605.72 43571.99 17499.01 534.72
## 4221 373.58 69825.32 43587.37 16789.62 9448.33
## 4222 245.00 70023.12 50403.63 15594.49 4025.00
## 4223 501.91 82570.74 54473.06 16752.68 11345.00
## 4224 401.91 77366.69 49871.41 16720.28 10775.00
## 4225 338.69 73213.53 51156.36 14452.17 7605.00
## 4226 892.33 87064.97 58016.11 14213.86 14835.00
## 4227 447.79 85510.74 58161.71 16384.03 10965.00
## 4228 252.90 71334.10 58389.81 9139.29 3805.00
## 4229 274.90 85843.13 63878.78 12704.35 9260.00
## 4230 363.52 88175.58 64573.67 16041.91 7560.00
## 4231 305.00 83457.10 61315.63 12616.47 9525.00
## 4232 189.86 68842.93 52182.75 14285.18 2375.00
## 4233 333.85 80940.37 62537.13 9693.80 8709.44
## 4234 239.09 73192.73 58784.17 13783.56 625.00
## 4235 397.00 91876.03 68532.55 10508.48 12835.00
## 4236 271.30 102309.98 86821.17 13213.81 2275.00
## 4237 335.00 100853.84 79378.63 10060.49 11414.72
## 4238 320.72 120921.80 98981.79 15078.34 6861.67
## 4239 396.04 91800.89 73510.29 9280.60 9010.00
## 4240 267.67 91292.41 70450.55 16416.86 4425.00
## 4241 495.77 84896.48 63204.33 9379.93 12312.22
## 4242 557.45 87564.66 59274.56 15485.38 12804.72
## 4243 355.33 84823.40 65115.76 14412.64 5295.00
## 4244 495.61 85720.05 67298.09 13429.74 4992.22
## 4245 455.63 96076.94 62286.55 33790.39 0.00
## 4246 455.82 148486.67 128875.87 19610.80 0.00
## 4247 1500.12 161891.76 118421.93 43469.83 0.00
## 4248 3088.13 107513.94 77956.93 29557.01 0.00
## 4249 380.73 108864.12 89653.60 19210.52 0.00
## 4250 612.27 110661.68 81778.22 28883.46 0.00
## 4251 4574.45 99432.64 80521.66 18910.98 0.00
## 4252 1281.63 92149.96 79866.18 12283.78 0.00
## 4253 1534.28 93013.73 77772.96 15240.77 0.00
## 4254 455.16 104114.18 80240.98 23873.20 0.00
## 4255 565.65 89576.35 74664.71 14911.64 0.00
## 4256 991.50 110526.79 84691.42 25835.37 0.00
## 4257 322.00 88990.61 71315.06 17675.55 0.00
## 4258 379.12 64492.31 51330.77 13161.54 0.00
## 4259 566.50 137948.96 114075.87 23873.09 0.00
## 4260 347.05 85079.16 74926.48 10152.68 0.00
## 4261 403.01 90623.38 77619.11 13004.27 0.00
## 4262 499.98 86636.62 77817.46 8819.16 0.00
## 4263 440.92 79806.08 67742.84 12063.24 0.00
## 4264 352.60 73729.86 65954.52 7775.34 0.00
## 4265 84414.47 279198.15 241335.64 36654.59 1207.92
## 4266 15428.57 256972.37 215851.19 39174.98 1946.20
## 4267 5247.11 353464.72 247566.16 104392.33 1506.23
## 4268 2350.43 248190.11 214068.14 33668.33 453.64
## 4269 2022.90 256617.06 223707.17 32610.95 298.94
## 4270 2999.16 341057.94 303438.25 35803.02 1816.67
## 4271 2970.03 291557.39 248573.27 42984.12 0.00
## 4272 3519.45 293163.22 250705.71 42457.51 0.00
## 4273 1595.64 171466.66 148756.72 21484.94 1225.00
## 4274 2086.69 282227.06 275967.53 5009.53 1250.00
## 4275 1794.03 316099.47 279470.03 35805.83 823.61
## 4276 1806.94 320260.90 272661.39 47381.07 218.44
## 4277 3847.42 361689.67 310800.35 50151.82 737.50
## 4278 2002.25 371503.30 333527.70 37136.71 838.89
## 4279 1664.22 442631.29 390220.50 52277.46 133.33
## 4280 2148.56 432881.50 384183.89 48239.80 457.81
## 4281 12219.16 410344.29 355517.25 53778.40 1048.64
## 4282 37849.93 439765.60 378940.19 57956.65 2868.76
## 4283 4586.26 543933.29 487247.69 52652.56 4033.04
## 4284 13049.64 529895.86 496919.98 31781.23 1194.65
## 4285 26114.18 540160.12 496292.38 40991.68 2876.06
## 4286 21053.58 475384.07 453444.02 19392.83 2547.22
## 4287 22932.60 492670.56 466170.19 21057.43 5442.94
## 4288 28823.32 423109.31 365760.49 50850.98 6497.84
## 4289 38821.41 511629.14 423617.35 84322.87 3688.92
## 4290 49981.26 469278.11 401172.73 62447.69 5657.69
## 4291 30501.74 445055.77 385977.77 56319.65 2758.35
## 4292 28828.95 425716.37 366851.46 55746.88 3118.03
## 4293 21103.91 469063.89 404818.70 60441.51 3803.68
## 4294 23821.50 452689.99 387456.57 63464.32 1769.10
## 4295 24551.86 428183.96 357118.51 70667.12 398.33
## 4296 16382.54 395979.12 362726.03 32847.65 405.44
## 4297 16601.36 398066.02 343885.47 52450.52 1730.03
## 4298 21633.51 409104.92 349589.72 59095.76 419.44
## 4299 11518.08 401177.40 321936.31 79106.38 134.71
## 4300 12409.29 395387.61 331784.37 62792.13 811.11
## 4301 4694.24 427037.10 350600.31 74702.17 1734.62
## 4302 2136.66 378525.27 337797.27 38411.25 2316.75
## 4303 1685.41 311193.53 269122.16 42071.37 0.00
## 4304 1438.13 368147.19 316529.29 51617.90 0.00
## 4305 1917.48 448593.51 407712.49 40881.02 0.00
## 4306 2800.71 331341.85 287983.06 43358.79 0.00
## 4307 2066.31 360654.99 317977.04 42677.95 0.00
## 4308 2027.64 291647.60 249147.27 42500.33 0.00
## 4309 3071.33 366968.02 323061.15 43906.87 0.00
## 4310 1219.98 393817.06 326948.56 66868.50 0.00
## 4311 2999.72 544715.08 502578.01 42137.07 0.00
## 4312 1383.65 311043.70 269851.19 41190.34 2.17
## 4313 1854.20 417366.08 345620.20 71745.88 0.00
## 4314 4948.80 393855.14 349479.81 44375.33 0.00
## 4315 1669.99 334219.35 278109.41 56109.94 0.00
## 4316 1462.15 242853.35 205535.79 37308.73 8.83
## 4317 117488.47 797649.44 742542.50 53297.99 1808.95
## 4318 36711.66 713343.05 651338.34 59782.70 2222.01
## 4319 19968.52 868587.41 733966.40 132518.00 2103.01
## 4320 12275.54 652635.90 606208.58 45127.69 1299.63
## 4321 10853.05 649833.09 608290.41 40586.85 955.83
## 4322 16299.41 885422.84 839621.36 43848.70 1952.78
## 4323 14009.38 768461.48 716107.95 52343.53 10.00
## 4324 13244.25 753561.17 699083.75 53807.98 669.44
## 4325 12120.21 616978.62 587560.44 28141.79 1276.39
## 4326 16940.59 832022.58 817362.40 12135.18 2525.00
## 4327 13908.08 939127.16 892219.03 46084.52 823.61
## 4328 12844.95 924383.74 866463.40 57527.85 392.49
## 4329 17032.95 983840.70 922618.70 60122.74 1099.26
## 4330 18241.60 1000248.77 950223.22 49098.88 926.67
## 4331 17881.00 1076533.24 1009926.82 66387.53 218.89
## 4332 25571.12 1095668.73 1028147.48 67007.79 513.46
## 4333 38848.69 1176090.81 1109685.27 62681.63 3723.91
## 4334 68592.79 1254911.76 1164225.11 71526.98 19159.67
## 4335 25740.08 1502401.58 1384984.59 97632.72 19784.27
## 4336 40749.92 1514437.83 1435534.01 63918.41 14985.41
## 4337 59915.16 1414742.47 1335096.50 58406.29 21239.68
## 4338 57230.15 1317881.89 1265795.04 33486.76 18600.09
## 4339 63713.79 1377239.24 1287855.02 36043.62 53340.60
## 4340 74756.02 1341621.87 1208291.71 68637.43 64692.73
## 4341 99899.13 1481861.21 1316229.18 107324.46 58307.57
## 4342 123210.02 1483443.88 1330833.02 82816.01 69794.85
## 4343 118844.60 1343840.97 1233605.40 78613.54 31622.03
## 4344 132512.61 1269406.03 1164066.13 74863.78 30476.12
## 4345 135414.25 1357738.11 1246079.71 80946.35 30712.05
## 4346 156593.71 1347827.99 1235470.33 92633.24 19724.42
## 4347 213854.78 1231915.82 1104419.55 117666.65 9829.62
## 4348 219221.82 1267810.23 1193559.27 60109.83 14141.13
## 4349 172917.61 1168858.50 1062590.88 103624.27 2643.35
## 4350 211975.68 1305784.11 1213743.41 91515.70 525.00
## 4351 144510.42 1179490.59 1064779.68 114354.17 356.74
## 4352 142677.60 1180445.95 1087631.09 90193.01 2621.85
## 4353 102786.85 1225628.68 1115346.23 108151.38 2131.07
## 4354 164663.65 1138029.23 1070178.97 64699.95 3150.31
## 4355 90728.12 936432.96 869386.54 66910.57 135.85
## 4356 104253.64 1102723.76 1021991.63 80732.13 0.00
## 4357 79981.32 1231618.82 1171614.36 60004.46 0.00
## 4358 111254.96 1019762.67 958452.62 61310.05 0.00
## 4359 83451.82 1081790.69 1022900.73 58882.95 7.01
## 4360 84168.72 930067.30 867106.18 62961.12 0.00
## 4361 84110.32 1061988.45 984377.90 77610.55 0.00
## 4362 129490.05 1155023.55 1047179.93 107841.88 1.74
## 4363 59775.41 1443234.36 1369646.25 73584.63 3.48
## 4364 59279.93 1044960.71 981185.60 63773.37 1.74
## 4365 66877.99 1329664.00 1234678.31 94980.47 5.22
## 4366 77510.23 1220765.85 1153104.63 67661.22 0.00
## 4367 34789.19 1061752.06 976499.36 85149.37 103.33
## 4368 53765.74 785375.49 731458.46 52073.39 1843.64
## 4369 2878.28 52627.47 52623.03 4.44 0.00
## 4370 5316.67 44989.58 44559.31 396.94 33.33
## 4371 3080.85 50921.18 50026.48 894.70 0.00
## 4372 2349.92 35218.92 35218.92 0.00 0.00
## 4373 2392.56 38831.80 38831.80 0.00 0.00
## 4374 3473.03 49526.48 49526.48 0.00 0.00
## 4375 2651.04 42414.39 42414.39 0.00 0.00
## 4376 2261.03 50130.25 50130.25 0.00 0.00
## 4377 2879.09 55043.14 55043.14 0.00 0.00
## 4378 4022.89 46935.09 46935.09 0.00 0.00
## 4379 3353.02 48368.61 48368.61 0.00 0.00
## 4380 2844.21 48160.94 48160.94 0.00 0.00
## 4381 3193.18 47210.91 47207.35 3.56 0.00
## 4382 3706.18 52029.94 52018.36 11.58 0.00
## 4383 4265.21 53063.06 52433.61 548.89 80.56
## 4384 7204.93 63781.95 63234.18 537.77 10.00
## 4385 6202.12 75841.98 75401.98 0.00 440.00
## 4386 4901.82 69122.17 67069.76 22.41 2030.00
## 4387 4669.14 115881.09 114415.93 30.16 1435.00
## 4388 5813.05 116219.79 114464.79 0.00 1755.00
## 4389 5883.79 97133.95 96888.95 0.00 245.00
## 4390 6617.70 108942.85 107009.09 3.76 1930.00
## 4391 7567.92 127318.46 122744.69 3.77 4570.00
## 4392 7593.24 101500.69 94129.58 0.00 7371.11
## 4393 10102.89 85485.71 77486.39 4.32 7995.00
## 4394 14095.91 111731.12 102068.55 7.57 9655.00
## 4395 20456.90 89862.21 85807.21 0.00 4055.00
## 4396 27247.57 82803.11 80128.11 0.00 2675.00
## 4397 30137.67 85644.72 82839.72 0.00 2805.00
## 4398 35125.40 88872.87 86447.87 0.00 2425.00
## 4399 58060.21 85309.19 83274.96 4.23 2030.00
## 4400 64720.71 85282.15 82259.75 7.40 3015.00
## 4401 47340.47 77844.46 77840.76 3.70 0.00
## 4402 55130.63 118311.98 118297.20 14.78 0.00
## 4403 37533.31 50413.81 50354.09 0.00 59.72
## 4404 39188.20 62526.85 62471.31 55.54 0.00
## 4405 29548.55 63600.20 63501.61 33.31 65.28
## 4406 50624.92 64571.94 64557.15 14.79 0.00
## 4407 26852.26 45255.58 45255.58 0.00 0.00
## 4408 29091.94 64585.79 64585.79 0.00 0.00
## 4409 25614.84 60674.74 60671.05 3.69 0.00
## 4410 36964.09 53874.46 53859.72 14.74 0.00
## 4411 26686.24 71523.12 71471.61 51.51 0.00
## 4412 26834.63 67879.36 67323.10 556.26 0.00
## 4413 26089.16 72000.52 70056.97 1943.55 0.00
## 4414 41374.90 94224.92 91688.51 2536.41 0.00
## 4415 16922.98 53686.19 51858.11 1828.08 0.00
## 4416 18558.03 105379.52 104227.82 1151.70 0.00
## 4417 22047.61 111645.85 111162.60 483.25 0.00
## 4418 22335.05 92437.73 92437.73 0.00 0.00
## 4419 11133.28 59840.43 59836.86 3.57 0.00
## 4420 17575.69 39852.10 39852.10 0.00 0.00
## 4421 133.41 145904.75 65955.63 79804.68 144.44
## 4422 118.25 142743.77 63529.34 79119.99 94.44
## 4423 67.56 114739.66 61197.81 53441.85 100.00
## 4424 114.33 173717.37 65178.82 108538.55 0.00
## 4425 121.11 95833.85 44616.34 51217.51 0.00
## 4426 91.45 105313.34 49247.51 56065.83 0.00
## 4427 167.15 102797.21 48419.58 54377.63 0.00
## 4428 149.05 89681.46 34250.33 55431.13 0.00
## 4429 143.88 87706.10 30132.88 57103.78 469.44
## 4430 134.75 83838.72 28494.95 54609.05 734.72
## 4431 151.73 118893.40 24825.29 94068.11 0.00
## 4432 129.43 94677.00 39055.39 55621.61 0.00
## 4433 189.44 117482.41 50462.75 66632.16 387.50
## 4434 134.09 125141.87 61486.67 62514.92 1140.28
## 4435 90.08 126800.33 57821.05 68979.28 0.00
## 4436 63.06 106104.38 50283.33 55821.05 0.00
## 4437 171.78 125863.64 59356.55 66507.09 0.00
## 4438 91.83 82367.30 58695.16 21860.75 1811.39
## 4439 83.44 89671.69 60961.16 23780.53 4930.00
## 4440 131.90 113598.47 53991.45 54647.02 4960.00
## 4441 114.73 98631.44 52784.90 35583.76 10262.78
## 4442 90.90 101707.51 59130.82 33276.69 9300.00
## 4443 142.03 98243.53 53516.79 34306.74 10420.00
## 4444 104.87 115691.39 72463.28 31198.11 12030.00
## 4445 129.52 113292.42 71803.27 29184.15 12305.00
## 4446 278.53 157430.61 87341.32 50692.90 19396.39
## 4447 94.86 114109.61 68453.99 35165.62 10490.00
## 4448 250.15 116438.74 52416.59 52961.59 11060.56
## 4449 142.01 85536.57 44014.87 32645.03 8876.67
## 4450 231.90 114154.76 45382.80 58692.80 10079.16
## 4451 344.58 114780.46 48638.37 62353.75 3788.34
## 4452 307.92 93343.62 44788.78 40285.11 8269.73
## 4453 378.29 172192.51 46050.87 121150.53 4991.11
## 4454 259.09 137892.73 60411.28 77481.45 0.00
## 4455 403.01 223889.61 70814.95 152706.60 368.06
## 4456 745.37 178123.73 46440.63 130991.43 691.67
## 4457 225.84 106185.48 44830.15 61355.33 0.00
## 4458 213.89 173886.68 43958.19 129928.49 0.00
## 4459 251.72 115053.10 49626.46 65426.64 0.00
## 4460 62.90 102111.56 45393.81 56717.75 0.00
## 4461 89.23 98884.08 39885.63 58998.45 0.00
## 4462 450.14 165528.09 42925.83 122602.26 0.00
## 4463 39.29 97386.41 46058.69 51327.72 0.00
## 4464 222.23 170047.62 51303.36 118744.26 0.00
## 4465 89.81 100817.72 42824.92 57992.80 0.00
## 4466 103.25 93141.50 42330.44 50811.06 0.00
## 4467 221.91 206007.20 50078.90 155928.30 0.00
## 4468 159.17 104962.88 45442.34 59520.54 0.00
## 4469 325.53 110390.17 54036.83 56341.94 11.40
## 4470 83.47 70701.54 50177.98 20509.36 14.20
## 4471 198.79 102239.28 49854.64 52384.64 0.00
## 4472 234.28 74829.12 46089.44 28739.68 0.00
## 4473 18780.24 96730.86 91017.48 5380.08 333.30
## 4474 2123.60 91111.04 84390.74 6638.08 82.22
## 4475 735.39 112308.49 92567.31 19741.18 0.00
## 4476 845.53 92535.48 86813.13 5539.85 182.50
## 4477 859.82 87239.67 82183.54 5056.13 0.00
## 4478 1486.67 106624.37 101912.73 4632.47 79.17
## 4479 1839.50 100204.75 94328.02 5876.73 0.00
## 4480 1465.76 90998.35 83528.25 7238.16 231.94
## 4481 701.32 89982.39 86874.60 3107.79 0.00
## 4482 664.50 99594.83 97636.47 1958.36 0.00
## 4483 718.39 126258.74 119365.97 6892.77 0.00
## 4484 964.80 135380.86 127432.28 7948.58 0.00
## 4485 898.05 151574.16 143701.70 7790.37 82.09
## 4486 776.02 156621.93 151162.15 5459.78 0.00
## 4487 747.71 187195.91 177935.10 9260.81 0.00
## 4488 955.35 206798.20 197316.10 9482.10 0.00
## 4489 4082.84 196319.39 186793.04 9073.82 452.53
## 4490 13529.45 183482.63 171925.60 10097.85 1459.18
## 4491 2558.50 176103.89 156783.72 17277.92 2042.25
## 4492 5607.24 186834.47 176028.76 9698.25 1107.46
## 4493 12191.16 185975.66 174613.62 8525.89 2836.15
## 4494 12676.62 167023.43 161291.97 3766.46 1965.00
## 4495 13602.94 177169.53 167882.27 4319.20 4968.06
## 4496 17208.53 169877.51 152288.86 9333.25 8255.40
## 4497 20445.49 172836.98 154560.09 14058.39 4218.50
## 4498 25016.94 168791.60 151090.57 10879.62 6821.41
## 4499 21092.23 163240.86 150878.19 9866.32 2496.35
## 4500 18156.09 143902.85 132625.62 8901.20 2376.03
## 4501 16971.20 159041.53 143582.10 12724.43 2735.00
## 4502 17989.98 152825.99 137882.92 14692.24 250.83
## 4503 17074.29 150802.07 129416.16 21385.91 0.00
## 4504 10911.53 151541.36 143071.97 8469.39 0.00
## 4505 10279.83 136902.27 121275.31 15195.02 431.94
## 4506 16821.43 149862.79 137318.24 12438.99 105.56
## 4507 11522.45 145983.06 130517.96 15349.82 115.28
## 4508 11453.06 145552.53 132114.06 13166.25 272.22
## 4509 5216.56 144993.12 129029.56 15823.28 140.28
## 4510 2461.36 136691.83 128214.06 8406.94 70.83
## 4511 409.68 121464.44 112323.24 9141.20 0.00
## 4512 500.98 145367.61 135645.71 9721.90 0.00
## 4513 615.09 238304.56 230449.61 7854.95 0.00
## 4514 775.58 124417.46 115167.32 9250.14 0.00
## 4515 636.84 122382.64 112636.83 9742.72 3.09
## 4516 820.82 110391.81 100246.61 10145.20 0.00
## 4517 1816.34 124387.28 114098.20 10289.08 0.00
## 4518 1006.08 144768.80 132177.05 12591.75 0.00
## 4519 1418.38 272379.84 261473.35 10906.49 0.00
## 4520 504.95 106669.72 97222.56 9447.16 0.00
## 4521 692.47 147357.97 134138.57 13219.40 0.00
## 4522 2771.59 134523.04 124208.71 10314.33 0.00
## 4523 700.17 127141.84 115949.34 11192.50 0.00
## 4524 918.32 96938.86 89684.36 7254.50 0.00
## 4525 17008.10 280957.17 115069.75 165813.81 73.61
## 4526 14396.29 284141.28 135028.94 148667.90 444.44
## 4527 14222.88 307363.95 154962.56 152350.00 51.39
## 4528 11915.51 233511.19 117120.79 115108.46 1281.94
## 4529 11542.14 219243.76 95631.21 123302.83 309.72
## 4530 14661.31 274679.03 110584.81 164013.66 80.56
## 4531 15106.03 269424.47 106369.01 163055.46 0.00
## 4532 16680.28 229175.79 103302.07 125873.72 0.00
## 4533 15843.09 231440.64 108153.46 123199.68 87.50
## 4534 16864.42 243447.67 127647.02 115800.65 0.00
## 4535 13628.24 320040.25 147692.04 171739.88 608.33
## 4536 10640.59 283173.00 153973.16 128733.17 466.67
## 4537 11411.45 252364.05 130376.06 121767.16 220.83
## 4538 12131.33 237215.76 120712.22 115507.71 995.83
## 4539 11915.14 230764.44 93337.58 137426.86 0.00
## 4540 11582.20 229356.03 123900.27 105452.43 3.33
## 4541 13070.26 233360.70 91284.33 142076.37 0.00
## 4542 10716.73 216083.95 103197.40 112886.55 0.00
## 4543 9204.82 256157.73 122310.85 133221.88 625.00
## 4544 11523.66 290191.77 136243.88 153947.89 0.00
## 4545 11938.14 265162.13 132055.10 132129.25 977.78
## 4546 11881.45 244175.50 118231.43 125777.40 166.67
## 4547 12392.31 284764.80 144445.97 139836.89 481.94
## 4548 11537.00 254022.47 145310.82 108636.65 75.00
## 4549 11651.42 285152.44 149012.51 135677.43 462.50
## 4550 14795.19 266159.69 148736.10 117119.42 304.17
## 4551 16235.59 265101.28 151847.82 113195.13 58.33
## 4552 17320.64 247276.98 128068.93 119121.94 86.11
## 4553 22944.15 274236.22 151226.12 123010.10 0.00
## 4554 17419.32 263366.39 131405.15 131926.52 34.72
## 4555 18217.70 250218.67 105242.10 143894.63 1081.94
## 4556 22533.69 190677.62 59067.63 131561.38 48.61
## 4557 13478.11 160844.02 60965.94 99187.80 690.28
## 4558 29263.46 192225.18 80064.68 109498.00 2662.50
## 4559 14202.89 181703.35 109463.91 72200.55 38.89
## 4560 14665.34 188932.59 104062.12 83420.47 1450.00
## 4561 14462.24 202045.59 93837.25 108208.34 0.00
## 4562 37714.15 179820.98 102611.01 75964.14 1245.83
## 4563 17172.83 139511.49 83416.28 56080.04 15.17
## 4564 35478.87 183007.62 102042.24 80965.38 0.00
## 4565 21555.74 156192.76 91822.41 64370.35 0.00
## 4566 16153.46 159507.82 90790.53 68717.29 0.00
## 4567 14567.40 130860.38 76814.40 54045.98 0.00
## 4568 22261.01 139458.75 69825.00 69633.75 0.00
## 4569 15354.56 175545.82 79744.59 95801.23 0.00
## 4570 22140.43 155493.49 77572.93 77920.56 0.00
## 4571 57213.24 171808.69 88259.09 83549.60 0.00
## 4572 21553.25 135043.24 83060.04 51983.20 0.00
## 4573 15408.83 170197.97 88066.62 82131.35 0.00
## 4574 19499.03 145281.89 96088.29 49193.60 0.00
## 4575 12047.67 142511.14 91807.54 50703.60 0.00
## 4576 20950.56 128596.66 79896.67 48699.99 0.00
## 4577 961.58 34340.02 30455.29 3884.73 0.00
## 4578 1974.86 36159.51 27858.11 8301.40 0.00
## 4579 1185.39 37910.79 33381.50 4529.29 0.00
## 4580 1314.12 34636.89 30145.94 4345.12 145.83
## 4581 1117.30 29582.96 25667.72 3915.24 0.00
## 4582 1050.73 38073.85 33341.58 4732.27 0.00
## 4583 1041.38 35705.88 31047.93 4657.95 0.00
## 4584 1137.26 39194.14 34250.04 4944.10 0.00
## 4585 1150.23 38986.35 33736.01 5198.95 51.39
## 4586 1185.68 37712.07 32229.69 5482.38 0.00
## 4587 994.89 39030.32 34191.83 4838.49 0.00
## 4588 953.05 36717.50 32322.38 4395.12 0.00
## 4589 1368.98 32179.16 27626.97 4552.19 0.00
## 4590 3010.02 31956.49 23313.81 8642.68 0.00
## 4591 1331.35 21566.81 20132.05 1434.76 0.00
## 4592 925.30 26125.55 24205.55 1920.00 0.00
## 4593 1349.45 35981.94 34860.32 902.45 219.17
## 4594 1021.81 33941.19 30513.25 2362.94 1065.00
## 4595 1003.84 35432.70 26056.23 8896.47 480.00
## 4596 1001.96 38758.20 29043.13 8460.07 1255.00
## 4597 1000.97 41839.49 27914.15 10405.34 3520.00
## 4598 943.41 39385.99 27719.86 10802.41 863.72
## 4599 1232.52 46330.21 31287.68 10654.75 4387.78
## 4600 1132.71 56179.81 39074.78 10590.03 6515.00
## 4601 1294.98 51533.28 37858.19 10065.09 3610.00
## 4602 1266.40 57169.28 40468.87 11865.41 4835.00
## 4603 1294.29 48494.33 32965.11 13454.22 2075.00
## 4604 1172.76 41638.66 27767.25 12371.41 1500.00
## 4605 1171.89 41625.24 28750.83 11099.41 1775.00
## 4606 1293.72 46228.90 30730.27 15178.63 320.00
## 4607 1567.32 46161.89 29242.90 16522.32 396.67
## 4608 1536.78 42278.96 21961.82 19066.58 1250.56
## 4609 2930.76 48280.31 16500.86 31690.56 88.89
## 4610 2818.47 42787.59 24483.43 18304.16 0.00
## 4611 2935.24 50118.66 35865.31 14253.35 0.00
## 4612 1239.89 54526.20 42500.07 12026.13 0.00
## 4613 1800.73 39258.06 27639.25 11618.81 0.00
## 4614 1600.52 42021.54 28213.82 13807.72 0.00
## 4615 1735.56 26980.29 15060.75 11919.54 0.00
## 4616 1504.71 37348.70 20111.13 17237.57 0.00
## 4617 1224.55 34383.44 23273.12 11110.32 0.00
## 4618 1333.25 35418.52 26767.20 8651.32 0.00
## 4619 1403.75 38327.39 33427.23 4900.16 0.00
## 4620 1383.25 35122.46 29726.65 5395.81 0.00
## 4621 1371.78 24127.59 18779.08 5348.51 0.00
## 4622 1332.20 30579.04 19080.09 11498.95 0.00
## 4623 1740.09 28582.86 21916.83 6666.03 0.00
## 4624 1456.30 23217.17 17454.05 5763.12 0.00
## 4625 1741.79 30985.12 24102.68 6882.44 0.00
## 4626 1254.56 35599.84 23178.32 12421.52 0.00
## 4627 1611.68 38987.77 23259.21 15711.89 16.67
## 4628 1389.95 26577.81 16737.31 9620.50 220.00
## 4629 4267.77 417266.62 384954.53 30652.88 1659.21
## 4630 3271.57 413110.39 377226.69 30112.48 5771.22
## 4631 3599.85 410912.28 382366.52 24588.80 3956.96
## 4632 3190.05 377208.08 325851.34 43201.73 8155.01
## 4633 3226.22 335299.23 305277.39 28166.52 1855.32
## 4634 4456.35 297413.77 273036.06 20624.66 3753.05
## 4635 5306.27 310620.80 279361.86 23575.34 7683.60
## 4636 6472.83 331202.34 300860.55 26241.79 4100.00
## 4637 5263.65 286597.59 221347.82 56090.36 9159.41
## 4638 5549.22 302618.47 254209.16 42103.90 6305.41
## 4639 5139.00 312060.33 276634.27 28257.40 7168.66
## 4640 4681.14 349900.99 312195.29 30408.41 7297.29
## 4641 5181.48 369155.13 314559.24 49039.38 5556.51
## 4642 5573.18 379438.84 333274.27 39397.54 6767.03
## 4643 5721.42 370354.75 326207.49 38375.04 5772.22
## 4644 5273.03 423286.98 392942.12 25530.48 4814.38
## 4645 6177.12 454242.20 409642.51 30741.42 13858.27
## 4646 5248.80 402765.90 358451.47 31890.92 12423.51
## 4647 5418.75 493973.53 461318.07 12246.86 20408.60
## 4648 6193.74 549173.02 525124.87 16834.48 7213.67
## 4649 6165.29 578559.64 535419.49 19900.67 23239.48
## 4650 7471.62 523808.43 471473.75 17633.77 34700.91
## 4651 7416.64 583925.15 527519.74 18858.31 37547.10
## 4652 11130.38 654852.96 590322.87 30454.97 34075.12
## 4653 16160.39 686630.05 614584.95 22163.03 49882.07
## 4654 10691.90 803362.90 717323.25 34035.78 52003.87
## 4655 9370.21 560802.66 510422.91 25086.66 25293.09
## 4656 11009.71 529154.36 475718.48 41103.42 12332.46
## 4657 11290.70 571866.52 518050.97 28877.41 24938.14
## 4658 10390.99 558750.31 505801.45 28530.38 24418.48
## 4659 12125.66 534809.87 502399.51 22583.69 9826.67
## 4660 10708.07 556265.65 502964.37 43241.43 10059.85
## 4661 22169.92 583717.77 532964.89 44849.54 5903.34
## 4662 18180.72 586276.81 500461.05 74091.16 11724.60
## 4663 27641.97 504325.11 471542.33 32052.70 730.08
## 4664 11773.39 538378.13 474085.79 56591.26 7701.08
## 4665 10596.68 495636.62 433889.83 52871.73 8875.06
## 4666 19359.40 459058.13 402410.37 45353.77 11293.99
## 4667 45776.71 373893.56 325591.80 46536.69 1765.07
## 4668 44611.53 403954.94 371049.93 31032.53 1872.48
## 4669 33666.72 419621.70 367140.06 50899.37 1582.27
## 4670 49503.76 394528.62 348345.60 43787.46 2395.56
## 4671 44771.53 409923.50 375200.30 31752.25 2970.95
## 4672 38146.51 396744.61 357647.85 37148.43 1948.33
## 4673 24200.11 364852.40 325916.64 37205.76 1730.00
## 4674 20578.05 374625.35 340809.47 32439.63 1376.25
## 4675 29501.59 437233.55 373119.34 62700.76 1413.45
## 4676 18332.66 391446.39 340740.98 49335.69 1369.72
## 4677 16918.87 365487.75 315428.95 47910.39 2148.41
## 4678 25612.84 334853.27 301751.78 28186.72 4914.77
## 4679 36259.27 373198.43 310260.35 59405.46 3532.62
## 4680 19331.34 312460.49 291734.88 19418.04 1307.57
## 4681 13342.22 272953.61 272606.50 44.46 302.65
## 4682 11774.35 271729.86 270658.02 907.04 164.80
## 4683 11762.18 557393.20 554442.99 1653.04 1297.17
## 4684 11803.23 328915.97 325918.13 2557.73 440.11
## 4685 11472.92 215201.87 214541.32 501.88 158.67
## 4686 13948.69 247527.29 246808.48 500.84 217.97
## 4687 15746.23 262247.96 261272.14 376.61 599.21
## 4688 14247.63 253454.94 252412.68 665.04 377.22
## 4689 15009.27 211839.83 207419.82 4075.80 344.21
## 4690 12872.16 350858.11 349205.42 1375.66 277.03
## 4691 13597.96 335232.53 329875.17 5211.82 145.54
## 4692 15502.77 350305.27 284345.95 65755.98 203.34
## 4693 15822.01 657894.92 481756.13 175641.94 496.85
## 4694 16380.23 431765.47 324254.95 107460.99 49.53
## 4695 13568.76 317622.79 302546.28 14940.66 135.85
## 4696 15697.22 343792.57 343446.30 104.02 242.25
## 4697 13319.89 301470.88 300935.32 312.46 223.10
## 4698 12315.05 315525.82 315111.31 336.36 78.15
## 4699 11483.54 364293.35 362521.54 1691.66 80.15
## 4700 15590.99 333644.85 331448.00 1897.70 299.15
## 4701 15567.80 336710.06 335811.13 831.25 67.68
## 4702 15066.52 326971.26 324790.83 1778.13 402.30
## 4703 16246.36 307370.81 305237.50 2006.10 127.21
## 4704 16322.19 317253.73 316116.69 946.32 190.72
## 4705 15965.08 343174.00 342068.50 1006.66 98.84
## 4706 20839.47 356462.94 355095.80 1172.96 194.18
## 4707 19975.97 343858.09 340794.03 1498.14 1565.92
## 4708 19367.47 339388.98 337166.84 1625.57 596.57
## 4709 19531.71 279475.25 277038.36 2380.23 56.66
## 4710 23659.16 530470.20 524889.49 5116.99 463.72
## 4711 19960.09 463082.88 459278.33 3483.65 320.90
## 4712 18037.36 373566.24 367615.30 5623.69 327.25
## 4713 18398.06 506448.91 491056.93 14194.76 1197.22
## 4714 20852.69 549125.20 544998.05 3539.10 588.05
## 4715 18792.26 465219.77 461966.02 2894.07 359.68
## 4716 18734.63 353689.70 349814.73 3823.03 51.94
## 4717 20489.31 531787.27 518252.26 12155.50 1379.51
## 4718 21804.80 311060.29 309162.69 150.85 1746.75
## 4719 23098.90 444405.23 442760.35 1405.44 239.44
## 4720 17851.44 458296.49 455581.54 2381.58 333.37
## 4721 17767.12 271119.36 269468.42 1435.24 215.70
## 4722 19425.00 418533.50 415276.73 2895.31 361.46
## 4723 32885.82 435354.58 434179.72 841.99 332.87
## 4724 18299.84 414298.22 411116.66 2953.08 228.48
## 4725 14447.61 466077.21 439612.36 26245.95 218.90
## 4726 15639.48 283709.72 283183.03 392.08 134.61
## 4727 17669.38 500442.28 498461.43 1358.08 622.77
## 4728 18005.27 349297.17 346063.40 1781.28 1452.49
## 4729 17305.06 311482.39 307475.27 3800.73 206.39
## 4730 16915.12 373586.36 366756.26 6677.60 152.50
## 4731 20422.92 368735.80 363944.46 4247.82 543.52
## 4732 22086.36 415128.38 402710.31 11447.53 970.54
## 4733 6997.22 79423.63 76469.05 2793.47 161.11
## 4734 8199.68 68362.19 66189.15 2173.04 0.00
## 4735 8646.12 76899.16 75275.83 1623.33 0.00
## 4736 8087.24 75670.00 71739.23 3930.77 0.00
## 4737 6927.36 63014.82 61452.62 1562.20 0.00
## 4738 11043.15 65420.10 63280.10 1846.94 293.06
## 4739 22904.80 60738.47 58852.47 1886.00 0.00
## 4740 25755.21 68180.98 66193.20 1987.78 0.00
## 4741 23850.94 60952.92 59019.43 1933.49 0.00
## 4742 21782.42 76184.37 74210.78 1668.03 305.56
## 4743 17584.71 73803.70 70168.55 3635.15 0.00
## 4744 20238.33 81015.50 77169.19 3278.25 568.06
## 4745 17415.97 83776.68 79781.02 3059.55 936.11
## 4746 15699.74 80443.83 77829.34 2614.49 0.00
## 4747 15056.66 87333.85 82483.06 4723.01 127.78
## 4748 19102.71 92602.53 88122.17 4475.36 5.00
## 4749 19654.54 86626.76 84861.81 1764.95 0.00
## 4750 13156.44 79530.99 77895.51 434.09 1201.39
## 4751 21071.46 87848.09 87548.68 299.41 0.00
## 4752 23428.58 88374.76 86927.70 1447.06 0.00
## 4753 25307.84 76044.83 71564.10 3510.45 970.28
## 4754 25331.72 72766.85 68455.47 1258.60 3052.78
## 4755 26360.80 85864.57 77643.01 3640.73 4580.83
## 4756 29372.59 93002.47 82748.32 685.82 9568.33
## 4757 42699.88 93250.36 80207.55 2107.81 10935.00
## 4758 44752.61 90573.12 79393.97 1461.37 9717.78
## 4759 43580.31 80183.31 77775.85 657.46 1750.00
## 4760 48615.58 79905.38 78077.13 958.25 870.00
## 4761 47593.70 78016.98 75397.66 408.21 2211.11
## 4762 42240.01 80822.76 78796.85 800.08 1225.83
## 4763 41393.05 78353.09 77273.37 834.72 245.00
## 4764 19570.01 86437.77 85455.55 307.22 675.00
## 4765 15602.76 89116.72 86768.77 1193.78 1154.17
## 4766 16994.03 89696.17 86964.65 1553.74 1177.78
## 4767 17389.45 88161.52 86752.27 1406.78 2.47
## 4768 18008.74 88199.81 87008.55 1191.26 0.00
## 4769 17999.41 81492.38 80748.86 733.64 9.88
## 4770 16301.47 82847.87 81149.04 1688.94 9.89
## 4771 14035.04 74452.52 73697.13 755.39 0.00
## 4772 15425.72 71145.81 70533.29 612.52 0.00
## 4773 17215.48 74102.98 73376.76 726.22 0.00
## 4774 20693.96 74890.88 73420.12 1470.76 0.00
## 4775 22198.37 69214.92 68588.92 626.00 0.00
## 4776 19136.17 65580.95 63934.42 1646.53 0.00
## 4777 19436.13 70298.50 69867.25 431.25 0.00
## 4778 18499.75 75907.18 73208.05 2699.13 0.00
## 4779 41708.37 72030.46 66876.30 5151.70 2.46
## 4780 26481.58 57080.40 52157.37 4923.03 0.00
## 4781 26788.14 60248.95 59121.70 1127.25 0.00
## 4782 27591.48 56778.30 56176.96 601.34 0.00
## 4783 29658.58 65875.31 64396.12 1479.19 0.00
## 4784 29344.80 57312.96 56645.93 667.03 0.00
## 4785 2184.20 58142.64 57397.06 745.58 0.00
## 4786 2892.26 52758.01 51586.60 1171.41 0.00
## 4787 2894.98 64561.84 63970.47 591.37 0.00
## 4788 2714.51 49514.25 49474.25 40.00 0.00
## 4789 2115.80 56103.69 56074.45 29.24 0.00
## 4790 3168.92 63057.60 63057.60 0.00 0.00
## 4791 4975.01 43970.14 43970.14 0.00 0.00
## 4792 6292.12 46648.86 46648.86 0.00 0.00
## 4793 5927.06 44142.49 44106.08 33.08 3.33
## 4794 5858.15 47348.03 46850.78 497.25 0.00
## 4795 4957.43 54680.10 53622.78 1057.32 0.00
## 4796 4535.47 52119.52 51541.32 578.20 0.00
## 4797 5204.62 60397.55 59496.47 901.08 0.00
## 4798 4599.00 51228.61 51224.17 4.44 0.00
## 4799 4204.51 56727.84 54657.32 2070.52 0.00
## 4800 5966.97 66602.09 63212.61 3389.48 0.00
## 4801 6483.63 70028.45 69754.69 113.76 160.00
## 4802 5087.71 72113.66 70265.15 178.51 1670.00
## 4803 6791.56 58155.91 57801.11 79.80 275.00
## 4804 8138.85 69612.81 69444.71 108.10 60.00
## 4805 8281.61 66522.50 60015.34 4302.16 2205.00
## 4806 9342.86 63643.39 60284.96 2603.43 755.00
## 4807 9256.75 75487.74 64454.83 6622.91 4410.00
## 4808 9386.11 79540.48 69396.45 683.20 9460.83
## 4809 12340.78 79485.40 69248.69 2121.71 8115.00
## 4810 14142.27 85090.00 77055.00 0.00 8035.00
## 4811 13640.28 66404.42 61487.49 26.93 4890.00
## 4812 15409.30 72522.40 67694.00 83.40 4745.00
## 4813 15693.42 72459.57 69331.20 158.37 2970.00
## 4814 13829.45 69692.26 66487.06 784.37 2420.83
## 4815 14413.68 71704.83 68403.23 746.60 2555.00
## 4816 5994.65 80723.94 78267.45 6.49 2450.00
## 4817 5701.56 59474.62 59227.96 152.32 94.34
## 4818 6247.53 80728.44 78934.29 1724.92 69.23
## 4819 6670.54 77191.57 77132.40 2.67 56.50
## 4820 6402.36 74662.54 74660.00 2.54 0.00
## 4821 6469.48 67278.58 67277.25 1.33 0.00
## 4822 6103.75 70678.99 70654.98 0.00 24.01
## 4823 5176.88 52393.59 52393.59 0.00 0.00
## 4824 4986.56 57721.78 57703.09 5.34 13.35
## 4825 5712.57 65344.68 65341.18 3.50 0.00
## 4826 6975.98 59731.59 59722.27 9.32 0.00
## 4827 7265.87 61339.50 61329.85 9.65 0.00
## 4828 6324.86 48197.79 47964.52 233.27 0.00
## 4829 5839.55 49967.14 46939.94 3027.20 0.00
## 4830 4864.42 61735.78 58227.80 3507.98 0.00
## 4831 11393.01 69172.90 65402.67 3770.23 0.00
## 4832 7356.20 46214.37 43577.03 2637.34 0.00
## 4833 7716.74 51506.74 50993.41 513.33 0.00
## 4834 8461.90 46788.54 46788.54 0.00 0.00
## 4835 8835.13 55906.57 55900.00 6.57 0.00
## 4836 8338.60 45676.31 45411.45 264.86 0.00
## 4837 95.33 48052.71 47522.99 529.72 0.00
## 4838 125.18 36926.94 35874.46 1052.48 0.00
## 4839 129.80 48704.49 47917.82 786.67 0.00
## 4840 160.98 36290.10 35680.66 486.67 122.77
## 4841 86.27 35235.62 34948.95 286.67 0.00
## 4842 88.60 42294.35 41990.29 304.06 0.00
## 4843 133.09 35546.50 35306.50 240.00 0.00
## 4844 156.15 41053.20 40762.52 290.68 0.00
## 4845 183.65 40284.65 39530.35 754.30 0.00
## 4846 171.82 37322.93 35715.71 1607.22 0.00
## 4847 130.07 46384.49 43935.83 2448.66 0.00
## 4848 198.70 38336.47 35482.55 2853.92 0.00
## 4849 183.93 48866.54 45781.78 3084.76 0.00
## 4850 116.89 51876.07 51504.04 372.03 0.00
## 4851 92.70 47741.85 43287.12 4444.73 10.00
## 4852 164.15 59177.64 52831.12 6321.52 25.00
## 4853 107.02 67328.62 64633.66 2359.96 335.00
## 4854 108.80 63164.75 59304.96 1999.79 1860.00
## 4855 64.69 56341.36 52711.37 2759.99 870.00
## 4856 89.14 61326.44 57870.22 3331.22 125.00
## 4857 170.74 52136.98 42151.76 9020.22 965.00
## 4858 92.05 54800.62 49803.99 4396.63 600.00
## 4859 61.47 63017.50 49239.71 9662.79 4115.00
## 4860 138.97 56956.78 49605.10 1761.68 5590.00
## 4861 140.66 58067.06 47150.09 5153.64 5763.33
## 4862 153.08 66740.64 59666.75 1708.89 5365.00
## 4863 110.61 51531.20 48166.61 4.59 3360.00
## 4864 134.48 60996.11 57154.04 32.07 3810.00
## 4865 144.98 57727.96 54131.29 277.23 3319.44
## 4866 113.30 55476.89 53294.21 747.68 1435.00
## 4867 199.58 58553.66 56109.34 1204.88 1239.44
## 4868 230.36 65682.71 62687.37 1307.56 1687.78
## 4869 199.99 44612.49 42432.85 2073.58 106.06
## 4870 277.57 60828.07 56454.27 4373.80 0.00
## 4871 715.42 63563.90 61577.35 1986.55 0.00
## 4872 97.80 63800.09 60645.38 3145.62 9.09
## 4873 100.98 53360.61 51084.20 2273.38 3.03
## 4874 135.52 59993.47 58125.32 1834.92 33.23
## 4875 169.65 42867.47 41615.10 1252.37 0.00
## 4876 72.40 44374.02 43175.63 1198.39 0.00
## 4877 140.42 48302.75 48248.66 54.09 0.00
## 4878 147.59 45207.52 44871.77 335.75 0.00
## 4879 111.04 41230.05 39867.65 1362.40 0.00
## 4880 149.25 34858.03 33709.28 1148.75 0.00
## 4881 102.37 36940.03 33666.70 3273.33 0.00
## 4882 185.96 56138.26 52052.28 4085.98 0.00
## 4883 179.28 57376.62 53859.35 3517.27 0.00
## 4884 135.09 36490.74 34167.03 2323.71 0.00
## 4885 180.99 39559.20 39026.98 162.22 370.00
## 4886 98.71 40837.92 40764.59 0.00 73.33
## 4887 178.13 44682.97 44595.26 17.71 70.00
## 4888 182.56 38685.93 37521.60 31.00 1133.33
## 4889 811.18 44357.39 39136.56 2868.61 2352.22
## 4890 887.61 40030.16 32583.06 5207.10 2240.00
## 4891 1253.31 50467.37 43426.13 5504.02 1537.22
## 4892 1306.30 47267.51 45560.08 382.43 1325.00
## 4893 1111.91 38363.97 35372.69 716.28 2275.00
## 4894 1201.70 41969.52 41822.75 141.77 5.00
## 4895 1255.02 38279.56 38273.66 5.90 0.00
## 4896 1450.27 33681.11 33675.22 5.89 0.00
## 4897 1177.31 20977.23 20196.46 435.77 345.00
## 4898 1930.47 41563.31 36824.00 2029.31 2710.00
## 4899 2661.47 43895.10 41539.17 1035.65 1320.28
## 4900 4510.14 41997.77 41780.40 206.47 10.90
## 4901 4079.46 50023.32 48791.65 0.00 1231.67
## 4902 3263.50 51124.50 46655.82 704.79 3763.89
## 4903 3771.58 44389.52 40849.27 1176.91 2363.34
## 4904 4350.92 58195.58 57595.58 0.00 600.00
## 4905 4575.47 66590.51 66372.28 2.95 215.28
## 4906 5537.68 39725.97 39589.51 5.90 130.56
## 4907 10652.53 47026.33 46759.13 8.87 258.33
## 4908 14039.56 44453.39 44453.39 0.00 0.00
## 4909 13055.76 51045.47 51032.16 13.31 0.00
## 4910 16262.28 53948.46 53547.82 10.36 390.28
## 4911 18157.79 55394.72 55394.72 0.00 0.00
## 4912 16900.69 67077.93 67069.07 8.86 0.00
## 4913 20004.70 73209.02 72950.16 8.86 250.00
## 4914 24533.11 74049.59 74049.59 0.00 0.00
## 4915 20249.04 67435.85 66812.24 0.00 623.61
## 4916 18508.95 55316.35 54341.35 0.00 975.00
## 4917 22373.00 57049.82 56671.26 13.14 365.42
## 4918 25618.94 56940.43 56921.44 18.99 0.00
## 4919 18823.94 51362.35 51287.11 4.39 70.85
## 4920 20549.75 57721.72 55547.83 0.00 2173.89
## 4921 27155.74 48459.04 48442.97 7.30 8.77
## 4922 19761.74 70586.27 69357.77 5.84 1222.66
## 4923 16678.02 55338.55 54906.90 106.65 325.00
## 4924 18901.93 56258.79 55978.23 0.00 280.56
## 4925 21378.51 57606.28 57218.47 61.42 326.39
## 4926 22372.96 57719.38 57376.68 20.48 322.22
## 4927 21875.92 53343.76 53306.03 37.73 0.00
## 4928 20119.22 60518.21 60509.50 8.71 0.00
## 4929 19762.52 53520.98 53491.92 26.15 2.91
## 4930 18205.15 56329.50 56309.19 0.00 20.31
## 4931 19505.98 71111.62 71097.10 5.81 8.71
## 4932 21516.31 70657.22 70657.22 0.00 0.00
## 4933 17229.28 58028.70 58022.88 5.82 0.00
## 4934 17758.15 79229.76 79168.62 17.47 43.67
## 4935 34235.86 83861.68 83768.44 55.36 37.88
## 4936 19002.36 60573.61 60564.87 5.83 2.91
## 4937 18007.03 57766.90 57734.83 32.07 0.00
## 4938 15555.85 60047.98 60045.08 0.00 2.90
## 4939 15444.14 66501.51 66489.91 11.60 0.00
## 4940 16053.59 53729.83 53729.83 0.00 0.00
## 4941 14438.25 149507.10 125660.66 22080.88 1765.56
## 4942 14145.04 155920.72 115858.84 38951.60 1110.28
## 4943 14736.56 145576.63 91917.03 53237.93 421.67
## 4944 15081.42 136680.65 128681.56 6275.12 1723.97
## 4945 12510.47 110313.27 98751.41 10626.32 935.54
## 4946 14499.34 99839.55 85261.69 14192.86 385.00
## 4947 18445.16 88686.27 74992.87 13258.40 435.00
## 4948 18569.63 56008.44 46336.06 8804.32 868.06
## 4949 14742.36 48144.51 41712.24 6337.00 95.27
## 4950 13215.77 106129.21 91095.15 13109.95 1924.11
## 4951 14087.91 156643.17 137002.06 16987.77 2653.34
## 4952 15433.41 171299.97 150537.80 20262.17 500.00
## 4953 17065.91 176524.82 159927.44 15812.38 785.00
## 4954 15808.76 196586.00 182692.61 12821.45 1071.94
## 4955 12716.14 157525.58 144313.97 11857.44 1354.17
## 4956 12611.44 177027.42 161784.53 15187.89 55.00
## 4957 12126.32 188319.37 177175.95 10942.03 201.39
## 4958 14632.50 215379.08 204056.33 10854.69 468.06
## 4959 13817.35 209015.75 194536.98 14380.16 98.61
## 4960 17324.53 165575.87 149733.92 15841.95 0.00
## 4961 17490.36 183883.34 163646.68 20236.66 0.00
## 4962 18152.40 180027.10 156662.69 23324.41 40.00
## 4963 22671.76 166466.32 147604.25 18132.07 730.00
## 4964 23096.26 165570.04 144223.93 20474.70 871.41
## 4965 20782.97 192335.73 171944.56 19129.50 1261.67
## 4966 29141.44 214718.78 192454.33 20162.58 2101.87
## 4967 28460.28 207713.96 189495.73 17484.47 733.76
## 4968 28933.99 202555.08 183995.42 17443.27 1116.39
## 4969 26931.15 209345.19 189261.80 19728.39 355.00
## 4970 31852.41 215095.77 175831.59 39014.18 250.00
## 4971 32042.58 193052.20 160356.37 31715.55 980.28
## 4972 20406.29 185821.84 154279.25 30337.59 1205.00
## 4973 19467.77 168647.09 133555.36 35091.73 0.00
## 4974 24705.68 219907.91 82058.24 137623.28 226.39
## 4975 23602.94 213182.47 57334.52 155614.62 233.33
## 4976 22783.03 197300.17 128655.92 68644.25 0.00
## 4977 22416.32 223820.63 199325.34 24495.29 0.00
## 4978 21394.47 219402.31 175064.61 44337.70 0.00
## 4979 25760.64 187200.86 136889.73 50311.13 0.00
## 4980 23076.81 246578.44 180500.59 66077.85 0.00
## 4981 21444.94 279426.79 228122.01 51304.78 0.00
## 4982 23806.29 253426.32 203378.55 50047.77 0.00
## 4983 22297.72 288428.48 218488.21 69940.27 0.00
## 4984 25138.48 272697.77 201892.80 70804.97 0.00
## 4985 19779.65 247635.26 206855.60 40779.66 0.00
## 4986 22029.85 259056.07 161727.63 97328.44 0.00
## 4987 23694.84 378746.24 292228.73 86517.51 0.00
## 4988 18036.77 258822.35 219631.97 39190.38 0.00
## 4989 21607.39 280302.01 238110.78 42191.23 0.00
## 4990 19123.62 187562.81 141951.66 45611.15 0.00
## 4991 21523.37 248519.50 144796.06 103723.44 0.00
## 4992 22617.47 236295.48 138815.05 97480.43 0.00
## 4993 2525.58 60032.82 52277.99 7459.83 295.00
## 4994 3063.29 65082.83 52370.05 11823.61 889.17
## 4995 2861.59 70207.24 58673.90 10578.62 954.72
## 4996 2249.75 70183.44 67734.87 1143.85 1304.72
## 4997 2393.35 69915.04 67676.02 1584.02 655.00
## 4998 2239.28 78967.02 74502.41 1192.67 3271.94
## 4999 3208.30 75836.18 74569.34 976.56 290.28
## 5000 3840.19 74657.63 74025.26 103.20 529.17
## 5001 3399.09 59465.15 57223.44 269.21 1972.50
## 5002 4817.03 94583.92 89533.10 2966.65 2084.17
## 5003 7787.57 78667.26 74349.15 3259.50 1058.61
## 5004 9771.72 90738.12 89663.48 1055.05 19.59
## 5005 10626.67 103860.08 101544.87 1167.15 1148.06
## 5006 7878.79 92687.39 89785.42 1571.69 1330.28
## 5007 9254.46 80963.91 75829.93 3098.42 2035.56
## 5008 11292.83 95173.97 94338.95 691.96 143.06
## 5009 10836.96 83747.92 82334.20 962.33 451.39
## 5010 13522.19 70976.65 68675.23 990.31 1311.11
## 5011 24855.18 73286.49 70853.19 856.91 1576.39
## 5012 31009.27 60463.24 58400.39 900.35 1162.50
## 5013 28987.50 71348.19 70181.66 869.31 297.22
## 5014 42846.42 72789.74 71153.86 948.38 687.50
## 5015 56349.57 75266.32 72853.77 1013.94 1398.61
## 5016 43042.94 78990.10 77461.44 106.44 1422.22
## 5017 43916.46 90812.78 88916.37 689.47 1206.94
## 5018 54358.08 88886.08 86921.08 945.56 1019.44
## 5019 55056.00 88588.13 86438.13 1044.44 1105.56
## 5020 43427.34 87198.76 85053.17 1080.31 1065.28
## 5021 48922.15 74261.51 72937.16 1021.83 302.52
## 5022 53447.03 86231.07 85119.34 697.78 413.95
## 5023 52673.73 72034.18 70154.87 676.56 1202.75
## 5024 70753.98 82868.88 80974.56 945.43 948.89
## 5025 61090.32 71278.70 69780.99 1042.15 455.56
## 5026 49424.67 83303.81 80879.28 885.92 1538.61
## 5027 39101.10 72797.93 71485.43 898.61 413.89
## 5028 55668.13 77848.85 76195.48 883.93 769.44
## 5029 76966.69 85226.35 83707.21 901.08 618.06
## 5030 61241.91 88012.83 85683.08 894.49 1435.26
## 5031 54166.57 83168.11 82300.09 842.81 25.21
## 5032 46243.39 92753.73 91907.38 830.59 15.76
## 5033 46189.84 82819.92 81984.18 820.00 15.74
## 5034 52459.24 85982.66 85202.82 726.43 53.41
## 5035 62391.95 95689.47 94788.57 797.45 103.45
## 5036 39537.90 100727.20 99966.00 745.56 15.64
## 5037 41240.25 70947.08 70255.21 663.80 28.07
## 5038 39859.46 99110.59 98394.37 688.22 28.00
## 5039 72545.79 90910.53 90251.06 619.09 40.38
## 5040 57834.69 79923.38 79401.44 382.40 139.54
## 5041 41235.01 66149.41 65970.60 166.40 12.41
## 5042 36599.56 79708.02 79192.95 508.86 6.21
## 5043 41093.96 92624.48 92023.17 601.31 0.00
## 5044 32339.95 88527.71 88155.48 372.23 0.00
## 5045 205.26 266347.06 265938.42 156.02 252.62
## 5046 254.31 259214.45 258720.25 215.60 278.60
## 5047 401.33 531874.94 529839.56 416.21 1619.17
## 5048 196.84 325188.81 324725.56 191.83 271.42
## 5049 388.68 217731.52 217343.07 182.80 205.65
## 5050 270.62 261588.48 260780.10 648.16 160.22
## 5051 317.93 259105.95 257996.24 284.07 825.64
## 5052 528.77 257584.41 256977.65 241.61 365.15
## 5053 1018.01 205984.84 205195.57 334.46 454.81
## 5054 483.30 337358.67 335967.69 319.79 1071.19
## 5055 452.03 377004.29 369370.77 7512.55 120.97
## 5056 2177.05 341732.79 309380.23 31923.27 429.29
## 5057 3182.66 650319.01 361894.56 287932.44 492.01
## 5058 3243.02 420580.09 304494.27 115510.78 575.04
## 5059 2273.45 311747.50 264786.31 46367.39 593.80
## 5060 2713.10 319506.88 319298.96 135.14 72.78
## 5061 2493.01 287239.19 286871.24 129.11 238.84
## 5062 2493.89 301258.89 300809.11 141.03 308.75
## 5063 2503.09 351047.88 350689.25 135.10 223.53
## 5064 2368.40 326549.60 326095.86 88.97 364.77
## 5065 2583.85 322988.03 322390.13 143.28 454.62
## 5066 2598.83 342112.26 341834.97 241.87 35.42
## 5067 1555.09 330250.59 329976.05 114.66 159.88
## 5068 1624.49 378294.50 378187.17 78.06 29.27
## 5069 6528.30 354405.87 354205.83 146.27 53.77
## 5070 10770.71 371433.79 371093.38 225.23 115.18
## 5071 12225.64 360183.22 359260.77 313.90 608.55
## 5072 11487.83 370666.14 369495.52 305.75 864.87
## 5073 12433.23 366656.67 365830.13 512.07 314.47
## 5074 13268.56 493244.04 478959.58 13577.66 706.80
## 5075 10676.49 457634.59 443121.96 14344.74 167.89
## 5076 10453.62 410248.19 324711.11 85148.99 388.09
## 5077 12759.69 525544.50 523711.87 1383.28 449.35
## 5078 11093.78 573690.22 552847.39 19202.66 1640.17
## 5079 11463.75 484432.52 458041.08 25900.73 490.71
## 5080 12051.07 430279.71 429116.57 197.83 965.31
## 5081 10371.62 523147.27 511071.78 11419.50 655.99
## 5082 9317.80 365092.04 363375.18 150.02 1566.84
## 5083 9773.45 481104.06 480649.01 107.33 347.72
## 5084 10623.82 487392.65 486972.20 87.14 333.31
## 5085 9181.87 317662.67 317318.40 61.11 283.16
## 5086 10517.64 441269.64 440777.16 139.46 353.02
## 5087 8332.90 469298.92 468419.00 515.93 363.99
## 5088 7587.39 452163.65 451747.01 116.59 300.05
## 5089 8476.06 475336.76 474543.29 391.17 402.30
## 5090 8215.67 327318.91 326841.00 284.73 193.18
## 5091 6322.02 576262.08 573866.81 1573.35 821.92
## 5092 8910.20 391444.80 390708.62 174.35 561.83
## 5093 7343.76 365172.97 363400.35 1682.71 89.91
## 5094 8794.85 421309.11 418854.59 2393.53 60.99
## 5095 7552.84 374734.15 374204.91 173.51 355.73
## 5096 16134.86 328559.34 327227.91 419.77 911.66
## 5097 2501.78 122109.49 72546.57 49562.92 0.00
## 5098 2551.31 106676.83 62581.88 44094.95 0.00
## 5099 2563.93 92309.82 60969.76 31340.06 0.00
## 5100 3039.45 113652.25 56900.14 56728.78 23.33
## 5101 2813.23 95607.13 65375.36 30153.44 78.33
## 5102 4949.78 99115.82 65248.27 33444.22 423.33
## 5103 8259.59 78418.87 42376.82 35957.05 85.00
## 5104 9363.75 73311.98 39593.75 33718.23 0.00
## 5105 9096.43 74431.40 40257.91 34173.49 0.00
## 5106 6749.46 72307.57 42484.87 29822.70 0.00
## 5107 6111.89 93141.93 49717.85 43424.08 0.00
## 5108 4235.90 92882.93 57335.43 35547.50 0.00
## 5109 7203.61 98802.13 63691.60 34973.03 137.50
## 5110 6099.85 104071.23 73929.02 30142.21 0.00
## 5111 5940.65 109273.59 75354.15 33919.44 0.00
## 5112 6695.14 119176.21 94007.45 25095.15 73.61
## 5113 8324.56 122568.07 89224.30 33338.77 5.00
## 5114 6799.65 99972.97 82906.46 17066.51 0.00
## 5115 8868.16 120709.85 104376.41 16333.44 0.00
## 5116 10231.05 113755.91 86861.67 26894.24 0.00
## 5117 12579.44 107475.52 83535.74 23894.78 45.00
## 5118 12940.85 107588.99 83699.62 23134.37 755.00
## 5119 15147.97 96487.12 71699.09 22356.92 2431.11
## 5120 14172.92 99751.71 75310.10 24436.61 5.00
## 5121 21153.33 112682.84 89946.17 22731.67 5.00
## 5122 20517.76 155484.69 116583.25 38901.44 0.00
## 5123 18403.06 108883.96 90996.76 17790.53 96.67
## 5124 20140.13 119394.34 85874.87 31652.80 1866.67
## 5125 19782.06 96169.98 73085.52 17292.79 5791.67
## 5126 16909.95 109440.66 66829.10 37354.89 5256.67
## 5127 15039.71 117620.88 63637.85 50673.03 3310.00
## 5128 6909.70 103063.88 59371.64 40067.82 3624.42
## 5129 6161.52 125915.85 69081.36 56332.31 502.18
## 5130 6506.62 148369.49 95500.81 52832.80 35.88
## 5131 6281.64 171184.42 100785.67 70398.75 0.00
## 5132 6258.02 115672.19 61890.01 53782.18 0.00
## 5133 5464.93 102024.21 67727.91 34296.30 0.00
## 5134 6056.81 106944.32 57960.91 48983.41 0.00
## 5135 6435.41 86168.76 63628.30 22540.46 0.00
## 5136 7331.32 79309.57 61407.01 17902.56 0.00
## 5137 8317.29 78941.82 60250.90 18690.92 0.00
## 5138 8978.94 103418.84 65808.71 37604.61 5.52
## 5139 8137.83 70646.29 52684.66 17961.63 0.00
## 5140 7038.97 89546.17 53432.55 36113.62 0.00
## 5141 7361.72 66931.59 49804.83 17126.76 0.00
## 5142 6594.27 74656.30 50158.17 24498.13 0.00
## 5143 13083.51 122354.86 61003.56 61340.53 10.77
## 5144 9166.73 55459.01 38452.05 17006.96 0.00
## 5145 9676.68 68767.80 43452.47 25315.33 0.00
## 5146 9610.22 54061.85 42971.35 11090.50 0.00
## 5147 9959.86 64902.18 42725.71 22176.47 0.00
## 5148 10726.18 48230.71 39155.81 9074.90 0.00
## 5149 20052.89 1613702.40 1288631.84 301809.49 23261.07
## 5150 15771.64 1561257.65 1144739.27 383503.55 33014.83
## 5151 18326.63 1392006.65 939911.81 435548.82 16546.02
## 5152 18795.24 1395566.02 1039669.75 344663.64 11232.63
## 5153 14619.93 960172.30 817184.54 133945.12 9042.64
## 5154 16553.22 911092.88 735263.86 173417.70 2411.32
## 5155 22128.14 892446.10 710489.09 180468.83 1488.18
## 5156 16494.71 964604.48 771794.04 191200.76 1609.68
## 5157 19653.30 993407.53 733102.01 242672.72 17632.80
## 5158 20588.09 1397084.84 1228547.91 140925.06 27611.87
## 5159 18419.04 1376594.60 1088286.99 263848.40 24459.21
## 5160 32866.62 1356472.19 1118452.81 222546.73 15472.65
## 5161 17352.41 1447622.95 1091904.20 338402.33 17316.42
## 5162 15830.87 1525510.25 1094936.72 409425.49 21148.04
## 5163 16478.55 1652432.36 1446564.10 189481.99 16386.27
## 5164 15092.69 1564657.73 1379670.23 173092.74 11894.76
## 5165 18544.30 1713210.55 1488491.11 188922.83 35796.61
## 5166 17935.73 1447131.62 1259357.50 142470.58 45303.54
## 5167 25630.41 1413024.88 1245189.33 153644.22 14191.33
## 5168 21617.07 1198246.30 1034294.77 157809.80 6141.73
## 5169 24523.40 1197854.91 1035007.77 149412.38 13434.76
## 5170 25254.69 1153489.74 969970.70 169617.21 13901.83
## 5171 29835.26 1329077.21 1169824.57 105002.77 54249.87
## 5172 44558.77 1402394.91 1297883.28 87850.35 16661.28
## 5173 189691.87 1374241.93 1233354.94 92635.95 48251.04
## 5174 522836.75 1630640.31 1398829.45 124715.63 107095.23
## 5175 425639.83 1477093.31 1226901.91 190503.41 59687.99
## 5176 346244.07 1268950.14 1062854.49 167590.92 38504.73
## 5177 423778.70 1335078.27 964900.17 307836.87 62341.23
## 5178 355042.24 1363234.34 976198.08 325421.53 61614.73
## 5179 347794.01 1299214.04 1034533.11 229576.24 35104.69
## 5180 537748.12 1474558.75 1071647.44 348148.30 54763.01
## 5181 459077.76 1544628.69 1146035.44 389114.15 9479.10
## 5182 697833.12 1550045.03 1225103.02 315129.42 9812.59
## 5183 398632.20 1594861.23 1215673.04 368204.58 10983.61
## 5184 564146.38 1515562.48 1161263.73 346494.76 7803.99
## 5185 617895.60 1328964.06 1124257.15 195845.36 8861.55
## 5186 556972.27 1320919.43 1124849.63 183288.76 12781.04
## 5187 649669.10 1099219.01 896073.07 198721.79 4424.15
## 5188 660825.04 1247605.46 951743.56 288346.10 7515.80
## 5189 653141.71 1147082.56 882135.10 256004.47 8942.99
## 5190 698856.60 883739.27 731907.20 144961.72 6870.35
## 5191 390174.57 957869.45 822317.08 128134.68 7417.69
## 5192 337159.88 902749.95 791893.15 104430.43 6426.37
## 5193 423920.15 791466.24 658990.14 124051.73 8424.37
## 5194 718463.59 832090.55 662650.24 147944.33 21495.98
## 5195 804558.25 1048473.26 756322.54 197394.70 94756.02
## 5196 521213.33 862689.21 623663.62 133279.26 105746.33
## 5197 245808.96 928933.01 705848.56 159609.68 63474.77
## 5198 373209.85 769870.56 621920.46 136801.89 11148.21
## 5199 263562.26 800065.29 656702.11 140938.24 2424.94
## 5200 361423.55 795564.12 682311.74 109448.15 3804.23
## 5201 5643.49 1505734.95 736767.31 767155.70 1811.94
## 5202 8172.53 1439566.48 670843.43 766286.38 2436.67
## 5203 4655.77 1124601.48 630163.97 492521.95 1915.56
## 5204 5133.86 1603342.57 644607.27 957516.13 1219.17
## 5205 4791.45 1000540.24 509394.25 490242.94 903.05
## 5206 8082.20 1127324.94 592607.45 532645.82 2071.67
## 5207 13358.39 1080426.19 543743.70 535602.77 1079.72
## 5208 14547.51 980839.72 432321.09 547443.91 1074.72
## 5209 14441.46 964607.84 416179.29 545707.16 2721.39
## 5210 11469.22 981836.20 435847.70 543596.56 2391.94
## 5211 10217.86 1211778.49 420581.32 790113.56 1083.61
## 5212 7239.64 1098335.61 516483.34 580235.88 1616.39
## 5213 10940.09 1206077.13 602427.54 602149.59 1500.00
## 5214 9605.99 1269316.00 691449.32 573138.62 4728.06
## 5215 9444.29 1326952.81 706832.05 617002.43 3118.33
## 5216 10177.70 1250665.23 791919.62 455458.67 3286.94
## 5217 12528.81 1350425.71 771445.27 574732.66 4247.78
## 5218 10303.20 1039496.20 738943.52 290855.73 9696.95
## 5219 13450.33 1131257.46 827154.53 276587.65 27515.28
## 5220 15287.26 1235785.30 745879.10 467642.03 22264.17
## 5221 18597.99 1085092.05 710559.72 328992.05 45540.28
## 5222 18938.44 1096809.52 724983.80 322569.05 49256.67
## 5223 21369.68 1029573.65 657021.42 314632.79 57919.44
## 5224 20301.82 1108146.26 705840.64 335918.68 66386.94
## 5225 29960.26 1168263.21 785436.82 322739.72 60086.67
## 5226 30343.48 1677681.28 1031656.46 559976.48 86048.34
## 5227 26639.39 1184384.67 850211.60 280635.29 53537.78
## 5228 30691.31 1257240.56 699685.23 498428.66 59126.67
## 5229 30505.16 1013489.54 641109.21 295047.83 77332.50
## 5230 26309.45 1209213.09 563930.87 574578.06 70704.16
## 5231 23769.90 1271964.93 531132.05 696042.61 44790.27
## 5232 11952.59 1103370.10 536816.84 512209.90 54343.36
## 5233 10065.75 1658275.05 610050.97 1029088.05 19136.03
## 5234 10776.46 1510896.22 712577.48 795541.26 2777.48
## 5235 10664.75 2057090.63 738082.97 1318520.16 487.50
## 5236 10941.97 1620237.24 542495.57 1072748.00 4993.67
## 5237 8860.76 1180206.12 556254.94 622049.37 1901.81
## 5238 10186.67 1539555.11 519721.11 1017680.35 2153.65
## 5239 12154.28 1045918.81 551758.29 494160.52 0.00
## 5240 13925.65 951934.24 530183.19 421736.00 15.05
## 5241 15753.25 945669.76 506482.12 439187.64 0.00
## 5242 17714.52 1417827.86 527240.77 890581.06 6.03
## 5243 14794.78 912052.32 493727.49 418324.83 0.00
## 5244 13243.40 1407173.69 528218.04 878955.65 0.00
## 5245 13665.41 878493.31 459449.71 419043.60 0.00
## 5246 12099.24 871290.27 499341.01 371949.26 0.00
## 5247 22097.49 1846427.61 740216.91 1106150.27 60.43
## 5248 15260.70 903532.76 485345.67 418187.09 0.00
## 5249 16838.16 1122442.48 570260.95 552166.44 15.09
## 5250 16861.86 750058.46 507151.29 242855.86 51.31
## 5251 17017.65 1020575.74 489927.14 530648.60 0.00
## 5252 17650.77 715314.10 482358.65 232943.41 12.04
## 5253 43.42 32987.91 32946.57 13.33 28.01
## 5254 27.35 42555.60 42186.43 361.54 7.63
## 5255 34.43 51511.95 50878.50 424.91 208.54
## 5256 312.82 28902.23 28878.10 8.89 15.24
## 5257 33.27 23871.15 23852.61 13.46 5.08
## 5258 24.20 46097.43 45968.78 4.50 124.15
## 5259 35.41 55964.75 55562.16 81.03 321.56
## 5260 20.15 28679.31 28639.40 4.50 35.41
## 5261 118.13 27285.86 27169.67 0.00 116.19
## 5262 19.05 35996.40 35886.49 44.63 65.28
## 5263 46.93 36057.86 34881.48 1171.39 4.99
## 5264 70.54 43225.60 33043.20 10182.40 0.00
## 5265 151.99 89795.19 45596.93 43887.36 310.90
## 5266 124.82 49375.04 39036.90 10338.14 0.00
## 5267 378.65 36230.18 32496.53 3721.45 12.20
## 5268 1572.45 41643.40 41633.69 0.00 9.71
## 5269 1519.26 39238.05 39194.32 17.17 26.56
## 5270 1858.09 39320.51 39315.70 0.00 4.81
## 5271 2000.73 44049.45 44033.76 8.51 7.18
## 5272 2321.26 40761.68 40759.30 0.00 2.38
## 5273 1816.11 38403.17 38393.69 0.00 9.48
## 5274 1167.58 41986.47 41986.47 0.00 0.00
## 5275 210.50 41880.74 41880.74 0.00 0.00
## 5276 159.32 51223.19 51218.42 0.00 4.77
## 5277 1198.87 44657.42 44566.32 33.56 57.54
## 5278 3407.45 45212.47 44836.14 349.79 26.54
## 5279 3974.43 44035.66 44033.23 0.00 2.43
## 5280 2998.29 41121.77 41041.12 56.29 24.36
## 5281 3152.34 42266.87 37812.07 4447.33 7.47
## 5282 5361.13 61473.51 60082.40 1383.65 7.46
## 5283 3012.50 55339.47 55214.30 110.28 14.89
## 5284 3206.91 45150.59 36360.99 8782.18 7.42
## 5285 3401.00 60947.45 60819.71 32.08 95.66
## 5286 3173.84 56829.74 55178.16 1553.14 98.44
## 5287 3451.47 53406.54 53362.37 0.00 44.17
## 5288 2947.93 44927.91 44270.25 630.74 26.92
## 5289 3466.99 75319.15 75098.77 69.31 151.07
## 5290 3378.21 42943.63 42824.85 0.00 118.78
## 5291 3270.23 49666.74 48727.02 930.08 9.64
## 5292 3115.62 63256.35 63172.36 0.00 83.99
## 5293 3092.49 36653.09 36639.27 4.25 9.57
## 5294 3141.33 51134.29 51069.86 0.00 64.43
## 5295 3132.45 52556.18 52480.19 59.31 16.68
## 5296 2886.03 47818.48 47750.71 29.65 38.12
## 5297 2940.94 64822.45 64778.72 12.72 31.01
## 5298 2422.28 35122.33 35052.50 53.10 16.73
## 5299 1283.73 72325.97 72052.59 91.48 181.90
## 5300 3497.50 45912.60 45821.45 76.77 14.38
## 5301 2793.05 42692.72 42637.23 17.07 38.42
## 5302 3527.08 52474.49 52341.94 132.55 0.00
## 5303 3214.92 49769.66 49569.33 51.35 148.98
## 5304 4624.15 45294.77 43671.02 1485.68 138.07
## 5305 60.38 64327.92 47503.95 16823.97 0.00
## 5306 50.40 71669.06 52786.07 18882.99 0.00
## 5307 146.25 71684.48 57071.30 14613.18 0.00
## 5308 37.24 70735.37 40391.54 30343.83 0.00
## 5309 16.27 59769.20 40665.36 19103.84 0.00
## 5310 86.33 50120.56 35284.71 14835.85 0.00
## 5311 97.91 57078.25 40601.59 16476.66 0.00
## 5312 98.22 64456.08 45157.29 19079.35 219.44
## 5313 59.48 71015.07 45591.77 25423.30 0.00
## 5314 49.00 85450.42 61303.92 24146.50 0.00
## 5315 46.82 57696.46 42853.49 14842.97 0.00
## 5316 125.39 55723.55 39013.44 16710.11 0.00
## 5317 35.83 73794.77 41062.22 32732.55 0.00
## 5318 25.48 64183.63 38326.05 25857.58 0.00
## 5319 58.64 77402.26 50958.87 26367.00 76.39
## 5320 32.10 64127.97 50774.93 13353.04 0.00
## 5321 131.77 82460.15 59982.20 17076.40 5401.55
## 5322 99.09 67223.71 43548.46 19095.40 4579.85
## 5323 167.07 115305.18 98022.80 6778.23 10504.15
## 5324 254.57 153766.78 137801.20 10454.24 5511.34
## 5325 213.23 177046.54 154944.24 9249.53 12852.77
## 5326 229.71 131076.17 109459.43 6537.25 15079.49
## 5327 439.63 156046.62 132587.08 11498.20 11961.34
## 5328 304.22 182001.41 152990.15 20179.44 8831.82
## 5329 663.38 229915.84 204560.07 13138.25 12217.52
## 5330 467.21 260500.63 225966.72 21420.64 13113.27
## 5331 750.02 155220.99 126591.94 14354.30 14274.75
## 5332 81.39 171480.26 139118.22 27583.68 4778.36
## 5333 88.75 177313.57 139479.80 19315.86 18517.91
## 5334 90.92 204436.11 170177.69 19377.27 14881.15
## 5335 210.80 164255.54 150822.59 13401.63 31.32
## 5336 15.76 184967.04 156414.69 28505.49 46.86
## 5337 46.32 210259.28 179609.78 30236.34 413.16
## 5338 73.71 182064.39 127495.69 54426.61 142.09
## 5339 42.66 145834.58 126405.83 19398.20 30.55
## 5340 10.97 156817.80 123839.46 32941.31 37.03
## 5341 47.76 131088.14 96909.71 34108.83 69.60
## 5342 82.27 127396.71 98906.41 28468.59 21.71
## 5343 15.21 114503.74 82978.09 31523.48 2.17
## 5344 21.47 96952.33 76482.71 20432.74 36.88
## 5345 27.10 110432.97 73562.41 36866.22 4.34
## 5346 68.81 96265.24 65087.11 31078.15 99.98
## 5347 23.40 107603.99 84301.57 23258.91 43.51
## 5348 64.26 108603.37 81857.33 26526.01 220.03
## 5349 55.42 101066.23 74251.97 26792.44 21.82
## 5350 16.24 87449.87 69046.57 18403.30 0.00
## 5351 32.76 113765.47 71787.46 41934.23 43.78
## 5352 14.01 106869.22 68748.30 38112.15 8.77
## 5353 4.76 101107.17 67007.75 34086.25 13.17
## 5354 25.07 79048.63 63934.26 15068.21 46.16
## 5355 34.37 112747.01 89122.24 23596.15 28.62
## 5356 34.87 79079.88 67243.27 11814.57 22.04
## 5357 2.26 15832.85 14866.23 966.62 0.00
## 5358 5.00 13185.09 12270.19 908.23 6.67
## 5359 15.25 9746.67 8823.89 922.78 0.00
## 5360 4.00 7088.23 6841.52 149.49 97.22
## 5361 6.97 8270.22 8270.22 0.00 0.00
## 5362 1.00 9906.39 9906.39 0.00 0.00
## 5363 33.79 10590.84 10590.84 0.00 0.00
## 5364 31.15 11213.24 11213.24 0.00 0.00
## 5365 12.23 6794.05 6791.83 2.22 0.00
## 5366 41.02 18222.18 18222.18 0.00 0.00
## 5367 21.67 22125.81 22125.81 0.00 0.00
## 5368 56.22 22178.65 22178.65 0.00 0.00
## 5369 37.44 20560.11 20560.11 0.00 0.00
## 5370 24.00 19376.46 19358.68 17.78 0.00
## 5371 15.99 17326.50 17070.94 255.56 0.00
## 5372 10.00 19414.65 18636.87 777.78 0.00
## 5373 23.10 12285.70 12128.93 6.77 150.00
## 5374 16.10 20406.64 19306.64 0.00 1100.00
## 5375 19.23 18382.95 17427.95 0.00 955.00
## 5376 28.81 15972.49 15337.49 0.00 635.00
## 5377 2.00 16213.03 15518.03 0.00 695.00
## 5378 10.23 18720.65 18175.65 0.00 545.00
## 5379 19.95 19499.44 16609.44 0.00 2890.00
## 5380 1.00 25558.91 24463.91 0.00 1095.00
## 5381 13.99 31728.04 28754.71 3.33 2970.00
## 5382 1.25 35695.67 32830.67 0.00 2865.00
## 5383 13.00 29857.83 28352.83 0.00 1505.00
## 5384 15.50 30178.78 28498.78 0.00 1680.00
## 5385 90.98 32429.37 31259.37 0.00 1170.00
## 5386 178.83 31245.29 29640.29 0.00 1605.00
## 5387 435.86 28185.22 27875.22 0.00 310.00
## 5388 600.23 30412.17 29287.17 0.00 1125.00
## 5389 695.37 28097.76 28097.76 0.00 0.00
## 5390 411.23 32833.67 32833.67 0.00 0.00
## 5391 769.07 26695.90 26695.90 0.00 0.00
## 5392 586.42 27272.34 27268.73 3.61 0.00
## 5393 3.00 30486.41 30486.41 0.00 0.00
## 5394 2.00 29290.68 29290.68 0.00 0.00
## 5395 4.00 26379.58 26379.58 0.00 0.00
## 5396 15.45 28359.12 28359.12 0.00 0.00
## 5397 10.73 25508.72 25508.72 0.00 0.00
## 5398 21.45 27715.17 27710.73 4.44 0.00
## 5399 38.46 25257.46 25157.67 99.79 0.00
## 5400 8.00 24247.71 23555.99 691.72 0.00
## 5401 20.50 24037.80 22191.93 1845.87 0.00
## 5402 41.00 26950.79 25835.23 1115.56 0.00
## 5403 23.26 28741.81 28032.92 708.89 0.00
## 5404 33.29 27786.67 27245.24 541.43 0.00
## 5405 31.76 29307.66 29215.12 92.54 0.00
## 5406 9.75 27814.42 27814.42 0.00 0.00
## 5407 2.00 25129.20 25129.20 0.00 0.00
## 5408 24.66 20919.65 20919.65 0.00 0.00
## 5409 63.53 183680.51 87877.06 95803.45 0.00
## 5410 48.96 177571.63 77777.03 99658.49 136.11
## 5411 27.84 129654.62 72901.02 56753.60 0.00
## 5412 39.36 214104.64 91215.95 122888.69 0.00
## 5413 41.71 111269.76 52267.61 59002.15 0.00
## 5414 87.54 120219.30 58516.69 61702.61 0.00
## 5415 148.09 130003.72 63858.93 66144.79 0.00
## 5416 145.64 105649.67 43844.85 61804.82 0.00
## 5417 150.20 104007.93 42732.14 61275.79 0.00
## 5418 130.21 97801.38 35310.45 62490.93 0.00
## 5419 214.87 136937.61 36245.73 100691.88 0.00
## 5420 119.90 121816.07 53843.03 67973.04 0.00
## 5421 250.23 126706.21 63736.85 62969.36 0.00
## 5422 109.75 142173.73 78485.78 63687.95 0.00
## 5423 102.58 145475.45 73697.98 71774.14 3.33
## 5424 61.00 121354.03 65128.71 55457.26 768.06
## 5425 79.60 156524.36 85777.72 68958.03 1788.61
## 5426 62.59 101678.33 78855.06 20239.66 2583.61
## 5427 48.58 113884.27 80157.70 27826.57 5900.00
## 5428 63.23 127938.54 65540.89 57507.65 4890.00
## 5429 107.35 120285.74 75445.92 35139.82 9700.00
## 5430 23.31 108156.34 68165.92 30100.42 9890.00
## 5431 24.75 113201.38 71808.87 29197.51 12195.00
## 5432 46.19 131038.15 87458.66 31340.05 12239.44
## 5433 93.56 125571.71 87917.71 26862.89 10791.11
## 5434 71.82 182480.50 116195.87 50307.96 15976.67
## 5435 37.04 129449.88 88532.88 31127.00 9790.00
## 5436 111.83 135373.56 68955.92 55517.64 10900.00
## 5437 50.30 97287.73 57317.02 29525.43 10445.28
## 5438 105.50 123575.26 61524.24 53634.35 8416.67
## 5439 172.19 126419.09 63311.97 57550.46 5556.66
## 5440 187.53 96827.33 54513.18 33377.48 8936.67
## 5441 113.49 168902.60 58113.67 106150.87 4638.06
## 5442 163.00 158068.61 81108.34 76960.27 0.00
## 5443 50.01 235291.61 85158.24 150133.37 0.00
## 5444 155.42 184380.18 60995.42 122379.20 1005.56
## 5445 97.76 124387.87 63443.38 60944.49 0.00
## 5446 28.42 182667.46 58747.56 123796.29 123.61
## 5447 29.08 132565.73 68922.65 63643.08 0.00
## 5448 67.71 113113.72 58016.76 55096.96 0.00
## 5449 56.69 108808.62 52243.64 56564.98 0.00
## 5450 263.76 175373.37 56866.76 118506.61 0.00
## 5451 20.59 114877.87 62840.15 52037.72 0.00
## 5452 46.83 186635.62 67866.87 118768.75 0.00
## 5453 75.71 107623.12 55694.57 51928.55 0.00
## 5454 78.63 92989.53 56730.92 36258.61 0.00
## 5455 105.28 247469.51 98976.22 148493.29 0.00
## 5456 91.61 140399.07 66287.34 74111.73 0.00
## 5457 213.63 196647.84 80146.89 116498.21 2.74
## 5458 101.81 115799.75 70537.04 45235.19 27.52
## 5459 131.61 180320.56 70164.37 110156.19 0.00
## 5460 133.90 102560.84 69223.85 33336.99 0.00
## 5461 541972.42 10207830.47 7709584.33 2417144.92 81101.22
## 5462 427872.42 9422776.08 6970320.34 2358443.96 94011.78
## 5463 403047.93 10713276.64 8149438.75 2490495.07 73342.82
## 5464 428009.84 10240878.19 7187022.58 2988504.98 65350.63
## 5465 344475.90 7349757.04 5691266.56 1609867.20 48623.28
## 5466 407567.78 8017463.63 6207080.46 1765673.77 44709.40
## 5467 477520.95 7602861.90 5602593.66 1957163.93 43104.31
## 5468 505349.44 7098159.72 5245066.66 1812174.32 40918.74
## 5469 453145.26 6604079.78 4655045.62 1882750.65 66283.51
## 5470 452383.96 8616978.67 6508666.81 2016513.03 91798.83
## 5471 447291.48 9594018.14 6934368.93 2575095.84 84553.37
## 5472 490956.88 9234783.64 6849126.90 2316377.99 69278.75
## 5473 490123.01 10466072.18 7408765.90 2981275.76 76030.52
## 5474 492604.30 10008533.68 7440444.59 2476400.79 91688.30
## 5475 486187.39 10040761.83 7649502.34 2311262.99 79996.50
## 5476 512160.27 10271369.65 8199580.75 2016484.84 55304.06
## 5477 540680.89 10863029.04 8555283.68 2214419.29 93326.07
## 5478 563738.54 10448164.27 8503870.88 1785021.92 159271.47
## 5479 609720.87 10350629.04 8749239.27 1446381.11 155008.66
## 5480 749247.02 10404655.99 8479506.83 1813210.60 111938.56
## 5481 754548.53 10136875.64 8386276.39 1569550.49 181048.76
## 5482 783937.09 9824722.93 8193011.02 1431744.52 199967.39
## 5483 947964.05 10264347.61 8315738.70 1561208.69 387400.22
## 5484 953631.47 10753156.29 8737861.29 1624816.27 390478.73
## 5485 1266433.97 11166526.08 8984513.63 1727668.80 454343.65
## 5486 1761343.08 12407004.27 9967538.34 1887772.28 551693.65
## 5487 1624942.43 10773127.59 8834969.52 1609568.98 328589.09
## 5488 1642735.63 10515650.57 8223280.88 1975350.75 317018.94
## 5489 1607344.08 10147819.40 8039865.67 1796513.74 311439.99
## 5490 1770948.09 11254800.67 8492744.45 2441022.99 321033.23
## 5491 1583495.93 10923377.04 8085657.41 2657598.78 180120.85
## 5492 1640829.40 10623981.88 7835766.14 2563223.75 224991.99
## 5493 1753852.61 11276355.61 7987028.55 3143280.05 146047.01
## 5494 1993645.36 12211187.76 8747756.84 3342780.83 120650.09
## 5495 1414364.49 11804441.30 8376124.32 3365582.11 62734.87
## 5496 1599863.98 10711949.33 7835835.83 2801102.86 75010.64
## 5497 1896149.50 10720881.55 8128710.21 2467001.94 125169.40
## 5498 1666275.13 10499801.43 7808770.98 2613293.43 77737.02
## 5499 1731910.48 9102948.43 6830380.18 2213379.44 59188.81
## 5500 1880231.38 10055499.41 7745105.36 2228007.91 82386.14
## 5501 1773088.87 9700550.36 7248857.68 2374053.89 77638.79
## 5502 1800065.57 9807875.47 7231162.60 2521123.87 55589.00
## 5503 1686475.33 9357288.84 7502570.03 1747903.69 106815.12
## 5504 1560167.75 10123400.65 7251666.99 2802238.74 69494.92
## 5505 1375260.47 9409896.06 7213492.61 2150749.43 45654.02
## 5506 1811090.71 9564299.56 7102422.27 2387455.67 74421.62
## 5507 2546439.11 12698112.39 9083373.04 3373077.87 241661.48
## 5508 1643703.17 8701404.65 6684515.27 1823889.58 192999.80
## 5509 1440380.36 10271872.35 7438489.60 2668368.01 165014.74
## 5510 1419405.62 9138082.37 6846324.06 2228420.91 63337.40
## 5511 1282612.91 9314347.55 6735384.32 2528089.14 50874.09
## 5512 1560068.62 8911429.39 6464895.83 2287449.76 159083.80
## 5513 114035.00 2414073.74 1681100.98 731388.25 1584.51
## 5514 89996.89 2248149.64 1571421.56 673464.14 3263.94
## 5515 86234.32 3330284.14 2543800.78 778604.87 7878.49
## 5516 81114.60 2532202.54 1534025.06 992335.68 5841.80
## 5517 86789.70 1636666.88 1068035.07 565542.44 3089.37
## 5518 105452.10 1920546.84 1357080.60 562175.85 1290.39
## 5519 107496.50 1983632.19 1238998.31 742515.09 2118.79
## 5520 119469.87 1764683.50 1168746.58 593225.94 2710.98
## 5521 113342.82 1577393.01 1029899.70 545279.86 2213.45
## 5522 116102.67 2203553.27 1441557.14 758232.29 3763.84
## 5523 102563.10 2539406.03 1566289.88 970943.65 2172.50
## 5524 98555.04 2327570.81 1433086.08 893082.67 1402.06
## 5525 110878.40 3201511.94 1755945.22 1442472.30 3094.42
## 5526 107712.68 2437197.30 1445592.77 987092.17 4512.36
## 5527 103658.21 2203084.89 1276040.86 922977.71 4066.32
## 5528 102419.92 2365115.30 1494929.03 867612.77 2573.50
## 5529 111324.84 2357778.91 1344665.71 1012172.25 940.95
## 5530 93943.34 2409223.20 1478205.23 928604.86 2413.11
## 5531 91408.86 2158077.84 1621159.84 535021.55 1896.45
## 5532 122056.89 2268690.86 1560891.12 706937.47 862.27
## 5533 94460.71 2244433.80 1668013.40 571941.45 4478.95
## 5534 95280.92 2239890.63 1730972.57 505626.06 3292.00
## 5535 96068.39 2346061.42 1664867.92 664224.62 16968.88
## 5536 95086.40 2504100.74 1822960.00 665247.85 15892.89
## 5537 111309.46 2606450.98 1823295.07 762671.30 20484.61
## 5538 137804.75 2628016.66 2009090.39 606174.10 12752.17
## 5539 135483.56 2548752.65 1853714.65 687801.75 7236.25
## 5540 140268.18 2419020.89 1643598.70 767883.69 7538.50
## 5541 162974.69 2322715.61 1528937.12 787095.90 6682.59
## 5542 147905.62 2926187.85 1971340.38 949755.22 5092.25
## 5543 164102.20 2898450.92 1761129.51 1132669.37 4652.04
## 5544 150382.82 2529687.53 1385581.32 1139276.54 4829.67
## 5545 155509.69 2859001.80 1826973.60 1026237.94 5790.26
## 5546 152314.08 3079248.01 1953254.58 1118633.94 7359.49
## 5547 131269.35 2688397.82 1975170.33 706418.43 6809.06
## 5548 130993.85 2246865.14 1582301.04 658730.78 5833.32
## 5549 168334.55 3065692.14 1944100.53 1112775.44 8816.17
## 5550 177612.73 2406246.76 1619230.76 780038.56 6977.44
## 5551 159784.50 2486040.40 1644831.50 840392.37 816.53
## 5552 190076.10 2538487.90 1771851.21 765592.73 1043.96
## 5553 167407.21 2257593.06 1216115.26 1040865.95 611.85
## 5554 179006.49 2470527.63 1608842.43 860619.11 1066.09
## 5555 171164.48 2223309.85 1665446.71 556980.31 882.83
## 5556 251937.95 2681463.43 1557228.28 1123472.59 762.56
## 5557 123948.37 2734390.49 1670968.69 1062368.09 1053.71
## 5558 155260.97 2293243.90 1225073.29 1064255.94 3914.67
## 5559 281618.20 3123581.98 1921219.60 1187478.30 14884.08
## 5560 186797.28 2240990.41 1438474.30 781447.29 21068.82
## 5561 121729.44 2761390.23 1345680.31 1407886.07 7823.85
## 5562 181519.92 2868822.60 1515056.35 1352291.24 1475.01
## 5563 175472.09 2538772.45 1418302.47 1118953.54 1516.44
## 5564 156194.56 2707752.65 1383713.06 1320163.95 3875.64
## 5565 15998.99 297872.51 130112.09 167620.42 140.00
## 5566 12379.19 323315.22 142224.29 180677.60 413.33
## 5567 12632.73 386798.87 167338.47 219187.07 273.33
## 5568 10869.10 268576.18 105842.68 162657.94 75.56
## 5569 9805.34 203322.09 104487.22 98716.81 118.06
## 5570 11622.63 210703.11 109832.07 100871.04 0.00
## 5571 14195.71 207108.43 114355.56 92752.87 0.00
## 5572 17719.27 189492.08 106571.99 82920.09 0.00
## 5573 17669.83 170583.00 77112.50 93470.50 0.00
## 5574 17487.68 208643.81 92147.36 115578.39 918.06
## 5575 13559.50 326049.56 204702.97 121346.59 0.00
## 5576 11748.36 227171.38 153534.17 73637.21 0.00
## 5577 15371.56 201432.47 131471.63 69960.84 0.00
## 5578 14663.85 188232.75 117476.89 70580.86 175.00
## 5579 12899.95 179627.74 104714.47 74913.27 0.00
## 5580 12243.91 193032.41 111106.93 81825.48 100.00
## 5581 13318.67 192349.36 112529.49 79499.87 320.00
## 5582 12234.07 211026.64 134565.14 76391.50 70.00
## 5583 12142.01 223752.19 142739.33 81012.86 0.00
## 5584 15309.45 244142.63 159059.48 85083.15 0.00
## 5585 15436.45 219758.21 152300.82 67457.39 0.00
## 5586 15442.57 212715.39 144484.06 65764.66 2466.67
## 5587 17101.34 262557.27 169487.86 81989.41 11080.00
## 5588 16431.19 251111.63 178906.87 68996.71 3208.05
## 5589 16968.44 287873.68 187139.46 87776.17 12958.05
## 5590 20212.32 318422.49 212681.56 91214.82 14526.11
## 5591 23127.35 346014.18 243993.80 95170.94 6849.44
## 5592 25373.47 278538.50 167775.05 94639.29 16124.16
## 5593 56434.44 213895.00 110853.14 87748.53 15293.33
## 5594 41083.35 238201.26 106610.36 121450.90 10140.00
## 5595 37522.40 257284.62 107015.69 144257.82 6011.11
## 5596 50440.46 198590.26 97204.01 93102.92 8283.33
## 5597 20624.94 162737.23 97314.33 61552.90 3870.00
## 5598 33224.01 212841.11 124984.25 83560.19 4296.67
## 5599 32607.62 255700.36 173262.30 75381.39 7056.67
## 5600 32786.12 195910.78 97308.05 96326.06 2276.67
## 5601 51745.47 199616.93 92473.19 107003.74 140.00
## 5602 32940.56 168152.43 97395.82 70756.61 0.00
## 5603 29032.63 114280.98 82969.77 31311.21 0.00
## 5604 30073.26 155582.95 99134.34 56448.61 0.00
## 5605 71017.02 140577.07 86992.57 53584.50 0.00
## 5606 36476.41 149759.94 88060.04 61699.90 0.00
## 5607 38919.31 118578.88 89574.12 29004.76 0.00
## 5608 53843.00 125240.61 84429.01 40794.93 16.67
## 5609 27799.93 140172.99 88186.62 50489.70 1496.67
## 5610 30289.17 159512.61 89653.91 56745.36 13113.34
## 5611 74916.26 170067.56 100403.73 41471.60 28192.23
## 5612 38529.09 149053.35 94019.44 16913.91 38120.00
## 5613 16034.41 135481.08 94434.30 24812.34 16234.44
## 5614 26636.10 125527.45 89810.71 28507.85 7208.89
## 5615 16273.90 124938.10 82660.45 40944.32 1333.33
## 5616 35241.26 128928.74 94218.83 32476.58 2233.33
## 5617 20.25 9735.94 5556.98 4178.96 0.00
## 5618 19.06 15616.09 6863.18 8752.91 0.00
## 5619 79.18 17207.91 8914.13 8293.78 0.00
## 5620 104.36 13853.56 7268.21 6585.35 0.00
## 5621 136.00 9511.00 7061.00 2450.00 0.00
## 5622 62.00 11426.00 5059.00 6368.00 0.00
## 5623 43.00 13940.00 7536.00 6404.00 0.00
## 5624 213.00 12115.00 8006.00 4109.00 0.00
## 5625 33.88 13050.39 9877.42 3172.97 0.00
## 5626 57.94 8829.04 5050.91 3778.13 0.00
## 5627 35.48 8569.51 5101.64 3467.87 0.00
## 5628 62.45 6773.72 3882.02 2891.70 0.00
## 5629 42.63 5802.41 2148.20 3654.21 0.00
## 5630 77.85 9299.99 5069.66 4230.33 0.00
## 5631 74.82 9933.04 5391.35 4541.69 0.00
## 5632 33.59 9154.86 5289.78 3851.75 13.33
## 5633 136.96 8985.46 4559.36 3672.77 753.33
## 5634 121.57 10138.66 4615.19 3646.80 1876.67
## 5635 71.46 13412.07 9395.94 3709.46 306.67
## 5636 130.14 13908.35 8599.25 4155.77 1153.33
## 5637 186.67 12331.34 8301.97 3132.71 896.66
## 5638 336.06 13636.13 5918.21 6844.59 873.33
## 5639 321.62 8074.87 5552.63 1932.24 590.00
## 5640 940.58 9037.23 3250.30 4896.93 890.00
## 5641 2546.08 10739.09 4950.13 4788.96 1000.00
## 5642 494.51 16008.42 8213.25 5210.17 2585.00
## 5643 741.19 14764.17 6549.32 6584.85 1630.00
## 5644 129.85 12665.94 4686.34 6874.60 1105.00
## 5645 723.07 11747.83 3875.12 6697.71 1175.00
## 5646 364.68 12857.87 2704.43 8235.11 1918.33
## 5647 100.07 10246.77 2834.14 6342.63 1070.00
## 5648 105.74 12727.56 6141.75 6029.14 556.67
## 5649 334.01 10798.31 5338.56 5203.08 256.67
## 5650 196.39 13279.94 5727.85 7552.09 0.00
## 5651 121.07 36806.79 9600.81 27205.98 0.00
## 5652 81.89 22819.87 10547.36 12272.51 0.00
## 5653 84.45 23292.31 8236.01 15056.30 0.00
## 5654 161.28 14005.06 7179.98 6825.08 0.00
## 5655 44.28 13907.84 7121.61 6786.23 0.00
## 5656 97.26 19977.68 6332.44 13645.24 0.00
## 5657 70.17 18842.97 7252.70 11590.27 0.00
## 5658 140.57 18267.93 8302.27 9965.66 0.00
## 5659 89.32 26414.54 10990.08 15424.46 0.00
## 5660 57.86 13388.64 13277.29 111.35 0.00
## 5661 71.20 11149.85 10910.40 239.45 0.00
## 5662 125.48 10955.48 10784.07 171.41 0.00
## 5663 175.60 12161.47 11650.91 510.56 0.00
## 5664 2119.02 10233.43 10047.32 186.11 0.00
## 5665 484.56 12780.26 12393.84 382.06 4.36
## 5666 2191.71 11194.51 11060.19 125.50 8.82
## 5667 607.03 12634.81 12574.72 60.09 0.00
## 5668 56.91 12674.57 12606.67 67.90 0.00
## 5669 200.36 7874.69 7866.86 7.83 0.00
## 5670 961.18 265511.68 173990.02 88882.27 2639.39
## 5671 1112.56 200420.81 130079.34 66147.03 4194.44
## 5672 915.94 218795.46 153468.13 62336.11 2991.22
## 5673 1302.16 229537.62 158483.40 67567.68 3486.54
## 5674 1390.00 207280.00 137581.00 66640.00 3058.00
## 5675 903.00 172460.00 113141.00 55576.00 3743.00
## 5676 1109.00 181617.00 118386.00 61447.00 1784.00
## 5677 1398.00 233196.00 154898.00 75134.00 3164.00
## 5678 1124.72 258203.63 189677.82 66802.08 1723.73
## 5679 1083.81 199513.92 131656.43 66215.82 1641.67
## 5680 894.35 149983.51 95710.09 54265.29 8.13
## 5681 148.61 173759.18 110652.91 63067.00 39.27
## 5682 51.10 166005.89 100702.03 65197.74 106.12
## 5683 366.89 153118.37 101913.35 51196.55 8.47
## 5684 34.48 136222.77 88241.47 47954.41 26.89
## 5685 92.68 141331.98 90750.39 50425.52 156.07
## 5686 111.21 178201.05 116857.39 58868.48 2475.18
## 5687 121.59 150194.51 92866.15 54225.03 3103.33
## 5688 99.72 179771.75 116586.74 56679.85 6505.16
## 5689 27.54 196441.55 132374.71 62509.83 1557.01
## 5690 64.99 220634.69 148972.21 66092.48 5570.00
## 5691 69.99 205049.15 137139.10 60271.16 7638.89
## 5692 87.14 164737.55 105247.83 53475.11 6014.61
## 5693 150.97 167769.38 115065.44 45903.96 6799.98
## 5694 100.90 216597.76 154627.41 55794.73 6175.62
## 5695 442.12 215484.32 138657.24 69372.08 7455.00
## 5696 109.99 223816.89 136027.87 77103.34 10685.68
## 5697 149.89 205576.35 102982.83 95431.48 7162.04
## 5698 145.33 174184.46 94081.93 69712.53 10390.00
## 5699 101.41 203016.44 117300.66 78150.78 7565.00
## 5700 130.81 293014.07 174068.36 113270.71 5675.00
## 5701 354.25 199864.68 131064.06 57827.85 10972.77
## 5702 1650.70 222049.39 142077.31 70753.58 9218.50
## 5703 3491.08 250753.79 171471.84 69708.44 9573.51
## 5704 248.63 277194.84 148163.73 121006.86 8024.25
## 5705 240.51 215669.22 131644.64 75877.47 8147.11
## 5706 96.03 225570.43 138920.99 84101.48 2547.96
## 5707 143.78 256638.61 170945.65 80087.96 5605.00
## 5708 124.10 193143.23 107369.32 78978.91 6795.00
## 5709 139.77 206733.85 150546.84 52857.01 3330.00
## 5710 132.95 170193.33 108832.13 56386.20 4975.00
## 5711 147.93 195711.22 120153.69 72091.97 3465.56
## 5712 97.76 203385.65 126155.12 75894.14 1336.39
## 5713 62.73 221980.74 143650.82 77624.92 705.00
## 5714 96.57 275008.05 222151.21 50371.84 2485.00
## 5715 133.35 230746.78 171819.03 55459.69 3468.06
## 5716 325.51 233733.34 176286.09 56911.14 536.11
## 5717 412.85 278347.77 180392.30 97837.41 118.06
## 5718 219.79 256177.70 177033.34 79144.36 0.00
## 5719 179.13 298994.39 177899.15 121095.24 0.00
## 5720 169.63 221084.44 145333.47 75750.97 0.00
## 5721 319.36 244202.82 172510.89 71691.93 0.00
## 5722 337.48 204228.49 111599.58 92628.91 0.00
## 5723 4920.46 258478.30 245665.84 12812.46 0.00
## 5724 2679.60 191656.90 184571.16 7085.74 0.00
## 5725 2933.76 188864.53 177981.17 10883.36 0.00
## 5726 3979.72 286728.96 263946.30 22782.66 0.00
## 5727 3789.00 177809.00 173143.00 4666.00 0.00
## 5728 3440.00 189136.00 157579.00 31556.00 0.00
## 5729 3724.00 210972.00 167489.00 43483.00 0.00
## 5730 3925.00 189263.00 178913.00 10350.00 0.00
## 5731 4062.15 180419.22 173551.97 6867.25 0.00
## 5732 4193.34 181207.20 179693.45 1510.42 3.33
## 5733 4523.13 189245.79 184656.12 4545.23 44.44
## 5734 4901.97 179167.58 166892.17 12272.08 3.33
## 5735 4554.55 155033.54 147300.36 7733.18 0.00
## 5736 4777.48 181228.19 167895.87 13332.32 0.00
## 5737 4487.70 161333.19 158072.68 3260.51 0.00
## 5738 4745.57 160297.18 158757.44 1466.41 73.33
## 5739 5141.78 177515.08 169534.25 3197.50 4783.33
## 5740 5348.28 171218.40 168300.59 547.81 2370.00
## 5741 5171.88 194141.28 192627.66 800.29 713.33
## 5742 5204.71 210388.02 198850.69 1721.77 9815.56
## 5743 5629.49 199211.34 186157.57 8884.88 4168.89
## 5744 5324.79 188752.34 182988.33 1830.67 3933.34
## 5745 5352.26 192553.37 187554.78 1284.15 3714.44
## 5746 5663.76 186024.23 181105.06 1046.95 3872.22
## 5747 5640.71 185100.69 177112.27 886.20 7102.22
## 5748 6202.11 182812.82 170309.91 3724.85 8778.06
## 5749 6602.84 210713.25 182308.65 14659.60 13745.00
## 5750 6496.32 183159.21 167326.54 7351.56 8481.11
## 5751 6444.29 181315.40 169245.63 2474.77 9595.00
## 5752 7177.12 196219.87 184500.54 4298.50 7420.83
## 5753 7375.87 205927.41 201471.90 2167.18 2288.33
## 5754 7002.93 228251.64 221418.94 2459.09 4373.61
## 5755 7223.03 205001.75 202535.27 2203.43 263.05
## 5756 6178.07 263404.05 259582.13 2476.09 1345.83
## 5757 10048.95 290272.10 282860.48 6800.51 611.11
## 5758 7668.11 207964.43 202998.95 4607.00 358.48
## 5759 7322.93 213889.71 197171.14 16072.74 645.83
## 5760 6834.65 203367.67 182834.46 20215.15 318.06
## 5761 6568.37 221513.06 218334.47 2510.53 668.06
## 5762 7301.92 216974.88 213697.33 1724.22 1553.33
## 5763 7285.09 199144.48 196644.22 1950.26 550.00
## 5764 6761.79 198718.31 179560.94 18501.81 655.56
## 5765 9389.51 205301.67 202870.46 2051.49 379.72
## 5766 12152.67 192142.78 190684.63 1458.15 0.00
## 5767 9921.32 190774.33 185955.28 4349.61 469.44
## 5768 9538.66 180991.86 169659.38 10733.87 598.61
## 5769 8822.74 187779.92 166227.16 19425.37 2127.39
## 5770 29352.66 196303.26 187362.83 6286.24 2654.19
## 5771 10828.08 199802.86 193910.98 2724.14 3167.74
## 5772 22836.90 194070.66 187903.12 5693.97 473.57
## 5773 10119.64 190555.26 188395.17 2152.31 7.78
## 5774 9793.59 186202.48 183395.10 2281.83 525.55
## 5775 14387.01 153891.12 151345.59 2542.41 3.12
## 5776 6263.00 33481.31 28764.84 4676.67 39.80
## 5777 4750.61 24789.23 18067.46 6638.51 83.26
## 5778 6655.62 24713.38 18837.14 5849.25 26.99
## 5779 4746.44 25648.07 19630.21 5945.47 72.39
## 5780 7094.00 39372.00 35079.00 4261.00 32.00
## 5781 5116.00 19551.00 14540.00 4914.00 96.00
## 5782 5660.00 21681.00 14002.00 7421.00 258.00
## 5783 4630.00 37274.00 32441.00 4811.00 21.00
## 5784 4629.02 33975.34 29560.96 4359.84 54.54
## 5785 4757.31 27859.07 22077.20 5728.70 53.17
## 5786 4055.92 26912.50 23454.01 3437.20 21.29
## 5787 5019.97 19238.75 13508.39 5695.44 34.92
## 5788 6108.00 18346.12 13229.38 4986.80 129.94
## 5789 5127.60 17960.71 12675.91 5242.70 42.10
## 5790 5658.57 19320.63 13553.63 5756.46 10.54
## 5791 5498.75 22052.88 15258.22 6770.69 23.97
## 5792 6160.18 21061.10 13679.37 7241.83 139.90
## 5793 6522.54 24531.08 18158.21 6319.14 53.73
## 5794 6033.78 39856.22 35502.76 4335.74 17.72
## 5795 7323.21 35581.42 29076.01 6495.06 10.35
## 5796 5544.33 24873.72 16648.41 8222.39 2.92
## 5797 7644.86 25009.98 16530.36 8380.66 98.96
## 5798 7264.42 24556.38 15602.20 8946.81 7.37
## 5799 7061.55 24303.12 15903.64 8360.30 39.18
## 5800 8951.08 24002.13 15218.69 8708.17 75.27
## 5801 7817.34 67061.33 66747.70 308.71 4.92
## 5802 8606.69 44264.82 44184.81 24.45 55.56
## 5803 7667.69 42488.99 42360.01 52.46 76.52
## 5804 8414.51 40756.93 40688.09 26.66 42.18
## 5805 8103.35 41194.91 41167.77 19.07 8.07
## 5806 7950.05 44450.12 44427.36 11.47 11.29
## 5807 10210.41 46020.02 45988.11 20.42 11.49
## 5808 10330.63 37459.65 37442.60 8.80 8.25
## 5809 9358.25 43341.84 41044.26 2292.62 4.96
## 5810 9701.89 47945.74 45880.43 2055.34 9.97
## 5811 9316.90 56279.92 56263.68 2.95 13.29
## 5812 9753.54 39398.24 39291.24 85.45 21.55
## 5813 9548.66 43303.69 43271.03 29.36 3.30
## 5814 10280.71 41820.45 41795.02 15.56 9.87
## 5815 9919.67 40325.86 40187.35 115.56 22.95
## 5816 8899.30 38686.32 38139.14 517.97 29.21
## 5817 9034.34 39914.17 39041.29 834.37 38.51
## 5818 9975.45 60322.82 58419.56 1777.12 126.14
## 5819 12115.21 47208.10 32638.67 14550.61 18.82
## 5820 11562.80 56559.78 38256.67 18258.12 44.99
## 5821 9936.27 57149.38 45026.93 11989.28 133.17
## 5822 9261.32 42822.38 41656.91 1141.72 23.75
## 5823 23346.13 64602.08 61439.09 3116.04 46.95
## 5824 9559.20 53362.99 36294.30 17043.36 25.33
## 5825 8313.98 40125.44 34932.06 5155.30 38.08
## 5826 10056.51 43240.79 38975.02 4039.78 225.99
## 5827 12143.68 48885.16 40257.37 8607.03 20.76
## 5828 11341.75 55914.28 53093.47 2793.61 27.20
## 5829 2061.91 82614.14 65868.23 16745.91 0.00
## 5830 1638.50 88921.86 75107.00 13814.86 0.00
## 5831 3836.18 89310.82 74552.80 14758.02 0.00
## 5832 2169.35 114436.99 93125.70 21311.29 0.00
## 5833 1901.00 88460.00 66539.00 21921.00 0.00
## 5834 2073.00 106195.00 65656.00 40538.00 0.00
## 5835 2365.00 120892.00 77117.00 43775.00 0.00
## 5836 5720.00 84655.00 74568.00 10086.00 0.00
## 5837 2014.44 91079.59 74159.79 16919.80 0.00
## 5838 2145.15 87564.59 74278.47 13286.12 0.00
## 5839 2432.68 84463.39 81134.22 3329.17 0.00
## 5840 2218.03 64454.11 57500.31 6953.80 0.00
## 5841 1266.34 110789.31 76160.93 34628.38 0.00
## 5842 1797.71 99461.56 71620.46 27841.10 0.00
## 5843 1718.59 101081.18 67635.26 33422.59 23.33
## 5844 1322.39 126119.44 89622.85 36416.59 80.00
## 5845 1483.54 117589.04 97862.02 18127.02 1600.00
## 5846 1478.63 112257.21 83323.67 27043.54 1890.00
## 5847 1534.57 127400.92 89674.49 36986.43 740.00
## 5848 1675.13 137738.03 90348.04 44267.77 3122.22
## 5849 2985.05 122062.52 78320.70 40848.48 2893.34
## 5850 3211.56 122695.08 85619.14 35182.60 1893.34
## 5851 3326.40 126527.56 96106.82 29390.74 1030.00
## 5852 6107.14 116370.26 77917.97 35935.62 2516.67
## 5853 3825.67 117221.19 76876.70 38373.38 1971.11
## 5854 3962.90 82652.52 75760.19 4052.33 2840.00
## 5855 4890.20 96597.11 88408.03 5364.08 2825.00
## 5856 3399.30 102279.18 94362.33 5241.02 2675.83
## 5857 3286.69 120490.93 112280.36 5416.40 2794.17
## 5858 3039.46 117600.15 109052.09 5650.84 2897.22
## 5859 3075.67 121710.67 115907.40 5366.60 436.67
## 5860 2755.68 133480.94 127580.75 4926.86 973.33
## 5861 3222.88 122285.45 117070.57 5154.88 60.00
## 5862 3462.02 153291.05 146852.13 6280.59 158.33
## 5863 6088.75 170610.41 148966.58 20450.77 1193.06
## 5864 3505.87 126935.33 114534.76 11768.63 631.94
## 5865 3293.60 125472.94 104839.16 20633.78 0.00
## 5866 3589.29 143657.87 124789.29 17115.80 1752.78
## 5867 3497.44 170299.11 149094.59 21204.52 0.00
## 5868 3484.11 132971.68 115541.17 17430.51 0.00
## 5869 3403.92 127843.58 115695.54 11461.93 686.11
## 5870 3736.16 105821.06 87773.26 18047.80 0.00
## 5871 3675.15 95962.58 75284.64 20014.05 663.89
## 5872 5832.20 75550.74 75014.84 535.90 0.00
## 5873 5887.27 92377.84 88862.29 3515.55 0.00
## 5874 5419.01 96599.45 88030.23 8569.22 0.00
## 5875 11050.66 103106.35 97915.93 5190.42 0.00
## 5876 7080.99 119616.60 119075.00 541.60 0.00
## 5877 6111.10 127373.73 126000.39 1373.34 0.00
## 5878 11138.94 120962.13 118685.31 2276.82 0.00
## 5879 8522.37 106575.34 106091.75 483.59 0.00
## 5880 9300.68 107889.36 107796.03 93.33 0.00
## 5881 3933.72 79553.53 79339.78 213.75 0.00
## 5882 25.00 46926.65 37397.52 9529.13 0.00
## 5883 27.00 47400.36 43236.49 4163.87 0.00
## 5884 39.68 43423.11 38800.90 4622.21 0.00
## 5885 61.68 55893.39 51672.86 4220.53 0.00
## 5886 42.00 57974.00 54677.00 3297.00 0.00
## 5887 26.00 45769.00 40451.00 5319.00 0.00
## 5888 75.00 47700.00 36898.00 10802.00 0.00
## 5889 48.00 52678.00 45324.00 7354.00 0.00
## 5890 58.11 51746.17 19894.72 31804.78 46.67
## 5891 38.11 56499.10 15584.79 40914.31 0.00
## 5892 61.44 26419.21 21739.67 4679.54 0.00
## 5893 32.89 20178.36 14836.88 5341.48 0.00
## 5894 38.61 45632.71 25278.83 20353.88 0.00
## 5895 36.62 30601.46 16985.80 13615.66 0.00
## 5896 31.20 57122.81 50015.10 7107.71 0.00
## 5897 47.77 74183.52 60985.17 12841.68 356.67
## 5898 31.37 72324.77 63253.04 6368.40 2703.33
## 5899 39.76 64735.76 56628.27 6698.60 1408.89
## 5900 19.56 71550.27 71041.38 18.89 490.00
## 5901 11.18 67578.36 64906.14 102.22 2570.00
## 5902 18.73 81549.13 79458.02 107.78 1983.33
## 5903 42.94 74743.95 73066.17 84.45 1593.33
## 5904 40.32 78807.68 76952.12 592.23 1263.33
## 5905 37.44 78535.53 76394.42 331.11 1810.00
## 5906 35.75 70605.71 68146.82 47.78 2411.11
## 5907 55.72 84697.79 78261.38 641.41 5795.00
## 5908 105.58 61838.56 55195.58 3167.98 3475.00
## 5909 59.58 36633.40 32337.84 945.56 3350.00
## 5910 101.12 44636.27 40583.35 700.42 3352.50
## 5911 78.57 36714.12 30261.23 1937.89 4515.00
## 5912 57.58 63179.14 59568.90 1656.91 1953.33
## 5913 109.42 83633.33 81516.96 1153.04 963.33
## 5914 56.41 65928.68 63239.70 2270.93 418.05
## 5915 134.29 83714.04 82649.46 1064.58 0.00
## 5916 209.65 85504.11 84212.76 1291.35 0.00
## 5917 45.64 93620.13 91172.90 2447.23 0.00
## 5918 39.89 74454.26 72228.55 2225.71 0.00
## 5919 36.44 92947.43 87097.48 5849.95 0.00
## 5920 48.80 90310.67 38343.57 51967.10 0.00
## 5921 42.00 90414.30 64653.94 25760.36 0.00
## 5922 53.28 87549.31 86727.99 821.32 0.00
## 5923 74.38 76845.63 73724.45 3121.18 0.00
## 5924 28.00 78812.28 56757.21 22055.07 0.00
## 5925 46.33 63717.89 63652.74 65.15 0.00
## 5926 44.92 49724.34 49518.00 206.34 0.00
## 5927 33.22 45964.84 44232.00 1732.84 0.00
## 5928 110.87 62351.82 58032.13 4319.69 0.00
## 5929 116.10 89737.93 89664.64 73.29 0.00
## 5930 111.33 89482.82 87723.55 1253.71 505.56
## 5931 56.29 88839.91 86197.69 2642.22 0.00
## 5932 53.84 97842.61 96319.50 1523.11 0.00
## 5933 65.83 72788.27 72703.02 85.25 0.00
## 5934 102.52 45429.09 45155.38 255.65 18.06
## 5935 111845.09 1538194.86 1461095.10 20553.60 56546.16
## 5936 116855.41 1360607.80 1277612.22 21328.12 61667.46
## 5937 115250.14 1310920.63 1229946.93 21220.86 59752.84
## 5938 90168.26 1378241.38 1291298.72 27353.79 59588.87
## 5939 100234.00 1449838.00 1365781.00 30856.00 53201.00
## 5940 121946.00 1181616.00 1093008.00 27254.00 61354.00
## 5941 107055.00 1434759.00 1328429.00 47615.00 58715.00
## 5942 108415.00 1337035.00 1248089.00 30662.00 58284.00
## 5943 108333.63 1181948.32 1105519.80 20488.19 55940.33
## 5944 125816.68 1222283.56 1165130.71 22762.03 34390.82
## 5945 123891.36 912891.54 856748.54 21482.38 34660.62
## 5946 137027.40 881911.52 822315.27 22733.62 36862.63
## 5947 138380.27 806432.40 747128.46 25531.54 33772.40
## 5948 120405.29 853098.04 794746.40 25612.08 32739.56
## 5949 119703.21 858056.47 801572.79 24211.83 32271.85
## 5950 128019.39 911326.45 860705.01 18473.03 32148.41
## 5951 141899.49 961878.15 904618.47 19579.65 37680.03
## 5952 168178.12 902975.05 839519.87 21358.39 42096.79
## 5953 157338.07 892415.39 830646.31 19482.22 42286.86
## 5954 165218.13 1071307.22 986592.65 33841.83 50872.74
## 5955 190313.03 1245968.09 1160556.19 32819.18 52592.72
## 5956 159763.39 1290308.70 1201486.97 30452.62 58369.11
## 5957 152942.18 1032288.08 948516.41 28336.99 55434.68
## 5958 151424.79 1097188.19 1018813.29 20424.08 57950.82
## 5959 178446.19 1085561.06 1007608.04 22434.17 55518.85
## 5960 207945.39 1838137.96 1767976.83 5214.88 64946.25
## 5961 224121.48 1913364.44 1844798.20 4337.49 64228.75
## 5962 191069.11 2123361.74 2061235.10 5202.82 56923.82
## 5963 191313.38 2066074.36 1989158.83 5912.72 71002.81
## 5964 188258.15 2168105.43 2095827.24 5598.97 66679.22
## 5965 141320.44 2407209.29 2348867.54 4428.25 53913.50
## 5966 153502.24 1905813.20 1829396.11 3223.85 73193.24
## 5967 137755.31 1756379.89 1685046.63 3942.61 67390.65
## 5968 134825.51 2289866.55 2216400.16 4798.87 68667.52
## 5969 150595.46 2399302.06 2314634.27 3601.53 81066.26
## 5970 157508.63 1845110.50 1770413.98 2532.70 72163.82
## 5971 162006.91 1925543.13 1849562.53 6322.77 69657.83
## 5972 163002.25 1658969.52 1585488.40 1756.03 71725.09
## 5973 161909.09 2032218.63 1957058.55 13132.90 62027.18
## 5974 150682.37 2132148.83 2059479.45 16199.12 56470.26
## 5975 138133.01 1698369.81 1629800.46 1991.84 66577.51
## 5976 143586.99 1772454.55 1709046.29 5147.16 58261.10
## 5977 156629.51 1603340.71 1528139.92 7223.59 67977.20
## 5978 161251.98 1791637.25 1727384.52 9179.36 55073.37
## 5979 155642.35 1954663.30 1870562.62 42309.14 41791.54
## 5980 177817.01 1918345.42 1728825.22 145454.71 44065.49
## 5981 158534.53 2403372.01 2247565.14 101368.24 54438.63
## 5982 214137.93 3462625.70 3403581.49 7838.83 51205.38
## 5983 148335.97 2601998.58 2504421.68 48343.02 49233.88
## 5984 106559.24 2297516.21 2207074.93 61563.24 28878.04
## 5985 95137.62 2036110.00 1910596.03 99912.91 25601.06
## 5986 109029.01 1985817.56 1807926.97 144375.50 33515.09
## 5987 90899.53 1940375.45 1762033.74 151333.95 27007.76
## 5988 6349.26 170310.30 162934.08 7369.55 6.67
## 5989 3839.91 66648.26 63206.54 3441.72 0.00
## 5990 3658.03 71289.18 66708.48 4580.70 0.00
## 5991 4428.39 153858.79 146050.48 7808.31 0.00
## 5992 4556.00 63193.00 59298.00 3895.00 0.00
## 5993 3742.00 64544.00 61925.00 2619.00 0.00
## 5994 3820.00 68336.00 65221.00 3115.00 0.00
## 5995 4551.00 66556.00 62017.00 4539.00 0.00
## 5996 4855.57 70610.63 66781.57 3829.06 0.00
## 5997 4716.56 62685.00 56997.63 5687.37 0.00
## 5998 4652.86 54000.65 50704.73 3295.92 0.00
## 5999 5567.33 56369.42 49194.60 7172.60 2.22
## 6000 4781.98 58115.90 52744.08 5371.82 0.00
## 6001 4797.80 57760.84 52513.87 5246.97 0.00
## 6002 5336.34 62460.97 57929.86 4531.11 0.00
## 6003 5176.80 66659.52 62156.95 4502.57 0.00
## 6004 5424.48 67525.49 63280.77 3374.72 870.00
## 6005 6029.05 76108.68 67996.40 4698.95 3413.33
## 6006 5772.92 76173.91 69562.98 5067.60 1543.33
## 6007 5602.86 80510.08 71101.96 5397.01 4011.11
## 6008 6255.40 77337.76 67363.49 6829.83 3144.44
## 6009 6519.58 78414.28 71208.40 5682.54 1523.34
## 6010 6237.96 69740.05 63813.12 4829.15 1097.78
## 6011 5993.87 83186.83 75923.52 4233.31 3030.00
## 6012 6036.41 85804.46 77573.02 4561.45 3669.99
## 6013 6490.52 82484.69 73227.42 4767.27 4490.00
## 6014 6627.47 80928.37 71119.63 5358.74 4450.00
## 6015 5877.63 79814.67 72142.41 4877.26 2795.00
## 6016 6332.43 71204.84 62169.32 3515.52 5520.00
## 6017 6816.90 80492.65 69740.45 5812.20 4940.00
## 6018 7005.98 73288.41 65629.28 6092.46 1566.67
## 6019 8529.56 84116.03 80490.49 3625.54 0.00
## 6020 7712.06 76179.38 71310.74 4868.64 0.00
## 6021 6721.88 88146.57 83151.81 4994.76 0.00
## 6022 11654.08 108824.76 98860.28 9964.48 0.00
## 6023 7990.10 83078.96 73582.10 9496.86 0.00
## 6024 7619.22 86865.45 81393.87 5471.58 0.00
## 6025 7459.86 69884.89 66436.60 3448.29 0.00
## 6026 6657.48 68824.08 64339.22 4484.86 0.00
## 6027 7802.11 90394.45 85957.69 4258.98 177.78
## 6028 7655.97 74293.95 69700.62 4593.33 0.00
## 6029 7312.02 67821.60 63179.59 4642.01 0.00
## 6030 8252.21 63104.65 58990.64 4114.01 0.00
## 6031 11157.19 60319.76 56436.67 3883.09 0.00
## 6032 13181.85 59434.18 54950.63 4483.55 0.00
## 6033 9650.83 63900.51 59663.05 4224.13 13.33
## 6034 8886.98 64825.32 59465.37 5142.17 217.78
## 6035 21721.89 70492.61 56412.26 13627.57 452.78
## 6036 9146.99 69453.58 58828.73 9630.41 994.44
## 6037 20382.32 68630.28 54562.88 14067.40 0.00
## 6038 9918.56 62953.99 52626.61 10327.38 0.00
## 6039 10231.86 72165.82 63539.28 8626.54 0.00
## 6040 15036.44 59678.05 45920.26 13711.12 46.67
## 6041 120869.17 71779.39 63314.15 8409.90 55.34
## 6042 116405.91 90196.05 78806.93 11311.18 77.94
## 6043 99248.93 130858.02 77380.80 53445.77 31.45
## 6044 90891.04 510679.10 87489.87 423185.75 3.48
## 6045 92092.00 84522.00 48070.00 36440.00 12.00
## 6046 82294.00 74100.00 68552.00 5532.00 15.00
## 6047 98666.00 84575.00 81798.00 2775.00 2.00
## 6048 91330.00 82312.00 79021.00 3280.00 12.00
## 6049 81793.52 76847.92 73426.03 3406.65 15.24
## 6050 88632.79 76776.51 74126.58 2647.71 2.22
## 6051 95627.48 64007.37 59543.29 4441.86 22.22
## 6052 93956.96 74882.46 69716.43 5164.92 1.11
## 6053 87406.94 69780.91 66070.17 3699.01 11.73
## 6054 85663.08 85291.63 77980.21 7213.35 98.07
## 6055 61656.40 89060.44 79455.71 9519.58 85.15
## 6056 100807.96 77432.01 69984.74 7392.83 54.44
## 6057 114858.97 92390.16 82436.76 7822.29 2131.11
## 6058 114879.68 90767.36 79318.59 7988.55 3460.22
## 6059 115570.89 85041.00 74670.87 8186.79 2183.34
## 6060 140354.25 93275.15 79635.38 9073.11 4566.66
## 6061 135484.85 85102.70 72282.38 8346.94 4473.38
## 6062 136884.94 85139.58 71189.43 8973.49 4976.66
## 6063 134637.19 76625.09 66465.51 7716.18 2443.40
## 6064 127440.73 85948.26 73112.31 7949.29 4886.66
## 6065 129762.05 94852.17 84928.16 5909.57 4014.44
## 6066 168507.26 124672.54 122061.96 658.36 1952.22
## 6067 149582.02 130527.94 128738.67 327.15 1462.12
## 6068 139914.23 122862.84 119020.04 764.05 3078.75
## 6069 138493.75 106151.60 103151.37 528.32 2471.91
## 6070 122729.21 82403.89 76117.78 1456.00 4830.11
## 6071 132270.53 70414.31 61829.43 2440.78 6144.10
## 6072 103858.53 76176.07 69117.60 1927.78 5130.69
## 6073 123099.28 77063.52 67000.24 2740.06 7323.22
## 6074 147524.40 75075.27 68906.93 2127.03 4041.31
## 6075 162708.29 87543.76 75728.85 2304.19 9510.72
## 6076 125905.46 81021.70 72854.76 2421.11 5745.83
## 6077 94819.76 72872.66 66653.73 1911.72 4307.21
## 6078 104457.58 82832.46 75155.60 2307.78 5369.08
## 6079 102227.68 72632.86 63362.77 2625.56 6644.53
## 6080 97671.17 61142.88 56000.95 934.56 4207.37
## 6081 101928.61 62036.74 56904.92 1563.34 3568.48
## 6082 103000.56 65007.03 61719.23 814.44 2473.36
## 6083 105820.92 53435.31 47528.05 1346.79 4560.47
## 6084 98165.17 68875.36 62917.85 1104.45 4853.06
## 6085 110938.64 68808.54 62915.36 1403.34 4489.84
## 6086 133540.34 71643.51 64795.30 1514.44 5333.77
## 6087 187793.92 87881.55 81975.72 2104.44 3801.39
## 6088 224554.50 105220.88 94444.33 1936.79 8839.76
## 6089 135946.07 96974.33 85615.70 1691.15 9667.48
## 6090 136328.96 91407.50 83227.70 1680.17 6499.63
## 6091 142550.33 75362.20 67302.01 1595.12 6465.07
## 6092 151447.25 91609.12 81467.82 1420.05 8721.25
## 6093 114647.36 69718.37 63550.62 1078.38 5089.37
## 6094 18071.02 130414.45 120022.99 10142.47 248.99
## 6095 20559.93 62632.42 48089.04 14510.77 32.61
## 6096 9956.49 83964.94 57656.39 26216.68 91.87
## 6097 505.01 139814.02 38355.47 101403.35 55.20
## 6098 1399.00 163245.00 20306.00 142867.00 73.00
## 6099 475.00 98908.00 15934.00 82960.00 14.00
## 6100 793.00 152289.00 19201.00 132886.00 203.00
## 6101 868.00 198609.00 16033.00 182385.00 190.00
## 6102 862.16 193381.43 19496.38 173702.60 182.45
## 6103 505.32 147745.18 28319.17 119249.87 176.14
## 6104 377.61 116850.29 31734.98 85072.27 43.04
## 6105 574.34 115871.14 21562.09 94257.73 51.32
## 6106 588.20 112444.23 19544.28 92860.76 39.19
## 6107 626.22 116625.38 22881.73 93645.32 98.33
## 6108 614.28 109312.27 22411.54 86693.86 206.87
## 6109 711.18 110332.00 25990.15 84078.27 263.58
## 6110 668.52 130384.14 28410.44 101680.76 292.94
## 6111 817.07 133357.71 28780.49 104144.22 433.00
## 6112 645.63 160334.02 21251.16 138455.00 627.86
## 6113 884.18 194754.61 21955.22 172119.45 679.94
## 6114 1103.12 163127.75 21883.10 140667.78 576.87
## 6115 1301.36 142600.27 23000.00 119014.47 585.80
## 6116 856.06 126531.90 16005.11 109831.76 695.03
## 6117 1095.65 124578.11 14922.70 109212.65 442.76
## 6118 1529.18 120976.52 16210.98 104180.62 584.92
## 6119 1259.09 155718.08 38542.84 116563.71 611.53
## 6120 1278.00 229891.90 35260.34 193552.30 1079.26
## 6121 1020.95 230990.84 28717.58 201500.92 772.34
## 6122 2143.52 164488.20 33465.46 130291.88 730.86
## 6123 1348.66 270673.54 24201.61 245215.92 1256.01
## 6124 1325.95 241314.86 32810.06 208325.92 178.88
## 6125 1279.88 214934.52 34309.89 180475.96 148.67
## 6126 1026.77 178059.11 27839.65 150104.61 114.85
## 6127 931.97 216922.98 25076.08 191736.09 110.81
## 6128 1302.45 397270.05 33659.21 363468.52 142.32
## 6129 1158.27 140817.43 30877.63 109897.14 42.66
## 6130 1022.47 128695.85 29243.61 99417.18 35.06
## 6131 1300.87 175191.28 36250.42 138925.16 15.70
## 6132 1214.24 129690.94 30133.89 99467.56 89.49
## 6133 1092.42 209328.62 33461.38 175820.25 46.99
## 6134 1185.80 142152.93 30291.14 111860.25 1.54
## 6135 1250.96 189313.35 33907.54 155347.45 58.36
## 6136 1153.18 203327.40 28992.04 174289.27 46.09
## 6137 1107.95 186513.30 20142.93 166331.26 39.11
## 6138 2024.42 168623.26 28279.15 140287.47 56.64
## 6139 1010.90 206009.12 23085.72 182918.90 4.50
## 6140 1679.79 183442.15 30174.49 153260.18 7.48
## 6141 3016.89 223653.73 35158.21 188488.10 7.42
## 6142 980.55 203170.12 30234.77 172935.35 0.00
## 6143 2545.11 232672.91 34561.66 198094.72 16.53
## 6144 994.43 216857.92 29095.07 187759.83 3.02
## 6145 991.09 152921.98 33746.17 118612.86 562.95
## 6146 2530.91 193850.95 30669.35 163180.08 1.52
## 6147 5224.82 81709.56 68828.14 12796.92 84.50
## 6148 5024.24 67052.48 61296.18 5712.32 43.98
## 6149 5344.74 69695.66 58821.57 10798.66 75.43
## 6150 1247.67 67132.01 59594.53 7390.92 146.56
## 6151 2801.00 71746.00 56452.00 15193.00 101.00
## 6152 984.00 48949.00 38018.00 10872.00 59.00
## 6153 856.00 75591.00 69169.00 6354.00 69.00
## 6154 866.00 82556.00 69587.00 12778.00 191.00
## 6155 911.56 97756.48 91641.47 5898.96 216.05
## 6156 808.97 73160.55 68103.78 4974.53 82.24
## 6157 750.60 48302.59 42964.29 5308.37 29.93
## 6158 663.58 45123.73 38814.65 6307.78 1.30
## 6159 765.87 47262.67 40288.38 6950.95 23.34
## 6160 1131.10 50247.64 42737.87 7359.04 150.73
## 6161 904.63 50045.59 44515.00 5349.24 181.35
## 6162 935.87 51527.11 44154.52 7205.75 166.84
## 6163 989.94 60566.07 52387.60 7866.62 311.85
## 6164 1053.14 51065.45 44365.20 6306.66 393.59
## 6165 1022.34 69184.70 62542.31 6049.02 593.37
## 6166 988.74 96077.86 88136.74 7448.32 492.80
## 6167 1136.45 71343.16 62533.55 8290.10 519.51
## 6168 1148.89 86890.66 78410.41 7851.78 628.47
## 6169 1144.77 61694.24 52483.91 8793.66 416.67
## 6170 1069.50 53908.58 48159.50 5227.97 521.11
## 6171 2046.27 58486.41 49408.65 7883.21 1194.55
## 6172 1949.27 115493.05 92651.49 22633.91 207.65
## 6173 1474.73 135795.76 119449.41 15486.41 859.94
## 6174 1160.37 115731.50 98172.10 17016.19 543.21
## 6175 2235.93 150871.10 135610.65 14771.88 488.57
## 6176 1338.07 75283.27 71041.43 3179.14 1062.70
## 6177 1780.61 91098.35 85697.33 5341.79 59.23
## 6178 1809.22 78750.61 56749.77 21930.47 70.37
## 6179 1875.51 71332.89 62962.93 8171.47 198.49
## 6180 1391.69 102077.56 94035.10 7984.55 57.91
## 6181 2805.82 112857.07 104277.21 8431.90 147.96
## 6182 1849.58 83332.94 75469.99 7759.07 103.88
## 6183 1525.47 75309.25 72832.23 2452.44 24.58
## 6184 1563.23 121097.82 118412.01 2679.63 6.18
## 6185 1696.60 93907.59 91576.93 2306.18 24.48
## 6186 1682.51 73247.60 70290.37 2942.03 15.20
## 6187 1510.88 60338.76 57572.53 2766.23 0.00
## 6188 1373.43 45907.25 43921.15 1946.47 39.63
## 6189 1275.08 44082.23 40701.91 3271.61 108.71
## 6190 1538.48 59881.53 54733.84 5134.79 12.90
## 6191 3873.59 69401.75 66797.89 2588.27 15.59
## 6192 2015.14 64535.20 62128.28 2406.92 0.00
## 6193 1988.53 81001.89 76106.35 4894.13 1.41
## 6194 4269.90 118216.48 114404.34 3809.36 2.78
## 6195 1335.12 62603.86 54598.58 8001.06 4.22
## 6196 3811.68 69395.58 65666.80 3727.37 1.41
## 6197 1593.72 75098.86 65836.14 9154.39 108.33
## 6198 1761.29 84768.49 81562.73 3205.76 0.00
## 6199 4324.39 76629.54 73432.68 3196.86 0.00
## 6200 4818.24 323046.30 161254.88 161616.45 174.97
## 6201 4651.33 287234.67 204606.58 82552.28 75.81
## 6202 3860.93 322293.39 262364.04 59824.28 105.07
## 6203 4749.97 425918.63 358594.71 67257.47 66.45
## 6204 5217.00 360040.00 278475.00 81498.00 67.00
## 6205 2920.00 211630.00 130864.00 80717.00 49.00
## 6206 3568.00 226238.00 137522.00 88658.00 57.00
## 6207 4615.00 269169.00 120695.00 148352.00 121.00
## 6208 3677.48 293085.77 104979.92 187840.93 264.92
## 6209 2639.97 306157.76 180681.23 125267.43 209.10
## 6210 2275.11 323694.07 252684.38 70932.42 77.27
## 6211 1813.42 227063.85 147724.58 79245.31 93.96
## 6212 1217.60 234958.48 149960.64 84717.46 280.38
## 6213 876.26 228951.62 147483.78 81358.86 108.98
## 6214 891.04 253845.67 175955.59 77807.16 82.92
## 6215 1213.92 237413.73 161740.20 75613.75 59.78
## 6216 1360.98 259060.05 179460.80 79463.00 136.25
## 6217 1205.42 266531.04 188278.36 76730.16 1522.52
## 6218 1463.79 272014.15 192595.16 78351.76 1067.23
## 6219 818.97 309308.83 154837.44 153344.42 1126.97
## 6220 2582.06 323783.53 157631.88 164728.16 1423.49
## 6221 2723.49 279677.97 187977.48 90232.72 1467.77
## 6222 1707.76 256708.28 169789.71 86836.03 82.54
## 6223 2162.81 279535.43 181151.87 92258.00 6125.56
## 6224 2757.68 317216.96 174975.56 140535.13 1706.27
## 6225 3155.06 548399.44 542368.85 3088.55 2942.04
## 6226 4000.61 449314.06 445093.33 2978.22 1242.51
## 6227 2113.52 414838.68 410536.20 4154.43 148.05
## 6228 4290.60 394882.02 391342.54 3444.02 95.46
## 6229 2332.57 393750.40 390320.25 3337.58 92.57
## 6230 2256.17 382897.83 379395.10 3347.36 155.37
## 6231 3945.62 366095.66 363230.91 2841.14 23.61
## 6232 2961.89 337511.77 334652.93 2828.41 30.43
## 6233 3363.89 376330.61 372603.74 3655.59 71.28
## 6234 2529.17 377985.74 373862.42 4073.67 49.65
## 6235 7032.57 409482.90 405190.18 4155.39 137.33
## 6236 5109.09 478559.11 474435.77 3842.99 280.35
## 6237 4244.38 467254.11 463181.54 3860.39 212.18
## 6238 8443.24 343175.83 338910.14 4079.00 186.69
## 6239 4975.58 351805.62 347585.31 3931.26 289.05
## 6240 4320.01 354163.31 350221.82 3864.16 77.33
## 6241 10579.85 314531.08 311549.13 2865.90 116.05
## 6242 40164.79 312997.33 310580.34 2337.59 79.40
## 6243 39374.94 298477.34 296356.28 2050.51 70.55
## 6244 32790.32 319531.28 292306.27 27130.14 94.87
## 6245 48080.50 354552.06 317473.84 37019.15 59.07
## 6246 46940.69 475224.24 464056.64 10489.11 678.49
## 6247 97315.69 430202.56 352919.96 76779.55 503.05
## 6248 36048.34 308161.67 264359.46 43743.14 59.07
## 6249 4457.46 305306.71 302263.34 2962.34 81.03
## 6250 2775.58 323455.14 319826.47 3521.23 107.44
## 6251 2551.41 344998.16 341681.22 3247.62 69.32
## 6252 4254.90 367515.01 364446.02 2152.59 916.40
## 6253 8950.91 447155.99 62602.48 384553.51 0.00
## 6254 11713.70 350633.26 104300.12 246332.03 1.11
## 6255 12155.00 322594.84 98284.78 224310.06 0.00
## 6256 7679.52 397778.54 131381.52 266397.02 0.00
## 6257 9270.00 365682.00 98904.00 266779.00 0.00
## 6258 12038.00 233907.00 93132.00 140775.00 0.00
## 6259 15425.00 356693.00 97734.00 258959.00 0.00
## 6260 8942.00 431105.00 102535.00 328570.00 0.00
## 6261 8617.99 482924.23 89816.96 393106.16 1.11
## 6262 10872.40 415933.60 92309.20 323624.40 0.00
## 6263 6359.85 268154.53 96160.41 171993.01 1.11
## 6264 711.14 251336.25 98271.86 153064.39 0.00
## 6265 177.88 264170.13 102204.57 161965.56 0.00
## 6266 198.48 241371.73 68911.62 172460.11 0.00
## 6267 191.97 212814.24 75919.39 136894.85 0.00
## 6268 2422.09 247154.43 113823.49 133330.94 0.00
## 6269 12806.42 290598.74 130758.05 159840.69 0.00
## 6270 13836.18 286938.34 108570.93 176544.08 1823.33
## 6271 10439.85 383746.03 99069.57 281790.90 2885.56
## 6272 13424.53 426661.30 88857.19 337802.85 1.26
## 6273 11830.22 277065.15 109341.45 165514.81 2208.89
## 6274 13541.62 268074.00 101540.73 163807.71 2725.56
## 6275 12960.79 314570.35 80821.91 233748.44 0.00
## 6276 13389.27 455022.24 86886.46 368135.78 0.00
## 6277 14610.86 312011.12 114962.78 196568.34 480.00
## 6278 16221.33 503388.92 192191.48 309207.68 1989.76
## 6279 25202.91 480713.07 167076.97 313376.38 259.72
## 6280 20677.83 482129.22 130071.21 352058.01 0.00
## 6281 19386.07 487712.79 129619.04 358058.41 35.34
## 6282 21884.68 446178.30 115180.80 330977.33 20.17
## 6283 30183.22 486885.98 200815.16 286070.82 0.00
## 6284 24390.21 463746.84 125061.72 338685.12 0.00
## 6285 16548.73 382891.02 90426.22 292464.80 0.00
## 6286 18080.90 373293.11 215216.26 158076.85 0.00
## 6287 17250.83 382469.05 272024.11 110311.61 133.33
## 6288 23984.08 371749.65 176258.22 195491.43 0.00
## 6289 22772.48 418128.90 88929.40 329199.50 0.00
## 6290 23776.10 446787.34 103004.69 343777.65 5.00
## 6291 23358.01 380509.40 117825.21 262684.19 0.00
## 6292 22581.97 348703.87 156262.31 192441.56 0.00
## 6293 20052.83 301355.49 144528.42 156827.07 0.00
## 6294 19725.12 348987.62 142550.40 206301.11 136.11
## 6295 18699.79 359290.80 134714.53 224576.27 0.00
## 6296 18347.67 316422.34 148831.25 167574.42 16.67
## 6297 15021.65 390731.35 214059.39 176671.96 0.00
## 6298 17088.87 374405.29 150957.59 223447.70 0.00
## 6299 14706.94 310309.26 109877.59 200109.45 322.22
## 6300 14680.91 502650.96 249329.75 253122.60 198.61
## 6301 14725.98 485812.20 315628.11 169960.03 224.06
## 6302 13355.19 476140.34 326361.97 149643.69 134.68
## 6303 18135.24 430361.23 255414.77 174946.46 0.00
## 6304 16470.81 409947.81 247424.23 162523.58 0.00
## 6305 12664.38 471872.59 310280.15 161495.22 97.22
## 6306 25276.56 204946.15 161600.45 41058.72 2286.98
## 6307 15610.47 174366.24 156973.49 16351.25 1041.50
## 6308 32609.74 177832.88 149638.40 20548.33 7646.15
## 6309 10001.86 167856.94 148544.42 16977.81 2334.71
## 6310 36621.00 194253.00 120011.00 73013.00 1228.00
## 6311 7259.00 110088.00 82401.00 27604.00 83.00
## 6312 7326.00 193752.00 175882.00 17533.00 338.00
## 6313 8156.00 218572.00 185753.00 32216.00 602.00
## 6314 7701.33 221897.73 204821.66 16602.19 473.88
## 6315 8828.78 175215.68 163758.86 10728.61 728.21
## 6316 10512.03 123011.77 106301.97 15915.31 794.49
## 6317 10114.48 104444.57 89625.81 13124.18 1694.58
## 6318 18345.32 117239.76 98662.02 10865.94 7711.80
## 6319 19204.17 116389.94 99539.53 8543.94 8306.47
## 6320 24622.65 116033.52 100643.36 4399.41 10990.75
## 6321 23010.55 122268.73 101940.75 8905.77 11422.21
## 6322 23392.18 134245.59 113843.97 9150.17 11251.45
## 6323 25800.11 115633.45 98010.75 5328.57 12294.13
## 6324 23558.08 150868.68 133119.35 5877.48 11871.85
## 6325 26555.78 213256.93 191985.02 8146.65 13125.26
## 6326 27839.54 160944.51 137133.56 10425.92 13385.03
## 6327 41542.27 212511.77 185661.19 7330.96 19519.62
## 6328 27664.07 158180.25 133047.25 12487.18 12645.82
## 6329 30384.25 129994.60 113415.54 2545.08 14033.98
## 6330 46609.96 183787.15 155523.04 4802.95 23461.16
## 6331 43719.76 283406.12 232206.09 28983.01 22217.02
## 6332 42737.51 220759.83 183724.24 16727.64 20307.95
## 6333 14203.42 234480.56 200994.73 31937.51 1548.32
## 6334 35982.95 375815.94 349596.64 22971.06 3248.24
## 6335 17894.09 164275.20 159993.56 2790.35 1491.29
## 6336 35156.70 191149.97 174009.46 12147.98 4992.53
## 6337 42531.88 187643.25 126219.14 47266.33 14157.78
## 6338 36112.15 156041.53 123293.61 16846.60 15901.32
## 6339 40589.56 249876.41 225833.42 13583.47 10459.52
## 6340 84740.62 297887.49 259510.89 12354.59 26022.01
## 6341 37837.43 172423.14 150695.49 11326.73 10400.92
## 6342 33427.76 159464.69 144672.71 4014.98 10777.00
## 6343 38761.83 183706.39 165252.92 3614.14 14839.33
## 6344 33629.99 137997.35 123525.69 3833.22 10638.44
## 6345 33828.60 143398.99 131639.74 3178.06 8581.19
## 6346 30844.93 144057.72 125425.49 3129.79 15502.44
## 6347 26987.70 118783.60 101931.36 3247.87 13604.37
## 6348 26073.50 98531.82 80639.80 5789.02 12103.00
## 6349 24897.12 198653.69 184674.65 2917.35 11061.69
## 6350 79598.84 221494.09 186675.10 3009.89 31809.10
## 6351 20143.65 162535.10 147195.14 3389.57 11950.39
## 6352 9992.23 228724.02 212979.31 14028.85 1715.86
## 6353 25712.14 328254.35 321790.97 6374.70 88.68
## 6354 6902.42 178320.38 174385.95 3782.91 151.52
## 6355 25797.70 258555.38 254296.51 3810.70 448.17
## 6356 7243.19 193116.76 181789.40 11325.64 1.72
## 6357 7819.30 229143.84 225725.06 3415.32 3.46
## 6358 18804.24 196384.88 194306.37 2054.18 24.33
## 6359 58453.24 38297.77 17391.94 4053.28 16852.55
## 6360 28289.38 40785.99 29812.20 4900.59 6073.20
## 6361 48181.44 38514.28 21582.27 3918.17 13013.84
## 6362 17501.90 34838.03 25029.12 5916.44 3892.47
## 6363 65476.00 51277.00 14813.00 26632.00 9831.00
## 6364 11404.00 33102.00 22505.00 10417.00 180.00
## 6365 15683.00 52667.00 42924.00 7407.00 2335.00
## 6366 17062.00 41935.00 31462.00 8517.00 1957.00
## 6367 18583.72 35898.48 26098.52 7766.59 2033.37
## 6368 21510.67 48602.11 40970.87 2846.34 4784.90
## 6369 21937.70 34999.62 27100.47 2690.37 5208.78
## 6370 18550.88 33989.97 27063.64 1681.88 5244.45
## 6371 19624.56 33871.64 25625.39 2275.59 5970.66
## 6372 19397.32 38937.44 30261.87 2715.01 5960.56
## 6373 24966.57 37652.09 26290.10 3741.32 7620.67
## 6374 23054.23 35351.81 25043.60 2910.50 7397.71
## 6375 23127.70 40018.71 29053.60 3726.39 7238.72
## 6376 28692.10 43183.74 30195.58 4062.57 8925.59
## 6377 25971.21 38970.87 26953.30 3478.91 8538.66
## 6378 29038.08 45490.20 30576.74 5002.47 9910.99
## 6379 30208.75 42146.32 29466.86 3459.77 9219.69
## 6380 45132.06 50333.24 31734.93 4280.74 14317.57
## 6381 30794.05 45228.17 30869.15 5476.93 8882.09
## 6382 33294.94 43979.91 29974.73 4228.93 9776.25
## 6383 52300.71 44639.31 25053.61 4106.88 15478.82
## 6384 47480.65 57099.64 38785.00 3403.65 14910.99
## 6385 51887.02 66920.80 45887.04 4128.48 16905.28
## 6386 29866.67 56363.81 42161.64 4631.35 9570.82
## 6387 81813.26 65283.59 38840.79 2445.56 23997.24
## 6388 34921.76 57394.95 40421.03 6310.56 10663.36
## 6389 35468.43 50160.69 34931.43 7483.36 7745.90
## 6390 36364.98 56782.33 41977.67 6300.99 8503.67
## 6391 30992.24 51165.14 35805.71 6312.41 9047.02
## 6392 33883.15 47715.01 35585.87 6715.50 5413.64
## 6393 68209.70 50332.27 30912.80 6939.54 12479.93
## 6394 33054.67 49985.98 36778.97 7109.08 6097.93
## 6395 28859.88 47827.78 32757.40 6398.50 8671.88
## 6396 34537.85 58794.05 39418.90 6580.28 12794.87
## 6397 29243.42 43014.10 30183.84 6762.23 6068.03
## 6398 25528.00 44998.51 31734.52 5315.48 7948.51
## 6399 25542.69 50130.15 32426.30 6541.93 11161.92
## 6400 23436.73 46315.16 30574.00 6156.07 9585.09
## 6401 21287.24 42830.83 26704.25 7110.17 9016.41
## 6402 17801.40 49805.81 28414.03 14185.06 7206.72
## 6403 48369.80 47601.09 25307.14 4248.19 18045.76
## 6404 17743.37 42588.55 28012.65 4266.37 10309.53
## 6405 8309.17 59039.80 49076.31 6314.58 3648.91
## 6406 8303.14 82538.74 78260.30 3910.85 367.59
## 6407 5482.22 60697.14 53182.31 6877.73 637.10
## 6408 12962.62 81247.77 72435.68 6021.30 2790.79
## 6409 2863.54 55010.97 49537.11 5423.00 50.86
## 6410 3082.60 67636.01 60761.60 6851.61 22.80
## 6411 7582.69 72554.79 68737.04 3714.24 103.51
## 6412 364049.45 1202218.65 927628.08 231172.74 43417.83
## 6413 274898.24 1001739.47 812838.52 172058.17 16842.78
## 6414 314592.44 1066101.47 773430.02 248878.18 43793.27
## 6415 158478.97 1562689.78 776310.65 772667.93 13711.20
## 6416 317891.00 1183450.00 577048.00 579235.00 27167.00
## 6417 128863.00 804532.00 475224.00 328481.00 827.00
## 6418 155562.00 1255362.00 810002.00 438664.00 6697.00
## 6419 151409.00 1383179.00 791377.00 585936.00 5866.00
## 6420 144063.19 1340878.17 823843.88 510854.52 6179.77
## 6421 159959.25 1107449.84 775312.24 319204.76 12932.84
## 6422 170360.42 826663.45 555284.70 257991.63 13387.12
## 6423 160272.53 813223.59 525270.57 272860.81 15092.21
## 6424 166808.35 819118.01 531466.43 263131.15 24520.43
## 6425 169347.13 895149.49 599057.03 269972.31 26120.15
## 6426 165462.95 896405.90 603851.22 258959.51 33595.17
## 6427 199189.12 885607.88 597800.84 252502.35 35304.69
## 6428 215802.18 1018822.57 687077.09 288380.16 43365.32
## 6429 235105.19 982825.96 641935.76 287510.20 53380.00
## 6430 225401.10 1122182.10 706994.82 364885.27 50302.01
## 6431 263855.97 1358387.54 890685.77 410469.94 57231.83
## 6432 264838.37 1149901.04 733843.21 352853.24 63204.59
## 6433 327392.03 1256271.66 832554.71 340048.81 83668.14
## 6434 265494.92 1073692.09 685116.12 335733.79 52842.18
## 6435 267511.89 1009396.80 647895.99 296531.31 64969.50
## 6436 342667.93 1078418.77 686341.95 302794.91 89281.91
## 6437 373472.43 1649727.25 1093507.57 476444.72 79774.96
## 6438 356791.68 1729174.35 1157601.31 485376.01 86197.03
## 6439 253074.81 1696764.18 1090179.55 563107.77 43476.86
## 6440 403401.16 1872006.57 1345931.00 448086.41 77989.16
## 6441 248948.07 1530739.07 867501.26 619111.80 44126.01
## 6442 287895.63 1465604.49 858903.25 564981.58 41719.66
## 6443 269625.44 1347372.00 776304.50 523114.36 47953.14
## 6444 268428.07 1239243.99 750032.20 434987.85 54223.94
## 6445 302082.61 1659701.69 944331.40 681254.13 34116.16
## 6446 469332.59 1983925.74 1072504.99 832296.70 79124.05
## 6447 277355.63 1241566.21 797304.37 407221.12 37040.72
## 6448 224335.83 1203386.49 762724.52 400843.02 39818.95
## 6449 255439.70 1388675.65 937394.90 394791.96 56488.79
## 6450 235145.52 1074272.94 758452.66 276698.00 39122.28
## 6451 224247.43 1139852.43 723374.52 380655.17 35822.74
## 6452 223458.77 1075401.27 694807.10 327861.78 52732.39
## 6453 212871.38 1074281.03 650674.32 377140.01 46466.70
## 6454 211090.34 952800.15 549146.17 358275.00 45378.98
## 6455 195550.24 1124588.99 720629.17 364409.43 39550.39
## 6456 368973.25 1221964.62 756489.66 369884.90 95590.06
## 6457 224790.76 1171348.20 721288.96 401353.64 48705.60
## 6458 249248.52 1419928.75 978488.81 422557.68 18882.26
## 6459 322305.24 1796712.53 1334037.61 449566.65 13108.27
## 6460 181118.90 1392665.24 891429.94 485161.76 16073.54
## 6461 234650.47 1540187.35 1068557.00 455206.07 16424.28
## 6462 182713.77 1337522.67 878109.85 449340.86 10071.96
## 6463 195159.52 1391152.27 1010322.96 367740.51 13088.80
## 6464 189356.95 1242361.15 885769.21 349032.80 7559.14
## 6465 56.99 53704.28 41330.39 12373.89 0.00
## 6466 82.00 65477.93 61171.20 4306.73 0.00
## 6467 71.96 59145.72 54104.35 5041.37 0.00
## 6468 84.84 68035.76 62282.56 5753.20 0.00
## 6469 91.00 64773.00 57036.00 7738.00 0.00
## 6470 97.00 71341.00 55196.00 16146.00 0.00
## 6471 125.00 88355.00 59742.00 28613.00 0.00
## 6472 74.00 70518.00 54249.00 16269.00 0.00
## 6473 76.31 61018.14 58486.25 2505.22 26.67
## 6474 36.92 55278.19 54995.56 282.63 0.00
## 6475 29.48 63875.39 62343.72 1531.67 0.00
## 6476 74.12 60176.66 48527.09 11649.57 0.00
## 6477 139.28 50829.21 46034.83 4794.38 0.00
## 6478 192.67 60551.78 56521.74 4030.04 0.00
## 6479 70.71 51542.09 50219.51 1319.25 3.33
## 6480 54.93 48476.02 47545.72 763.63 166.67
## 6481 61.90 50337.57 44252.37 1741.87 4343.33
## 6482 49.90 55766.54 52253.48 599.73 2913.33
## 6483 30.39 61187.12 60211.91 245.21 730.00
## 6484 62.76 68258.85 60759.46 3437.16 4062.23
## 6485 58.29 68272.71 55944.40 9001.64 3326.67
## 6486 58.47 64719.50 59348.16 2124.67 3246.67
## 6487 55.81 65768.44 64199.34 285.77 1283.33
## 6488 100.44 62894.22 58580.71 1086.84 3226.67
## 6489 131.85 60991.74 53141.81 3621.04 4228.89
## 6490 176.98 66737.49 49614.54 8987.95 8135.00
## 6491 155.12 73563.22 61049.83 5973.39 6540.00
## 6492 92.67 61189.22 52906.18 2108.04 6175.00
## 6493 86.44 62058.28 55129.91 2569.76 4358.61
## 6494 93.56 65907.90 58868.88 4122.08 2916.94
## 6495 139.39 77983.74 75848.61 1879.02 256.11
## 6496 170.20 84707.53 80202.22 4474.75 30.56
## 6497 179.49 72121.26 70371.47 1749.79 0.00
## 6498 152.37 91634.18 90107.34 1469.90 56.94
## 6499 208.35 107019.72 101118.65 5671.90 229.17
## 6500 123.86 78361.76 76015.77 2179.32 166.67
## 6501 52.70 68477.96 61430.73 7047.23 0.00
## 6502 83.48 87450.10 74662.80 12787.30 0.00
## 6503 124.82 82363.22 78470.90 3892.32 0.00
## 6504 74.27 75089.35 73919.09 1170.26 0.00
## 6505 340.26 69655.88 68119.10 1536.78 0.00
## 6506 245.20 65313.67 58499.02 6729.93 84.72
## 6507 107.88 67961.27 64446.70 3514.57 0.00
## 6508 745.71 67241.02 66399.83 841.19 0.00
## 6509 100.84 68720.44 66310.52 2332.14 77.78
## 6510 184.45 63633.56 61717.96 1915.60 0.00
## 6511 367.91 64667.93 57944.02 6589.19 134.72
## 6512 4525.24 72537.39 67100.41 5107.70 329.28
## 6513 1855.78 72003.79 70448.34 1418.77 136.68
## 6514 3688.76 77542.88 74174.07 3242.21 126.60
## 6515 791.62 77124.15 75330.56 1793.59 0.00
## 6516 98.83 69623.79 67890.58 1733.21 0.00
## 6517 420.83 57099.03 52817.14 4281.89 0.00
## 6518 178.97 56273.64 48824.63 7447.45 1.56
## 6519 198.18 58218.62 53040.50 5162.55 15.57
## 6520 112.41 61778.32 56644.70 5133.62 0.00
## 6521 162.16 69542.60 58863.24 10673.16 6.20
## 6522 171.00 58495.00 47328.00 11166.00 0.00
## 6523 88.00 70294.00 42139.00 28155.00 0.00
## 6524 131.00 90071.00 61128.00 28942.00 0.00
## 6525 206.00 57781.00 55528.00 2253.00 0.00
## 6526 106.23 73652.14 62768.76 10883.38 0.00
## 6527 173.60 53789.98 51182.38 2607.60 0.00
## 6528 151.61 57391.40 55717.53 1673.87 0.00
## 6529 73.00 51819.25 49691.80 2127.45 0.00
## 6530 174.29 51061.78 50139.83 921.95 0.00
## 6531 76.86 53222.24 51546.23 1676.01 0.00
## 6532 81.52 42532.33 41353.71 1178.62 0.00
## 6533 73.10 52302.47 50193.57 2102.23 6.67
## 6534 130.21 55758.65 52068.88 2423.10 1266.67
## 6535 79.27 54862.19 52916.32 345.87 1600.00
## 6536 67.41 56091.10 55270.66 377.11 443.33
## 6537 79.42 64553.30 59503.97 3259.33 1790.00
## 6538 164.97 66101.05 49438.96 14192.88 2469.21
## 6539 223.22 57016.00 52868.61 2359.61 1787.78
## 6540 130.79 61918.11 59706.90 1314.55 896.66
## 6541 62.70 54517.52 49946.51 3071.01 1500.00
## 6542 129.66 49710.44 46745.57 1544.87 1420.00
## 6543 142.40 63102.07 56481.05 3381.02 3240.00
## 6544 549.47 58576.92 46887.32 8666.82 3022.78
## 6545 134.57 46271.05 42685.55 670.50 2915.00
## 6546 124.60 55403.79 52477.50 86.29 2840.00
## 6547 135.11 66009.04 62894.62 6.09 3108.33
## 6548 148.68 60533.01 59149.95 0.00 1383.06
## 6549 210.84 67704.25 67319.99 27.59 356.67
## 6550 169.35 60123.59 59724.57 245.41 153.61
## 6551 269.13 87497.25 85671.81 1111.55 713.89
## 6552 310.83 110584.26 109324.82 974.72 284.72
## 6553 228.33 58757.56 56541.74 2215.82 0.00
## 6554 202.50 57701.75 51718.85 5982.90 0.00
## 6555 128.05 61181.25 56049.22 5132.03 0.00
## 6556 161.85 77041.70 76173.81 867.89 0.00
## 6557 345.18 54303.45 53650.11 653.34 0.00
## 6558 1524.94 57349.18 56284.03 862.37 202.78
## 6559 691.53 52458.38 46606.30 5852.08 0.00
## 6560 162.89 57367.99 56747.94 620.05 0.00
## 6561 265.30 48435.69 46650.51 1785.18 0.00
## 6562 350.50 54462.52 51393.77 3068.75 0.00
## 6563 598.22 50457.82 45723.05 4491.71 243.06
## 6564 2290.06 58058.07 54676.58 2761.55 619.94
## 6565 23027.59 54655.21 49803.73 3869.41 982.07
## 6566 3935.43 63874.09 62167.99 1025.61 680.49
## 6567 13325.62 67811.76 65059.13 1897.89 854.74
## 6568 7893.25 48149.56 46455.74 1319.66 374.16
## 6569 306.22 48583.99 47415.32 1168.67 0.00
## 6570 2695.77 39087.84 38034.62 919.42 133.80
## 6571 4194.25 613923.51 527743.84 86179.67 0.00
## 6572 3020.72 423209.29 327462.75 95743.21 3.33
## 6573 2606.12 312486.64 218017.64 94469.00 0.00
## 6574 6828.23 506090.94 416839.01 89251.93 0.00
## 6575 7694.00 560213.00 479680.00 80533.00 0.00
## 6576 2692.00 353079.00 264827.00 88252.00 0.00
## 6577 2776.00 384513.00 298259.00 86254.00 0.00
## 6578 6534.00 485264.00 416893.00 68334.00 37.00
## 6579 4359.04 568587.12 428438.84 137878.28 2270.00
## 6580 2105.74 453173.37 264530.01 188243.36 400.00
## 6581 1834.84 386325.54 298349.69 87975.85 0.00
## 6582 1866.10 401068.22 310037.28 91030.94 0.00
## 6583 1449.29 402723.19 320849.72 81873.47 0.00
## 6584 2169.62 375822.70 291964.68 83858.02 0.00
## 6585 1812.37 331637.92 262287.19 69350.73 0.00
## 6586 2264.51 330377.19 229435.93 100937.93 3.33
## 6587 2452.10 364251.96 259297.35 104954.61 0.00
## 6588 1860.58 252687.07 172564.44 79904.85 217.78
## 6589 1867.94 402461.02 293696.79 108227.56 536.67
## 6590 1575.76 420043.30 230159.82 189883.48 0.00
## 6591 6723.26 523705.33 224811.25 298894.08 0.00
## 6592 3739.05 384499.59 246147.25 138352.34 0.00
## 6593 2676.17 374783.06 247453.57 127329.49 0.00
## 6594 3006.89 361492.39 240331.25 121091.14 70.00
## 6595 4545.50 411291.18 279519.76 131771.42 0.00
## 6596 3020.20 722268.43 334967.14 387301.29 0.00
## 6597 4720.91 544011.18 276152.20 267556.20 302.78
## 6598 2928.68 494063.30 188282.06 305777.91 3.33
## 6599 7010.41 752365.97 201968.43 550383.65 13.89
## 6600 5451.76 405711.73 200221.42 205490.31 0.00
## 6601 4926.04 577391.79 357447.61 219944.18 0.00
## 6602 5549.79 413741.26 187986.63 225754.63 0.00
## 6603 3706.26 459542.98 190861.62 268681.36 0.00
## 6604 3248.89 583615.08 262815.20 320799.88 0.00
## 6605 3364.51 703049.00 232259.29 470789.71 0.00
## 6606 10440.51 794485.27 164674.25 629791.58 19.44
## 6607 5646.02 752218.26 224693.22 527525.04 0.00
## 6608 3383.48 371325.25 312771.41 58553.84 0.00
## 6609 7690.78 280484.23 204288.42 76195.81 0.00
## 6610 3906.52 476291.78 316601.87 159683.24 6.67
## 6611 5896.58 222860.86 203295.68 19565.18 0.00
## 6612 21365.41 158514.81 157513.45 998.03 3.33
## 6613 29781.99 102946.84 101884.70 1062.14 0.00
## 6614 40611.87 211271.60 209810.16 1458.11 3.33
## 6615 42393.74 321032.39 292106.96 28925.43 0.00
## 6616 63757.91 419061.23 291927.39 127089.40 44.44
## 6617 71472.30 419748.90 278125.24 141599.77 23.89
## 6618 140962.93 404189.61 316097.57 88069.82 22.22
## 6619 58981.08 194545.48 74838.47 119674.39 32.62
## 6620 4719.74 145504.68 79246.83 66254.52 3.33
## 6621 2711.50 291152.19 242009.67 49139.19 3.33
## 6622 2690.98 282900.41 190479.48 92420.93 0.00
## 6623 6313.88 193803.25 62497.42 131305.83 0.00
## 6624 13768.33 66135.14 59516.58 6575.66 42.90
## 6625 12103.69 55578.87 47670.97 7840.41 67.49
## 6626 9259.69 58298.20 48938.01 9311.33 48.86
## 6627 1754.24 73725.13 37305.23 36372.75 47.15
## 6628 2338.00 68510.00 23489.00 44956.00 64.00
## 6629 608.00 56024.00 25102.00 30900.00 23.00
## 6630 613.00 93605.00 42396.00 51103.00 106.00
## 6631 1037.00 100042.00 36175.00 63702.00 165.00
## 6632 752.93 98140.65 35477.95 62594.13 68.57
## 6633 870.81 77406.61 36905.14 40362.33 139.14
## 6634 603.48 58968.01 28364.19 30577.22 26.60
## 6635 631.41 58463.22 27096.14 31344.37 22.71
## 6636 607.85 57300.40 27891.17 29348.64 60.59
## 6637 972.08 64990.75 33550.42 31111.99 328.34
## 6638 867.35 63551.01 31441.95 32031.35 77.71
## 6639 800.26 61792.05 31782.33 29745.79 263.93
## 6640 787.37 69273.94 35802.73 32306.29 1164.92
## 6641 879.27 75306.12 39686.62 34205.17 1414.33
## 6642 1093.00 86903.61 32946.35 52220.21 1737.05
## 6643 1162.61 82427.01 35015.70 46406.54 1004.77
## 6644 800.61 78243.70 36182.69 40113.90 1947.11
## 6645 1301.64 82870.82 39049.20 41000.59 2821.03
## 6646 807.32 76667.54 35579.02 39457.80 1630.72
## 6647 843.55 76418.24 37123.85 37812.55 1481.84
## 6648 1367.59 73121.41 34009.29 37719.47 1392.65
## 6649 1835.09 113180.07 51238.22 59538.32 2403.53
## 6650 1678.38 105792.08 54877.91 47715.79 3198.38
## 6651 1002.29 116042.89 49444.51 64817.87 1780.51
## 6652 1944.09 113131.44 53306.73 58995.18 829.53
## 6653 1097.13 140149.13 46235.82 93478.49 434.82
## 6654 1766.11 125074.74 40296.68 84463.79 314.27
## 6655 1540.83 97315.51 45525.97 51742.05 47.49
## 6656 1202.57 99359.57 44714.52 54004.53 640.52
## 6657 1422.94 155633.65 44372.98 111176.50 84.17
## 6658 2348.18 148453.66 50838.55 97497.22 117.89
## 6659 1564.77 109826.14 47389.50 62334.66 101.98
## 6660 1240.51 126435.11 42539.62 83872.46 23.03
## 6661 1773.31 111566.14 46322.29 65171.80 72.05
## 6662 1133.76 77578.81 41688.75 35858.77 31.29
## 6663 1452.17 92248.11 45777.12 46455.38 15.61
## 6664 1326.07 99700.20 42285.27 57404.10 10.83
## 6665 1516.39 93503.85 41713.27 51729.38 61.20
## 6666 1539.77 71519.47 35129.81 36351.65 38.01
## 6667 1756.45 69427.97 40647.40 28640.13 140.44
## 6668 1923.56 91847.00 38588.66 53252.02 6.32
## 6669 1362.80 91065.56 42818.68 48242.38 4.50
## 6670 2796.88 100652.64 51397.70 49247.59 7.35
## 6671 5353.25 105216.86 53663.15 51550.76 2.95
## 6672 2759.02 115110.34 53542.20 61566.67 1.47
## 6673 3909.40 94227.50 47552.12 46669.52 5.86
## 6674 2034.41 91021.78 45737.60 45282.71 1.47
## 6675 3127.01 89599.44 41838.55 47759.42 1.47
## 6676 5029.22 67288.78 39169.93 28118.85 0.00
## 6677 277.37 76261.53 29166.63 46858.23 236.67
## 6678 314.00 51710.05 25721.96 25598.09 390.00
## 6679 288.18 66637.69 27358.59 39015.77 263.33
## 6680 257.60 73667.59 33265.86 40251.73 150.00
## 6681 273.00 55628.00 41484.00 13951.00 193.00
## 6682 195.00 47379.00 26125.00 21030.00 223.00
## 6683 306.00 60179.00 25039.00 34900.00 240.00
## 6684 237.00 59003.00 48421.00 10329.00 253.00
## 6685 234.92 48394.59 33225.98 14981.94 186.67
## 6686 264.49 71275.91 39625.90 31443.34 206.67
## 6687 260.69 51429.82 21040.91 30388.91 0.00
## 6688 137.38 51315.22 23963.09 27352.13 0.00
## 6689 76.87 51765.38 22345.45 29419.93 0.00
## 6690 49.83 45840.15 19480.95 26359.20 0.00
## 6691 64.82 35881.15 18592.21 17288.94 0.00
## 6692 24.82 46140.46 8860.73 37219.73 60.00
## 6693 27.80 43533.18 22005.33 20014.52 1513.33
## 6694 99.08 50424.84 20452.27 28919.24 1053.33
## 6695 54.34 41826.96 19492.60 19474.36 2860.00
## 6696 12.20 51161.99 22007.23 27404.76 1750.00
## 6697 68.45 67283.58 40501.07 23085.84 3696.67
## 6698 43.10 53639.31 22133.61 29292.37 2213.33
## 6699 73.61 55446.01 32147.33 21985.35 1313.33
## 6700 55.78 56450.52 23710.96 29831.78 2907.78
## 6701 102.81 57144.56 24773.25 29400.20 2971.11
## 6702 46.02 48928.01 28914.04 16267.58 3746.39
## 6703 122.11 56470.29 31305.74 20128.72 5035.83
## 6704 75.35 63836.68 33088.12 28278.56 2470.00
## 6705 90.39 43351.00 23346.19 16704.81 3300.00
## 6706 121.45 57336.32 29031.67 25729.09 2575.56
## 6707 84.55 42393.51 24682.06 16731.45 980.00
## 6708 115.43 69115.18 35449.21 33245.97 420.00
## 6709 99.54 54459.76 25647.12 28151.81 660.83
## 6710 99.81 55359.18 24530.62 30178.56 650.00
## 6711 224.12 86402.04 33910.30 52241.74 250.00
## 6712 121.15 64145.60 26376.03 37214.57 555.00
## 6713 78.16 53960.64 25194.97 28670.67 95.00
## 6714 70.75 51941.25 25862.92 25718.33 360.00
## 6715 142.56 52407.43 22044.41 29968.02 395.00
## 6716 171.97 48749.08 20349.59 28239.49 160.00
## 6717 125.48 51980.34 20444.62 31040.72 495.00
## 6718 167.14 50413.48 24402.11 25501.37 510.00
## 6719 85.68 50663.78 23969.51 26579.27 115.00
## 6720 82.78 46977.96 19070.58 27887.38 20.00
## 6721 66.62 61512.97 31645.74 29517.23 350.00
## 6722 89.88 48541.77 19864.06 28137.71 540.00
## 6723 348.06 75274.47 28073.99 47170.48 30.00
## 6724 357.77 141030.88 64165.61 76520.83 344.44
## 6725 236.88 88794.56 37567.36 50878.59 348.61
## 6726 376.72 119565.88 28445.81 91120.07 0.00
## 6727 188.02 80417.23 27774.46 52642.77 0.00
## 6728 148.91 70679.54 29267.91 41411.63 0.00
## 6729 302.55 121607.44 35501.09 86106.35 0.00
## 6730 6018.29 116801.31 49190.85 67480.46 130.00
## 6731 6232.61 97856.85 60969.97 36710.21 176.67
## 6732 3955.11 98958.11 63479.54 35185.24 293.33
## 6733 4760.32 124468.22 62945.15 61291.96 231.11
## 6734 4488.00 116140.00 47447.00 68396.00 297.00
## 6735 4316.00 72969.00 45659.00 27009.00 300.00
## 6736 5388.00 91022.00 47255.00 43420.00 347.00
## 6737 5043.00 118895.00 42648.00 76180.00 67.00
## 6738 5037.21 137627.40 41685.93 95611.47 330.00
## 6739 3515.00 88997.34 41859.63 46967.71 170.00
## 6740 682.14 67506.12 46482.24 21023.88 0.00
## 6741 60.64 68205.04 44183.98 24021.06 0.00
## 6742 75.85 72048.55 47487.79 24560.76 0.00
## 6743 62.85 63356.70 43605.94 19750.76 0.00
## 6744 66.23 70274.94 42658.17 27616.77 0.00
## 6745 109.31 72795.80 45361.66 27434.14 0.00
## 6746 5997.25 66525.97 43187.87 23218.10 120.00
## 6747 6208.57 72880.09 45086.50 27650.26 143.33
## 6748 6548.22 63892.03 39816.30 23140.17 935.56
## 6749 7342.47 100424.60 34087.48 65960.46 376.66
## 6750 6825.44 148287.30 42423.16 105694.14 170.00
## 6751 7126.40 108608.30 49026.33 59193.02 388.95
## 6752 7351.15 121688.27 58516.35 62901.92 270.00
## 6753 6655.76 113058.06 46713.26 66328.13 16.67
## 6754 6343.20 107719.60 36179.33 71540.27 0.00
## 6755 7591.71 199350.73 75039.55 124311.18 0.00
## 6756 8471.78 189740.23 70018.95 119721.28 0.00
## 6757 6653.42 175933.86 53411.08 122522.78 0.00
## 6758 6723.34 161887.28 55967.51 105919.77 0.00
## 6759 6562.63 158062.58 60840.35 97009.73 212.50
## 6760 8227.13 177543.70 63050.35 114357.24 136.11
## 6761 10114.51 173650.08 62414.00 111236.08 0.00
## 6762 8122.78 168349.26 48461.64 119887.62 0.00
## 6763 7459.78 191197.21 47410.64 143342.13 444.44
## 6764 7876.55 223944.51 50093.71 173850.80 0.00
## 6765 6704.04 174175.99 43597.71 130578.28 0.00
## 6766 9126.91 230633.52 41132.11 189154.19 347.22
## 6767 9911.63 223202.94 56490.21 166712.73 0.00
## 6768 8785.16 139761.66 50811.89 88838.66 111.11
## 6769 11317.61 158457.41 63726.92 94730.49 0.00
## 6770 9405.35 155331.06 64615.85 90715.21 0.00
## 6771 9357.16 153949.48 51704.25 102245.23 0.00
## 6772 8807.29 153566.28 72719.62 80846.66 0.00
## 6773 8076.53 168363.12 53110.43 115252.69 0.00
## 6774 7364.63 164133.27 55239.96 108893.31 0.00
## 6775 6859.46 135901.71 65647.85 70253.86 0.00
## 6776 8137.14 210638.63 53528.96 157109.67 0.00
## 6777 8149.22 264249.77 56405.96 207843.81 0.00
## 6778 7716.20 135096.96 59095.70 76001.26 0.00
## 6779 6954.72 178184.11 44375.39 133739.28 69.44
## 6780 7692.26 212872.74 59471.06 153401.68 0.00
## 6781 7983.56 212524.33 71141.24 141383.09 0.00
## 6782 7736.95 185748.86 62603.76 123145.10 0.00
## 6783 75509.63 1012388.74 959746.82 14343.09 38298.83
## 6784 78272.26 884081.73 831557.36 15344.42 37179.95
## 6785 76600.37 840432.50 790545.51 14767.42 35119.57
## 6786 62000.95 920915.70 868361.67 16284.72 36269.31
## 6787 68958.00 972151.00 913002.00 23854.00 35296.00
## 6788 82683.00 755782.00 702784.00 16197.00 36801.00
## 6789 73389.00 966392.00 893064.00 34871.00 38457.00
## 6790 72562.00 914474.00 851550.00 23684.00 39240.00
## 6791 69039.29 799761.51 748133.99 14912.26 36715.26
## 6792 81784.71 840115.32 794198.46 16098.25 29818.61
## 6793 84635.32 598616.46 551747.52 15614.96 31253.98
## 6794 94134.88 558535.14 509468.27 15849.71 33217.16
## 6795 91288.33 522541.11 475271.70 17349.06 29920.35
## 6796 78098.02 557460.87 510568.78 17512.89 29379.20
## 6797 79407.42 574906.75 529354.38 16258.82 29293.55
## 6798 84556.11 586009.15 543636.79 13163.62 29208.74
## 6799 94971.16 615519.53 568315.40 14394.75 32809.38
## 6800 112400.98 572807.69 521219.23 15575.83 36012.63
## 6801 105558.18 570846.05 523454.36 14650.86 32740.83
## 6802 99791.22 677650.12 618120.14 22264.21 37265.77
## 6803 120591.71 846737.12 784481.79 21556.57 40698.76
## 6804 109001.34 860004.81 793163.78 20822.11 46018.92
## 6805 100595.71 661784.53 603467.35 18679.70 39637.48
## 6806 99404.46 711322.24 652958.02 12421.66 45942.56
## 6807 105463.36 715949.14 658086.39 14421.29 43441.46
## 6808 87693.03 1337481.40 1285980.32 788.55 50712.53
## 6809 104452.24 1384273.64 1337890.74 411.72 45971.18
## 6810 90801.10 1541330.90 1496630.45 696.59 44003.86
## 6811 93204.86 1476809.87 1424124.05 963.71 51722.11
## 6812 96489.25 1598855.22 1550403.66 468.39 47983.17
## 6813 89031.20 1799757.17 1761072.22 559.34 38125.61
## 6814 102414.38 1378948.20 1324066.55 300.84 54580.81
## 6815 91670.96 1231945.53 1178399.48 401.84 53144.21
## 6816 88215.90 1656491.18 1602634.76 674.27 53182.15
## 6817 97893.53 1787982.01 1727340.36 488.13 60153.52
## 6818 105295.61 1345961.96 1286252.05 686.15 59023.76
## 6819 108744.24 1417998.35 1358189.50 3262.06 56546.79
## 6820 109370.93 1179887.05 1117995.97 574.14 61316.94
## 6821 106825.66 1520464.82 1460394.98 10162.56 49907.28
## 6822 95594.45 1601319.80 1542667.95 11742.19 46909.66
## 6823 83244.93 1219913.92 1168719.39 1177.90 50016.63
## 6824 89296.88 1260178.38 1209897.81 2474.78 47805.79
## 6825 94533.02 1125685.27 1067166.21 4495.49 54023.57
## 6826 83307.14 1269943.15 1214991.20 6376.28 48575.67
## 6827 70872.57 1406604.51 1341305.37 33291.90 32007.24
## 6828 68553.91 1442193.42 1277346.26 130416.16 34431.00
## 6829 61331.51 1790490.25 1664506.69 81240.11 44743.45
## 6830 89678.63 2701609.82 2656630.42 3465.70 41513.70
## 6831 67607.57 1982018.18 1923042.64 29993.97 28981.57
## 6832 61799.24 1775686.94 1710186.48 39625.95 25874.51
## 6833 61161.98 1522819.94 1442445.76 59205.75 21168.43
## 6834 72814.14 1385480.26 1288525.30 72837.94 24117.02
## 6835 56808.74 1441332.35 1332601.11 88931.96 19799.28
## 6836 270.75 57333.07 37617.67 19711.15 4.25
## 6837 217.35 44886.01 23837.75 21035.42 12.84
## 6838 326.83 44840.61 29455.18 15356.82 28.61
## 6839 147.89 56811.08 26607.95 30198.81 4.32
## 6840 530.00 53643.00 9238.00 44403.00 1.00
## 6841 107.00 29023.00 10221.00 18803.00 0.00
## 6842 79.00 43155.00 12675.00 30480.00 0.00
## 6843 86.00 54034.00 11788.00 42246.00 0.00
## 6844 120.44 45793.94 13435.51 32355.55 2.88
## 6845 56.48 54991.92 13041.14 41950.78 0.00
## 6846 33.07 33521.36 13492.32 20029.04 0.00
## 6847 68.10 32139.47 12700.01 19439.46 0.00
## 6848 71.23 31510.26 11687.90 19822.36 0.00
## 6849 73.49 33336.81 14044.19 19292.62 0.00
## 6850 82.79 31625.84 12529.29 19096.55 0.00
## 6851 79.54 35311.37 14322.14 20969.23 20.00
## 6852 91.41 41623.05 15816.03 25440.35 366.67
## 6853 133.23 42457.10 16063.17 26038.37 355.56
## 6854 103.73 43650.07 17157.17 26001.79 491.11
## 6855 148.97 50049.17 24106.10 25489.74 453.33
## 6856 121.05 53281.11 27903.99 24543.79 833.33
## 6857 218.00 54995.50 29610.66 24173.08 1211.76
## 6858 133.88 54512.58 29280.49 24102.09 1130.00
## 6859 134.13 52477.62 24730.17 26604.12 1143.33
## 6860 211.13 42769.76 15204.43 26375.34 1189.99
## 6861 209.51 76179.10 22207.37 53245.65 726.08
## 6862 340.48 62727.70 23991.67 38397.78 338.25
## 6863 203.50 68242.12 20546.42 47643.48 52.22
## 6864 541.77 51626.13 21822.14 29725.70 78.29
## 6865 159.38 63451.22 17357.08 45674.42 419.72
## 6866 305.84 70111.13 16752.03 53317.46 41.64
## 6867 305.78 60274.13 16202.19 44055.13 16.81
## 6868 225.38 50481.72 14518.52 35959.83 3.37
## 6869 247.88 42501.20 16236.09 26265.11 0.00
## 6870 426.61 74600.03 21513.20 52904.37 182.46
## 6871 203.94 42529.06 18452.22 23931.06 145.78
## 6872 236.73 48335.22 16780.79 31343.12 211.31
## 6873 213.91 50127.95 18406.86 31705.47 15.62
## 6874 209.34 44160.67 17618.59 26542.08 0.00
## 6875 225.38 51393.86 18336.09 33057.77 0.00
## 6876 163.77 50457.52 18244.87 32209.26 3.39
## 6877 213.08 28157.68 17374.52 10768.15 15.01
## 6878 159.61 40620.54 14085.25 26520.40 14.89
## 6879 183.87 49622.16 12670.72 36951.44 0.00
## 6880 578.39 43409.73 15168.82 28234.42 6.49
## 6881 159.04 50787.90 13809.65 36841.43 136.82
## 6882 357.40 71259.68 16002.34 55257.34 0.00
## 6883 1046.84 48887.14 19517.27 29368.27 1.60
## 6884 217.70 58306.36 17307.09 40985.94 13.33
## 6885 714.26 57605.35 18678.36 38926.99 0.00
## 6886 281.29 43327.15 17644.78 25682.37 0.00
## 6887 397.86 60171.57 17859.61 42296.40 15.56
## 6888 643.88 47918.44 12573.63 35198.14 146.67
## 6889 3057.20 152322.80 72698.98 79623.82 0.00
## 6890 4987.95 120689.86 88550.58 32139.28 0.00
## 6891 5749.55 142323.98 69456.09 72867.89 0.00
## 6892 6988.61 150858.45 75190.47 75667.98 0.00
## 6893 9947.00 131661.00 75459.00 56202.00 0.00
## 6894 1052.00 116959.00 70352.00 46606.00 0.00
## 6895 2026.00 155975.00 80040.00 75936.00 0.00
## 6896 1669.00 123105.00 72870.00 50234.00 0.00
## 6897 392.90 101261.29 66124.03 35137.26 0.00
## 6898 223.75 152102.55 75333.68 76768.87 0.00
## 6899 183.75 118762.83 61151.44 57611.39 0.00
## 6900 32.00 98117.35 72027.82 26089.53 0.00
## 6901 104.53 109102.47 80223.56 28878.91 0.00
## 6902 187.25 96657.84 54423.36 42234.48 0.00
## 6903 237.74 75256.56 33217.53 42039.03 0.00
## 6904 50.37 77835.40 16642.51 61152.89 40.00
## 6905 155.17 61777.96 34614.01 23940.62 3223.33
## 6906 284.53 90373.44 40450.86 46519.25 3403.33
## 6907 289.62 97569.78 37812.76 51132.58 8624.44
## 6908 184.51 94303.33 34142.86 54596.03 5564.44
## 6909 207.86 114203.24 31618.38 73383.75 9201.11
## 6910 324.38 94854.26 38651.03 48348.78 7854.45
## 6911 358.81 95997.38 34817.34 55121.15 6058.89
## 6912 421.47 104763.61 35385.93 61377.68 8000.00
## 6913 301.98 90205.21 38434.80 41978.19 9792.22
## 6914 239.94 111332.51 44355.87 55317.47 11659.17
## 6915 418.31 131427.72 49954.72 72199.67 9273.33
## 6916 127.88 123209.59 51069.12 59391.58 12748.89
## 6917 105.13 127089.16 51803.99 62943.50 12341.67
## 6918 340.96 160585.23 73486.27 79488.96 7610.00
## 6919 238.92 152040.07 84992.72 64412.35 2635.00
## 6920 66.26 167808.90 102591.50 65217.40 0.00
## 6921 127.05 146578.54 86440.86 60137.68 0.00
## 6922 92.98 149835.74 87201.95 62633.79 0.00
## 6923 689.42 209630.82 96700.11 112930.71 0.00
## 6924 121.30 193153.65 79251.87 113901.78 0.00
## 6925 143.43 145077.00 81699.04 63377.96 0.00
## 6926 127.13 129146.40 73084.25 56062.15 0.00
## 6927 242.38 106611.13 66358.64 40164.99 87.50
## 6928 285.88 119203.76 63253.12 55950.64 0.00
## 6929 370.75 121256.79 59606.47 61500.32 150.00
## 6930 350.68 143484.42 80525.62 62486.58 472.22
## 6931 280.65 106550.62 58637.13 47913.49 0.00
## 6932 228.88 112653.60 56960.63 55692.97 0.00
## 6933 97.02 135508.10 76060.43 59447.67 0.00
## 6934 253.62 116357.22 58634.83 57722.39 0.00
## 6935 399.31 170280.79 67653.42 102267.65 359.72
## 6936 629.67 282357.34 102844.25 178368.65 1144.44
## 6937 519.69 208308.68 99039.03 108598.82 670.83
## 6938 377.73 253417.24 71856.16 181454.14 106.94
## 6939 544.78 210805.19 82722.70 128082.49 0.00
## 6940 293.18 190952.57 85738.78 105206.85 6.94
## 6941 540.23 277538.12 84253.42 193284.70 0.00
## 6942 29457.57 1411792.12 1246593.68 163761.83 1436.61
## 6943 19763.67 945549.48 824335.49 118291.12 2922.87
## 6944 16966.89 961484.35 853140.03 106279.96 2064.36
## 6945 17891.07 1404338.18 1229379.23 172927.24 2031.71
## 6946 18490.00 953110.00 762953.00 188039.00 2118.00
## 6947 15350.00 793694.00 663097.00 128990.00 1607.00
## 6948 16827.00 939370.00 751485.00 186157.00 1727.00
## 6949 18762.00 919162.00 735347.00 181873.00 1942.00
## 6950 20209.95 982038.86 821114.39 159168.35 1756.12
## 6951 19076.52 927954.41 774152.75 153145.22 656.44
## 6952 20115.07 796520.43 698822.91 97558.95 138.57
## 6953 21955.24 778032.85 654675.29 123337.18 20.38
## 6954 19640.32 745721.27 630328.89 115357.54 34.84
## 6955 20147.99 808831.59 688480.03 120198.57 152.99
## 6956 19549.26 801385.83 704199.37 96708.78 477.68
## 6957 20473.18 817469.64 716654.48 98413.44 2401.72
## 6958 21742.49 865622.90 732278.10 110137.25 23207.55
## 6959 24649.00 889302.60 747801.46 116289.45 25211.69
## 6960 23088.84 944712.47 804265.11 124191.97 16255.39
## 6961 23579.86 1087069.40 904139.21 145663.00 37267.19
## 6962 25765.18 1013908.26 836575.70 148877.99 28454.57
## 6963 26753.29 1006737.98 856452.33 122563.55 27722.10
## 6964 26106.33 977681.58 833164.80 126121.45 18395.33
## 6965 26154.28 1005805.72 861274.69 114928.95 29602.08
## 6966 26712.77 1016824.84 860213.61 122607.37 34003.86
## 6967 27337.20 1214991.99 969121.67 191301.87 54568.45
## 6968 30426.63 1267463.78 1026992.74 187005.45 53465.59
## 6969 27318.06 1127351.85 903265.11 187611.42 36475.32
## 6970 28997.27 1054979.65 909822.80 107064.11 38092.74
## 6971 31604.96 1112756.44 900866.53 167944.28 43945.63
## 6972 31609.48 1123278.07 916401.72 187872.39 19003.96
## 6973 35153.44 1241824.69 1002083.80 230580.56 9160.33
## 6974 32390.63 1151650.99 953595.56 193338.02 4717.41
## 6975 30170.73 1259276.77 1104012.30 148638.50 6625.97
## 6976 47936.74 1698910.66 1456000.83 237524.29 5385.54
## 6977 32879.90 1185502.10 1038439.12 142458.63 4604.35
## 6978 31534.53 1185824.34 1044588.96 136072.44 5162.94
## 6979 31587.43 1092118.44 962599.60 125318.67 4200.17
## 6980 29641.61 1088252.62 990216.19 93875.58 4160.85
## 6981 32123.70 1322626.39 1192231.15 126225.16 4170.08
## 6982 33096.36 1127462.72 988523.65 135004.05 3935.02
## 6983 30753.50 970055.99 867587.43 98619.63 3848.93
## 6984 38103.37 995740.12 868710.37 123511.69 3518.06
## 6985 51390.66 1176992.95 1044380.88 131525.12 1086.95
## 6986 52647.95 950191.41 823879.69 123351.91 2959.81
## 6987 41351.82 1007621.10 857235.29 147587.67 2798.14
## 6988 38397.21 1054822.30 860148.60 190222.35 4451.35
## 6989 108936.31 1116991.27 950345.69 161722.79 4922.79
## 6990 43527.67 1003194.05 845213.44 153112.84 4867.77
## 6991 94412.42 1042787.65 859648.57 181562.03 1577.05
## 6992 43787.10 1003636.50 876946.57 125271.44 1418.49
## 6993 45093.12 1007510.87 873053.26 130291.21 4166.40
## 6994 64703.08 875004.19 719379.64 151226.51 4398.04
## 6995 177.54 89385.95 70278.20 18477.36 630.39
## 6996 201.49 78725.73 65116.32 12231.63 1377.78
## 6997 224.12 92613.15 79113.94 12580.32 918.89
## 6998 199.82 109264.75 94522.11 13872.64 870.00
## 6999 175.00 98063.00 78202.00 18913.00 949.00
## 7000 183.00 70172.00 58959.00 10358.00 856.00
## 7001 262.00 77107.00 65958.00 10329.00 820.00
## 7002 281.00 73436.00 63381.00 9118.00 936.00
## 7003 354.53 75734.81 63826.67 11123.57 784.57
## 7004 185.00 82106.60 68554.67 13183.91 368.02
## 7005 252.39 59464.93 49860.59 9599.22 5.12
## 7006 125.62 63457.44 53309.92 10144.19 3.33
## 7007 105.67 59728.72 49424.27 10304.45 0.00
## 7008 90.32 59782.33 52292.12 7431.64 58.57
## 7009 82.19 61965.18 54501.62 7350.47 113.09
## 7010 69.77 66684.64 56309.28 10118.10 257.26
## 7011 93.89 66121.71 56903.06 7881.98 1336.67
## 7012 76.41 68908.62 57883.39 10273.89 751.34
## 7013 106.04 61855.56 48844.82 10803.43 2207.31
## 7014 52.60 109665.17 90141.14 17632.70 1891.33
## 7015 91.21 105462.58 87901.11 16066.80 1494.67
## 7016 49.22 100570.55 86175.13 12836.41 1559.01
## 7017 52.14 81491.13 65555.61 14827.94 1107.58
## 7018 179.51 83115.70 71644.75 9364.25 2106.70
## 7019 206.54 86617.70 71974.21 13092.37 1551.12
## 7020 109.54 130340.20 105530.95 22029.25 2780.00
## 7021 90.44 128485.30 110433.46 15456.31 2595.53
## 7022 60.26 125573.44 105149.34 18681.51 1742.59
## 7023 143.44 118640.29 105965.40 10905.92 1768.97
## 7024 141.95 87799.33 74772.49 10764.96 2261.88
## 7025 119.54 123455.82 106243.76 14782.06 2430.00
## 7026 149.22 125467.41 85799.73 37474.70 2192.98
## 7027 36.98 112546.73 86638.12 23799.21 2109.40
## 7028 100.44 92767.27 72042.12 18978.41 1746.74
## 7029 189.96 186645.33 163451.19 21424.14 1770.00
## 7030 78.43 127369.08 105192.33 20198.80 1977.95
## 7031 75.09 108081.47 97879.10 8397.37 1805.00
## 7032 135.70 109216.32 102366.17 5170.15 1680.00
## 7033 118.65 130682.75 122342.62 6780.13 1560.00
## 7034 86.70 147713.87 139193.03 7520.84 1000.00
## 7035 92.56 130851.27 122643.74 6937.53 1270.00
## 7036 100.06 107141.14 99605.44 5995.70 1540.00
## 7037 71.33 97260.86 89585.87 6434.99 1240.00
## 7038 185.57 193381.81 186396.09 6875.72 110.00
## 7039 71.22 81143.35 72019.67 8088.68 1035.00
## 7040 123.12 99281.06 90304.21 8146.85 830.00
## 7041 246.24 101335.80 80701.00 19120.08 1514.72
## 7042 149.64 152057.32 131344.95 20622.37 90.00
## 7043 122.93 107675.09 92858.91 14816.18 0.00
## 7044 81.46 107805.91 82914.32 24413.26 478.33
## 7045 121.39 122107.34 106434.47 15372.87 300.00
## 7046 183.00 111083.19 98008.64 12089.55 985.00
## 7047 71.34 109586.47 87099.25 20952.22 1535.00
## 7048 1336.79 73557.53 61080.44 11333.76 1143.33
## 7049 1613.39 81602.39 72271.01 8224.71 1106.67
## 7050 1505.00 79981.76 68849.84 10321.92 810.00
## 7051 1803.00 83640.33 71291.13 11513.64 835.56
## 7052 2002.00 81753.00 77355.00 3609.00 790.00
## 7053 1145.00 67390.00 57613.00 8817.00 960.00
## 7054 1729.00 73013.00 63649.00 8597.00 767.00
## 7055 2188.00 88890.00 83664.00 4411.00 816.00
## 7056 1893.00 72659.82 65167.14 6089.35 1403.33
## 7057 1787.00 84659.39 72752.65 11155.63 751.11
## 7058 1576.11 83683.66 73112.43 10571.23 0.00
## 7059 173.04 73874.84 65362.87 8511.97 0.00
## 7060 31.10 96187.82 82449.13 13738.69 0.00
## 7061 9.00 74229.44 61436.17 12793.27 0.00
## 7062 19.00 54023.74 44407.60 9616.14 0.00
## 7063 108.00 57079.58 46789.06 10177.19 113.33
## 7064 164.00 69840.11 59451.56 5951.88 4436.67
## 7065 290.73 70285.30 56267.76 9259.77 4757.77
## 7066 188.82 68206.82 58890.86 5129.29 4186.67
## 7067 77.91 73537.88 61052.42 10098.80 2386.66
## 7068 82.91 75428.62 60970.59 10286.92 4171.11
## 7069 44.00 76796.57 56841.81 10734.76 9220.00
## 7070 41.00 73329.95 55778.64 9484.64 8066.67
## 7071 78.00 68790.22 49217.00 12526.55 7046.67
## 7072 39.00 82836.10 64601.65 9641.12 8593.33
## 7073 28.96 87742.59 80324.72 5261.20 2156.67
## 7074 64.00 100813.22 93220.64 4992.58 2600.00
## 7075 104.95 104346.30 94389.49 8091.81 1865.00
## 7076 157.00 83711.26 76256.40 4569.86 2885.00
## 7077 188.00 93555.50 76637.93 8992.57 7925.00
## 7078 298.00 72381.40 53362.71 5313.69 13705.00
## 7079 267.00 80031.19 55454.81 10461.38 14115.00
## 7080 345.91 69238.94 46750.78 10833.16 11655.00
## 7081 347.82 76464.43 49414.09 10375.34 16675.00
## 7082 220.92 109148.95 86740.85 17223.10 5185.00
## 7083 251.05 79491.39 60607.72 10988.67 7895.00
## 7084 301.14 70787.69 52284.28 8843.41 9660.00
## 7085 241.00 78642.84 59163.58 9889.26 9590.00
## 7086 249.11 74226.19 55994.69 8934.00 9297.50
## 7087 192.06 71764.00 53763.94 9845.06 8155.00
## 7088 355.97 73914.83 53280.49 10526.56 10107.78
## 7089 284.06 67421.98 51297.40 9849.58 6275.00
## 7090 271.03 67853.79 51341.55 9832.24 6680.00
## 7091 184.00 70143.31 55427.21 8536.10 6180.00
## 7092 140.16 86757.72 69741.69 8046.03 8970.00
## 7093 289.36 71703.26 54549.08 7834.18 9320.00
## 7094 443.13 85323.05 59560.40 13862.65 11900.00
## 7095 402.00 152143.79 119084.94 26378.85 6680.00
## 7096 316.00 99061.62 77868.08 15523.54 5670.00
## 7097 273.00 93630.85 56028.66 29497.19 8105.00
## 7098 232.92 83866.68 60508.85 16912.83 6445.00
## 7099 316.00 75163.77 52403.61 13645.16 9115.00
## 7100 242.00 100205.62 68817.75 24039.54 7348.33
## 7101 445.17 347832.27 269325.19 78507.08 0.00
## 7102 1217.71 404470.20 379573.90 24894.30 2.00
## 7103 601.53 484077.88 465885.99 18174.07 17.82
## 7104 1561.82 434202.54 411052.38 23130.51 19.65
## 7105 580.00 496308.00 466132.00 30177.00 0.00
## 7106 697.00 473316.00 373479.00 99837.00 0.00
## 7107 710.00 633460.00 448431.00 185014.00 16.00
## 7108 710.00 402660.00 369347.00 33312.00 0.00
## 7109 600.50 624918.06 563910.07 60984.25 23.74
## 7110 779.34 354341.95 330959.23 23366.81 15.91
## 7111 491.71 392401.25 368385.46 24011.81 3.98
## 7112 632.63 352630.15 319602.75 33027.40 0.00
## 7113 872.20 359170.78 340114.08 19056.70 0.00
## 7114 547.17 410153.57 377569.16 32584.41 0.00
## 7115 599.08 384582.96 362090.67 22488.31 3.98
## 7116 408.14 389954.96 355131.24 34823.72 0.00
## 7117 640.77 392890.13 356286.86 35547.71 1055.56
## 7118 517.88 374558.49 360305.76 9201.62 5051.11
## 7119 702.96 387007.38 358843.51 13593.87 14570.00
## 7120 620.27 402063.85 377884.20 20393.67 3785.98
## 7121 1222.60 515650.75 462811.56 49542.64 3296.55
## 7122 2432.16 393957.81 358318.64 24812.03 10827.14
## 7123 3849.65 382863.86 362404.90 17642.09 2816.87
## 7124 3112.43 409513.57 380873.57 21311.87 7328.13
## 7125 3388.19 393552.94 368995.87 13580.41 10976.66
## 7126 3563.36 555724.83 494674.05 42918.63 18132.15
## 7127 3145.41 511546.02 270378.60 223986.86 17180.56
## 7128 3691.10 403510.57 260423.69 126518.07 16568.81
## 7129 3600.65 417709.80 290382.60 113734.72 13592.48
## 7130 3000.90 563460.66 322838.07 233754.81 6867.78
## 7131 3267.53 445573.35 345141.25 90033.49 10398.61
## 7132 4083.43 569756.05 372163.91 178834.64 18757.50
## 7133 3335.37 423672.83 352350.91 70436.92 885.00
## 7134 4111.68 534265.94 445866.42 71417.58 16981.94
## 7135 3634.42 766061.72 451173.29 305309.26 9579.17
## 7136 2747.33 369051.45 314750.54 44523.13 9777.78
## 7137 2853.10 360814.66 312758.39 41885.07 6171.20
## 7138 4900.16 403705.08 339953.84 55759.57 7991.67
## 7139 2839.80 461405.91 407168.08 51164.80 3073.03
## 7140 4113.73 389659.01 340915.45 48526.89 216.67
## 7141 20182.45 389225.45 330935.25 49533.26 8756.94
## 7142 17545.38 384028.21 336742.00 40754.27 6531.94
## type year region
## 1 conventional 2015 Albany
## 2 conventional 2015 Albany
## 3 conventional 2015 Albany
## 4 conventional 2015 Albany
## 5 conventional 2015 Albany
## 6 conventional 2015 Albany
## 7 conventional 2015 Albany
## 8 conventional 2015 Albany
## 9 conventional 2015 Albany
## 10 conventional 2015 Albany
## 11 conventional 2015 Albany
## 12 conventional 2015 Albany
## 13 conventional 2015 Albany
## 14 conventional 2015 Albany
## 15 conventional 2015 Albany
## 16 conventional 2015 Albany
## 17 conventional 2015 Albany
## 18 conventional 2015 Albany
## 19 conventional 2015 Albany
## 20 conventional 2015 Albany
## 21 conventional 2015 Albany
## 22 conventional 2015 Albany
## 23 conventional 2015 Albany
## 24 conventional 2015 Albany
## 25 conventional 2015 Albany
## 26 conventional 2015 Albany
## 27 conventional 2015 Albany
## 28 conventional 2015 Albany
## 29 conventional 2015 Albany
## 30 conventional 2015 Albany
## 31 conventional 2015 Albany
## 32 conventional 2015 Albany
## 33 conventional 2015 Albany
## 34 conventional 2015 Albany
## 35 conventional 2015 Albany
## 36 conventional 2015 Albany
## 37 conventional 2015 Albany
## 38 conventional 2015 Albany
## 39 conventional 2015 Albany
## 40 conventional 2015 Albany
## 41 conventional 2015 Albany
## 42 conventional 2015 Albany
## 43 conventional 2015 Albany
## 44 conventional 2015 Albany
## 45 conventional 2015 Albany
## 46 conventional 2015 Albany
## 47 conventional 2015 Albany
## 48 conventional 2015 Albany
## 49 conventional 2015 Albany
## 50 conventional 2015 Albany
## 51 conventional 2015 Albany
## 52 conventional 2015 Albany
## 53 conventional 2015 Atlanta
## 54 conventional 2015 Atlanta
## 55 conventional 2015 Atlanta
## 56 conventional 2015 Atlanta
## 57 conventional 2015 Atlanta
## 58 conventional 2015 Atlanta
## 59 conventional 2015 Atlanta
## 60 conventional 2015 Atlanta
## 61 conventional 2015 Atlanta
## 62 conventional 2015 Atlanta
## 63 conventional 2015 Atlanta
## 64 conventional 2015 Atlanta
## 65 conventional 2015 Atlanta
## 66 conventional 2015 Atlanta
## 67 conventional 2015 Atlanta
## 68 conventional 2015 Atlanta
## 69 conventional 2015 Atlanta
## 70 conventional 2015 Atlanta
## 71 conventional 2015 Atlanta
## 72 conventional 2015 Atlanta
## 73 conventional 2015 Atlanta
## 74 conventional 2015 Atlanta
## 75 conventional 2015 Atlanta
## 76 conventional 2015 Atlanta
## 77 conventional 2015 Atlanta
## 78 conventional 2015 Atlanta
## 79 conventional 2015 Atlanta
## 80 conventional 2015 Atlanta
## 81 conventional 2015 Atlanta
## 82 conventional 2015 Atlanta
## 83 conventional 2015 Atlanta
## 84 conventional 2015 Atlanta
## 85 conventional 2015 Atlanta
## 86 conventional 2015 Atlanta
## 87 conventional 2015 Atlanta
## 88 conventional 2015 Atlanta
## 89 conventional 2015 Atlanta
## 90 conventional 2015 Atlanta
## 91 conventional 2015 Atlanta
## 92 conventional 2015 Atlanta
## 93 conventional 2015 Atlanta
## 94 conventional 2015 Atlanta
## 95 conventional 2015 Atlanta
## 96 conventional 2015 Atlanta
## 97 conventional 2015 Atlanta
## 98 conventional 2015 Atlanta
## 99 conventional 2015 Atlanta
## 100 conventional 2015 Atlanta
## 101 conventional 2015 Atlanta
## 102 conventional 2015 Atlanta
## 103 conventional 2015 Atlanta
## 104 conventional 2015 Atlanta
## 105 conventional 2015 BaltimoreWashington
## 106 conventional 2015 BaltimoreWashington
## 107 conventional 2015 BaltimoreWashington
## 108 conventional 2015 BaltimoreWashington
## 109 conventional 2015 BaltimoreWashington
## 110 conventional 2015 BaltimoreWashington
## 111 conventional 2015 BaltimoreWashington
## 112 conventional 2015 BaltimoreWashington
## 113 conventional 2015 BaltimoreWashington
## 114 conventional 2015 BaltimoreWashington
## 115 conventional 2015 BaltimoreWashington
## 116 conventional 2015 BaltimoreWashington
## 117 conventional 2015 BaltimoreWashington
## 118 conventional 2015 BaltimoreWashington
## 119 conventional 2015 BaltimoreWashington
## 120 conventional 2015 BaltimoreWashington
## 121 conventional 2015 BaltimoreWashington
## 122 conventional 2015 BaltimoreWashington
## 123 conventional 2015 BaltimoreWashington
## 124 conventional 2015 BaltimoreWashington
## 125 conventional 2015 BaltimoreWashington
## 126 conventional 2015 BaltimoreWashington
## 127 conventional 2015 BaltimoreWashington
## 128 conventional 2015 BaltimoreWashington
## 129 conventional 2015 BaltimoreWashington
## 130 conventional 2015 BaltimoreWashington
## 131 conventional 2015 BaltimoreWashington
## 132 conventional 2015 BaltimoreWashington
## 133 conventional 2015 BaltimoreWashington
## 134 conventional 2015 BaltimoreWashington
## 135 conventional 2015 BaltimoreWashington
## 136 conventional 2015 BaltimoreWashington
## 137 conventional 2015 BaltimoreWashington
## 138 conventional 2015 BaltimoreWashington
## 139 conventional 2015 BaltimoreWashington
## 140 conventional 2015 BaltimoreWashington
## 141 conventional 2015 BaltimoreWashington
## 142 conventional 2015 BaltimoreWashington
## 143 conventional 2015 BaltimoreWashington
## 144 conventional 2015 BaltimoreWashington
## 145 conventional 2015 BaltimoreWashington
## 146 conventional 2015 BaltimoreWashington
## 147 conventional 2015 BaltimoreWashington
## 148 conventional 2015 BaltimoreWashington
## 149 conventional 2015 BaltimoreWashington
## 150 conventional 2015 BaltimoreWashington
## 151 conventional 2015 BaltimoreWashington
## 152 conventional 2015 BaltimoreWashington
## 153 conventional 2015 BaltimoreWashington
## 154 conventional 2015 BaltimoreWashington
## 155 conventional 2015 BaltimoreWashington
## 156 conventional 2015 BaltimoreWashington
## 157 conventional 2015 Boise
## 158 conventional 2015 Boise
## 159 conventional 2015 Boise
## 160 conventional 2015 Boise
## 161 conventional 2015 Boise
## 162 conventional 2015 Boise
## 163 conventional 2015 Boise
## 164 conventional 2015 Boise
## 165 conventional 2015 Boise
## 166 conventional 2015 Boise
## 167 conventional 2015 Boise
## 168 conventional 2015 Boise
## 169 conventional 2015 Boise
## 170 conventional 2015 Boise
## 171 conventional 2015 Boise
## 172 conventional 2015 Boise
## 173 conventional 2015 Boise
## 174 conventional 2015 Boise
## 175 conventional 2015 Boise
## 176 conventional 2015 Boise
## 177 conventional 2015 Boise
## 178 conventional 2015 Boise
## 179 conventional 2015 Boise
## 180 conventional 2015 Boise
## 181 conventional 2015 Boise
## 182 conventional 2015 Boise
## 183 conventional 2015 Boise
## 184 conventional 2015 Boise
## 185 conventional 2015 Boise
## 186 conventional 2015 Boise
## 187 conventional 2015 Boise
## 188 conventional 2015 Boise
## 189 conventional 2015 Boise
## 190 conventional 2015 Boise
## 191 conventional 2015 Boise
## 192 conventional 2015 Boise
## 193 conventional 2015 Boise
## 194 conventional 2015 Boise
## 195 conventional 2015 Boise
## 196 conventional 2015 Boise
## 197 conventional 2015 Boise
## 198 conventional 2015 Boise
## 199 conventional 2015 Boise
## 200 conventional 2015 Boise
## 201 conventional 2015 Boise
## 202 conventional 2015 Boise
## 203 conventional 2015 Boise
## 204 conventional 2015 Boise
## 205 conventional 2015 Boise
## 206 conventional 2015 Boise
## 207 conventional 2015 Boise
## 208 conventional 2015 Boise
## 209 conventional 2015 Boston
## 210 conventional 2015 Boston
## 211 conventional 2015 Boston
## 212 conventional 2015 Boston
## 213 conventional 2015 Boston
## 214 conventional 2015 Boston
## 215 conventional 2015 Boston
## 216 conventional 2015 Boston
## 217 conventional 2015 Boston
## 218 conventional 2015 Boston
## 219 conventional 2015 Boston
## 220 conventional 2015 Boston
## 221 conventional 2015 Boston
## 222 conventional 2015 Boston
## 223 conventional 2015 Boston
## 224 conventional 2015 Boston
## 225 conventional 2015 Boston
## 226 conventional 2015 Boston
## 227 conventional 2015 Boston
## 228 conventional 2015 Boston
## 229 conventional 2015 Boston
## 230 conventional 2015 Boston
## 231 conventional 2015 Boston
## 232 conventional 2015 Boston
## 233 conventional 2015 Boston
## 234 conventional 2015 Boston
## 235 conventional 2015 Boston
## 236 conventional 2015 Boston
## 237 conventional 2015 Boston
## 238 conventional 2015 Boston
## 239 conventional 2015 Boston
## 240 conventional 2015 Boston
## 241 conventional 2015 Boston
## 242 conventional 2015 Boston
## 243 conventional 2015 Boston
## 244 conventional 2015 Boston
## 245 conventional 2015 Boston
## 246 conventional 2015 Boston
## 247 conventional 2015 Boston
## 248 conventional 2015 Boston
## 249 conventional 2015 Boston
## 250 conventional 2015 Boston
## 251 conventional 2015 Boston
## 252 conventional 2015 Boston
## 253 conventional 2015 Boston
## 254 conventional 2015 Boston
## 255 conventional 2015 Boston
## 256 conventional 2015 Boston
## 257 conventional 2015 Boston
## 258 conventional 2015 Boston
## 259 conventional 2015 Boston
## 260 conventional 2015 Boston
## 261 conventional 2015 BuffaloRochester
## 262 conventional 2015 BuffaloRochester
## 263 conventional 2015 BuffaloRochester
## 264 conventional 2015 BuffaloRochester
## 265 conventional 2015 BuffaloRochester
## 266 conventional 2015 BuffaloRochester
## 267 conventional 2015 BuffaloRochester
## 268 conventional 2015 BuffaloRochester
## 269 conventional 2015 BuffaloRochester
## 270 conventional 2015 BuffaloRochester
## 271 conventional 2015 BuffaloRochester
## 272 conventional 2015 BuffaloRochester
## 273 conventional 2015 BuffaloRochester
## 274 conventional 2015 BuffaloRochester
## 275 conventional 2015 BuffaloRochester
## 276 conventional 2015 BuffaloRochester
## 277 conventional 2015 BuffaloRochester
## 278 conventional 2015 BuffaloRochester
## 279 conventional 2015 BuffaloRochester
## 280 conventional 2015 BuffaloRochester
## 281 conventional 2015 BuffaloRochester
## 282 conventional 2015 BuffaloRochester
## 283 conventional 2015 BuffaloRochester
## 284 conventional 2015 BuffaloRochester
## 285 conventional 2015 BuffaloRochester
## 286 conventional 2015 BuffaloRochester
## 287 conventional 2015 BuffaloRochester
## 288 conventional 2015 BuffaloRochester
## 289 conventional 2015 BuffaloRochester
## 290 conventional 2015 BuffaloRochester
## 291 conventional 2015 BuffaloRochester
## 292 conventional 2015 BuffaloRochester
## 293 conventional 2015 BuffaloRochester
## 294 conventional 2015 BuffaloRochester
## 295 conventional 2015 BuffaloRochester
## 296 conventional 2015 BuffaloRochester
## 297 conventional 2015 BuffaloRochester
## 298 conventional 2015 BuffaloRochester
## 299 conventional 2015 BuffaloRochester
## 300 conventional 2015 BuffaloRochester
## 301 conventional 2015 BuffaloRochester
## 302 conventional 2015 BuffaloRochester
## 303 conventional 2015 BuffaloRochester
## 304 conventional 2015 BuffaloRochester
## 305 conventional 2015 BuffaloRochester
## 306 conventional 2015 BuffaloRochester
## 307 conventional 2015 BuffaloRochester
## 308 conventional 2015 BuffaloRochester
## 309 conventional 2015 BuffaloRochester
## 310 conventional 2015 BuffaloRochester
## 311 conventional 2015 BuffaloRochester
## 312 conventional 2015 BuffaloRochester
## 313 conventional 2015 California
## 314 conventional 2015 California
## 315 conventional 2015 California
## 316 conventional 2015 California
## 317 conventional 2015 California
## 318 conventional 2015 California
## 319 conventional 2015 California
## 320 conventional 2015 California
## 321 conventional 2015 California
## 322 conventional 2015 California
## 323 conventional 2015 California
## 324 conventional 2015 California
## 325 conventional 2015 California
## 326 conventional 2015 California
## 327 conventional 2015 California
## 328 conventional 2015 California
## 329 conventional 2015 California
## 330 conventional 2015 California
## 331 conventional 2015 California
## 332 conventional 2015 California
## 333 conventional 2015 California
## 334 conventional 2015 California
## 335 conventional 2015 California
## 336 conventional 2015 California
## 337 conventional 2015 California
## 338 conventional 2015 California
## 339 conventional 2015 California
## 340 conventional 2015 California
## 341 conventional 2015 California
## 342 conventional 2015 California
## 343 conventional 2015 California
## 344 conventional 2015 California
## 345 conventional 2015 California
## 346 conventional 2015 California
## 347 conventional 2015 California
## 348 conventional 2015 California
## 349 conventional 2015 California
## 350 conventional 2015 California
## 351 conventional 2015 California
## 352 conventional 2015 California
## 353 conventional 2015 California
## 354 conventional 2015 California
## 355 conventional 2015 California
## 356 conventional 2015 California
## 357 conventional 2015 California
## 358 conventional 2015 California
## 359 conventional 2015 California
## 360 conventional 2015 California
## 361 conventional 2015 California
## 362 conventional 2015 California
## 363 conventional 2015 California
## 364 conventional 2015 California
## 365 conventional 2015 Charlotte
## 366 conventional 2015 Charlotte
## 367 conventional 2015 Charlotte
## 368 conventional 2015 Charlotte
## 369 conventional 2015 Charlotte
## 370 conventional 2015 Charlotte
## 371 conventional 2015 Charlotte
## 372 conventional 2015 Charlotte
## 373 conventional 2015 Charlotte
## 374 conventional 2015 Charlotte
## 375 conventional 2015 Charlotte
## 376 conventional 2015 Charlotte
## 377 conventional 2015 Charlotte
## 378 conventional 2015 Charlotte
## 379 conventional 2015 Charlotte
## 380 conventional 2015 Charlotte
## 381 conventional 2015 Charlotte
## 382 conventional 2015 Charlotte
## 383 conventional 2015 Charlotte
## 384 conventional 2015 Charlotte
## 385 conventional 2015 Charlotte
## 386 conventional 2015 Charlotte
## 387 conventional 2015 Charlotte
## 388 conventional 2015 Charlotte
## 389 conventional 2015 Charlotte
## 390 conventional 2015 Charlotte
## 391 conventional 2015 Charlotte
## 392 conventional 2015 Charlotte
## 393 conventional 2015 Charlotte
## 394 conventional 2015 Charlotte
## 395 conventional 2015 Charlotte
## 396 conventional 2015 Charlotte
## 397 conventional 2015 Charlotte
## 398 conventional 2015 Charlotte
## 399 conventional 2015 Charlotte
## 400 conventional 2015 Charlotte
## 401 conventional 2015 Charlotte
## 402 conventional 2015 Charlotte
## 403 conventional 2015 Charlotte
## 404 conventional 2015 Charlotte
## 405 conventional 2015 Charlotte
## 406 conventional 2015 Charlotte
## 407 conventional 2015 Charlotte
## 408 conventional 2015 Charlotte
## 409 conventional 2015 Charlotte
## 410 conventional 2015 Charlotte
## 411 conventional 2015 Charlotte
## 412 conventional 2015 Charlotte
## 413 conventional 2015 Charlotte
## 414 conventional 2015 Charlotte
## 415 conventional 2015 Charlotte
## 416 conventional 2015 Charlotte
## 417 conventional 2015 Chicago
## 418 conventional 2015 Chicago
## 419 conventional 2015 Chicago
## 420 conventional 2015 Chicago
## 421 conventional 2015 Chicago
## 422 conventional 2015 Chicago
## 423 conventional 2015 Chicago
## 424 conventional 2015 Chicago
## 425 conventional 2015 Chicago
## 426 conventional 2015 Chicago
## 427 conventional 2015 Chicago
## 428 conventional 2015 Chicago
## 429 conventional 2015 Chicago
## 430 conventional 2015 Chicago
## 431 conventional 2015 Chicago
## 432 conventional 2015 Chicago
## 433 conventional 2015 Chicago
## 434 conventional 2015 Chicago
## 435 conventional 2015 Chicago
## 436 conventional 2015 Chicago
## 437 conventional 2015 Chicago
## 438 conventional 2015 Chicago
## 439 conventional 2015 Chicago
## 440 conventional 2015 Chicago
## 441 conventional 2015 Chicago
## 442 conventional 2015 Chicago
## 443 conventional 2015 Chicago
## 444 conventional 2015 Chicago
## 445 conventional 2015 Chicago
## 446 conventional 2015 Chicago
## 447 conventional 2015 Chicago
## 448 conventional 2015 Chicago
## 449 conventional 2015 Chicago
## 450 conventional 2015 Chicago
## 451 conventional 2015 Chicago
## 452 conventional 2015 Chicago
## 453 conventional 2015 Chicago
## 454 conventional 2015 Chicago
## 455 conventional 2015 Chicago
## 456 conventional 2015 Chicago
## 457 conventional 2015 Chicago
## 458 conventional 2015 Chicago
## 459 conventional 2015 Chicago
## 460 conventional 2015 Chicago
## 461 conventional 2015 Chicago
## 462 conventional 2015 Chicago
## 463 conventional 2015 Chicago
## 464 conventional 2015 Chicago
## 465 conventional 2015 Chicago
## 466 conventional 2015 Chicago
## 467 conventional 2015 Chicago
## 468 conventional 2015 Chicago
## 469 conventional 2015 CincinnatiDayton
## 470 conventional 2015 CincinnatiDayton
## 471 conventional 2015 CincinnatiDayton
## 472 conventional 2015 CincinnatiDayton
## 473 conventional 2015 CincinnatiDayton
## 474 conventional 2015 CincinnatiDayton
## 475 conventional 2015 CincinnatiDayton
## 476 conventional 2015 CincinnatiDayton
## 477 conventional 2015 CincinnatiDayton
## 478 conventional 2015 CincinnatiDayton
## 479 conventional 2015 CincinnatiDayton
## 480 conventional 2015 CincinnatiDayton
## 481 conventional 2015 CincinnatiDayton
## 482 conventional 2015 CincinnatiDayton
## 483 conventional 2015 CincinnatiDayton
## 484 conventional 2015 CincinnatiDayton
## 485 conventional 2015 CincinnatiDayton
## 486 conventional 2015 CincinnatiDayton
## 487 conventional 2015 CincinnatiDayton
## 488 conventional 2015 CincinnatiDayton
## 489 conventional 2015 CincinnatiDayton
## 490 conventional 2015 CincinnatiDayton
## 491 conventional 2015 CincinnatiDayton
## 492 conventional 2015 CincinnatiDayton
## 493 conventional 2015 CincinnatiDayton
## 494 conventional 2015 CincinnatiDayton
## 495 conventional 2015 CincinnatiDayton
## 496 conventional 2015 CincinnatiDayton
## 497 conventional 2015 CincinnatiDayton
## 498 conventional 2015 CincinnatiDayton
## 499 conventional 2015 CincinnatiDayton
## 500 conventional 2015 CincinnatiDayton
## 501 conventional 2015 CincinnatiDayton
## 502 conventional 2015 CincinnatiDayton
## 503 conventional 2015 CincinnatiDayton
## 504 conventional 2015 CincinnatiDayton
## 505 conventional 2015 CincinnatiDayton
## 506 conventional 2015 CincinnatiDayton
## 507 conventional 2015 CincinnatiDayton
## 508 conventional 2015 CincinnatiDayton
## 509 conventional 2015 CincinnatiDayton
## 510 conventional 2015 CincinnatiDayton
## 511 conventional 2015 CincinnatiDayton
## 512 conventional 2015 CincinnatiDayton
## 513 conventional 2015 CincinnatiDayton
## 514 conventional 2015 CincinnatiDayton
## 515 conventional 2015 CincinnatiDayton
## 516 conventional 2015 CincinnatiDayton
## 517 conventional 2015 CincinnatiDayton
## 518 conventional 2015 CincinnatiDayton
## 519 conventional 2015 CincinnatiDayton
## 520 conventional 2015 CincinnatiDayton
## 521 conventional 2015 Columbus
## 522 conventional 2015 Columbus
## 523 conventional 2015 Columbus
## 524 conventional 2015 Columbus
## 525 conventional 2015 Columbus
## 526 conventional 2015 Columbus
## 527 conventional 2015 Columbus
## 528 conventional 2015 Columbus
## 529 conventional 2015 Columbus
## 530 conventional 2015 Columbus
## 531 conventional 2015 Columbus
## 532 conventional 2015 Columbus
## 533 conventional 2015 Columbus
## 534 conventional 2015 Columbus
## 535 conventional 2015 Columbus
## 536 conventional 2015 Columbus
## 537 conventional 2015 Columbus
## 538 conventional 2015 Columbus
## 539 conventional 2015 Columbus
## 540 conventional 2015 Columbus
## 541 conventional 2015 Columbus
## 542 conventional 2015 Columbus
## 543 conventional 2015 Columbus
## 544 conventional 2015 Columbus
## 545 conventional 2015 Columbus
## 546 conventional 2015 Columbus
## 547 conventional 2015 Columbus
## 548 conventional 2015 Columbus
## 549 conventional 2015 Columbus
## 550 conventional 2015 Columbus
## 551 conventional 2015 Columbus
## 552 conventional 2015 Columbus
## 553 conventional 2015 Columbus
## 554 conventional 2015 Columbus
## 555 conventional 2015 Columbus
## 556 conventional 2015 Columbus
## 557 conventional 2015 Columbus
## 558 conventional 2015 Columbus
## 559 conventional 2015 Columbus
## 560 conventional 2015 Columbus
## 561 conventional 2015 Columbus
## 562 conventional 2015 Columbus
## 563 conventional 2015 Columbus
## 564 conventional 2015 Columbus
## 565 conventional 2015 Columbus
## 566 conventional 2015 Columbus
## 567 conventional 2015 Columbus
## 568 conventional 2015 Columbus
## 569 conventional 2015 Columbus
## 570 conventional 2015 Columbus
## 571 conventional 2015 Columbus
## 572 conventional 2015 Columbus
## 573 conventional 2015 DallasFtWorth
## 574 conventional 2015 DallasFtWorth
## 575 conventional 2015 DallasFtWorth
## 576 conventional 2015 DallasFtWorth
## 577 conventional 2015 DallasFtWorth
## 578 conventional 2015 DallasFtWorth
## 579 conventional 2015 DallasFtWorth
## 580 conventional 2015 DallasFtWorth
## 581 conventional 2015 DallasFtWorth
## 582 conventional 2015 DallasFtWorth
## 583 conventional 2015 DallasFtWorth
## 584 conventional 2015 DallasFtWorth
## 585 conventional 2015 DallasFtWorth
## 586 conventional 2015 DallasFtWorth
## 587 conventional 2015 DallasFtWorth
## 588 conventional 2015 DallasFtWorth
## 589 conventional 2015 DallasFtWorth
## 590 conventional 2015 DallasFtWorth
## 591 conventional 2015 DallasFtWorth
## 592 conventional 2015 DallasFtWorth
## 593 conventional 2015 DallasFtWorth
## 594 conventional 2015 DallasFtWorth
## 595 conventional 2015 DallasFtWorth
## 596 conventional 2015 DallasFtWorth
## 597 conventional 2015 DallasFtWorth
## 598 conventional 2015 DallasFtWorth
## 599 conventional 2015 DallasFtWorth
## 600 conventional 2015 DallasFtWorth
## 601 conventional 2015 DallasFtWorth
## 602 conventional 2015 DallasFtWorth
## 603 conventional 2015 DallasFtWorth
## 604 conventional 2015 DallasFtWorth
## 605 conventional 2015 DallasFtWorth
## 606 conventional 2015 DallasFtWorth
## 607 conventional 2015 DallasFtWorth
## 608 conventional 2015 DallasFtWorth
## 609 conventional 2015 DallasFtWorth
## 610 conventional 2015 DallasFtWorth
## 611 conventional 2015 DallasFtWorth
## 612 conventional 2015 DallasFtWorth
## 613 conventional 2015 DallasFtWorth
## 614 conventional 2015 DallasFtWorth
## 615 conventional 2015 DallasFtWorth
## 616 conventional 2015 DallasFtWorth
## 617 conventional 2015 DallasFtWorth
## 618 conventional 2015 DallasFtWorth
## 619 conventional 2015 DallasFtWorth
## 620 conventional 2015 DallasFtWorth
## 621 conventional 2015 DallasFtWorth
## 622 conventional 2015 DallasFtWorth
## 623 conventional 2015 DallasFtWorth
## 624 conventional 2015 DallasFtWorth
## 625 conventional 2015 Denver
## 626 conventional 2015 Denver
## 627 conventional 2015 Denver
## 628 conventional 2015 Denver
## 629 conventional 2015 Denver
## 630 conventional 2015 Denver
## 631 conventional 2015 Denver
## 632 conventional 2015 Denver
## 633 conventional 2015 Denver
## 634 conventional 2015 Denver
## 635 conventional 2015 Denver
## 636 conventional 2015 Denver
## 637 conventional 2015 Denver
## 638 conventional 2015 Denver
## 639 conventional 2015 Denver
## 640 conventional 2015 Denver
## 641 conventional 2015 Denver
## 642 conventional 2015 Denver
## 643 conventional 2015 Denver
## 644 conventional 2015 Denver
## 645 conventional 2015 Denver
## 646 conventional 2015 Denver
## 647 conventional 2015 Denver
## 648 conventional 2015 Denver
## 649 conventional 2015 Denver
## 650 conventional 2015 Denver
## 651 conventional 2015 Denver
## 652 conventional 2015 Denver
## 653 conventional 2015 Denver
## 654 conventional 2015 Denver
## 655 conventional 2015 Denver
## 656 conventional 2015 Denver
## 657 conventional 2015 Denver
## 658 conventional 2015 Denver
## 659 conventional 2015 Denver
## 660 conventional 2015 Denver
## 661 conventional 2015 Denver
## 662 conventional 2015 Denver
## 663 conventional 2015 Denver
## 664 conventional 2015 Denver
## 665 conventional 2015 Denver
## 666 conventional 2015 Denver
## 667 conventional 2015 Denver
## 668 conventional 2015 Denver
## 669 conventional 2015 Denver
## 670 conventional 2015 Denver
## 671 conventional 2015 Denver
## 672 conventional 2015 Denver
## 673 conventional 2015 Denver
## 674 conventional 2015 Denver
## 675 conventional 2015 Denver
## 676 conventional 2015 Denver
## 677 conventional 2015 Detroit
## 678 conventional 2015 Detroit
## 679 conventional 2015 Detroit
## 680 conventional 2015 Detroit
## 681 conventional 2015 Detroit
## 682 conventional 2015 Detroit
## 683 conventional 2015 Detroit
## 684 conventional 2015 Detroit
## 685 conventional 2015 Detroit
## 686 conventional 2015 Detroit
## 687 conventional 2015 Detroit
## 688 conventional 2015 Detroit
## 689 conventional 2015 Detroit
## 690 conventional 2015 Detroit
## 691 conventional 2015 Detroit
## 692 conventional 2015 Detroit
## 693 conventional 2015 Detroit
## 694 conventional 2015 Detroit
## 695 conventional 2015 Detroit
## 696 conventional 2015 Detroit
## 697 conventional 2015 Detroit
## 698 conventional 2015 Detroit
## 699 conventional 2015 Detroit
## 700 conventional 2015 Detroit
## 701 conventional 2015 Detroit
## 702 conventional 2015 Detroit
## 703 conventional 2015 Detroit
## 704 conventional 2015 Detroit
## 705 conventional 2015 Detroit
## 706 conventional 2015 Detroit
## 707 conventional 2015 Detroit
## 708 conventional 2015 Detroit
## 709 conventional 2015 Detroit
## 710 conventional 2015 Detroit
## 711 conventional 2015 Detroit
## 712 conventional 2015 Detroit
## 713 conventional 2015 Detroit
## 714 conventional 2015 Detroit
## 715 conventional 2015 Detroit
## 716 conventional 2015 Detroit
## 717 conventional 2015 Detroit
## 718 conventional 2015 Detroit
## 719 conventional 2015 Detroit
## 720 conventional 2015 Detroit
## 721 conventional 2015 Detroit
## 722 conventional 2015 Detroit
## 723 conventional 2015 Detroit
## 724 conventional 2015 Detroit
## 725 conventional 2015 Detroit
## 726 conventional 2015 Detroit
## 727 conventional 2015 Detroit
## 728 conventional 2015 Detroit
## 729 conventional 2015 GrandRapids
## 730 conventional 2015 GrandRapids
## 731 conventional 2015 GrandRapids
## 732 conventional 2015 GrandRapids
## 733 conventional 2015 GrandRapids
## 734 conventional 2015 GrandRapids
## 735 conventional 2015 GrandRapids
## 736 conventional 2015 GrandRapids
## 737 conventional 2015 GrandRapids
## 738 conventional 2015 GrandRapids
## 739 conventional 2015 GrandRapids
## 740 conventional 2015 GrandRapids
## 741 conventional 2015 GrandRapids
## 742 conventional 2015 GrandRapids
## 743 conventional 2015 GrandRapids
## 744 conventional 2015 GrandRapids
## 745 conventional 2015 GrandRapids
## 746 conventional 2015 GrandRapids
## 747 conventional 2015 GrandRapids
## 748 conventional 2015 GrandRapids
## 749 conventional 2015 GrandRapids
## 750 conventional 2015 GrandRapids
## 751 conventional 2015 GrandRapids
## 752 conventional 2015 GrandRapids
## 753 conventional 2015 GrandRapids
## 754 conventional 2015 GrandRapids
## 755 conventional 2015 GrandRapids
## 756 conventional 2015 GrandRapids
## 757 conventional 2015 GrandRapids
## 758 conventional 2015 GrandRapids
## 759 conventional 2015 GrandRapids
## 760 conventional 2015 GrandRapids
## 761 conventional 2015 GrandRapids
## 762 conventional 2015 GrandRapids
## 763 conventional 2015 GrandRapids
## 764 conventional 2015 GrandRapids
## 765 conventional 2015 GrandRapids
## 766 conventional 2015 GrandRapids
## 767 conventional 2015 GrandRapids
## 768 conventional 2015 GrandRapids
## 769 conventional 2015 GrandRapids
## 770 conventional 2015 GrandRapids
## 771 conventional 2015 GrandRapids
## 772 conventional 2015 GrandRapids
## 773 conventional 2015 GrandRapids
## 774 conventional 2015 GrandRapids
## 775 conventional 2015 GrandRapids
## 776 conventional 2015 GrandRapids
## 777 conventional 2015 GrandRapids
## 778 conventional 2015 GrandRapids
## 779 conventional 2015 GrandRapids
## 780 conventional 2015 GrandRapids
## 781 conventional 2015 GreatLakes
## 782 conventional 2015 GreatLakes
## 783 conventional 2015 GreatLakes
## 784 conventional 2015 GreatLakes
## 785 conventional 2015 GreatLakes
## 786 conventional 2015 GreatLakes
## 787 conventional 2015 GreatLakes
## 788 conventional 2015 GreatLakes
## 789 conventional 2015 GreatLakes
## 790 conventional 2015 GreatLakes
## 791 conventional 2015 GreatLakes
## 792 conventional 2015 GreatLakes
## 793 conventional 2015 GreatLakes
## 794 conventional 2015 GreatLakes
## 795 conventional 2015 GreatLakes
## 796 conventional 2015 GreatLakes
## 797 conventional 2015 GreatLakes
## 798 conventional 2015 GreatLakes
## 799 conventional 2015 GreatLakes
## 800 conventional 2015 GreatLakes
## 801 conventional 2015 GreatLakes
## 802 conventional 2015 GreatLakes
## 803 conventional 2015 GreatLakes
## 804 conventional 2015 GreatLakes
## 805 conventional 2015 GreatLakes
## 806 conventional 2015 GreatLakes
## 807 conventional 2015 GreatLakes
## 808 conventional 2015 GreatLakes
## 809 conventional 2015 GreatLakes
## 810 conventional 2015 GreatLakes
## 811 conventional 2015 GreatLakes
## 812 conventional 2015 GreatLakes
## 813 conventional 2015 GreatLakes
## 814 conventional 2015 GreatLakes
## 815 conventional 2015 GreatLakes
## 816 conventional 2015 GreatLakes
## 817 conventional 2015 GreatLakes
## 818 conventional 2015 GreatLakes
## 819 conventional 2015 GreatLakes
## 820 conventional 2015 GreatLakes
## 821 conventional 2015 GreatLakes
## 822 conventional 2015 GreatLakes
## 823 conventional 2015 GreatLakes
## 824 conventional 2015 GreatLakes
## 825 conventional 2015 GreatLakes
## 826 conventional 2015 GreatLakes
## 827 conventional 2015 GreatLakes
## 828 conventional 2015 GreatLakes
## 829 conventional 2015 GreatLakes
## 830 conventional 2015 GreatLakes
## 831 conventional 2015 GreatLakes
## 832 conventional 2015 GreatLakes
## 833 conventional 2015 HarrisburgScranton
## 834 conventional 2015 HarrisburgScranton
## 835 conventional 2015 HarrisburgScranton
## 836 conventional 2015 HarrisburgScranton
## 837 conventional 2015 HarrisburgScranton
## 838 conventional 2015 HarrisburgScranton
## 839 conventional 2015 HarrisburgScranton
## 840 conventional 2015 HarrisburgScranton
## 841 conventional 2015 HarrisburgScranton
## 842 conventional 2015 HarrisburgScranton
## 843 conventional 2015 HarrisburgScranton
## 844 conventional 2015 HarrisburgScranton
## 845 conventional 2015 HarrisburgScranton
## 846 conventional 2015 HarrisburgScranton
## 847 conventional 2015 HarrisburgScranton
## 848 conventional 2015 HarrisburgScranton
## 849 conventional 2015 HarrisburgScranton
## 850 conventional 2015 HarrisburgScranton
## 851 conventional 2015 HarrisburgScranton
## 852 conventional 2015 HarrisburgScranton
## 853 conventional 2015 HarrisburgScranton
## 854 conventional 2015 HarrisburgScranton
## 855 conventional 2015 HarrisburgScranton
## 856 conventional 2015 HarrisburgScranton
## 857 conventional 2015 HarrisburgScranton
## 858 conventional 2015 HarrisburgScranton
## 859 conventional 2015 HarrisburgScranton
## 860 conventional 2015 HarrisburgScranton
## 861 conventional 2015 HarrisburgScranton
## 862 conventional 2015 HarrisburgScranton
## 863 conventional 2015 HarrisburgScranton
## 864 conventional 2015 HarrisburgScranton
## 865 conventional 2015 HarrisburgScranton
## 866 conventional 2015 HarrisburgScranton
## 867 conventional 2015 HarrisburgScranton
## 868 conventional 2015 HarrisburgScranton
## 869 conventional 2015 HarrisburgScranton
## 870 conventional 2015 HarrisburgScranton
## 871 conventional 2015 HarrisburgScranton
## 872 conventional 2015 HarrisburgScranton
## 873 conventional 2015 HarrisburgScranton
## 874 conventional 2015 HarrisburgScranton
## 875 conventional 2015 HarrisburgScranton
## 876 conventional 2015 HarrisburgScranton
## 877 conventional 2015 HarrisburgScranton
## 878 conventional 2015 HarrisburgScranton
## 879 conventional 2015 HarrisburgScranton
## 880 conventional 2015 HarrisburgScranton
## 881 conventional 2015 HarrisburgScranton
## 882 conventional 2015 HarrisburgScranton
## 883 conventional 2015 HarrisburgScranton
## 884 conventional 2015 HarrisburgScranton
## 885 conventional 2015 HartfordSpringfield
## 886 conventional 2015 HartfordSpringfield
## 887 conventional 2015 HartfordSpringfield
## 888 conventional 2015 HartfordSpringfield
## 889 conventional 2015 HartfordSpringfield
## 890 conventional 2015 HartfordSpringfield
## 891 conventional 2015 HartfordSpringfield
## 892 conventional 2015 HartfordSpringfield
## 893 conventional 2015 HartfordSpringfield
## 894 conventional 2015 HartfordSpringfield
## 895 conventional 2015 HartfordSpringfield
## 896 conventional 2015 HartfordSpringfield
## 897 conventional 2015 HartfordSpringfield
## 898 conventional 2015 HartfordSpringfield
## 899 conventional 2015 HartfordSpringfield
## 900 conventional 2015 HartfordSpringfield
## 901 conventional 2015 HartfordSpringfield
## 902 conventional 2015 HartfordSpringfield
## 903 conventional 2015 HartfordSpringfield
## 904 conventional 2015 HartfordSpringfield
## 905 conventional 2015 HartfordSpringfield
## 906 conventional 2015 HartfordSpringfield
## 907 conventional 2015 HartfordSpringfield
## 908 conventional 2015 HartfordSpringfield
## 909 conventional 2015 HartfordSpringfield
## 910 conventional 2015 HartfordSpringfield
## 911 conventional 2015 HartfordSpringfield
## 912 conventional 2015 HartfordSpringfield
## 913 conventional 2015 HartfordSpringfield
## 914 conventional 2015 HartfordSpringfield
## 915 conventional 2015 HartfordSpringfield
## 916 conventional 2015 HartfordSpringfield
## 917 conventional 2015 HartfordSpringfield
## 918 conventional 2015 HartfordSpringfield
## 919 conventional 2015 HartfordSpringfield
## 920 conventional 2015 HartfordSpringfield
## 921 conventional 2015 HartfordSpringfield
## 922 conventional 2015 HartfordSpringfield
## 923 conventional 2015 HartfordSpringfield
## 924 conventional 2015 HartfordSpringfield
## 925 conventional 2015 HartfordSpringfield
## 926 conventional 2015 HartfordSpringfield
## 927 conventional 2015 HartfordSpringfield
## 928 conventional 2015 HartfordSpringfield
## 929 conventional 2015 HartfordSpringfield
## 930 conventional 2015 HartfordSpringfield
## 931 conventional 2015 HartfordSpringfield
## 932 conventional 2015 HartfordSpringfield
## 933 conventional 2015 HartfordSpringfield
## 934 conventional 2015 HartfordSpringfield
## 935 conventional 2015 HartfordSpringfield
## 936 conventional 2015 HartfordSpringfield
## 937 conventional 2015 Houston
## 938 conventional 2015 Houston
## 939 conventional 2015 Houston
## 940 conventional 2015 Houston
## 941 conventional 2015 Houston
## 942 conventional 2015 Houston
## 943 conventional 2015 Houston
## 944 conventional 2015 Houston
## 945 conventional 2015 Houston
## 946 conventional 2015 Houston
## 947 conventional 2015 Houston
## 948 conventional 2015 Houston
## 949 conventional 2015 Houston
## 950 conventional 2015 Houston
## 951 conventional 2015 Houston
## 952 conventional 2015 Houston
## 953 conventional 2015 Houston
## 954 conventional 2015 Houston
## 955 conventional 2015 Houston
## 956 conventional 2015 Houston
## 957 conventional 2015 Houston
## 958 conventional 2015 Houston
## 959 conventional 2015 Houston
## 960 conventional 2015 Houston
## 961 conventional 2015 Houston
## 962 conventional 2015 Houston
## 963 conventional 2015 Houston
## 964 conventional 2015 Houston
## 965 conventional 2015 Houston
## 966 conventional 2015 Houston
## 967 conventional 2015 Houston
## 968 conventional 2015 Houston
## 969 conventional 2015 Houston
## 970 conventional 2015 Houston
## 971 conventional 2015 Houston
## 972 conventional 2015 Houston
## 973 conventional 2015 Houston
## 974 conventional 2015 Houston
## 975 conventional 2015 Houston
## 976 conventional 2015 Houston
## 977 conventional 2015 Houston
## 978 conventional 2015 Houston
## 979 conventional 2015 Houston
## 980 conventional 2015 Houston
## 981 conventional 2015 Houston
## 982 conventional 2015 Houston
## 983 conventional 2015 Houston
## 984 conventional 2015 Houston
## 985 conventional 2015 Houston
## 986 conventional 2015 Houston
## 987 conventional 2015 Houston
## 988 conventional 2015 Houston
## 989 conventional 2015 Indianapolis
## 990 conventional 2015 Indianapolis
## 991 conventional 2015 Indianapolis
## 992 conventional 2015 Indianapolis
## 993 conventional 2015 Indianapolis
## 994 conventional 2015 Indianapolis
## 995 conventional 2015 Indianapolis
## 996 conventional 2015 Indianapolis
## 997 conventional 2015 Indianapolis
## 998 conventional 2015 Indianapolis
## 999 conventional 2015 Indianapolis
## 1000 conventional 2015 Indianapolis
## 1001 conventional 2015 Indianapolis
## 1002 conventional 2015 Indianapolis
## 1003 conventional 2015 Indianapolis
## 1004 conventional 2015 Indianapolis
## 1005 conventional 2015 Indianapolis
## 1006 conventional 2015 Indianapolis
## 1007 conventional 2015 Indianapolis
## 1008 conventional 2015 Indianapolis
## 1009 conventional 2015 Indianapolis
## 1010 conventional 2015 Indianapolis
## 1011 conventional 2015 Indianapolis
## 1012 conventional 2015 Indianapolis
## 1013 conventional 2015 Indianapolis
## 1014 conventional 2015 Indianapolis
## 1015 conventional 2015 Indianapolis
## 1016 conventional 2015 Indianapolis
## 1017 conventional 2015 Indianapolis
## 1018 conventional 2015 Indianapolis
## 1019 conventional 2015 Indianapolis
## 1020 conventional 2015 Indianapolis
## 1021 conventional 2015 Indianapolis
## 1022 conventional 2015 Indianapolis
## 1023 conventional 2015 Indianapolis
## 1024 conventional 2015 Indianapolis
## 1025 conventional 2015 Indianapolis
## 1026 conventional 2015 Indianapolis
## 1027 conventional 2015 Indianapolis
## 1028 conventional 2015 Indianapolis
## 1029 conventional 2015 Indianapolis
## 1030 conventional 2015 Indianapolis
## 1031 conventional 2015 Indianapolis
## 1032 conventional 2015 Indianapolis
## 1033 conventional 2015 Indianapolis
## 1034 conventional 2015 Indianapolis
## 1035 conventional 2015 Indianapolis
## 1036 conventional 2015 Indianapolis
## 1037 conventional 2015 Indianapolis
## 1038 conventional 2015 Indianapolis
## 1039 conventional 2015 Indianapolis
## 1040 conventional 2015 Indianapolis
## 1041 conventional 2015 Jacksonville
## 1042 conventional 2015 Jacksonville
## 1043 conventional 2015 Jacksonville
## 1044 conventional 2015 Jacksonville
## 1045 conventional 2015 Jacksonville
## 1046 conventional 2015 Jacksonville
## 1047 conventional 2015 Jacksonville
## 1048 conventional 2015 Jacksonville
## 1049 conventional 2015 Jacksonville
## 1050 conventional 2015 Jacksonville
## 1051 conventional 2015 Jacksonville
## 1052 conventional 2015 Jacksonville
## 1053 conventional 2015 Jacksonville
## 1054 conventional 2015 Jacksonville
## 1055 conventional 2015 Jacksonville
## 1056 conventional 2015 Jacksonville
## 1057 conventional 2015 Jacksonville
## 1058 conventional 2015 Jacksonville
## 1059 conventional 2015 Jacksonville
## 1060 conventional 2015 Jacksonville
## 1061 conventional 2015 Jacksonville
## 1062 conventional 2015 Jacksonville
## 1063 conventional 2015 Jacksonville
## 1064 conventional 2015 Jacksonville
## 1065 conventional 2015 Jacksonville
## 1066 conventional 2015 Jacksonville
## 1067 conventional 2015 Jacksonville
## 1068 conventional 2015 Jacksonville
## 1069 conventional 2015 Jacksonville
## 1070 conventional 2015 Jacksonville
## 1071 conventional 2015 Jacksonville
## 1072 conventional 2015 Jacksonville
## 1073 conventional 2015 Jacksonville
## 1074 conventional 2015 Jacksonville
## 1075 conventional 2015 Jacksonville
## 1076 conventional 2015 Jacksonville
## 1077 conventional 2015 Jacksonville
## 1078 conventional 2015 Jacksonville
## 1079 conventional 2015 Jacksonville
## 1080 conventional 2015 Jacksonville
## 1081 conventional 2015 Jacksonville
## 1082 conventional 2015 Jacksonville
## 1083 conventional 2015 Jacksonville
## 1084 conventional 2015 Jacksonville
## 1085 conventional 2015 Jacksonville
## 1086 conventional 2015 Jacksonville
## 1087 conventional 2015 Jacksonville
## 1088 conventional 2015 Jacksonville
## 1089 conventional 2015 Jacksonville
## 1090 conventional 2015 Jacksonville
## 1091 conventional 2015 Jacksonville
## 1092 conventional 2015 Jacksonville
## 1093 conventional 2015 LasVegas
## 1094 conventional 2015 LasVegas
## 1095 conventional 2015 LasVegas
## 1096 conventional 2015 LasVegas
## 1097 conventional 2015 LasVegas
## 1098 conventional 2015 LasVegas
## 1099 conventional 2015 LasVegas
## 1100 conventional 2015 LasVegas
## 1101 conventional 2015 LasVegas
## 1102 conventional 2015 LasVegas
## 1103 conventional 2015 LasVegas
## 1104 conventional 2015 LasVegas
## 1105 conventional 2015 LasVegas
## 1106 conventional 2015 LasVegas
## 1107 conventional 2015 LasVegas
## 1108 conventional 2015 LasVegas
## 1109 conventional 2015 LasVegas
## 1110 conventional 2015 LasVegas
## 1111 conventional 2015 LasVegas
## 1112 conventional 2015 LasVegas
## 1113 conventional 2015 LasVegas
## 1114 conventional 2015 LasVegas
## 1115 conventional 2015 LasVegas
## 1116 conventional 2015 LasVegas
## 1117 conventional 2015 LasVegas
## 1118 conventional 2015 LasVegas
## 1119 conventional 2015 LasVegas
## 1120 conventional 2015 LasVegas
## 1121 conventional 2015 LasVegas
## 1122 conventional 2015 LasVegas
## 1123 conventional 2015 LasVegas
## 1124 conventional 2015 LasVegas
## 1125 conventional 2015 LasVegas
## 1126 conventional 2015 LasVegas
## 1127 conventional 2015 LasVegas
## 1128 conventional 2015 LasVegas
## 1129 conventional 2015 LasVegas
## 1130 conventional 2015 LasVegas
## 1131 conventional 2015 LasVegas
## 1132 conventional 2015 LasVegas
## 1133 conventional 2015 LasVegas
## 1134 conventional 2015 LasVegas
## 1135 conventional 2015 LasVegas
## 1136 conventional 2015 LasVegas
## 1137 conventional 2015 LasVegas
## 1138 conventional 2015 LasVegas
## 1139 conventional 2015 LasVegas
## 1140 conventional 2015 LasVegas
## 1141 conventional 2015 LasVegas
## 1142 conventional 2015 LasVegas
## 1143 conventional 2015 LasVegas
## 1144 conventional 2015 LasVegas
## 1145 conventional 2015 LosAngeles
## 1146 conventional 2015 LosAngeles
## 1147 conventional 2015 LosAngeles
## 1148 conventional 2015 LosAngeles
## 1149 conventional 2015 LosAngeles
## 1150 conventional 2015 LosAngeles
## 1151 conventional 2015 LosAngeles
## 1152 conventional 2015 LosAngeles
## 1153 conventional 2015 LosAngeles
## 1154 conventional 2015 LosAngeles
## 1155 conventional 2015 LosAngeles
## 1156 conventional 2015 LosAngeles
## 1157 conventional 2015 LosAngeles
## 1158 conventional 2015 LosAngeles
## 1159 conventional 2015 LosAngeles
## 1160 conventional 2015 LosAngeles
## 1161 conventional 2015 LosAngeles
## 1162 conventional 2015 LosAngeles
## 1163 conventional 2015 LosAngeles
## 1164 conventional 2015 LosAngeles
## 1165 conventional 2015 LosAngeles
## 1166 conventional 2015 LosAngeles
## 1167 conventional 2015 LosAngeles
## 1168 conventional 2015 LosAngeles
## 1169 conventional 2015 LosAngeles
## 1170 conventional 2015 LosAngeles
## 1171 conventional 2015 LosAngeles
## 1172 conventional 2015 LosAngeles
## 1173 conventional 2015 LosAngeles
## 1174 conventional 2015 LosAngeles
## 1175 conventional 2015 LosAngeles
## 1176 conventional 2015 LosAngeles
## 1177 conventional 2015 LosAngeles
## 1178 conventional 2015 LosAngeles
## 1179 conventional 2015 LosAngeles
## 1180 conventional 2015 LosAngeles
## 1181 conventional 2015 LosAngeles
## 1182 conventional 2015 LosAngeles
## 1183 conventional 2015 LosAngeles
## 1184 conventional 2015 LosAngeles
## 1185 conventional 2015 LosAngeles
## 1186 conventional 2015 LosAngeles
## 1187 conventional 2015 LosAngeles
## 1188 conventional 2015 LosAngeles
## 1189 conventional 2015 LosAngeles
## 1190 conventional 2015 LosAngeles
## 1191 conventional 2015 LosAngeles
## 1192 conventional 2015 LosAngeles
## 1193 conventional 2015 LosAngeles
## 1194 conventional 2015 LosAngeles
## 1195 conventional 2015 LosAngeles
## 1196 conventional 2015 LosAngeles
## 1197 conventional 2015 Louisville
## 1198 conventional 2015 Louisville
## 1199 conventional 2015 Louisville
## 1200 conventional 2015 Louisville
## 1201 conventional 2015 Louisville
## 1202 conventional 2015 Louisville
## 1203 conventional 2015 Louisville
## 1204 conventional 2015 Louisville
## 1205 conventional 2015 Louisville
## 1206 conventional 2015 Louisville
## 1207 conventional 2015 Louisville
## 1208 conventional 2015 Louisville
## 1209 conventional 2015 Louisville
## 1210 conventional 2015 Louisville
## 1211 conventional 2015 Louisville
## 1212 conventional 2015 Louisville
## 1213 conventional 2015 Louisville
## 1214 conventional 2015 Louisville
## 1215 conventional 2015 Louisville
## 1216 conventional 2015 Louisville
## 1217 conventional 2015 Louisville
## 1218 conventional 2015 Louisville
## 1219 conventional 2015 Louisville
## 1220 conventional 2015 Louisville
## 1221 conventional 2015 Louisville
## 1222 conventional 2015 Louisville
## 1223 conventional 2015 Louisville
## 1224 conventional 2015 Louisville
## 1225 conventional 2015 Louisville
## 1226 conventional 2015 Louisville
## 1227 conventional 2015 Louisville
## 1228 conventional 2015 Louisville
## 1229 conventional 2015 Louisville
## 1230 conventional 2015 Louisville
## 1231 conventional 2015 Louisville
## 1232 conventional 2015 Louisville
## 1233 conventional 2015 Louisville
## 1234 conventional 2015 Louisville
## 1235 conventional 2015 Louisville
## 1236 conventional 2015 Louisville
## 1237 conventional 2015 Louisville
## 1238 conventional 2015 Louisville
## 1239 conventional 2015 Louisville
## 1240 conventional 2015 Louisville
## 1241 conventional 2015 Louisville
## 1242 conventional 2015 Louisville
## 1243 conventional 2015 Louisville
## 1244 conventional 2015 Louisville
## 1245 conventional 2015 Louisville
## 1246 conventional 2015 Louisville
## 1247 conventional 2015 Louisville
## 1248 conventional 2015 Louisville
## 1249 conventional 2015 MiamiFtLauderdale
## 1250 conventional 2015 MiamiFtLauderdale
## 1251 conventional 2015 MiamiFtLauderdale
## 1252 conventional 2015 MiamiFtLauderdale
## 1253 conventional 2015 MiamiFtLauderdale
## 1254 conventional 2015 MiamiFtLauderdale
## 1255 conventional 2015 MiamiFtLauderdale
## 1256 conventional 2015 MiamiFtLauderdale
## 1257 conventional 2015 MiamiFtLauderdale
## 1258 conventional 2015 MiamiFtLauderdale
## 1259 conventional 2015 MiamiFtLauderdale
## 1260 conventional 2015 MiamiFtLauderdale
## 1261 conventional 2015 MiamiFtLauderdale
## 1262 conventional 2015 MiamiFtLauderdale
## 1263 conventional 2015 MiamiFtLauderdale
## 1264 conventional 2015 MiamiFtLauderdale
## 1265 conventional 2015 MiamiFtLauderdale
## 1266 conventional 2015 MiamiFtLauderdale
## 1267 conventional 2015 MiamiFtLauderdale
## 1268 conventional 2015 MiamiFtLauderdale
## 1269 conventional 2015 MiamiFtLauderdale
## 1270 conventional 2015 MiamiFtLauderdale
## 1271 conventional 2015 MiamiFtLauderdale
## 1272 conventional 2015 MiamiFtLauderdale
## 1273 conventional 2015 MiamiFtLauderdale
## 1274 conventional 2015 MiamiFtLauderdale
## 1275 conventional 2015 MiamiFtLauderdale
## 1276 conventional 2015 MiamiFtLauderdale
## 1277 conventional 2015 MiamiFtLauderdale
## 1278 conventional 2015 MiamiFtLauderdale
## 1279 conventional 2015 MiamiFtLauderdale
## 1280 conventional 2015 MiamiFtLauderdale
## 1281 conventional 2015 MiamiFtLauderdale
## 1282 conventional 2015 MiamiFtLauderdale
## 1283 conventional 2015 MiamiFtLauderdale
## 1284 conventional 2015 MiamiFtLauderdale
## 1285 conventional 2015 MiamiFtLauderdale
## 1286 conventional 2015 MiamiFtLauderdale
## 1287 conventional 2015 MiamiFtLauderdale
## 1288 conventional 2015 MiamiFtLauderdale
## 1289 conventional 2015 MiamiFtLauderdale
## 1290 conventional 2015 MiamiFtLauderdale
## 1291 conventional 2015 MiamiFtLauderdale
## 1292 conventional 2015 MiamiFtLauderdale
## 1293 conventional 2015 MiamiFtLauderdale
## 1294 conventional 2015 MiamiFtLauderdale
## 1295 conventional 2015 MiamiFtLauderdale
## 1296 conventional 2015 MiamiFtLauderdale
## 1297 conventional 2015 MiamiFtLauderdale
## 1298 conventional 2015 MiamiFtLauderdale
## 1299 conventional 2015 MiamiFtLauderdale
## 1300 conventional 2015 MiamiFtLauderdale
## 1301 conventional 2015 Midsouth
## 1302 conventional 2015 Midsouth
## 1303 conventional 2015 Midsouth
## 1304 conventional 2015 Midsouth
## 1305 conventional 2015 Midsouth
## 1306 conventional 2015 Midsouth
## 1307 conventional 2015 Midsouth
## 1308 conventional 2015 Midsouth
## 1309 conventional 2015 Midsouth
## 1310 conventional 2015 Midsouth
## 1311 conventional 2015 Midsouth
## 1312 conventional 2015 Midsouth
## 1313 conventional 2015 Midsouth
## 1314 conventional 2015 Midsouth
## 1315 conventional 2015 Midsouth
## 1316 conventional 2015 Midsouth
## 1317 conventional 2015 Midsouth
## 1318 conventional 2015 Midsouth
## 1319 conventional 2015 Midsouth
## 1320 conventional 2015 Midsouth
## 1321 conventional 2015 Midsouth
## 1322 conventional 2015 Midsouth
## 1323 conventional 2015 Midsouth
## 1324 conventional 2015 Midsouth
## 1325 conventional 2015 Midsouth
## 1326 conventional 2015 Midsouth
## 1327 conventional 2015 Midsouth
## 1328 conventional 2015 Midsouth
## 1329 conventional 2015 Midsouth
## 1330 conventional 2015 Midsouth
## 1331 conventional 2015 Midsouth
## 1332 conventional 2015 Midsouth
## 1333 conventional 2015 Midsouth
## 1334 conventional 2015 Midsouth
## 1335 conventional 2015 Midsouth
## 1336 conventional 2015 Midsouth
## 1337 conventional 2015 Midsouth
## 1338 conventional 2015 Midsouth
## 1339 conventional 2015 Midsouth
## 1340 conventional 2015 Midsouth
## 1341 conventional 2015 Midsouth
## 1342 conventional 2015 Midsouth
## 1343 conventional 2015 Midsouth
## 1344 conventional 2015 Midsouth
## 1345 conventional 2015 Midsouth
## 1346 conventional 2015 Midsouth
## 1347 conventional 2015 Midsouth
## 1348 conventional 2015 Midsouth
## 1349 conventional 2015 Midsouth
## 1350 conventional 2015 Midsouth
## 1351 conventional 2015 Midsouth
## 1352 conventional 2015 Midsouth
## 1353 conventional 2015 Nashville
## 1354 conventional 2015 Nashville
## 1355 conventional 2015 Nashville
## 1356 conventional 2015 Nashville
## 1357 conventional 2015 Nashville
## 1358 conventional 2015 Nashville
## 1359 conventional 2015 Nashville
## 1360 conventional 2015 Nashville
## 1361 conventional 2015 Nashville
## 1362 conventional 2015 Nashville
## 1363 conventional 2015 Nashville
## 1364 conventional 2015 Nashville
## 1365 conventional 2015 Nashville
## 1366 conventional 2015 Nashville
## 1367 conventional 2015 Nashville
## 1368 conventional 2015 Nashville
## 1369 conventional 2015 Nashville
## 1370 conventional 2015 Nashville
## 1371 conventional 2015 Nashville
## 1372 conventional 2015 Nashville
## 1373 conventional 2015 Nashville
## 1374 conventional 2015 Nashville
## 1375 conventional 2015 Nashville
## 1376 conventional 2015 Nashville
## 1377 conventional 2015 Nashville
## 1378 conventional 2015 Nashville
## 1379 conventional 2015 Nashville
## 1380 conventional 2015 Nashville
## 1381 conventional 2015 Nashville
## 1382 conventional 2015 Nashville
## 1383 conventional 2015 Nashville
## 1384 conventional 2015 Nashville
## 1385 conventional 2015 Nashville
## 1386 conventional 2015 Nashville
## 1387 conventional 2015 Nashville
## 1388 conventional 2015 Nashville
## 1389 conventional 2015 Nashville
## 1390 conventional 2015 Nashville
## 1391 conventional 2015 Nashville
## 1392 conventional 2015 Nashville
## 1393 conventional 2015 Nashville
## 1394 conventional 2015 Nashville
## 1395 conventional 2015 Nashville
## 1396 conventional 2015 Nashville
## 1397 conventional 2015 Nashville
## 1398 conventional 2015 Nashville
## 1399 conventional 2015 Nashville
## 1400 conventional 2015 Nashville
## 1401 conventional 2015 Nashville
## 1402 conventional 2015 Nashville
## 1403 conventional 2015 Nashville
## 1404 conventional 2015 Nashville
## 1405 conventional 2015 NewOrleansMobile
## 1406 conventional 2015 NewOrleansMobile
## 1407 conventional 2015 NewOrleansMobile
## 1408 conventional 2015 NewOrleansMobile
## 1409 conventional 2015 NewOrleansMobile
## 1410 conventional 2015 NewOrleansMobile
## 1411 conventional 2015 NewOrleansMobile
## 1412 conventional 2015 NewOrleansMobile
## 1413 conventional 2015 NewOrleansMobile
## 1414 conventional 2015 NewOrleansMobile
## 1415 conventional 2015 NewOrleansMobile
## 1416 conventional 2015 NewOrleansMobile
## 1417 conventional 2015 NewOrleansMobile
## 1418 conventional 2015 NewOrleansMobile
## 1419 conventional 2015 NewOrleansMobile
## 1420 conventional 2015 NewOrleansMobile
## 1421 conventional 2015 NewOrleansMobile
## 1422 conventional 2015 NewOrleansMobile
## 1423 conventional 2015 NewOrleansMobile
## 1424 conventional 2015 NewOrleansMobile
## 1425 conventional 2015 NewOrleansMobile
## 1426 conventional 2015 NewOrleansMobile
## 1427 conventional 2015 NewOrleansMobile
## 1428 conventional 2015 NewOrleansMobile
## 1429 conventional 2015 NewOrleansMobile
## 1430 conventional 2015 NewOrleansMobile
## 1431 conventional 2015 NewOrleansMobile
## 1432 conventional 2015 NewOrleansMobile
## 1433 conventional 2015 NewOrleansMobile
## 1434 conventional 2015 NewOrleansMobile
## 1435 conventional 2015 NewOrleansMobile
## 1436 conventional 2015 NewOrleansMobile
## 1437 conventional 2015 NewOrleansMobile
## 1438 conventional 2015 NewOrleansMobile
## 1439 conventional 2015 NewOrleansMobile
## 1440 conventional 2015 NewOrleansMobile
## 1441 conventional 2015 NewOrleansMobile
## 1442 conventional 2015 NewOrleansMobile
## 1443 conventional 2015 NewOrleansMobile
## 1444 conventional 2015 NewOrleansMobile
## 1445 conventional 2015 NewOrleansMobile
## 1446 conventional 2015 NewOrleansMobile
## 1447 conventional 2015 NewOrleansMobile
## 1448 conventional 2015 NewOrleansMobile
## 1449 conventional 2015 NewOrleansMobile
## 1450 conventional 2015 NewOrleansMobile
## 1451 conventional 2015 NewOrleansMobile
## 1452 conventional 2015 NewOrleansMobile
## 1453 conventional 2015 NewOrleansMobile
## 1454 conventional 2015 NewOrleansMobile
## 1455 conventional 2015 NewOrleansMobile
## 1456 conventional 2015 NewOrleansMobile
## 1457 conventional 2015 NewYork
## 1458 conventional 2015 NewYork
## 1459 conventional 2015 NewYork
## 1460 conventional 2015 NewYork
## 1461 conventional 2015 NewYork
## 1462 conventional 2015 NewYork
## 1463 conventional 2015 NewYork
## 1464 conventional 2015 NewYork
## 1465 conventional 2015 NewYork
## 1466 conventional 2015 NewYork
## 1467 conventional 2015 NewYork
## 1468 conventional 2015 NewYork
## 1469 conventional 2015 NewYork
## 1470 conventional 2015 NewYork
## 1471 conventional 2015 NewYork
## 1472 conventional 2015 NewYork
## 1473 conventional 2015 NewYork
## 1474 conventional 2015 NewYork
## 1475 conventional 2015 NewYork
## 1476 conventional 2015 NewYork
## 1477 conventional 2015 NewYork
## 1478 conventional 2015 NewYork
## 1479 conventional 2015 NewYork
## 1480 conventional 2015 NewYork
## 1481 conventional 2015 NewYork
## 1482 conventional 2015 NewYork
## 1483 conventional 2015 NewYork
## 1484 conventional 2015 NewYork
## 1485 conventional 2015 NewYork
## 1486 conventional 2015 NewYork
## 1487 conventional 2015 NewYork
## 1488 conventional 2015 NewYork
## 1489 conventional 2015 NewYork
## 1490 conventional 2015 NewYork
## 1491 conventional 2015 NewYork
## 1492 conventional 2015 NewYork
## 1493 conventional 2015 NewYork
## 1494 conventional 2015 NewYork
## 1495 conventional 2015 NewYork
## 1496 conventional 2015 NewYork
## 1497 conventional 2015 NewYork
## 1498 conventional 2015 NewYork
## 1499 conventional 2015 NewYork
## 1500 conventional 2015 NewYork
## 1501 conventional 2015 NewYork
## 1502 conventional 2015 NewYork
## 1503 conventional 2015 NewYork
## 1504 conventional 2015 NewYork
## 1505 conventional 2015 NewYork
## 1506 conventional 2015 NewYork
## 1507 conventional 2015 NewYork
## 1508 conventional 2015 NewYork
## 1509 conventional 2015 Northeast
## 1510 conventional 2015 Northeast
## 1511 conventional 2015 Northeast
## 1512 conventional 2015 Northeast
## 1513 conventional 2015 Northeast
## 1514 conventional 2015 Northeast
## 1515 conventional 2015 Northeast
## 1516 conventional 2015 Northeast
## 1517 conventional 2015 Northeast
## 1518 conventional 2015 Northeast
## 1519 conventional 2015 Northeast
## 1520 conventional 2015 Northeast
## 1521 conventional 2015 Northeast
## 1522 conventional 2015 Northeast
## 1523 conventional 2015 Northeast
## 1524 conventional 2015 Northeast
## 1525 conventional 2015 Northeast
## 1526 conventional 2015 Northeast
## 1527 conventional 2015 Northeast
## 1528 conventional 2015 Northeast
## 1529 conventional 2015 Northeast
## 1530 conventional 2015 Northeast
## 1531 conventional 2015 Northeast
## 1532 conventional 2015 Northeast
## 1533 conventional 2015 Northeast
## 1534 conventional 2015 Northeast
## 1535 conventional 2015 Northeast
## 1536 conventional 2015 Northeast
## 1537 conventional 2015 Northeast
## 1538 conventional 2015 Northeast
## 1539 conventional 2015 Northeast
## 1540 conventional 2015 Northeast
## 1541 conventional 2015 Northeast
## 1542 conventional 2015 Northeast
## 1543 conventional 2015 Northeast
## 1544 conventional 2015 Northeast
## 1545 conventional 2015 Northeast
## 1546 conventional 2015 Northeast
## 1547 conventional 2015 Northeast
## 1548 conventional 2015 Northeast
## 1549 conventional 2015 Northeast
## 1550 conventional 2015 Northeast
## 1551 conventional 2015 Northeast
## 1552 conventional 2015 Northeast
## 1553 conventional 2015 Northeast
## 1554 conventional 2015 Northeast
## 1555 conventional 2015 Northeast
## 1556 conventional 2015 Northeast
## 1557 conventional 2015 Northeast
## 1558 conventional 2015 Northeast
## 1559 conventional 2015 Northeast
## 1560 conventional 2015 Northeast
## 1561 conventional 2015 NorthernNewEngland
## 1562 conventional 2015 NorthernNewEngland
## 1563 conventional 2015 NorthernNewEngland
## 1564 conventional 2015 NorthernNewEngland
## 1565 conventional 2015 NorthernNewEngland
## 1566 conventional 2015 NorthernNewEngland
## 1567 conventional 2015 NorthernNewEngland
## 1568 conventional 2015 NorthernNewEngland
## 1569 conventional 2015 NorthernNewEngland
## 1570 conventional 2015 NorthernNewEngland
## 1571 conventional 2015 NorthernNewEngland
## 1572 conventional 2015 NorthernNewEngland
## 1573 conventional 2015 NorthernNewEngland
## 1574 conventional 2015 NorthernNewEngland
## 1575 conventional 2015 NorthernNewEngland
## 1576 conventional 2015 NorthernNewEngland
## 1577 conventional 2015 NorthernNewEngland
## 1578 conventional 2015 NorthernNewEngland
## 1579 conventional 2015 NorthernNewEngland
## 1580 conventional 2015 NorthernNewEngland
## 1581 conventional 2015 NorthernNewEngland
## 1582 conventional 2015 NorthernNewEngland
## 1583 conventional 2015 NorthernNewEngland
## 1584 conventional 2015 NorthernNewEngland
## 1585 conventional 2015 NorthernNewEngland
## 1586 conventional 2015 NorthernNewEngland
## 1587 conventional 2015 NorthernNewEngland
## 1588 conventional 2015 NorthernNewEngland
## 1589 conventional 2015 NorthernNewEngland
## 1590 conventional 2015 NorthernNewEngland
## 1591 conventional 2015 NorthernNewEngland
## 1592 conventional 2015 NorthernNewEngland
## 1593 conventional 2015 NorthernNewEngland
## 1594 conventional 2015 NorthernNewEngland
## 1595 conventional 2015 NorthernNewEngland
## 1596 conventional 2015 NorthernNewEngland
## 1597 conventional 2015 NorthernNewEngland
## 1598 conventional 2015 NorthernNewEngland
## 1599 conventional 2015 NorthernNewEngland
## 1600 conventional 2015 NorthernNewEngland
## 1601 conventional 2015 NorthernNewEngland
## 1602 conventional 2015 NorthernNewEngland
## 1603 conventional 2015 NorthernNewEngland
## 1604 conventional 2015 NorthernNewEngland
## 1605 conventional 2015 NorthernNewEngland
## 1606 conventional 2015 NorthernNewEngland
## 1607 conventional 2015 NorthernNewEngland
## 1608 conventional 2015 NorthernNewEngland
## 1609 conventional 2015 NorthernNewEngland
## 1610 conventional 2015 NorthernNewEngland
## 1611 conventional 2015 NorthernNewEngland
## 1612 conventional 2015 NorthernNewEngland
## 1613 conventional 2015 Orlando
## 1614 conventional 2015 Orlando
## 1615 conventional 2015 Orlando
## 1616 conventional 2015 Orlando
## 1617 conventional 2015 Orlando
## 1618 conventional 2015 Orlando
## 1619 conventional 2015 Orlando
## 1620 conventional 2015 Orlando
## 1621 conventional 2015 Orlando
## 1622 conventional 2015 Orlando
## 1623 conventional 2015 Orlando
## 1624 conventional 2015 Orlando
## 1625 conventional 2015 Orlando
## 1626 conventional 2015 Orlando
## 1627 conventional 2015 Orlando
## 1628 conventional 2015 Orlando
## 1629 conventional 2015 Orlando
## 1630 conventional 2015 Orlando
## 1631 conventional 2015 Orlando
## 1632 conventional 2015 Orlando
## 1633 conventional 2015 Orlando
## 1634 conventional 2015 Orlando
## 1635 conventional 2015 Orlando
## 1636 conventional 2015 Orlando
## 1637 conventional 2015 Orlando
## 1638 conventional 2015 Orlando
## 1639 conventional 2015 Orlando
## 1640 conventional 2015 Orlando
## 1641 conventional 2015 Orlando
## 1642 conventional 2015 Orlando
## 1643 conventional 2015 Orlando
## 1644 conventional 2015 Orlando
## 1645 conventional 2015 Orlando
## 1646 conventional 2015 Orlando
## 1647 conventional 2015 Orlando
## 1648 conventional 2015 Orlando
## 1649 conventional 2015 Orlando
## 1650 conventional 2015 Orlando
## 1651 conventional 2015 Orlando
## 1652 conventional 2015 Orlando
## 1653 conventional 2015 Orlando
## 1654 conventional 2015 Orlando
## 1655 conventional 2015 Orlando
## 1656 conventional 2015 Orlando
## 1657 conventional 2015 Orlando
## 1658 conventional 2015 Orlando
## 1659 conventional 2015 Orlando
## 1660 conventional 2015 Orlando
## 1661 conventional 2015 Orlando
## 1662 conventional 2015 Orlando
## 1663 conventional 2015 Orlando
## 1664 conventional 2015 Orlando
## 1665 conventional 2015 Philadelphia
## 1666 conventional 2015 Philadelphia
## 1667 conventional 2015 Philadelphia
## 1668 conventional 2015 Philadelphia
## 1669 conventional 2015 Philadelphia
## 1670 conventional 2015 Philadelphia
## 1671 conventional 2015 Philadelphia
## 1672 conventional 2015 Philadelphia
## 1673 conventional 2015 Philadelphia
## 1674 conventional 2015 Philadelphia
## 1675 conventional 2015 Philadelphia
## 1676 conventional 2015 Philadelphia
## 1677 conventional 2015 Philadelphia
## 1678 conventional 2015 Philadelphia
## 1679 conventional 2015 Philadelphia
## 1680 conventional 2015 Philadelphia
## 1681 conventional 2015 Philadelphia
## 1682 conventional 2015 Philadelphia
## 1683 conventional 2015 Philadelphia
## 1684 conventional 2015 Philadelphia
## 1685 conventional 2015 Philadelphia
## 1686 conventional 2015 Philadelphia
## 1687 conventional 2015 Philadelphia
## 1688 conventional 2015 Philadelphia
## 1689 conventional 2015 Philadelphia
## 1690 conventional 2015 Philadelphia
## 1691 conventional 2015 Philadelphia
## 1692 conventional 2015 Philadelphia
## 1693 conventional 2015 Philadelphia
## 1694 conventional 2015 Philadelphia
## 1695 conventional 2015 Philadelphia
## 1696 conventional 2015 Philadelphia
## 1697 conventional 2015 Philadelphia
## 1698 conventional 2015 Philadelphia
## 1699 conventional 2015 Philadelphia
## 1700 conventional 2015 Philadelphia
## 1701 conventional 2015 Philadelphia
## 1702 conventional 2015 Philadelphia
## 1703 conventional 2015 Philadelphia
## 1704 conventional 2015 Philadelphia
## 1705 conventional 2015 Philadelphia
## 1706 conventional 2015 Philadelphia
## 1707 conventional 2015 Philadelphia
## 1708 conventional 2015 Philadelphia
## 1709 conventional 2015 Philadelphia
## 1710 conventional 2015 Philadelphia
## 1711 conventional 2015 Philadelphia
## 1712 conventional 2015 Philadelphia
## 1713 conventional 2015 Philadelphia
## 1714 conventional 2015 Philadelphia
## 1715 conventional 2015 Philadelphia
## 1716 conventional 2015 Philadelphia
## 1717 conventional 2015 PhoenixTucson
## 1718 conventional 2015 PhoenixTucson
## 1719 conventional 2015 PhoenixTucson
## 1720 conventional 2015 PhoenixTucson
## 1721 conventional 2015 PhoenixTucson
## 1722 conventional 2015 PhoenixTucson
## 1723 conventional 2015 PhoenixTucson
## 1724 conventional 2015 PhoenixTucson
## 1725 conventional 2015 PhoenixTucson
## 1726 conventional 2015 PhoenixTucson
## 1727 conventional 2015 PhoenixTucson
## 1728 conventional 2015 PhoenixTucson
## 1729 conventional 2015 PhoenixTucson
## 1730 conventional 2015 PhoenixTucson
## 1731 conventional 2015 PhoenixTucson
## 1732 conventional 2015 PhoenixTucson
## 1733 conventional 2015 PhoenixTucson
## 1734 conventional 2015 PhoenixTucson
## 1735 conventional 2015 PhoenixTucson
## 1736 conventional 2015 PhoenixTucson
## 1737 conventional 2015 PhoenixTucson
## 1738 conventional 2015 PhoenixTucson
## 1739 conventional 2015 PhoenixTucson
## 1740 conventional 2015 PhoenixTucson
## 1741 conventional 2015 PhoenixTucson
## 1742 conventional 2015 PhoenixTucson
## 1743 conventional 2015 PhoenixTucson
## 1744 conventional 2015 PhoenixTucson
## 1745 conventional 2015 PhoenixTucson
## 1746 conventional 2015 PhoenixTucson
## 1747 conventional 2015 PhoenixTucson
## 1748 conventional 2015 PhoenixTucson
## 1749 conventional 2015 PhoenixTucson
## 1750 conventional 2015 PhoenixTucson
## 1751 conventional 2015 PhoenixTucson
## 1752 conventional 2015 PhoenixTucson
## 1753 conventional 2015 PhoenixTucson
## 1754 conventional 2015 PhoenixTucson
## 1755 conventional 2015 PhoenixTucson
## 1756 conventional 2015 PhoenixTucson
## 1757 conventional 2015 PhoenixTucson
## 1758 conventional 2015 PhoenixTucson
## 1759 conventional 2015 PhoenixTucson
## 1760 conventional 2015 PhoenixTucson
## 1761 conventional 2015 PhoenixTucson
## 1762 conventional 2015 PhoenixTucson
## 1763 conventional 2015 PhoenixTucson
## 1764 conventional 2015 PhoenixTucson
## 1765 conventional 2015 PhoenixTucson
## 1766 conventional 2015 PhoenixTucson
## 1767 conventional 2015 PhoenixTucson
## 1768 conventional 2015 PhoenixTucson
## 1769 conventional 2015 Pittsburgh
## 1770 conventional 2015 Pittsburgh
## 1771 conventional 2015 Pittsburgh
## 1772 conventional 2015 Pittsburgh
## 1773 conventional 2015 Pittsburgh
## 1774 conventional 2015 Pittsburgh
## 1775 conventional 2015 Pittsburgh
## 1776 conventional 2015 Pittsburgh
## 1777 conventional 2015 Pittsburgh
## 1778 conventional 2015 Pittsburgh
## 1779 conventional 2015 Pittsburgh
## 1780 conventional 2015 Pittsburgh
## 1781 conventional 2015 Pittsburgh
## 1782 conventional 2015 Pittsburgh
## 1783 conventional 2015 Pittsburgh
## 1784 conventional 2015 Pittsburgh
## 1785 conventional 2015 Pittsburgh
## 1786 conventional 2015 Pittsburgh
## 1787 conventional 2015 Pittsburgh
## 1788 conventional 2015 Pittsburgh
## 1789 conventional 2015 Pittsburgh
## 1790 conventional 2015 Pittsburgh
## 1791 conventional 2015 Pittsburgh
## 1792 conventional 2015 Pittsburgh
## 1793 conventional 2015 Pittsburgh
## 1794 conventional 2015 Pittsburgh
## 1795 conventional 2015 Pittsburgh
## 1796 conventional 2015 Pittsburgh
## 1797 conventional 2015 Pittsburgh
## 1798 conventional 2015 Pittsburgh
## 1799 conventional 2015 Pittsburgh
## 1800 conventional 2015 Pittsburgh
## 1801 conventional 2015 Pittsburgh
## 1802 conventional 2015 Pittsburgh
## 1803 conventional 2015 Pittsburgh
## 1804 conventional 2015 Pittsburgh
## 1805 conventional 2015 Pittsburgh
## 1806 conventional 2015 Pittsburgh
## 1807 conventional 2015 Pittsburgh
## 1808 conventional 2015 Pittsburgh
## 1809 conventional 2015 Pittsburgh
## 1810 conventional 2015 Pittsburgh
## 1811 conventional 2015 Pittsburgh
## 1812 conventional 2015 Pittsburgh
## 1813 conventional 2015 Pittsburgh
## 1814 conventional 2015 Pittsburgh
## 1815 conventional 2015 Pittsburgh
## 1816 conventional 2015 Pittsburgh
## 1817 conventional 2015 Pittsburgh
## 1818 conventional 2015 Pittsburgh
## 1819 conventional 2015 Pittsburgh
## 1820 conventional 2015 Pittsburgh
## 1821 conventional 2015 Plains
## 1822 conventional 2015 Plains
## 1823 conventional 2015 Plains
## 1824 conventional 2015 Plains
## 1825 conventional 2015 Plains
## 1826 conventional 2015 Plains
## 1827 conventional 2015 Plains
## 1828 conventional 2015 Plains
## 1829 conventional 2015 Plains
## 1830 conventional 2015 Plains
## 1831 conventional 2015 Plains
## 1832 conventional 2015 Plains
## 1833 conventional 2015 Plains
## 1834 conventional 2015 Plains
## 1835 conventional 2015 Plains
## 1836 conventional 2015 Plains
## 1837 conventional 2015 Plains
## 1838 conventional 2015 Plains
## 1839 conventional 2015 Plains
## 1840 conventional 2015 Plains
## 1841 conventional 2015 Plains
## 1842 conventional 2015 Plains
## 1843 conventional 2015 Plains
## 1844 conventional 2015 Plains
## 1845 conventional 2015 Plains
## 1846 conventional 2015 Plains
## 1847 conventional 2015 Plains
## 1848 conventional 2015 Plains
## 1849 conventional 2015 Plains
## 1850 conventional 2015 Plains
## 1851 conventional 2015 Plains
## 1852 conventional 2015 Plains
## 1853 conventional 2015 Plains
## 1854 conventional 2015 Plains
## 1855 conventional 2015 Plains
## 1856 conventional 2015 Plains
## 1857 conventional 2015 Plains
## 1858 conventional 2015 Plains
## 1859 conventional 2015 Plains
## 1860 conventional 2015 Plains
## 1861 conventional 2015 Plains
## 1862 conventional 2015 Plains
## 1863 conventional 2015 Plains
## 1864 conventional 2015 Plains
## 1865 conventional 2015 Plains
## 1866 conventional 2015 Plains
## 1867 conventional 2015 Plains
## 1868 conventional 2015 Plains
## 1869 conventional 2015 Plains
## 1870 conventional 2015 Plains
## 1871 conventional 2015 Plains
## 1872 conventional 2015 Plains
## 1873 conventional 2015 Portland
## 1874 conventional 2015 Portland
## 1875 conventional 2015 Portland
## 1876 conventional 2015 Portland
## 1877 conventional 2015 Portland
## 1878 conventional 2015 Portland
## 1879 conventional 2015 Portland
## 1880 conventional 2015 Portland
## 1881 conventional 2015 Portland
## 1882 conventional 2015 Portland
## 1883 conventional 2015 Portland
## 1884 conventional 2015 Portland
## 1885 conventional 2015 Portland
## 1886 conventional 2015 Portland
## 1887 conventional 2015 Portland
## 1888 conventional 2015 Portland
## 1889 conventional 2015 Portland
## 1890 conventional 2015 Portland
## 1891 conventional 2015 Portland
## 1892 conventional 2015 Portland
## 1893 conventional 2015 Portland
## 1894 conventional 2015 Portland
## 1895 conventional 2015 Portland
## 1896 conventional 2015 Portland
## 1897 conventional 2015 Portland
## 1898 conventional 2015 Portland
## 1899 conventional 2015 Portland
## 1900 conventional 2015 Portland
## 1901 conventional 2015 Portland
## 1902 conventional 2015 Portland
## 1903 conventional 2015 Portland
## 1904 conventional 2015 Portland
## 1905 conventional 2015 Portland
## 1906 conventional 2015 Portland
## 1907 conventional 2015 Portland
## 1908 conventional 2015 Portland
## 1909 conventional 2015 Portland
## 1910 conventional 2015 Portland
## 1911 conventional 2015 Portland
## 1912 conventional 2015 Portland
## 1913 conventional 2015 Portland
## 1914 conventional 2015 Portland
## 1915 conventional 2015 Portland
## 1916 conventional 2015 Portland
## 1917 conventional 2015 Portland
## 1918 conventional 2015 Portland
## 1919 conventional 2015 Portland
## 1920 conventional 2015 Portland
## 1921 conventional 2015 Portland
## 1922 conventional 2015 Portland
## 1923 conventional 2015 Portland
## 1924 conventional 2015 Portland
## 1925 conventional 2015 RaleighGreensboro
## 1926 conventional 2015 RaleighGreensboro
## 1927 conventional 2015 RaleighGreensboro
## 1928 conventional 2015 RaleighGreensboro
## 1929 conventional 2015 RaleighGreensboro
## 1930 conventional 2015 RaleighGreensboro
## 1931 conventional 2015 RaleighGreensboro
## 1932 conventional 2015 RaleighGreensboro
## 1933 conventional 2015 RaleighGreensboro
## 1934 conventional 2015 RaleighGreensboro
## 1935 conventional 2015 RaleighGreensboro
## 1936 conventional 2015 RaleighGreensboro
## 1937 conventional 2015 RaleighGreensboro
## 1938 conventional 2015 RaleighGreensboro
## 1939 conventional 2015 RaleighGreensboro
## 1940 conventional 2015 RaleighGreensboro
## 1941 conventional 2015 RaleighGreensboro
## 1942 conventional 2015 RaleighGreensboro
## 1943 conventional 2015 RaleighGreensboro
## 1944 conventional 2015 RaleighGreensboro
## 1945 conventional 2015 RaleighGreensboro
## 1946 conventional 2015 RaleighGreensboro
## 1947 conventional 2015 RaleighGreensboro
## 1948 conventional 2015 RaleighGreensboro
## 1949 conventional 2015 RaleighGreensboro
## 1950 conventional 2015 RaleighGreensboro
## 1951 conventional 2015 RaleighGreensboro
## 1952 conventional 2015 RaleighGreensboro
## 1953 conventional 2015 RaleighGreensboro
## 1954 conventional 2015 RaleighGreensboro
## 1955 conventional 2015 RaleighGreensboro
## 1956 conventional 2015 RaleighGreensboro
## 1957 conventional 2015 RaleighGreensboro
## 1958 conventional 2015 RaleighGreensboro
## 1959 conventional 2015 RaleighGreensboro
## 1960 conventional 2015 RaleighGreensboro
## 1961 conventional 2015 RaleighGreensboro
## 1962 conventional 2015 RaleighGreensboro
## 1963 conventional 2015 RaleighGreensboro
## 1964 conventional 2015 RaleighGreensboro
## 1965 conventional 2015 RaleighGreensboro
## 1966 conventional 2015 RaleighGreensboro
## 1967 conventional 2015 RaleighGreensboro
## 1968 conventional 2015 RaleighGreensboro
## 1969 conventional 2015 RaleighGreensboro
## 1970 conventional 2015 RaleighGreensboro
## 1971 conventional 2015 RaleighGreensboro
## 1972 conventional 2015 RaleighGreensboro
## 1973 conventional 2015 RaleighGreensboro
## 1974 conventional 2015 RaleighGreensboro
## 1975 conventional 2015 RaleighGreensboro
## 1976 conventional 2015 RaleighGreensboro
## 1977 conventional 2015 RichmondNorfolk
## 1978 conventional 2015 RichmondNorfolk
## 1979 conventional 2015 RichmondNorfolk
## 1980 conventional 2015 RichmondNorfolk
## 1981 conventional 2015 RichmondNorfolk
## 1982 conventional 2015 RichmondNorfolk
## 1983 conventional 2015 RichmondNorfolk
## 1984 conventional 2015 RichmondNorfolk
## 1985 conventional 2015 RichmondNorfolk
## 1986 conventional 2015 RichmondNorfolk
## 1987 conventional 2015 RichmondNorfolk
## 1988 conventional 2015 RichmondNorfolk
## 1989 conventional 2015 RichmondNorfolk
## 1990 conventional 2015 RichmondNorfolk
## 1991 conventional 2015 RichmondNorfolk
## 1992 conventional 2015 RichmondNorfolk
## 1993 conventional 2015 RichmondNorfolk
## 1994 conventional 2015 RichmondNorfolk
## 1995 conventional 2015 RichmondNorfolk
## 1996 conventional 2015 RichmondNorfolk
## 1997 conventional 2015 RichmondNorfolk
## 1998 conventional 2015 RichmondNorfolk
## 1999 conventional 2015 RichmondNorfolk
## 2000 conventional 2015 RichmondNorfolk
## 2001 conventional 2015 RichmondNorfolk
## 2002 conventional 2015 RichmondNorfolk
## 2003 conventional 2015 RichmondNorfolk
## 2004 conventional 2015 RichmondNorfolk
## 2005 conventional 2015 RichmondNorfolk
## 2006 conventional 2015 RichmondNorfolk
## 2007 conventional 2015 RichmondNorfolk
## 2008 conventional 2015 RichmondNorfolk
## 2009 conventional 2015 RichmondNorfolk
## 2010 conventional 2015 RichmondNorfolk
## 2011 conventional 2015 RichmondNorfolk
## 2012 conventional 2015 RichmondNorfolk
## 2013 conventional 2015 RichmondNorfolk
## 2014 conventional 2015 RichmondNorfolk
## 2015 conventional 2015 RichmondNorfolk
## 2016 conventional 2015 RichmondNorfolk
## 2017 conventional 2015 RichmondNorfolk
## 2018 conventional 2015 RichmondNorfolk
## 2019 conventional 2015 RichmondNorfolk
## 2020 conventional 2015 RichmondNorfolk
## 2021 conventional 2015 RichmondNorfolk
## 2022 conventional 2015 RichmondNorfolk
## 2023 conventional 2015 RichmondNorfolk
## 2024 conventional 2015 RichmondNorfolk
## 2025 conventional 2015 RichmondNorfolk
## 2026 conventional 2015 RichmondNorfolk
## 2027 conventional 2015 RichmondNorfolk
## 2028 conventional 2015 RichmondNorfolk
## 2029 conventional 2015 Roanoke
## 2030 conventional 2015 Roanoke
## 2031 conventional 2015 Roanoke
## 2032 conventional 2015 Roanoke
## 2033 conventional 2015 Roanoke
## 2034 conventional 2015 Roanoke
## 2035 conventional 2015 Roanoke
## 2036 conventional 2015 Roanoke
## 2037 conventional 2015 Roanoke
## 2038 conventional 2015 Roanoke
## 2039 conventional 2015 Roanoke
## 2040 conventional 2015 Roanoke
## 2041 conventional 2015 Roanoke
## 2042 conventional 2015 Roanoke
## 2043 conventional 2015 Roanoke
## 2044 conventional 2015 Roanoke
## 2045 conventional 2015 Roanoke
## 2046 conventional 2015 Roanoke
## 2047 conventional 2015 Roanoke
## 2048 conventional 2015 Roanoke
## 2049 conventional 2015 Roanoke
## 2050 conventional 2015 Roanoke
## 2051 conventional 2015 Roanoke
## 2052 conventional 2015 Roanoke
## 2053 conventional 2015 Roanoke
## 2054 conventional 2015 Roanoke
## 2055 conventional 2015 Roanoke
## 2056 conventional 2015 Roanoke
## 2057 conventional 2015 Roanoke
## 2058 conventional 2015 Roanoke
## 2059 conventional 2015 Roanoke
## 2060 conventional 2015 Roanoke
## 2061 conventional 2015 Roanoke
## 2062 conventional 2015 Roanoke
## 2063 conventional 2015 Roanoke
## 2064 conventional 2015 Roanoke
## 2065 conventional 2015 Roanoke
## 2066 conventional 2015 Roanoke
## 2067 conventional 2015 Roanoke
## 2068 conventional 2015 Roanoke
## 2069 conventional 2015 Roanoke
## 2070 conventional 2015 Roanoke
## 2071 conventional 2015 Roanoke
## 2072 conventional 2015 Roanoke
## 2073 conventional 2015 Roanoke
## 2074 conventional 2015 Roanoke
## 2075 conventional 2015 Roanoke
## 2076 conventional 2015 Roanoke
## 2077 conventional 2015 Roanoke
## 2078 conventional 2015 Roanoke
## 2079 conventional 2015 Roanoke
## 2080 conventional 2015 Roanoke
## 2081 conventional 2015 Sacramento
## 2082 conventional 2015 Sacramento
## 2083 conventional 2015 Sacramento
## 2084 conventional 2015 Sacramento
## 2085 conventional 2015 Sacramento
## 2086 conventional 2015 Sacramento
## 2087 conventional 2015 Sacramento
## 2088 conventional 2015 Sacramento
## 2089 conventional 2015 Sacramento
## 2090 conventional 2015 Sacramento
## 2091 conventional 2015 Sacramento
## 2092 conventional 2015 Sacramento
## 2093 conventional 2015 Sacramento
## 2094 conventional 2015 Sacramento
## 2095 conventional 2015 Sacramento
## 2096 conventional 2015 Sacramento
## 2097 conventional 2015 Sacramento
## 2098 conventional 2015 Sacramento
## 2099 conventional 2015 Sacramento
## 2100 conventional 2015 Sacramento
## 2101 conventional 2015 Sacramento
## 2102 conventional 2015 Sacramento
## 2103 conventional 2015 Sacramento
## 2104 conventional 2015 Sacramento
## 2105 conventional 2015 Sacramento
## 2106 conventional 2015 Sacramento
## 2107 conventional 2015 Sacramento
## 2108 conventional 2015 Sacramento
## 2109 conventional 2015 Sacramento
## 2110 conventional 2015 Sacramento
## 2111 conventional 2015 Sacramento
## 2112 conventional 2015 Sacramento
## 2113 conventional 2015 Sacramento
## 2114 conventional 2015 Sacramento
## 2115 conventional 2015 Sacramento
## 2116 conventional 2015 Sacramento
## 2117 conventional 2015 Sacramento
## 2118 conventional 2015 Sacramento
## 2119 conventional 2015 Sacramento
## 2120 conventional 2015 Sacramento
## 2121 conventional 2015 Sacramento
## 2122 conventional 2015 Sacramento
## 2123 conventional 2015 Sacramento
## 2124 conventional 2015 Sacramento
## 2125 conventional 2015 Sacramento
## 2126 conventional 2015 Sacramento
## 2127 conventional 2015 Sacramento
## 2128 conventional 2015 Sacramento
## 2129 conventional 2015 Sacramento
## 2130 conventional 2015 Sacramento
## 2131 conventional 2015 Sacramento
## 2132 conventional 2015 Sacramento
## 2133 conventional 2015 SanDiego
## 2134 conventional 2015 SanDiego
## 2135 conventional 2015 SanDiego
## 2136 conventional 2015 SanDiego
## 2137 conventional 2015 SanDiego
## 2138 conventional 2015 SanDiego
## 2139 conventional 2015 SanDiego
## 2140 conventional 2015 SanDiego
## 2141 conventional 2015 SanDiego
## 2142 conventional 2015 SanDiego
## 2143 conventional 2015 SanDiego
## 2144 conventional 2015 SanDiego
## 2145 conventional 2015 SanDiego
## 2146 conventional 2015 SanDiego
## 2147 conventional 2015 SanDiego
## 2148 conventional 2015 SanDiego
## 2149 conventional 2015 SanDiego
## 2150 conventional 2015 SanDiego
## 2151 conventional 2015 SanDiego
## 2152 conventional 2015 SanDiego
## 2153 conventional 2015 SanDiego
## 2154 conventional 2015 SanDiego
## 2155 conventional 2015 SanDiego
## 2156 conventional 2015 SanDiego
## 2157 conventional 2015 SanDiego
## 2158 conventional 2015 SanDiego
## 2159 conventional 2015 SanDiego
## 2160 conventional 2015 SanDiego
## 2161 conventional 2015 SanDiego
## 2162 conventional 2015 SanDiego
## 2163 conventional 2015 SanDiego
## 2164 conventional 2015 SanDiego
## 2165 conventional 2015 SanDiego
## 2166 conventional 2015 SanDiego
## 2167 conventional 2015 SanDiego
## 2168 conventional 2015 SanDiego
## 2169 conventional 2015 SanDiego
## 2170 conventional 2015 SanDiego
## 2171 conventional 2015 SanDiego
## 2172 conventional 2015 SanDiego
## 2173 conventional 2015 SanDiego
## 2174 conventional 2015 SanDiego
## 2175 conventional 2015 SanDiego
## 2176 conventional 2015 SanDiego
## 2177 conventional 2015 SanDiego
## 2178 conventional 2015 SanDiego
## 2179 conventional 2015 SanDiego
## 2180 conventional 2015 SanDiego
## 2181 conventional 2015 SanDiego
## 2182 conventional 2015 SanDiego
## 2183 conventional 2015 SanDiego
## 2184 conventional 2015 SanDiego
## 2185 conventional 2015 SanFrancisco
## 2186 conventional 2015 SanFrancisco
## 2187 conventional 2015 SanFrancisco
## 2188 conventional 2015 SanFrancisco
## 2189 conventional 2015 SanFrancisco
## 2190 conventional 2015 SanFrancisco
## 2191 conventional 2015 SanFrancisco
## 2192 conventional 2015 SanFrancisco
## 2193 conventional 2015 SanFrancisco
## 2194 conventional 2015 SanFrancisco
## 2195 conventional 2015 SanFrancisco
## 2196 conventional 2015 SanFrancisco
## 2197 conventional 2015 SanFrancisco
## 2198 conventional 2015 SanFrancisco
## 2199 conventional 2015 SanFrancisco
## 2200 conventional 2015 SanFrancisco
## 2201 conventional 2015 SanFrancisco
## 2202 conventional 2015 SanFrancisco
## 2203 conventional 2015 SanFrancisco
## 2204 conventional 2015 SanFrancisco
## 2205 conventional 2015 SanFrancisco
## 2206 conventional 2015 SanFrancisco
## 2207 conventional 2015 SanFrancisco
## 2208 conventional 2015 SanFrancisco
## 2209 conventional 2015 SanFrancisco
## 2210 conventional 2015 SanFrancisco
## 2211 conventional 2015 SanFrancisco
## 2212 conventional 2015 SanFrancisco
## 2213 conventional 2015 SanFrancisco
## 2214 conventional 2015 SanFrancisco
## 2215 conventional 2015 SanFrancisco
## 2216 conventional 2015 SanFrancisco
## 2217 conventional 2015 SanFrancisco
## 2218 conventional 2015 SanFrancisco
## 2219 conventional 2015 SanFrancisco
## 2220 conventional 2015 SanFrancisco
## 2221 conventional 2015 SanFrancisco
## 2222 conventional 2015 SanFrancisco
## 2223 conventional 2015 SanFrancisco
## 2224 conventional 2015 SanFrancisco
## 2225 conventional 2015 SanFrancisco
## 2226 conventional 2015 SanFrancisco
## 2227 conventional 2015 SanFrancisco
## 2228 conventional 2015 SanFrancisco
## 2229 conventional 2015 SanFrancisco
## 2230 conventional 2015 SanFrancisco
## 2231 conventional 2015 SanFrancisco
## 2232 conventional 2015 SanFrancisco
## 2233 conventional 2015 SanFrancisco
## 2234 conventional 2015 SanFrancisco
## 2235 conventional 2015 SanFrancisco
## 2236 conventional 2015 SanFrancisco
## 2237 conventional 2015 Seattle
## 2238 conventional 2015 Seattle
## 2239 conventional 2015 Seattle
## 2240 conventional 2015 Seattle
## 2241 conventional 2015 Seattle
## 2242 conventional 2015 Seattle
## 2243 conventional 2015 Seattle
## 2244 conventional 2015 Seattle
## 2245 conventional 2015 Seattle
## 2246 conventional 2015 Seattle
## 2247 conventional 2015 Seattle
## 2248 conventional 2015 Seattle
## 2249 conventional 2015 Seattle
## 2250 conventional 2015 Seattle
## 2251 conventional 2015 Seattle
## 2252 conventional 2015 Seattle
## 2253 conventional 2015 Seattle
## 2254 conventional 2015 Seattle
## 2255 conventional 2015 Seattle
## 2256 conventional 2015 Seattle
## 2257 conventional 2015 Seattle
## 2258 conventional 2015 Seattle
## 2259 conventional 2015 Seattle
## 2260 conventional 2015 Seattle
## 2261 conventional 2015 Seattle
## 2262 conventional 2015 Seattle
## 2263 conventional 2015 Seattle
## 2264 conventional 2015 Seattle
## 2265 conventional 2015 Seattle
## 2266 conventional 2015 Seattle
## 2267 conventional 2015 Seattle
## 2268 conventional 2015 Seattle
## 2269 conventional 2015 Seattle
## 2270 conventional 2015 Seattle
## 2271 conventional 2015 Seattle
## 2272 conventional 2015 Seattle
## 2273 conventional 2015 Seattle
## 2274 conventional 2015 Seattle
## 2275 conventional 2015 Seattle
## 2276 conventional 2015 Seattle
## 2277 conventional 2015 Seattle
## 2278 conventional 2015 Seattle
## 2279 conventional 2015 Seattle
## 2280 conventional 2015 Seattle
## 2281 conventional 2015 Seattle
## 2282 conventional 2015 Seattle
## 2283 conventional 2015 Seattle
## 2284 conventional 2015 Seattle
## 2285 conventional 2015 Seattle
## 2286 conventional 2015 Seattle
## 2287 conventional 2015 Seattle
## 2288 conventional 2015 Seattle
## 2289 conventional 2015 SouthCarolina
## 2290 conventional 2015 SouthCarolina
## 2291 conventional 2015 SouthCarolina
## 2292 conventional 2015 SouthCarolina
## 2293 conventional 2015 SouthCarolina
## 2294 conventional 2015 SouthCarolina
## 2295 conventional 2015 SouthCarolina
## 2296 conventional 2015 SouthCarolina
## 2297 conventional 2015 SouthCarolina
## 2298 conventional 2015 SouthCarolina
## 2299 conventional 2015 SouthCarolina
## 2300 conventional 2015 SouthCarolina
## 2301 conventional 2015 SouthCarolina
## 2302 conventional 2015 SouthCarolina
## 2303 conventional 2015 SouthCarolina
## 2304 conventional 2015 SouthCarolina
## 2305 conventional 2015 SouthCarolina
## 2306 conventional 2015 SouthCarolina
## 2307 conventional 2015 SouthCarolina
## 2308 conventional 2015 SouthCarolina
## 2309 conventional 2015 SouthCarolina
## 2310 conventional 2015 SouthCarolina
## 2311 conventional 2015 SouthCarolina
## 2312 conventional 2015 SouthCarolina
## 2313 conventional 2015 SouthCarolina
## 2314 conventional 2015 SouthCarolina
## 2315 conventional 2015 SouthCarolina
## 2316 conventional 2015 SouthCarolina
## 2317 conventional 2015 SouthCarolina
## 2318 conventional 2015 SouthCarolina
## 2319 conventional 2015 SouthCarolina
## 2320 conventional 2015 SouthCarolina
## 2321 conventional 2015 SouthCarolina
## 2322 conventional 2015 SouthCarolina
## 2323 conventional 2015 SouthCarolina
## 2324 conventional 2015 SouthCarolina
## 2325 conventional 2015 SouthCarolina
## 2326 conventional 2015 SouthCarolina
## 2327 conventional 2015 SouthCarolina
## 2328 conventional 2015 SouthCarolina
## 2329 conventional 2015 SouthCarolina
## 2330 conventional 2015 SouthCarolina
## 2331 conventional 2015 SouthCarolina
## 2332 conventional 2015 SouthCarolina
## 2333 conventional 2015 SouthCarolina
## 2334 conventional 2015 SouthCarolina
## 2335 conventional 2015 SouthCarolina
## 2336 conventional 2015 SouthCarolina
## 2337 conventional 2015 SouthCarolina
## 2338 conventional 2015 SouthCarolina
## 2339 conventional 2015 SouthCarolina
## 2340 conventional 2015 SouthCarolina
## 2341 conventional 2015 SouthCentral
## 2342 conventional 2015 SouthCentral
## 2343 conventional 2015 SouthCentral
## 2344 conventional 2015 SouthCentral
## 2345 conventional 2015 SouthCentral
## 2346 conventional 2015 SouthCentral
## 2347 conventional 2015 SouthCentral
## 2348 conventional 2015 SouthCentral
## 2349 conventional 2015 SouthCentral
## 2350 conventional 2015 SouthCentral
## 2351 conventional 2015 SouthCentral
## 2352 conventional 2015 SouthCentral
## 2353 conventional 2015 SouthCentral
## 2354 conventional 2015 SouthCentral
## 2355 conventional 2015 SouthCentral
## 2356 conventional 2015 SouthCentral
## 2357 conventional 2015 SouthCentral
## 2358 conventional 2015 SouthCentral
## 2359 conventional 2015 SouthCentral
## 2360 conventional 2015 SouthCentral
## 2361 conventional 2015 SouthCentral
## 2362 conventional 2015 SouthCentral
## 2363 conventional 2015 SouthCentral
## 2364 conventional 2015 SouthCentral
## 2365 conventional 2015 SouthCentral
## 2366 conventional 2015 SouthCentral
## 2367 conventional 2015 SouthCentral
## 2368 conventional 2015 SouthCentral
## 2369 conventional 2015 SouthCentral
## 2370 conventional 2015 SouthCentral
## 2371 conventional 2015 SouthCentral
## 2372 conventional 2015 SouthCentral
## 2373 conventional 2015 SouthCentral
## 2374 conventional 2015 SouthCentral
## 2375 conventional 2015 SouthCentral
## 2376 conventional 2015 SouthCentral
## 2377 conventional 2015 SouthCentral
## 2378 conventional 2015 SouthCentral
## 2379 conventional 2015 SouthCentral
## 2380 conventional 2015 SouthCentral
## 2381 conventional 2015 SouthCentral
## 2382 conventional 2015 SouthCentral
## 2383 conventional 2015 SouthCentral
## 2384 conventional 2015 SouthCentral
## 2385 conventional 2015 SouthCentral
## 2386 conventional 2015 SouthCentral
## 2387 conventional 2015 SouthCentral
## 2388 conventional 2015 SouthCentral
## 2389 conventional 2015 SouthCentral
## 2390 conventional 2015 SouthCentral
## 2391 conventional 2015 SouthCentral
## 2392 conventional 2015 SouthCentral
## 2393 conventional 2015 Southeast
## 2394 conventional 2015 Southeast
## 2395 conventional 2015 Southeast
## 2396 conventional 2015 Southeast
## 2397 conventional 2015 Southeast
## 2398 conventional 2015 Southeast
## 2399 conventional 2015 Southeast
## 2400 conventional 2015 Southeast
## 2401 conventional 2015 Southeast
## 2402 conventional 2015 Southeast
## 2403 conventional 2015 Southeast
## 2404 conventional 2015 Southeast
## 2405 conventional 2015 Southeast
## 2406 conventional 2015 Southeast
## 2407 conventional 2015 Southeast
## 2408 conventional 2015 Southeast
## 2409 conventional 2015 Southeast
## 2410 conventional 2015 Southeast
## 2411 conventional 2015 Southeast
## 2412 conventional 2015 Southeast
## 2413 conventional 2015 Southeast
## 2414 conventional 2015 Southeast
## 2415 conventional 2015 Southeast
## 2416 conventional 2015 Southeast
## 2417 conventional 2015 Southeast
## 2418 conventional 2015 Southeast
## 2419 conventional 2015 Southeast
## 2420 conventional 2015 Southeast
## 2421 conventional 2015 Southeast
## 2422 conventional 2015 Southeast
## 2423 conventional 2015 Southeast
## 2424 conventional 2015 Southeast
## 2425 conventional 2015 Southeast
## 2426 conventional 2015 Southeast
## 2427 conventional 2015 Southeast
## 2428 conventional 2015 Southeast
## 2429 conventional 2015 Southeast
## 2430 conventional 2015 Southeast
## 2431 conventional 2015 Southeast
## 2432 conventional 2015 Southeast
## 2433 conventional 2015 Southeast
## 2434 conventional 2015 Southeast
## 2435 conventional 2015 Southeast
## 2436 conventional 2015 Southeast
## 2437 conventional 2015 Southeast
## 2438 conventional 2015 Southeast
## 2439 conventional 2015 Southeast
## 2440 conventional 2015 Southeast
## 2441 conventional 2015 Southeast
## 2442 conventional 2015 Southeast
## 2443 conventional 2015 Southeast
## 2444 conventional 2015 Southeast
## 2445 conventional 2015 Spokane
## 2446 conventional 2015 Spokane
## 2447 conventional 2015 Spokane
## 2448 conventional 2015 Spokane
## 2449 conventional 2015 Spokane
## 2450 conventional 2015 Spokane
## 2451 conventional 2015 Spokane
## 2452 conventional 2015 Spokane
## 2453 conventional 2015 Spokane
## 2454 conventional 2015 Spokane
## 2455 conventional 2015 Spokane
## 2456 conventional 2015 Spokane
## 2457 conventional 2015 Spokane
## 2458 conventional 2015 Spokane
## 2459 conventional 2015 Spokane
## 2460 conventional 2015 Spokane
## 2461 conventional 2015 Spokane
## 2462 conventional 2015 Spokane
## 2463 conventional 2015 Spokane
## 2464 conventional 2015 Spokane
## 2465 conventional 2015 Spokane
## 2466 conventional 2015 Spokane
## 2467 conventional 2015 Spokane
## 2468 conventional 2015 Spokane
## 2469 conventional 2015 Spokane
## 2470 conventional 2015 Spokane
## 2471 conventional 2015 Spokane
## 2472 conventional 2015 Spokane
## 2473 conventional 2015 Spokane
## 2474 conventional 2015 Spokane
## 2475 conventional 2015 Spokane
## 2476 conventional 2015 Spokane
## 2477 conventional 2015 Spokane
## 2478 conventional 2015 Spokane
## 2479 conventional 2015 Spokane
## 2480 conventional 2015 Spokane
## 2481 conventional 2015 Spokane
## 2482 conventional 2015 Spokane
## 2483 conventional 2015 Spokane
## 2484 conventional 2015 Spokane
## 2485 conventional 2015 Spokane
## 2486 conventional 2015 Spokane
## 2487 conventional 2015 Spokane
## 2488 conventional 2015 Spokane
## 2489 conventional 2015 Spokane
## 2490 conventional 2015 Spokane
## 2491 conventional 2015 Spokane
## 2492 conventional 2015 Spokane
## 2493 conventional 2015 Spokane
## 2494 conventional 2015 Spokane
## 2495 conventional 2015 Spokane
## 2496 conventional 2015 Spokane
## 2497 conventional 2015 StLouis
## 2498 conventional 2015 StLouis
## 2499 conventional 2015 StLouis
## 2500 conventional 2015 StLouis
## 2501 conventional 2015 StLouis
## 2502 conventional 2015 StLouis
## 2503 conventional 2015 StLouis
## 2504 conventional 2015 StLouis
## 2505 conventional 2015 StLouis
## 2506 conventional 2015 StLouis
## 2507 conventional 2015 StLouis
## 2508 conventional 2015 StLouis
## 2509 conventional 2015 StLouis
## 2510 conventional 2015 StLouis
## 2511 conventional 2015 StLouis
## 2512 conventional 2015 StLouis
## 2513 conventional 2015 StLouis
## 2514 conventional 2015 StLouis
## 2515 conventional 2015 StLouis
## 2516 conventional 2015 StLouis
## 2517 conventional 2015 StLouis
## 2518 conventional 2015 StLouis
## 2519 conventional 2015 StLouis
## 2520 conventional 2015 StLouis
## 2521 conventional 2015 StLouis
## 2522 conventional 2015 StLouis
## 2523 conventional 2015 StLouis
## 2524 conventional 2015 StLouis
## 2525 conventional 2015 StLouis
## 2526 conventional 2015 StLouis
## 2527 conventional 2015 StLouis
## 2528 conventional 2015 StLouis
## 2529 conventional 2015 StLouis
## 2530 conventional 2015 StLouis
## 2531 conventional 2015 StLouis
## 2532 conventional 2015 StLouis
## 2533 conventional 2015 StLouis
## 2534 conventional 2015 StLouis
## 2535 conventional 2015 StLouis
## 2536 conventional 2015 StLouis
## 2537 conventional 2015 StLouis
## 2538 conventional 2015 StLouis
## 2539 conventional 2015 StLouis
## 2540 conventional 2015 StLouis
## 2541 conventional 2015 StLouis
## 2542 conventional 2015 StLouis
## 2543 conventional 2015 StLouis
## 2544 conventional 2015 StLouis
## 2545 conventional 2015 StLouis
## 2546 conventional 2015 StLouis
## 2547 conventional 2015 StLouis
## 2548 conventional 2015 StLouis
## 2549 conventional 2015 Syracuse
## 2550 conventional 2015 Syracuse
## 2551 conventional 2015 Syracuse
## 2552 conventional 2015 Syracuse
## 2553 conventional 2015 Syracuse
## 2554 conventional 2015 Syracuse
## 2555 conventional 2015 Syracuse
## 2556 conventional 2015 Syracuse
## 2557 conventional 2015 Syracuse
## 2558 conventional 2015 Syracuse
## 2559 conventional 2015 Syracuse
## 2560 conventional 2015 Syracuse
## 2561 conventional 2015 Syracuse
## 2562 conventional 2015 Syracuse
## 2563 conventional 2015 Syracuse
## 2564 conventional 2015 Syracuse
## 2565 conventional 2015 Syracuse
## 2566 conventional 2015 Syracuse
## 2567 conventional 2015 Syracuse
## 2568 conventional 2015 Syracuse
## 2569 conventional 2015 Syracuse
## 2570 conventional 2015 Syracuse
## 2571 conventional 2015 Syracuse
## 2572 conventional 2015 Syracuse
## 2573 conventional 2015 Syracuse
## 2574 conventional 2015 Syracuse
## 2575 conventional 2015 Syracuse
## 2576 conventional 2015 Syracuse
## 2577 conventional 2015 Syracuse
## 2578 conventional 2015 Syracuse
## 2579 conventional 2015 Syracuse
## 2580 conventional 2015 Syracuse
## 2581 conventional 2015 Syracuse
## 2582 conventional 2015 Syracuse
## 2583 conventional 2015 Syracuse
## 2584 conventional 2015 Syracuse
## 2585 conventional 2015 Syracuse
## 2586 conventional 2015 Syracuse
## 2587 conventional 2015 Syracuse
## 2588 conventional 2015 Syracuse
## 2589 conventional 2015 Syracuse
## 2590 conventional 2015 Syracuse
## 2591 conventional 2015 Syracuse
## 2592 conventional 2015 Syracuse
## 2593 conventional 2015 Syracuse
## 2594 conventional 2015 Syracuse
## 2595 conventional 2015 Syracuse
## 2596 conventional 2015 Syracuse
## 2597 conventional 2015 Syracuse
## 2598 conventional 2015 Syracuse
## 2599 conventional 2015 Syracuse
## 2600 conventional 2015 Syracuse
## 2601 conventional 2015 Tampa
## 2602 conventional 2015 Tampa
## 2603 conventional 2015 Tampa
## 2604 conventional 2015 Tampa
## 2605 conventional 2015 Tampa
## 2606 conventional 2015 Tampa
## 2607 conventional 2015 Tampa
## 2608 conventional 2015 Tampa
## 2609 conventional 2015 Tampa
## 2610 conventional 2015 Tampa
## 2611 conventional 2015 Tampa
## 2612 conventional 2015 Tampa
## 2613 conventional 2015 Tampa
## 2614 conventional 2015 Tampa
## 2615 conventional 2015 Tampa
## 2616 conventional 2015 Tampa
## 2617 conventional 2015 Tampa
## 2618 conventional 2015 Tampa
## 2619 conventional 2015 Tampa
## 2620 conventional 2015 Tampa
## 2621 conventional 2015 Tampa
## 2622 conventional 2015 Tampa
## 2623 conventional 2015 Tampa
## 2624 conventional 2015 Tampa
## 2625 conventional 2015 Tampa
## 2626 conventional 2015 Tampa
## 2627 conventional 2015 Tampa
## 2628 conventional 2015 Tampa
## 2629 conventional 2015 Tampa
## 2630 conventional 2015 Tampa
## 2631 conventional 2015 Tampa
## 2632 conventional 2015 Tampa
## 2633 conventional 2015 Tampa
## 2634 conventional 2015 Tampa
## 2635 conventional 2015 Tampa
## 2636 conventional 2015 Tampa
## 2637 conventional 2015 Tampa
## 2638 conventional 2015 Tampa
## 2639 conventional 2015 Tampa
## 2640 conventional 2015 Tampa
## 2641 conventional 2015 Tampa
## 2642 conventional 2015 Tampa
## 2643 conventional 2015 Tampa
## 2644 conventional 2015 Tampa
## 2645 conventional 2015 Tampa
## 2646 conventional 2015 Tampa
## 2647 conventional 2015 Tampa
## 2648 conventional 2015 Tampa
## 2649 conventional 2015 Tampa
## 2650 conventional 2015 Tampa
## 2651 conventional 2015 Tampa
## 2652 conventional 2015 Tampa
## 2653 conventional 2015 TotalUS
## 2654 conventional 2015 TotalUS
## 2655 conventional 2015 TotalUS
## 2656 conventional 2015 TotalUS
## 2657 conventional 2015 TotalUS
## 2658 conventional 2015 TotalUS
## 2659 conventional 2015 TotalUS
## 2660 conventional 2015 TotalUS
## 2661 conventional 2015 TotalUS
## 2662 conventional 2015 TotalUS
## 2663 conventional 2015 TotalUS
## 2664 conventional 2015 TotalUS
## 2665 conventional 2015 TotalUS
## 2666 conventional 2015 TotalUS
## 2667 conventional 2015 TotalUS
## 2668 conventional 2015 TotalUS
## 2669 conventional 2015 TotalUS
## 2670 conventional 2015 TotalUS
## 2671 conventional 2015 TotalUS
## 2672 conventional 2015 TotalUS
## 2673 conventional 2015 TotalUS
## 2674 conventional 2015 TotalUS
## 2675 conventional 2015 TotalUS
## 2676 conventional 2015 TotalUS
## 2677 conventional 2015 TotalUS
## 2678 conventional 2015 TotalUS
## 2679 conventional 2015 TotalUS
## 2680 conventional 2015 TotalUS
## 2681 conventional 2015 TotalUS
## 2682 conventional 2015 TotalUS
## 2683 conventional 2015 TotalUS
## 2684 conventional 2015 TotalUS
## 2685 conventional 2015 TotalUS
## 2686 conventional 2015 TotalUS
## 2687 conventional 2015 TotalUS
## 2688 conventional 2015 TotalUS
## 2689 conventional 2015 TotalUS
## 2690 conventional 2015 TotalUS
## 2691 conventional 2015 TotalUS
## 2692 conventional 2015 TotalUS
## 2693 conventional 2015 TotalUS
## 2694 conventional 2015 TotalUS
## 2695 conventional 2015 TotalUS
## 2696 conventional 2015 TotalUS
## 2697 conventional 2015 TotalUS
## 2698 conventional 2015 TotalUS
## 2699 conventional 2015 TotalUS
## 2700 conventional 2015 TotalUS
## 2701 conventional 2015 TotalUS
## 2702 conventional 2015 TotalUS
## 2703 conventional 2015 TotalUS
## 2704 conventional 2015 TotalUS
## 2705 conventional 2015 West
## 2706 conventional 2015 West
## 2707 conventional 2015 West
## 2708 conventional 2015 West
## 2709 conventional 2015 West
## 2710 conventional 2015 West
## 2711 conventional 2015 West
## 2712 conventional 2015 West
## 2713 conventional 2015 West
## 2714 conventional 2015 West
## 2715 conventional 2015 West
## 2716 conventional 2015 West
## 2717 conventional 2015 West
## 2718 conventional 2015 West
## 2719 conventional 2015 West
## 2720 conventional 2015 West
## 2721 conventional 2015 West
## 2722 conventional 2015 West
## 2723 conventional 2015 West
## 2724 conventional 2015 West
## 2725 conventional 2015 West
## 2726 conventional 2015 West
## 2727 conventional 2015 West
## 2728 conventional 2015 West
## 2729 conventional 2015 West
## 2730 conventional 2015 West
## 2731 conventional 2015 West
## 2732 conventional 2015 West
## 2733 conventional 2015 West
## 2734 conventional 2015 West
## 2735 conventional 2015 West
## 2736 conventional 2015 West
## 2737 conventional 2015 West
## 2738 conventional 2015 West
## 2739 conventional 2015 West
## 2740 conventional 2015 West
## 2741 conventional 2015 West
## 2742 conventional 2015 West
## 2743 conventional 2015 West
## 2744 conventional 2015 West
## 2745 conventional 2015 West
## 2746 conventional 2015 West
## 2747 conventional 2015 West
## 2748 conventional 2015 West
## 2749 conventional 2015 West
## 2750 conventional 2015 West
## 2751 conventional 2015 West
## 2752 conventional 2015 West
## 2753 conventional 2015 West
## 2754 conventional 2015 West
## 2755 conventional 2015 West
## 2756 conventional 2015 West
## 2757 conventional 2015 WestTexNewMexico
## 2758 conventional 2015 WestTexNewMexico
## 2759 conventional 2015 WestTexNewMexico
## 2760 conventional 2015 WestTexNewMexico
## 2761 conventional 2015 WestTexNewMexico
## 2762 conventional 2015 WestTexNewMexico
## 2763 conventional 2015 WestTexNewMexico
## 2764 conventional 2015 WestTexNewMexico
## 2765 conventional 2015 WestTexNewMexico
## 2766 conventional 2015 WestTexNewMexico
## 2767 conventional 2015 WestTexNewMexico
## 2768 conventional 2015 WestTexNewMexico
## 2769 conventional 2015 WestTexNewMexico
## 2770 conventional 2015 WestTexNewMexico
## 2771 conventional 2015 WestTexNewMexico
## 2772 conventional 2015 WestTexNewMexico
## 2773 conventional 2015 WestTexNewMexico
## 2774 conventional 2015 WestTexNewMexico
## 2775 conventional 2015 WestTexNewMexico
## 2776 conventional 2015 WestTexNewMexico
## 2777 conventional 2015 WestTexNewMexico
## 2778 conventional 2015 WestTexNewMexico
## 2779 conventional 2015 WestTexNewMexico
## 2780 conventional 2015 WestTexNewMexico
## 2781 conventional 2015 WestTexNewMexico
## 2782 conventional 2015 WestTexNewMexico
## 2783 conventional 2015 WestTexNewMexico
## 2784 conventional 2015 WestTexNewMexico
## 2785 conventional 2015 WestTexNewMexico
## 2786 conventional 2015 WestTexNewMexico
## 2787 conventional 2015 WestTexNewMexico
## 2788 conventional 2015 WestTexNewMexico
## 2789 conventional 2015 WestTexNewMexico
## 2790 conventional 2015 WestTexNewMexico
## 2791 conventional 2015 WestTexNewMexico
## 2792 conventional 2015 WestTexNewMexico
## 2793 conventional 2015 WestTexNewMexico
## 2794 conventional 2015 WestTexNewMexico
## 2795 conventional 2015 WestTexNewMexico
## 2796 conventional 2015 WestTexNewMexico
## 2797 conventional 2015 WestTexNewMexico
## 2798 conventional 2015 WestTexNewMexico
## 2799 conventional 2015 WestTexNewMexico
## 2800 conventional 2015 WestTexNewMexico
## 2801 conventional 2015 WestTexNewMexico
## 2802 conventional 2015 WestTexNewMexico
## 2803 conventional 2015 WestTexNewMexico
## 2804 conventional 2015 WestTexNewMexico
## 2805 conventional 2015 WestTexNewMexico
## 2806 conventional 2015 WestTexNewMexico
## 2807 conventional 2015 WestTexNewMexico
## 2808 conventional 2015 WestTexNewMexico
## 2809 conventional 2016 Albany
## 2810 conventional 2016 Albany
## 2811 conventional 2016 Albany
## 2812 conventional 2016 Albany
## 2813 conventional 2016 Albany
## 2814 conventional 2016 Albany
## 2815 conventional 2016 Albany
## 2816 conventional 2016 Albany
## 2817 conventional 2016 Albany
## 2818 conventional 2016 Albany
## 2819 conventional 2016 Albany
## 2820 conventional 2016 Albany
## 2821 conventional 2016 Albany
## 2822 conventional 2016 Albany
## 2823 conventional 2016 Albany
## 2824 conventional 2016 Albany
## 2825 conventional 2016 Albany
## 2826 conventional 2016 Albany
## 2827 conventional 2016 Albany
## 2828 conventional 2016 Albany
## 2829 conventional 2016 Albany
## 2830 conventional 2016 Albany
## 2831 conventional 2016 Albany
## 2832 conventional 2016 Albany
## 2833 conventional 2016 Albany
## 2834 conventional 2016 Albany
## 2835 conventional 2016 Albany
## 2836 conventional 2016 Albany
## 2837 conventional 2016 Albany
## 2838 conventional 2016 Albany
## 2839 conventional 2016 Albany
## 2840 conventional 2016 Albany
## 2841 conventional 2016 Albany
## 2842 conventional 2016 Albany
## 2843 conventional 2016 Albany
## 2844 conventional 2016 Albany
## 2845 conventional 2016 Albany
## 2846 conventional 2016 Albany
## 2847 conventional 2016 Albany
## 2848 conventional 2016 Albany
## 2849 conventional 2016 Albany
## 2850 conventional 2016 Albany
## 2851 conventional 2016 Albany
## 2852 conventional 2016 Albany
## 2853 conventional 2016 Albany
## 2854 conventional 2016 Albany
## 2855 conventional 2016 Albany
## 2856 conventional 2016 Albany
## 2857 conventional 2016 Albany
## 2858 conventional 2016 Albany
## 2859 conventional 2016 Albany
## 2860 conventional 2016 Albany
## 2861 conventional 2016 Atlanta
## 2862 conventional 2016 Atlanta
## 2863 conventional 2016 Atlanta
## 2864 conventional 2016 Atlanta
## 2865 conventional 2016 Atlanta
## 2866 conventional 2016 Atlanta
## 2867 conventional 2016 Atlanta
## 2868 conventional 2016 Atlanta
## 2869 conventional 2016 Atlanta
## 2870 conventional 2016 Atlanta
## 2871 conventional 2016 Atlanta
## 2872 conventional 2016 Atlanta
## 2873 conventional 2016 Atlanta
## 2874 conventional 2016 Atlanta
## 2875 conventional 2016 Atlanta
## 2876 conventional 2016 Atlanta
## 2877 conventional 2016 Atlanta
## 2878 conventional 2016 Atlanta
## 2879 conventional 2016 Atlanta
## 2880 conventional 2016 Atlanta
## 2881 conventional 2016 Atlanta
## 2882 conventional 2016 Atlanta
## 2883 conventional 2016 Atlanta
## 2884 conventional 2016 Atlanta
## 2885 conventional 2016 Atlanta
## 2886 conventional 2016 Atlanta
## 2887 conventional 2016 Atlanta
## 2888 conventional 2016 Atlanta
## 2889 conventional 2016 Atlanta
## 2890 conventional 2016 Atlanta
## 2891 conventional 2016 Atlanta
## 2892 conventional 2016 Atlanta
## 2893 conventional 2016 Atlanta
## 2894 conventional 2016 Atlanta
## 2895 conventional 2016 Atlanta
## 2896 conventional 2016 Atlanta
## 2897 conventional 2016 Atlanta
## 2898 conventional 2016 Atlanta
## 2899 conventional 2016 Atlanta
## 2900 conventional 2016 Atlanta
## 2901 conventional 2016 Atlanta
## 2902 conventional 2016 Atlanta
## 2903 conventional 2016 Atlanta
## 2904 conventional 2016 Atlanta
## 2905 conventional 2016 Atlanta
## 2906 conventional 2016 Atlanta
## 2907 conventional 2016 Atlanta
## 2908 conventional 2016 Atlanta
## 2909 conventional 2016 Atlanta
## 2910 conventional 2016 Atlanta
## 2911 conventional 2016 Atlanta
## 2912 conventional 2016 Atlanta
## 2913 conventional 2016 BaltimoreWashington
## 2914 conventional 2016 BaltimoreWashington
## 2915 conventional 2016 BaltimoreWashington
## 2916 conventional 2016 BaltimoreWashington
## 2917 conventional 2016 BaltimoreWashington
## 2918 conventional 2016 BaltimoreWashington
## 2919 conventional 2016 BaltimoreWashington
## 2920 conventional 2016 BaltimoreWashington
## 2921 conventional 2016 BaltimoreWashington
## 2922 conventional 2016 BaltimoreWashington
## 2923 conventional 2016 BaltimoreWashington
## 2924 conventional 2016 BaltimoreWashington
## 2925 conventional 2016 BaltimoreWashington
## 2926 conventional 2016 BaltimoreWashington
## 2927 conventional 2016 BaltimoreWashington
## 2928 conventional 2016 BaltimoreWashington
## 2929 conventional 2016 BaltimoreWashington
## 2930 conventional 2016 BaltimoreWashington
## 2931 conventional 2016 BaltimoreWashington
## 2932 conventional 2016 BaltimoreWashington
## 2933 conventional 2016 BaltimoreWashington
## 2934 conventional 2016 BaltimoreWashington
## 2935 conventional 2016 BaltimoreWashington
## 2936 conventional 2016 BaltimoreWashington
## 2937 conventional 2016 BaltimoreWashington
## 2938 conventional 2016 BaltimoreWashington
## 2939 conventional 2016 BaltimoreWashington
## 2940 conventional 2016 BaltimoreWashington
## 2941 conventional 2016 BaltimoreWashington
## 2942 conventional 2016 BaltimoreWashington
## 2943 conventional 2016 BaltimoreWashington
## 2944 conventional 2016 BaltimoreWashington
## 2945 conventional 2016 BaltimoreWashington
## 2946 conventional 2016 BaltimoreWashington
## 2947 conventional 2016 BaltimoreWashington
## 2948 conventional 2016 BaltimoreWashington
## 2949 conventional 2016 BaltimoreWashington
## 2950 conventional 2016 BaltimoreWashington
## 2951 conventional 2016 BaltimoreWashington
## 2952 conventional 2016 BaltimoreWashington
## 2953 conventional 2016 BaltimoreWashington
## 2954 conventional 2016 BaltimoreWashington
## 2955 conventional 2016 BaltimoreWashington
## 2956 conventional 2016 BaltimoreWashington
## 2957 conventional 2016 BaltimoreWashington
## 2958 conventional 2016 BaltimoreWashington
## 2959 conventional 2016 BaltimoreWashington
## 2960 conventional 2016 BaltimoreWashington
## 2961 conventional 2016 BaltimoreWashington
## 2962 conventional 2016 BaltimoreWashington
## 2963 conventional 2016 BaltimoreWashington
## 2964 conventional 2016 BaltimoreWashington
## 2965 conventional 2016 Boise
## 2966 conventional 2016 Boise
## 2967 conventional 2016 Boise
## 2968 conventional 2016 Boise
## 2969 conventional 2016 Boise
## 2970 conventional 2016 Boise
## 2971 conventional 2016 Boise
## 2972 conventional 2016 Boise
## 2973 conventional 2016 Boise
## 2974 conventional 2016 Boise
## 2975 conventional 2016 Boise
## 2976 conventional 2016 Boise
## 2977 conventional 2016 Boise
## 2978 conventional 2016 Boise
## 2979 conventional 2016 Boise
## 2980 conventional 2016 Boise
## 2981 conventional 2016 Boise
## 2982 conventional 2016 Boise
## 2983 conventional 2016 Boise
## 2984 conventional 2016 Boise
## 2985 conventional 2016 Boise
## 2986 conventional 2016 Boise
## 2987 conventional 2016 Boise
## 2988 conventional 2016 Boise
## 2989 conventional 2016 Boise
## 2990 conventional 2016 Boise
## 2991 conventional 2016 Boise
## 2992 conventional 2016 Boise
## 2993 conventional 2016 Boise
## 2994 conventional 2016 Boise
## 2995 conventional 2016 Boise
## 2996 conventional 2016 Boise
## 2997 conventional 2016 Boise
## 2998 conventional 2016 Boise
## 2999 conventional 2016 Boise
## 3000 conventional 2016 Boise
## 3001 conventional 2016 Boise
## 3002 conventional 2016 Boise
## 3003 conventional 2016 Boise
## 3004 conventional 2016 Boise
## 3005 conventional 2016 Boise
## 3006 conventional 2016 Boise
## 3007 conventional 2016 Boise
## 3008 conventional 2016 Boise
## 3009 conventional 2016 Boise
## 3010 conventional 2016 Boise
## 3011 conventional 2016 Boise
## 3012 conventional 2016 Boise
## 3013 conventional 2016 Boise
## 3014 conventional 2016 Boise
## 3015 conventional 2016 Boise
## 3016 conventional 2016 Boise
## 3017 conventional 2016 Boston
## 3018 conventional 2016 Boston
## 3019 conventional 2016 Boston
## 3020 conventional 2016 Boston
## 3021 conventional 2016 Boston
## 3022 conventional 2016 Boston
## 3023 conventional 2016 Boston
## 3024 conventional 2016 Boston
## 3025 conventional 2016 Boston
## 3026 conventional 2016 Boston
## 3027 conventional 2016 Boston
## 3028 conventional 2016 Boston
## 3029 conventional 2016 Boston
## 3030 conventional 2016 Boston
## 3031 conventional 2016 Boston
## 3032 conventional 2016 Boston
## 3033 conventional 2016 Boston
## 3034 conventional 2016 Boston
## 3035 conventional 2016 Boston
## 3036 conventional 2016 Boston
## 3037 conventional 2016 Boston
## 3038 conventional 2016 Boston
## 3039 conventional 2016 Boston
## 3040 conventional 2016 Boston
## 3041 conventional 2016 Boston
## 3042 conventional 2016 Boston
## 3043 conventional 2016 Boston
## 3044 conventional 2016 Boston
## 3045 conventional 2016 Boston
## 3046 conventional 2016 Boston
## 3047 conventional 2016 Boston
## 3048 conventional 2016 Boston
## 3049 conventional 2016 Boston
## 3050 conventional 2016 Boston
## 3051 conventional 2016 Boston
## 3052 conventional 2016 Boston
## 3053 conventional 2016 Boston
## 3054 conventional 2016 Boston
## 3055 conventional 2016 Boston
## 3056 conventional 2016 Boston
## 3057 conventional 2016 Boston
## 3058 conventional 2016 Boston
## 3059 conventional 2016 Boston
## 3060 conventional 2016 Boston
## 3061 conventional 2016 Boston
## 3062 conventional 2016 Boston
## 3063 conventional 2016 Boston
## 3064 conventional 2016 Boston
## 3065 conventional 2016 Boston
## 3066 conventional 2016 Boston
## 3067 conventional 2016 Boston
## 3068 conventional 2016 Boston
## 3069 conventional 2016 BuffaloRochester
## 3070 conventional 2016 BuffaloRochester
## 3071 conventional 2016 BuffaloRochester
## 3072 conventional 2016 BuffaloRochester
## 3073 conventional 2016 BuffaloRochester
## 3074 conventional 2016 BuffaloRochester
## 3075 conventional 2016 BuffaloRochester
## 3076 conventional 2016 BuffaloRochester
## 3077 conventional 2016 BuffaloRochester
## 3078 conventional 2016 BuffaloRochester
## 3079 conventional 2016 BuffaloRochester
## 3080 conventional 2016 BuffaloRochester
## 3081 conventional 2016 BuffaloRochester
## 3082 conventional 2016 BuffaloRochester
## 3083 conventional 2016 BuffaloRochester
## 3084 conventional 2016 BuffaloRochester
## 3085 conventional 2016 BuffaloRochester
## 3086 conventional 2016 BuffaloRochester
## 3087 conventional 2016 BuffaloRochester
## 3088 conventional 2016 BuffaloRochester
## 3089 conventional 2016 BuffaloRochester
## 3090 conventional 2016 BuffaloRochester
## 3091 conventional 2016 BuffaloRochester
## 3092 conventional 2016 BuffaloRochester
## 3093 conventional 2016 BuffaloRochester
## 3094 conventional 2016 BuffaloRochester
## 3095 conventional 2016 BuffaloRochester
## 3096 conventional 2016 BuffaloRochester
## 3097 conventional 2016 BuffaloRochester
## 3098 conventional 2016 BuffaloRochester
## 3099 conventional 2016 BuffaloRochester
## 3100 conventional 2016 BuffaloRochester
## 3101 conventional 2016 BuffaloRochester
## 3102 conventional 2016 BuffaloRochester
## 3103 conventional 2016 BuffaloRochester
## 3104 conventional 2016 BuffaloRochester
## 3105 conventional 2016 BuffaloRochester
## 3106 conventional 2016 BuffaloRochester
## 3107 conventional 2016 BuffaloRochester
## 3108 conventional 2016 BuffaloRochester
## 3109 conventional 2016 BuffaloRochester
## 3110 conventional 2016 BuffaloRochester
## 3111 conventional 2016 BuffaloRochester
## 3112 conventional 2016 BuffaloRochester
## 3113 conventional 2016 BuffaloRochester
## 3114 conventional 2016 BuffaloRochester
## 3115 conventional 2016 BuffaloRochester
## 3116 conventional 2016 BuffaloRochester
## 3117 conventional 2016 BuffaloRochester
## 3118 conventional 2016 BuffaloRochester
## 3119 conventional 2016 BuffaloRochester
## 3120 conventional 2016 BuffaloRochester
## 3121 conventional 2016 California
## 3122 conventional 2016 California
## 3123 conventional 2016 California
## 3124 conventional 2016 California
## 3125 conventional 2016 California
## 3126 conventional 2016 California
## 3127 conventional 2016 California
## 3128 conventional 2016 California
## 3129 conventional 2016 California
## 3130 conventional 2016 California
## 3131 conventional 2016 California
## 3132 conventional 2016 California
## 3133 conventional 2016 California
## 3134 conventional 2016 California
## 3135 conventional 2016 California
## 3136 conventional 2016 California
## 3137 conventional 2016 California
## 3138 conventional 2016 California
## 3139 conventional 2016 California
## 3140 conventional 2016 California
## 3141 conventional 2016 California
## 3142 conventional 2016 California
## 3143 conventional 2016 California
## 3144 conventional 2016 California
## 3145 conventional 2016 California
## 3146 conventional 2016 California
## 3147 conventional 2016 California
## 3148 conventional 2016 California
## 3149 conventional 2016 California
## 3150 conventional 2016 California
## 3151 conventional 2016 California
## 3152 conventional 2016 California
## 3153 conventional 2016 California
## 3154 conventional 2016 California
## 3155 conventional 2016 California
## 3156 conventional 2016 California
## 3157 conventional 2016 California
## 3158 conventional 2016 California
## 3159 conventional 2016 California
## 3160 conventional 2016 California
## 3161 conventional 2016 California
## 3162 conventional 2016 California
## 3163 conventional 2016 California
## 3164 conventional 2016 California
## 3165 conventional 2016 California
## 3166 conventional 2016 California
## 3167 conventional 2016 California
## 3168 conventional 2016 California
## 3169 conventional 2016 California
## 3170 conventional 2016 California
## 3171 conventional 2016 California
## 3172 conventional 2016 California
## 3173 conventional 2016 Charlotte
## 3174 conventional 2016 Charlotte
## 3175 conventional 2016 Charlotte
## 3176 conventional 2016 Charlotte
## 3177 conventional 2016 Charlotte
## 3178 conventional 2016 Charlotte
## 3179 conventional 2016 Charlotte
## 3180 conventional 2016 Charlotte
## 3181 conventional 2016 Charlotte
## 3182 conventional 2016 Charlotte
## 3183 conventional 2016 Charlotte
## 3184 conventional 2016 Charlotte
## 3185 conventional 2016 Charlotte
## 3186 conventional 2016 Charlotte
## 3187 conventional 2016 Charlotte
## 3188 conventional 2016 Charlotte
## 3189 conventional 2016 Charlotte
## 3190 conventional 2016 Charlotte
## 3191 conventional 2016 Charlotte
## 3192 conventional 2016 Charlotte
## 3193 conventional 2016 Charlotte
## 3194 conventional 2016 Charlotte
## 3195 conventional 2016 Charlotte
## 3196 conventional 2016 Charlotte
## 3197 conventional 2016 Charlotte
## 3198 conventional 2016 Charlotte
## 3199 conventional 2016 Charlotte
## 3200 conventional 2016 Charlotte
## 3201 conventional 2016 Charlotte
## 3202 conventional 2016 Charlotte
## 3203 conventional 2016 Charlotte
## 3204 conventional 2016 Charlotte
## 3205 conventional 2016 Charlotte
## 3206 conventional 2016 Charlotte
## 3207 conventional 2016 Charlotte
## 3208 conventional 2016 Charlotte
## 3209 conventional 2016 Charlotte
## 3210 conventional 2016 Charlotte
## 3211 conventional 2016 Charlotte
## 3212 conventional 2016 Charlotte
## 3213 conventional 2016 Charlotte
## 3214 conventional 2016 Charlotte
## 3215 conventional 2016 Charlotte
## 3216 conventional 2016 Charlotte
## 3217 conventional 2016 Charlotte
## 3218 conventional 2016 Charlotte
## 3219 conventional 2016 Charlotte
## 3220 conventional 2016 Charlotte
## 3221 conventional 2016 Charlotte
## 3222 conventional 2016 Charlotte
## 3223 conventional 2016 Charlotte
## 3224 conventional 2016 Charlotte
## 3225 conventional 2016 Chicago
## 3226 conventional 2016 Chicago
## 3227 conventional 2016 Chicago
## 3228 conventional 2016 Chicago
## 3229 conventional 2016 Chicago
## 3230 conventional 2016 Chicago
## 3231 conventional 2016 Chicago
## 3232 conventional 2016 Chicago
## 3233 conventional 2016 Chicago
## 3234 conventional 2016 Chicago
## 3235 conventional 2016 Chicago
## 3236 conventional 2016 Chicago
## 3237 conventional 2016 Chicago
## 3238 conventional 2016 Chicago
## 3239 conventional 2016 Chicago
## 3240 conventional 2016 Chicago
## 3241 conventional 2016 Chicago
## 3242 conventional 2016 Chicago
## 3243 conventional 2016 Chicago
## 3244 conventional 2016 Chicago
## 3245 conventional 2016 Chicago
## 3246 conventional 2016 Chicago
## 3247 conventional 2016 Chicago
## 3248 conventional 2016 Chicago
## 3249 conventional 2016 Chicago
## 3250 conventional 2016 Chicago
## 3251 conventional 2016 Chicago
## 3252 conventional 2016 Chicago
## 3253 conventional 2016 Chicago
## 3254 conventional 2016 Chicago
## 3255 conventional 2016 Chicago
## 3256 conventional 2016 Chicago
## 3257 conventional 2016 Chicago
## 3258 conventional 2016 Chicago
## 3259 conventional 2016 Chicago
## 3260 conventional 2016 Chicago
## 3261 conventional 2016 Chicago
## 3262 conventional 2016 Chicago
## 3263 conventional 2016 Chicago
## 3264 conventional 2016 Chicago
## 3265 conventional 2016 Chicago
## 3266 conventional 2016 Chicago
## 3267 conventional 2016 Chicago
## 3268 conventional 2016 Chicago
## 3269 conventional 2016 Chicago
## 3270 conventional 2016 Chicago
## 3271 conventional 2016 Chicago
## 3272 conventional 2016 Chicago
## 3273 conventional 2016 Chicago
## 3274 conventional 2016 Chicago
## 3275 conventional 2016 Chicago
## 3276 conventional 2016 Chicago
## 3277 conventional 2016 CincinnatiDayton
## 3278 conventional 2016 CincinnatiDayton
## 3279 conventional 2016 CincinnatiDayton
## 3280 conventional 2016 CincinnatiDayton
## 3281 conventional 2016 CincinnatiDayton
## 3282 conventional 2016 CincinnatiDayton
## 3283 conventional 2016 CincinnatiDayton
## 3284 conventional 2016 CincinnatiDayton
## 3285 conventional 2016 CincinnatiDayton
## 3286 conventional 2016 CincinnatiDayton
## 3287 conventional 2016 CincinnatiDayton
## 3288 conventional 2016 CincinnatiDayton
## 3289 conventional 2016 CincinnatiDayton
## 3290 conventional 2016 CincinnatiDayton
## 3291 conventional 2016 CincinnatiDayton
## 3292 conventional 2016 CincinnatiDayton
## 3293 conventional 2016 CincinnatiDayton
## 3294 conventional 2016 CincinnatiDayton
## 3295 conventional 2016 CincinnatiDayton
## 3296 conventional 2016 CincinnatiDayton
## 3297 conventional 2016 CincinnatiDayton
## 3298 conventional 2016 CincinnatiDayton
## 3299 conventional 2016 CincinnatiDayton
## 3300 conventional 2016 CincinnatiDayton
## 3301 conventional 2016 CincinnatiDayton
## 3302 conventional 2016 CincinnatiDayton
## 3303 conventional 2016 CincinnatiDayton
## 3304 conventional 2016 CincinnatiDayton
## 3305 conventional 2016 CincinnatiDayton
## 3306 conventional 2016 CincinnatiDayton
## 3307 conventional 2016 CincinnatiDayton
## 3308 conventional 2016 CincinnatiDayton
## 3309 conventional 2016 CincinnatiDayton
## 3310 conventional 2016 CincinnatiDayton
## 3311 conventional 2016 CincinnatiDayton
## 3312 conventional 2016 CincinnatiDayton
## 3313 conventional 2016 CincinnatiDayton
## 3314 conventional 2016 CincinnatiDayton
## 3315 conventional 2016 CincinnatiDayton
## 3316 conventional 2016 CincinnatiDayton
## 3317 conventional 2016 CincinnatiDayton
## 3318 conventional 2016 CincinnatiDayton
## 3319 conventional 2016 CincinnatiDayton
## 3320 conventional 2016 CincinnatiDayton
## 3321 conventional 2016 CincinnatiDayton
## 3322 conventional 2016 CincinnatiDayton
## 3323 conventional 2016 CincinnatiDayton
## 3324 conventional 2016 CincinnatiDayton
## 3325 conventional 2016 CincinnatiDayton
## 3326 conventional 2016 CincinnatiDayton
## 3327 conventional 2016 CincinnatiDayton
## 3328 conventional 2016 CincinnatiDayton
## 3329 conventional 2016 Columbus
## 3330 conventional 2016 Columbus
## 3331 conventional 2016 Columbus
## 3332 conventional 2016 Columbus
## 3333 conventional 2016 Columbus
## 3334 conventional 2016 Columbus
## 3335 conventional 2016 Columbus
## 3336 conventional 2016 Columbus
## 3337 conventional 2016 Columbus
## 3338 conventional 2016 Columbus
## 3339 conventional 2016 Columbus
## 3340 conventional 2016 Columbus
## 3341 conventional 2016 Columbus
## 3342 conventional 2016 Columbus
## 3343 conventional 2016 Columbus
## 3344 conventional 2016 Columbus
## 3345 conventional 2016 Columbus
## 3346 conventional 2016 Columbus
## 3347 conventional 2016 Columbus
## 3348 conventional 2016 Columbus
## 3349 conventional 2016 Columbus
## 3350 conventional 2016 Columbus
## 3351 conventional 2016 Columbus
## 3352 conventional 2016 Columbus
## 3353 conventional 2016 Columbus
## 3354 conventional 2016 Columbus
## 3355 conventional 2016 Columbus
## 3356 conventional 2016 Columbus
## 3357 conventional 2016 Columbus
## 3358 conventional 2016 Columbus
## 3359 conventional 2016 Columbus
## 3360 conventional 2016 Columbus
## 3361 conventional 2016 Columbus
## 3362 conventional 2016 Columbus
## 3363 conventional 2016 Columbus
## 3364 conventional 2016 Columbus
## 3365 conventional 2016 Columbus
## 3366 conventional 2016 Columbus
## 3367 conventional 2016 Columbus
## 3368 conventional 2016 Columbus
## 3369 conventional 2016 Columbus
## 3370 conventional 2016 Columbus
## 3371 conventional 2016 Columbus
## 3372 conventional 2016 Columbus
## 3373 conventional 2016 Columbus
## 3374 conventional 2016 Columbus
## 3375 conventional 2016 Columbus
## 3376 conventional 2016 Columbus
## 3377 conventional 2016 Columbus
## 3378 conventional 2016 Columbus
## 3379 conventional 2016 Columbus
## 3380 conventional 2016 Columbus
## 3381 conventional 2016 DallasFtWorth
## 3382 conventional 2016 DallasFtWorth
## 3383 conventional 2016 DallasFtWorth
## 3384 conventional 2016 DallasFtWorth
## 3385 conventional 2016 DallasFtWorth
## 3386 conventional 2016 DallasFtWorth
## 3387 conventional 2016 DallasFtWorth
## 3388 conventional 2016 DallasFtWorth
## 3389 conventional 2016 DallasFtWorth
## 3390 conventional 2016 DallasFtWorth
## 3391 conventional 2016 DallasFtWorth
## 3392 conventional 2016 DallasFtWorth
## 3393 conventional 2016 DallasFtWorth
## 3394 conventional 2016 DallasFtWorth
## 3395 conventional 2016 DallasFtWorth
## 3396 conventional 2016 DallasFtWorth
## 3397 conventional 2016 DallasFtWorth
## 3398 conventional 2016 DallasFtWorth
## 3399 conventional 2016 DallasFtWorth
## 3400 conventional 2016 DallasFtWorth
## 3401 conventional 2016 DallasFtWorth
## 3402 conventional 2016 DallasFtWorth
## 3403 conventional 2016 DallasFtWorth
## 3404 conventional 2016 DallasFtWorth
## 3405 conventional 2016 DallasFtWorth
## 3406 conventional 2016 DallasFtWorth
## 3407 conventional 2016 DallasFtWorth
## 3408 conventional 2016 DallasFtWorth
## 3409 conventional 2016 DallasFtWorth
## 3410 conventional 2016 DallasFtWorth
## 3411 conventional 2016 DallasFtWorth
## 3412 conventional 2016 DallasFtWorth
## 3413 conventional 2016 DallasFtWorth
## 3414 conventional 2016 DallasFtWorth
## 3415 conventional 2016 DallasFtWorth
## 3416 conventional 2016 DallasFtWorth
## 3417 conventional 2016 DallasFtWorth
## 3418 conventional 2016 DallasFtWorth
## 3419 conventional 2016 DallasFtWorth
## 3420 conventional 2016 DallasFtWorth
## 3421 conventional 2016 DallasFtWorth
## 3422 conventional 2016 DallasFtWorth
## 3423 conventional 2016 DallasFtWorth
## 3424 conventional 2016 DallasFtWorth
## 3425 conventional 2016 DallasFtWorth
## 3426 conventional 2016 DallasFtWorth
## 3427 conventional 2016 DallasFtWorth
## 3428 conventional 2016 DallasFtWorth
## 3429 conventional 2016 DallasFtWorth
## 3430 conventional 2016 DallasFtWorth
## 3431 conventional 2016 DallasFtWorth
## 3432 conventional 2016 DallasFtWorth
## 3433 conventional 2016 Denver
## 3434 conventional 2016 Denver
## 3435 conventional 2016 Denver
## 3436 conventional 2016 Denver
## 3437 conventional 2016 Denver
## 3438 conventional 2016 Denver
## 3439 conventional 2016 Denver
## 3440 conventional 2016 Denver
## 3441 conventional 2016 Denver
## 3442 conventional 2016 Denver
## 3443 conventional 2016 Denver
## 3444 conventional 2016 Denver
## 3445 conventional 2016 Denver
## 3446 conventional 2016 Denver
## 3447 conventional 2016 Denver
## 3448 conventional 2016 Denver
## 3449 conventional 2016 Denver
## 3450 conventional 2016 Denver
## 3451 conventional 2016 Denver
## 3452 conventional 2016 Denver
## 3453 conventional 2016 Denver
## 3454 conventional 2016 Denver
## 3455 conventional 2016 Denver
## 3456 conventional 2016 Denver
## 3457 conventional 2016 Denver
## 3458 conventional 2016 Denver
## 3459 conventional 2016 Denver
## 3460 conventional 2016 Denver
## 3461 conventional 2016 Denver
## 3462 conventional 2016 Denver
## 3463 conventional 2016 Denver
## 3464 conventional 2016 Denver
## 3465 conventional 2016 Denver
## 3466 conventional 2016 Denver
## 3467 conventional 2016 Denver
## 3468 conventional 2016 Denver
## 3469 conventional 2016 Denver
## 3470 conventional 2016 Denver
## 3471 conventional 2016 Denver
## 3472 conventional 2016 Denver
## 3473 conventional 2016 Denver
## 3474 conventional 2016 Denver
## 3475 conventional 2016 Denver
## 3476 conventional 2016 Denver
## 3477 conventional 2016 Denver
## 3478 conventional 2016 Denver
## 3479 conventional 2016 Denver
## 3480 conventional 2016 Denver
## 3481 conventional 2016 Denver
## 3482 conventional 2016 Denver
## 3483 conventional 2016 Denver
## 3484 conventional 2016 Denver
## 3485 conventional 2016 Detroit
## 3486 conventional 2016 Detroit
## 3487 conventional 2016 Detroit
## 3488 conventional 2016 Detroit
## 3489 conventional 2016 Detroit
## 3490 conventional 2016 Detroit
## 3491 conventional 2016 Detroit
## 3492 conventional 2016 Detroit
## 3493 conventional 2016 Detroit
## 3494 conventional 2016 Detroit
## 3495 conventional 2016 Detroit
## 3496 conventional 2016 Detroit
## 3497 conventional 2016 Detroit
## 3498 conventional 2016 Detroit
## 3499 conventional 2016 Detroit
## 3500 conventional 2016 Detroit
## 3501 conventional 2016 Detroit
## 3502 conventional 2016 Detroit
## 3503 conventional 2016 Detroit
## 3504 conventional 2016 Detroit
## 3505 conventional 2016 Detroit
## 3506 conventional 2016 Detroit
## 3507 conventional 2016 Detroit
## 3508 conventional 2016 Detroit
## 3509 conventional 2016 Detroit
## 3510 conventional 2016 Detroit
## 3511 conventional 2016 Detroit
## 3512 conventional 2016 Detroit
## 3513 conventional 2016 Detroit
## 3514 conventional 2016 Detroit
## 3515 conventional 2016 Detroit
## 3516 conventional 2016 Detroit
## 3517 conventional 2016 Detroit
## 3518 conventional 2016 Detroit
## 3519 conventional 2016 Detroit
## 3520 conventional 2016 Detroit
## 3521 conventional 2016 Detroit
## 3522 conventional 2016 Detroit
## 3523 conventional 2016 Detroit
## 3524 conventional 2016 Detroit
## 3525 conventional 2016 Detroit
## 3526 conventional 2016 Detroit
## 3527 conventional 2016 Detroit
## 3528 conventional 2016 Detroit
## 3529 conventional 2016 Detroit
## 3530 conventional 2016 Detroit
## 3531 conventional 2016 Detroit
## 3532 conventional 2016 Detroit
## 3533 conventional 2016 Detroit
## 3534 conventional 2016 Detroit
## 3535 conventional 2016 Detroit
## 3536 conventional 2016 Detroit
## 3537 conventional 2016 GrandRapids
## 3538 conventional 2016 GrandRapids
## 3539 conventional 2016 GrandRapids
## 3540 conventional 2016 GrandRapids
## 3541 conventional 2016 GrandRapids
## 3542 conventional 2016 GrandRapids
## 3543 conventional 2016 GrandRapids
## 3544 conventional 2016 GrandRapids
## 3545 conventional 2016 GrandRapids
## 3546 conventional 2016 GrandRapids
## 3547 conventional 2016 GrandRapids
## 3548 conventional 2016 GrandRapids
## 3549 conventional 2016 GrandRapids
## 3550 conventional 2016 GrandRapids
## 3551 conventional 2016 GrandRapids
## 3552 conventional 2016 GrandRapids
## 3553 conventional 2016 GrandRapids
## 3554 conventional 2016 GrandRapids
## 3555 conventional 2016 GrandRapids
## 3556 conventional 2016 GrandRapids
## 3557 conventional 2016 GrandRapids
## 3558 conventional 2016 GrandRapids
## 3559 conventional 2016 GrandRapids
## 3560 conventional 2016 GrandRapids
## 3561 conventional 2016 GrandRapids
## 3562 conventional 2016 GrandRapids
## 3563 conventional 2016 GrandRapids
## 3564 conventional 2016 GrandRapids
## 3565 conventional 2016 GrandRapids
## 3566 conventional 2016 GrandRapids
## 3567 conventional 2016 GrandRapids
## 3568 conventional 2016 GrandRapids
## 3569 conventional 2016 GrandRapids
## 3570 conventional 2016 GrandRapids
## 3571 conventional 2016 GrandRapids
## 3572 conventional 2016 GrandRapids
## 3573 conventional 2016 GrandRapids
## 3574 conventional 2016 GrandRapids
## 3575 conventional 2016 GrandRapids
## 3576 conventional 2016 GrandRapids
## 3577 conventional 2016 GrandRapids
## 3578 conventional 2016 GrandRapids
## 3579 conventional 2016 GrandRapids
## 3580 conventional 2016 GrandRapids
## 3581 conventional 2016 GrandRapids
## 3582 conventional 2016 GrandRapids
## 3583 conventional 2016 GrandRapids
## 3584 conventional 2016 GrandRapids
## 3585 conventional 2016 GrandRapids
## 3586 conventional 2016 GrandRapids
## 3587 conventional 2016 GrandRapids
## 3588 conventional 2016 GrandRapids
## 3589 conventional 2016 GreatLakes
## 3590 conventional 2016 GreatLakes
## 3591 conventional 2016 GreatLakes
## 3592 conventional 2016 GreatLakes
## 3593 conventional 2016 GreatLakes
## 3594 conventional 2016 GreatLakes
## 3595 conventional 2016 GreatLakes
## 3596 conventional 2016 GreatLakes
## 3597 conventional 2016 GreatLakes
## 3598 conventional 2016 GreatLakes
## 3599 conventional 2016 GreatLakes
## 3600 conventional 2016 GreatLakes
## 3601 conventional 2016 GreatLakes
## 3602 conventional 2016 GreatLakes
## 3603 conventional 2016 GreatLakes
## 3604 conventional 2016 GreatLakes
## 3605 conventional 2016 GreatLakes
## 3606 conventional 2016 GreatLakes
## 3607 conventional 2016 GreatLakes
## 3608 conventional 2016 GreatLakes
## 3609 conventional 2016 GreatLakes
## 3610 conventional 2016 GreatLakes
## 3611 conventional 2016 GreatLakes
## 3612 conventional 2016 GreatLakes
## 3613 conventional 2016 GreatLakes
## 3614 conventional 2016 GreatLakes
## 3615 conventional 2016 GreatLakes
## 3616 conventional 2016 GreatLakes
## 3617 conventional 2016 GreatLakes
## 3618 conventional 2016 GreatLakes
## 3619 conventional 2016 GreatLakes
## 3620 conventional 2016 GreatLakes
## 3621 conventional 2016 GreatLakes
## 3622 conventional 2016 GreatLakes
## 3623 conventional 2016 GreatLakes
## 3624 conventional 2016 GreatLakes
## 3625 conventional 2016 GreatLakes
## 3626 conventional 2016 GreatLakes
## 3627 conventional 2016 GreatLakes
## 3628 conventional 2016 GreatLakes
## 3629 conventional 2016 GreatLakes
## 3630 conventional 2016 GreatLakes
## 3631 conventional 2016 GreatLakes
## 3632 conventional 2016 GreatLakes
## 3633 conventional 2016 GreatLakes
## 3634 conventional 2016 GreatLakes
## 3635 conventional 2016 GreatLakes
## 3636 conventional 2016 GreatLakes
## 3637 conventional 2016 GreatLakes
## 3638 conventional 2016 GreatLakes
## 3639 conventional 2016 GreatLakes
## 3640 conventional 2016 GreatLakes
## 3641 conventional 2016 HarrisburgScranton
## 3642 conventional 2016 HarrisburgScranton
## 3643 conventional 2016 HarrisburgScranton
## 3644 conventional 2016 HarrisburgScranton
## 3645 conventional 2016 HarrisburgScranton
## 3646 conventional 2016 HarrisburgScranton
## 3647 conventional 2016 HarrisburgScranton
## 3648 conventional 2016 HarrisburgScranton
## 3649 conventional 2016 HarrisburgScranton
## 3650 conventional 2016 HarrisburgScranton
## 3651 conventional 2016 HarrisburgScranton
## 3652 conventional 2016 HarrisburgScranton
## 3653 conventional 2016 HarrisburgScranton
## 3654 conventional 2016 HarrisburgScranton
## 3655 conventional 2016 HarrisburgScranton
## 3656 conventional 2016 HarrisburgScranton
## 3657 conventional 2016 HarrisburgScranton
## 3658 conventional 2016 HarrisburgScranton
## 3659 conventional 2016 HarrisburgScranton
## 3660 conventional 2016 HarrisburgScranton
## 3661 conventional 2016 HarrisburgScranton
## 3662 conventional 2016 HarrisburgScranton
## 3663 conventional 2016 HarrisburgScranton
## 3664 conventional 2016 HarrisburgScranton
## 3665 conventional 2016 HarrisburgScranton
## 3666 conventional 2016 HarrisburgScranton
## 3667 conventional 2016 HarrisburgScranton
## 3668 conventional 2016 HarrisburgScranton
## 3669 conventional 2016 HarrisburgScranton
## 3670 conventional 2016 HarrisburgScranton
## 3671 conventional 2016 HarrisburgScranton
## 3672 conventional 2016 HarrisburgScranton
## 3673 conventional 2016 HarrisburgScranton
## 3674 conventional 2016 HarrisburgScranton
## 3675 conventional 2016 HarrisburgScranton
## 3676 conventional 2016 HarrisburgScranton
## 3677 conventional 2016 HarrisburgScranton
## 3678 conventional 2016 HarrisburgScranton
## 3679 conventional 2016 HarrisburgScranton
## 3680 conventional 2016 HarrisburgScranton
## 3681 conventional 2016 HarrisburgScranton
## 3682 conventional 2016 HarrisburgScranton
## 3683 conventional 2016 HarrisburgScranton
## 3684 conventional 2016 HarrisburgScranton
## 3685 conventional 2016 HarrisburgScranton
## 3686 conventional 2016 HarrisburgScranton
## 3687 conventional 2016 HarrisburgScranton
## 3688 conventional 2016 HarrisburgScranton
## 3689 conventional 2016 HarrisburgScranton
## 3690 conventional 2016 HarrisburgScranton
## 3691 conventional 2016 HarrisburgScranton
## 3692 conventional 2016 HarrisburgScranton
## 3693 conventional 2016 HartfordSpringfield
## 3694 conventional 2016 HartfordSpringfield
## 3695 conventional 2016 HartfordSpringfield
## 3696 conventional 2016 HartfordSpringfield
## 3697 conventional 2016 HartfordSpringfield
## 3698 conventional 2016 HartfordSpringfield
## 3699 conventional 2016 HartfordSpringfield
## 3700 conventional 2016 HartfordSpringfield
## 3701 conventional 2016 HartfordSpringfield
## 3702 conventional 2016 HartfordSpringfield
## 3703 conventional 2016 HartfordSpringfield
## 3704 conventional 2016 HartfordSpringfield
## 3705 conventional 2016 HartfordSpringfield
## 3706 conventional 2016 HartfordSpringfield
## 3707 conventional 2016 HartfordSpringfield
## 3708 conventional 2016 HartfordSpringfield
## 3709 conventional 2016 HartfordSpringfield
## 3710 conventional 2016 HartfordSpringfield
## 3711 conventional 2016 HartfordSpringfield
## 3712 conventional 2016 HartfordSpringfield
## 3713 conventional 2016 HartfordSpringfield
## 3714 conventional 2016 HartfordSpringfield
## 3715 conventional 2016 HartfordSpringfield
## 3716 conventional 2016 HartfordSpringfield
## 3717 conventional 2016 HartfordSpringfield
## 3718 conventional 2016 HartfordSpringfield
## 3719 conventional 2016 HartfordSpringfield
## 3720 conventional 2016 HartfordSpringfield
## 3721 conventional 2016 HartfordSpringfield
## 3722 conventional 2016 HartfordSpringfield
## 3723 conventional 2016 HartfordSpringfield
## 3724 conventional 2016 HartfordSpringfield
## 3725 conventional 2016 HartfordSpringfield
## 3726 conventional 2016 HartfordSpringfield
## 3727 conventional 2016 HartfordSpringfield
## 3728 conventional 2016 HartfordSpringfield
## 3729 conventional 2016 HartfordSpringfield
## 3730 conventional 2016 HartfordSpringfield
## 3731 conventional 2016 HartfordSpringfield
## 3732 conventional 2016 HartfordSpringfield
## 3733 conventional 2016 HartfordSpringfield
## 3734 conventional 2016 HartfordSpringfield
## 3735 conventional 2016 HartfordSpringfield
## 3736 conventional 2016 HartfordSpringfield
## 3737 conventional 2016 HartfordSpringfield
## 3738 conventional 2016 HartfordSpringfield
## 3739 conventional 2016 HartfordSpringfield
## 3740 conventional 2016 HartfordSpringfield
## 3741 conventional 2016 HartfordSpringfield
## 3742 conventional 2016 HartfordSpringfield
## 3743 conventional 2016 HartfordSpringfield
## 3744 conventional 2016 HartfordSpringfield
## 3745 conventional 2016 Houston
## 3746 conventional 2016 Houston
## 3747 conventional 2016 Houston
## 3748 conventional 2016 Houston
## 3749 conventional 2016 Houston
## 3750 conventional 2016 Houston
## 3751 conventional 2016 Houston
## 3752 conventional 2016 Houston
## 3753 conventional 2016 Houston
## 3754 conventional 2016 Houston
## 3755 conventional 2016 Houston
## 3756 conventional 2016 Houston
## 3757 conventional 2016 Houston
## 3758 conventional 2016 Houston
## 3759 conventional 2016 Houston
## 3760 conventional 2016 Houston
## 3761 conventional 2016 Houston
## 3762 conventional 2016 Houston
## 3763 conventional 2016 Houston
## 3764 conventional 2016 Houston
## 3765 conventional 2016 Houston
## 3766 conventional 2016 Houston
## 3767 conventional 2016 Houston
## 3768 conventional 2016 Houston
## 3769 conventional 2016 Houston
## 3770 conventional 2016 Houston
## 3771 conventional 2016 Houston
## 3772 conventional 2016 Houston
## 3773 conventional 2016 Houston
## 3774 conventional 2016 Houston
## 3775 conventional 2016 Houston
## 3776 conventional 2016 Houston
## 3777 conventional 2016 Houston
## 3778 conventional 2016 Houston
## 3779 conventional 2016 Houston
## 3780 conventional 2016 Houston
## 3781 conventional 2016 Houston
## 3782 conventional 2016 Houston
## 3783 conventional 2016 Houston
## 3784 conventional 2016 Houston
## 3785 conventional 2016 Houston
## 3786 conventional 2016 Houston
## 3787 conventional 2016 Houston
## 3788 conventional 2016 Houston
## 3789 conventional 2016 Houston
## 3790 conventional 2016 Houston
## 3791 conventional 2016 Houston
## 3792 conventional 2016 Houston
## 3793 conventional 2016 Houston
## 3794 conventional 2016 Houston
## 3795 conventional 2016 Houston
## 3796 conventional 2016 Houston
## 3797 conventional 2016 Indianapolis
## 3798 conventional 2016 Indianapolis
## 3799 conventional 2016 Indianapolis
## 3800 conventional 2016 Indianapolis
## 3801 conventional 2016 Indianapolis
## 3802 conventional 2016 Indianapolis
## 3803 conventional 2016 Indianapolis
## 3804 conventional 2016 Indianapolis
## 3805 conventional 2016 Indianapolis
## 3806 conventional 2016 Indianapolis
## 3807 conventional 2016 Indianapolis
## 3808 conventional 2016 Indianapolis
## 3809 conventional 2016 Indianapolis
## 3810 conventional 2016 Indianapolis
## 3811 conventional 2016 Indianapolis
## 3812 conventional 2016 Indianapolis
## 3813 conventional 2016 Indianapolis
## 3814 conventional 2016 Indianapolis
## 3815 conventional 2016 Indianapolis
## 3816 conventional 2016 Indianapolis
## 3817 conventional 2016 Indianapolis
## 3818 conventional 2016 Indianapolis
## 3819 conventional 2016 Indianapolis
## 3820 conventional 2016 Indianapolis
## 3821 conventional 2016 Indianapolis
## 3822 conventional 2016 Indianapolis
## 3823 conventional 2016 Indianapolis
## 3824 conventional 2016 Indianapolis
## 3825 conventional 2016 Indianapolis
## 3826 conventional 2016 Indianapolis
## 3827 conventional 2016 Indianapolis
## 3828 conventional 2016 Indianapolis
## 3829 conventional 2016 Indianapolis
## 3830 conventional 2016 Indianapolis
## 3831 conventional 2016 Indianapolis
## 3832 conventional 2016 Indianapolis
## 3833 conventional 2016 Indianapolis
## 3834 conventional 2016 Indianapolis
## 3835 conventional 2016 Indianapolis
## 3836 conventional 2016 Indianapolis
## 3837 conventional 2016 Indianapolis
## 3838 conventional 2016 Indianapolis
## 3839 conventional 2016 Indianapolis
## 3840 conventional 2016 Indianapolis
## 3841 conventional 2016 Indianapolis
## 3842 conventional 2016 Indianapolis
## 3843 conventional 2016 Indianapolis
## 3844 conventional 2016 Indianapolis
## 3845 conventional 2016 Indianapolis
## 3846 conventional 2016 Indianapolis
## 3847 conventional 2016 Indianapolis
## 3848 conventional 2016 Indianapolis
## 3849 conventional 2016 Jacksonville
## 3850 conventional 2016 Jacksonville
## 3851 conventional 2016 Jacksonville
## 3852 conventional 2016 Jacksonville
## 3853 conventional 2016 Jacksonville
## 3854 conventional 2016 Jacksonville
## 3855 conventional 2016 Jacksonville
## 3856 conventional 2016 Jacksonville
## 3857 conventional 2016 Jacksonville
## 3858 conventional 2016 Jacksonville
## 3859 conventional 2016 Jacksonville
## 3860 conventional 2016 Jacksonville
## 3861 conventional 2016 Jacksonville
## 3862 conventional 2016 Jacksonville
## 3863 conventional 2016 Jacksonville
## 3864 conventional 2016 Jacksonville
## 3865 conventional 2016 Jacksonville
## 3866 conventional 2016 Jacksonville
## 3867 conventional 2016 Jacksonville
## 3868 conventional 2016 Jacksonville
## 3869 conventional 2016 Jacksonville
## 3870 conventional 2016 Jacksonville
## 3871 conventional 2016 Jacksonville
## 3872 conventional 2016 Jacksonville
## 3873 conventional 2016 Jacksonville
## 3874 conventional 2016 Jacksonville
## 3875 conventional 2016 Jacksonville
## 3876 conventional 2016 Jacksonville
## 3877 conventional 2016 Jacksonville
## 3878 conventional 2016 Jacksonville
## 3879 conventional 2016 Jacksonville
## 3880 conventional 2016 Jacksonville
## 3881 conventional 2016 Jacksonville
## 3882 conventional 2016 Jacksonville
## 3883 conventional 2016 Jacksonville
## 3884 conventional 2016 Jacksonville
## 3885 conventional 2016 Jacksonville
## 3886 conventional 2016 Jacksonville
## 3887 conventional 2016 Jacksonville
## 3888 conventional 2016 Jacksonville
## 3889 conventional 2016 Jacksonville
## 3890 conventional 2016 Jacksonville
## 3891 conventional 2016 Jacksonville
## 3892 conventional 2016 Jacksonville
## 3893 conventional 2016 Jacksonville
## 3894 conventional 2016 Jacksonville
## 3895 conventional 2016 Jacksonville
## 3896 conventional 2016 Jacksonville
## 3897 conventional 2016 Jacksonville
## 3898 conventional 2016 Jacksonville
## 3899 conventional 2016 Jacksonville
## 3900 conventional 2016 Jacksonville
## 3901 conventional 2016 LasVegas
## 3902 conventional 2016 LasVegas
## 3903 conventional 2016 LasVegas
## 3904 conventional 2016 LasVegas
## 3905 conventional 2016 LasVegas
## 3906 conventional 2016 LasVegas
## 3907 conventional 2016 LasVegas
## 3908 conventional 2016 LasVegas
## 3909 conventional 2016 LasVegas
## 3910 conventional 2016 LasVegas
## 3911 conventional 2016 LasVegas
## 3912 conventional 2016 LasVegas
## 3913 conventional 2016 LasVegas
## 3914 conventional 2016 LasVegas
## 3915 conventional 2016 LasVegas
## 3916 conventional 2016 LasVegas
## 3917 conventional 2016 LasVegas
## 3918 conventional 2016 LasVegas
## 3919 conventional 2016 LasVegas
## 3920 conventional 2016 LasVegas
## 3921 conventional 2016 LasVegas
## 3922 conventional 2016 LasVegas
## 3923 conventional 2016 LasVegas
## 3924 conventional 2016 LasVegas
## 3925 conventional 2016 LasVegas
## 3926 conventional 2016 LasVegas
## 3927 conventional 2016 LasVegas
## 3928 conventional 2016 LasVegas
## 3929 conventional 2016 LasVegas
## 3930 conventional 2016 LasVegas
## 3931 conventional 2016 LasVegas
## 3932 conventional 2016 LasVegas
## 3933 conventional 2016 LasVegas
## 3934 conventional 2016 LasVegas
## 3935 conventional 2016 LasVegas
## 3936 conventional 2016 LasVegas
## 3937 conventional 2016 LasVegas
## 3938 conventional 2016 LasVegas
## 3939 conventional 2016 LasVegas
## 3940 conventional 2016 LasVegas
## 3941 conventional 2016 LasVegas
## 3942 conventional 2016 LasVegas
## 3943 conventional 2016 LasVegas
## 3944 conventional 2016 LasVegas
## 3945 conventional 2016 LasVegas
## 3946 conventional 2016 LasVegas
## 3947 conventional 2016 LasVegas
## 3948 conventional 2016 LasVegas
## 3949 conventional 2016 LasVegas
## 3950 conventional 2016 LasVegas
## 3951 conventional 2016 LasVegas
## 3952 conventional 2016 LasVegas
## 3953 conventional 2016 LosAngeles
## 3954 conventional 2016 LosAngeles
## 3955 conventional 2016 LosAngeles
## 3956 conventional 2016 LosAngeles
## 3957 conventional 2016 LosAngeles
## 3958 conventional 2016 LosAngeles
## 3959 conventional 2016 LosAngeles
## 3960 conventional 2016 LosAngeles
## 3961 conventional 2016 LosAngeles
## 3962 conventional 2016 LosAngeles
## 3963 conventional 2016 LosAngeles
## 3964 conventional 2016 LosAngeles
## 3965 conventional 2016 LosAngeles
## 3966 conventional 2016 LosAngeles
## 3967 conventional 2016 LosAngeles
## 3968 conventional 2016 LosAngeles
## 3969 conventional 2016 LosAngeles
## 3970 conventional 2016 LosAngeles
## 3971 conventional 2016 LosAngeles
## 3972 conventional 2016 LosAngeles
## 3973 conventional 2016 LosAngeles
## 3974 conventional 2016 LosAngeles
## 3975 conventional 2016 LosAngeles
## 3976 conventional 2016 LosAngeles
## 3977 conventional 2016 LosAngeles
## 3978 conventional 2016 LosAngeles
## 3979 conventional 2016 LosAngeles
## 3980 conventional 2016 LosAngeles
## 3981 conventional 2016 LosAngeles
## 3982 conventional 2016 LosAngeles
## 3983 conventional 2016 LosAngeles
## 3984 conventional 2016 LosAngeles
## 3985 conventional 2016 LosAngeles
## 3986 conventional 2016 LosAngeles
## 3987 conventional 2016 LosAngeles
## 3988 conventional 2016 LosAngeles
## 3989 conventional 2016 LosAngeles
## 3990 conventional 2016 LosAngeles
## 3991 conventional 2016 LosAngeles
## 3992 conventional 2016 LosAngeles
## 3993 conventional 2016 LosAngeles
## 3994 conventional 2016 LosAngeles
## 3995 conventional 2016 LosAngeles
## 3996 conventional 2016 LosAngeles
## 3997 conventional 2016 LosAngeles
## 3998 conventional 2016 LosAngeles
## 3999 conventional 2016 LosAngeles
## 4000 conventional 2016 LosAngeles
## 4001 conventional 2016 LosAngeles
## 4002 conventional 2016 LosAngeles
## 4003 conventional 2016 LosAngeles
## 4004 conventional 2016 LosAngeles
## 4005 conventional 2016 Louisville
## 4006 conventional 2016 Louisville
## 4007 conventional 2016 Louisville
## 4008 conventional 2016 Louisville
## 4009 conventional 2016 Louisville
## 4010 conventional 2016 Louisville
## 4011 conventional 2016 Louisville
## 4012 conventional 2016 Louisville
## 4013 conventional 2016 Louisville
## 4014 conventional 2016 Louisville
## 4015 conventional 2016 Louisville
## 4016 conventional 2016 Louisville
## 4017 conventional 2016 Louisville
## 4018 conventional 2016 Louisville
## 4019 conventional 2016 Louisville
## 4020 conventional 2016 Louisville
## 4021 conventional 2016 Louisville
## 4022 conventional 2016 Louisville
## 4023 conventional 2016 Louisville
## 4024 conventional 2016 Louisville
## 4025 conventional 2016 Louisville
## 4026 conventional 2016 Louisville
## 4027 conventional 2016 Louisville
## 4028 conventional 2016 Louisville
## 4029 conventional 2016 Louisville
## 4030 conventional 2016 Louisville
## 4031 conventional 2016 Louisville
## 4032 conventional 2016 Louisville
## 4033 conventional 2016 Louisville
## 4034 conventional 2016 Louisville
## 4035 conventional 2016 Louisville
## 4036 conventional 2016 Louisville
## 4037 conventional 2016 Louisville
## 4038 conventional 2016 Louisville
## 4039 conventional 2016 Louisville
## 4040 conventional 2016 Louisville
## 4041 conventional 2016 Louisville
## 4042 conventional 2016 Louisville
## 4043 conventional 2016 Louisville
## 4044 conventional 2016 Louisville
## 4045 conventional 2016 Louisville
## 4046 conventional 2016 Louisville
## 4047 conventional 2016 Louisville
## 4048 conventional 2016 Louisville
## 4049 conventional 2016 Louisville
## 4050 conventional 2016 Louisville
## 4051 conventional 2016 Louisville
## 4052 conventional 2016 Louisville
## 4053 conventional 2016 Louisville
## 4054 conventional 2016 Louisville
## 4055 conventional 2016 Louisville
## 4056 conventional 2016 Louisville
## 4057 conventional 2016 MiamiFtLauderdale
## 4058 conventional 2016 MiamiFtLauderdale
## 4059 conventional 2016 MiamiFtLauderdale
## 4060 conventional 2016 MiamiFtLauderdale
## 4061 conventional 2016 MiamiFtLauderdale
## 4062 conventional 2016 MiamiFtLauderdale
## 4063 conventional 2016 MiamiFtLauderdale
## 4064 conventional 2016 MiamiFtLauderdale
## 4065 conventional 2016 MiamiFtLauderdale
## 4066 conventional 2016 MiamiFtLauderdale
## 4067 conventional 2016 MiamiFtLauderdale
## 4068 conventional 2016 MiamiFtLauderdale
## 4069 conventional 2016 MiamiFtLauderdale
## 4070 conventional 2016 MiamiFtLauderdale
## 4071 conventional 2016 MiamiFtLauderdale
## 4072 conventional 2016 MiamiFtLauderdale
## 4073 conventional 2016 MiamiFtLauderdale
## 4074 conventional 2016 MiamiFtLauderdale
## 4075 conventional 2016 MiamiFtLauderdale
## 4076 conventional 2016 MiamiFtLauderdale
## 4077 conventional 2016 MiamiFtLauderdale
## 4078 conventional 2016 MiamiFtLauderdale
## 4079 conventional 2016 MiamiFtLauderdale
## 4080 conventional 2016 MiamiFtLauderdale
## 4081 conventional 2016 MiamiFtLauderdale
## 4082 conventional 2016 MiamiFtLauderdale
## 4083 conventional 2016 MiamiFtLauderdale
## 4084 conventional 2016 MiamiFtLauderdale
## 4085 conventional 2016 MiamiFtLauderdale
## 4086 conventional 2016 MiamiFtLauderdale
## 4087 conventional 2016 MiamiFtLauderdale
## 4088 conventional 2016 MiamiFtLauderdale
## 4089 conventional 2016 MiamiFtLauderdale
## 4090 conventional 2016 MiamiFtLauderdale
## 4091 conventional 2016 MiamiFtLauderdale
## 4092 conventional 2016 MiamiFtLauderdale
## 4093 conventional 2016 MiamiFtLauderdale
## 4094 conventional 2016 MiamiFtLauderdale
## 4095 conventional 2016 MiamiFtLauderdale
## 4096 conventional 2016 MiamiFtLauderdale
## 4097 conventional 2016 MiamiFtLauderdale
## 4098 conventional 2016 MiamiFtLauderdale
## 4099 conventional 2016 MiamiFtLauderdale
## 4100 conventional 2016 MiamiFtLauderdale
## 4101 conventional 2016 MiamiFtLauderdale
## 4102 conventional 2016 MiamiFtLauderdale
## 4103 conventional 2016 MiamiFtLauderdale
## 4104 conventional 2016 MiamiFtLauderdale
## 4105 conventional 2016 MiamiFtLauderdale
## 4106 conventional 2016 MiamiFtLauderdale
## 4107 conventional 2016 MiamiFtLauderdale
## 4108 conventional 2016 MiamiFtLauderdale
## 4109 conventional 2016 Midsouth
## 4110 conventional 2016 Midsouth
## 4111 conventional 2016 Midsouth
## 4112 conventional 2016 Midsouth
## 4113 conventional 2016 Midsouth
## 4114 conventional 2016 Midsouth
## 4115 conventional 2016 Midsouth
## 4116 conventional 2016 Midsouth
## 4117 conventional 2016 Midsouth
## 4118 conventional 2016 Midsouth
## 4119 conventional 2016 Midsouth
## 4120 conventional 2016 Midsouth
## 4121 conventional 2016 Midsouth
## 4122 conventional 2016 Midsouth
## 4123 conventional 2016 Midsouth
## 4124 conventional 2016 Midsouth
## 4125 conventional 2016 Midsouth
## 4126 conventional 2016 Midsouth
## 4127 conventional 2016 Midsouth
## 4128 conventional 2016 Midsouth
## 4129 conventional 2016 Midsouth
## 4130 conventional 2016 Midsouth
## 4131 conventional 2016 Midsouth
## 4132 conventional 2016 Midsouth
## 4133 conventional 2016 Midsouth
## 4134 conventional 2016 Midsouth
## 4135 conventional 2016 Midsouth
## 4136 conventional 2016 Midsouth
## 4137 conventional 2016 Midsouth
## 4138 conventional 2016 Midsouth
## 4139 conventional 2016 Midsouth
## 4140 conventional 2016 Midsouth
## 4141 conventional 2016 Midsouth
## 4142 conventional 2016 Midsouth
## 4143 conventional 2016 Midsouth
## 4144 conventional 2016 Midsouth
## 4145 conventional 2016 Midsouth
## 4146 conventional 2016 Midsouth
## 4147 conventional 2016 Midsouth
## 4148 conventional 2016 Midsouth
## 4149 conventional 2016 Midsouth
## 4150 conventional 2016 Midsouth
## 4151 conventional 2016 Midsouth
## 4152 conventional 2016 Midsouth
## 4153 conventional 2016 Midsouth
## 4154 conventional 2016 Midsouth
## 4155 conventional 2016 Midsouth
## 4156 conventional 2016 Midsouth
## 4157 conventional 2016 Midsouth
## 4158 conventional 2016 Midsouth
## 4159 conventional 2016 Midsouth
## 4160 conventional 2016 Midsouth
## 4161 conventional 2016 Nashville
## 4162 conventional 2016 Nashville
## 4163 conventional 2016 Nashville
## 4164 conventional 2016 Nashville
## 4165 conventional 2016 Nashville
## 4166 conventional 2016 Nashville
## 4167 conventional 2016 Nashville
## 4168 conventional 2016 Nashville
## 4169 conventional 2016 Nashville
## 4170 conventional 2016 Nashville
## 4171 conventional 2016 Nashville
## 4172 conventional 2016 Nashville
## 4173 conventional 2016 Nashville
## 4174 conventional 2016 Nashville
## 4175 conventional 2016 Nashville
## 4176 conventional 2016 Nashville
## 4177 conventional 2016 Nashville
## 4178 conventional 2016 Nashville
## 4179 conventional 2016 Nashville
## 4180 conventional 2016 Nashville
## 4181 conventional 2016 Nashville
## 4182 conventional 2016 Nashville
## 4183 conventional 2016 Nashville
## 4184 conventional 2016 Nashville
## 4185 conventional 2016 Nashville
## 4186 conventional 2016 Nashville
## 4187 conventional 2016 Nashville
## 4188 conventional 2016 Nashville
## 4189 conventional 2016 Nashville
## 4190 conventional 2016 Nashville
## 4191 conventional 2016 Nashville
## 4192 conventional 2016 Nashville
## 4193 conventional 2016 Nashville
## 4194 conventional 2016 Nashville
## 4195 conventional 2016 Nashville
## 4196 conventional 2016 Nashville
## 4197 conventional 2016 Nashville
## 4198 conventional 2016 Nashville
## 4199 conventional 2016 Nashville
## 4200 conventional 2016 Nashville
## 4201 conventional 2016 Nashville
## 4202 conventional 2016 Nashville
## 4203 conventional 2016 Nashville
## 4204 conventional 2016 Nashville
## 4205 conventional 2016 Nashville
## 4206 conventional 2016 Nashville
## 4207 conventional 2016 Nashville
## 4208 conventional 2016 Nashville
## 4209 conventional 2016 Nashville
## 4210 conventional 2016 Nashville
## 4211 conventional 2016 Nashville
## 4212 conventional 2016 Nashville
## 4213 conventional 2016 NewOrleansMobile
## 4214 conventional 2016 NewOrleansMobile
## 4215 conventional 2016 NewOrleansMobile
## 4216 conventional 2016 NewOrleansMobile
## 4217 conventional 2016 NewOrleansMobile
## 4218 conventional 2016 NewOrleansMobile
## 4219 conventional 2016 NewOrleansMobile
## 4220 conventional 2016 NewOrleansMobile
## 4221 conventional 2016 NewOrleansMobile
## 4222 conventional 2016 NewOrleansMobile
## 4223 conventional 2016 NewOrleansMobile
## 4224 conventional 2016 NewOrleansMobile
## 4225 conventional 2016 NewOrleansMobile
## 4226 conventional 2016 NewOrleansMobile
## 4227 conventional 2016 NewOrleansMobile
## 4228 conventional 2016 NewOrleansMobile
## 4229 conventional 2016 NewOrleansMobile
## 4230 conventional 2016 NewOrleansMobile
## 4231 conventional 2016 NewOrleansMobile
## 4232 conventional 2016 NewOrleansMobile
## 4233 conventional 2016 NewOrleansMobile
## 4234 conventional 2016 NewOrleansMobile
## 4235 conventional 2016 NewOrleansMobile
## 4236 conventional 2016 NewOrleansMobile
## 4237 conventional 2016 NewOrleansMobile
## 4238 conventional 2016 NewOrleansMobile
## 4239 conventional 2016 NewOrleansMobile
## 4240 conventional 2016 NewOrleansMobile
## 4241 conventional 2016 NewOrleansMobile
## 4242 conventional 2016 NewOrleansMobile
## 4243 conventional 2016 NewOrleansMobile
## 4244 conventional 2016 NewOrleansMobile
## 4245 conventional 2016 NewOrleansMobile
## 4246 conventional 2016 NewOrleansMobile
## 4247 conventional 2016 NewOrleansMobile
## 4248 conventional 2016 NewOrleansMobile
## 4249 conventional 2016 NewOrleansMobile
## 4250 conventional 2016 NewOrleansMobile
## 4251 conventional 2016 NewOrleansMobile
## 4252 conventional 2016 NewOrleansMobile
## 4253 conventional 2016 NewOrleansMobile
## 4254 conventional 2016 NewOrleansMobile
## 4255 conventional 2016 NewOrleansMobile
## 4256 conventional 2016 NewOrleansMobile
## 4257 conventional 2016 NewOrleansMobile
## 4258 conventional 2016 NewOrleansMobile
## 4259 conventional 2016 NewOrleansMobile
## 4260 conventional 2016 NewOrleansMobile
## 4261 conventional 2016 NewOrleansMobile
## 4262 conventional 2016 NewOrleansMobile
## 4263 conventional 2016 NewOrleansMobile
## 4264 conventional 2016 NewOrleansMobile
## 4265 conventional 2016 NewYork
## 4266 conventional 2016 NewYork
## 4267 conventional 2016 NewYork
## 4268 conventional 2016 NewYork
## 4269 conventional 2016 NewYork
## 4270 conventional 2016 NewYork
## 4271 conventional 2016 NewYork
## 4272 conventional 2016 NewYork
## 4273 conventional 2016 NewYork
## 4274 conventional 2016 NewYork
## 4275 conventional 2016 NewYork
## 4276 conventional 2016 NewYork
## 4277 conventional 2016 NewYork
## 4278 conventional 2016 NewYork
## 4279 conventional 2016 NewYork
## 4280 conventional 2016 NewYork
## 4281 conventional 2016 NewYork
## 4282 conventional 2016 NewYork
## 4283 conventional 2016 NewYork
## 4284 conventional 2016 NewYork
## 4285 conventional 2016 NewYork
## 4286 conventional 2016 NewYork
## 4287 conventional 2016 NewYork
## 4288 conventional 2016 NewYork
## 4289 conventional 2016 NewYork
## 4290 conventional 2016 NewYork
## 4291 conventional 2016 NewYork
## 4292 conventional 2016 NewYork
## 4293 conventional 2016 NewYork
## 4294 conventional 2016 NewYork
## 4295 conventional 2016 NewYork
## 4296 conventional 2016 NewYork
## 4297 conventional 2016 NewYork
## 4298 conventional 2016 NewYork
## 4299 conventional 2016 NewYork
## 4300 conventional 2016 NewYork
## 4301 conventional 2016 NewYork
## 4302 conventional 2016 NewYork
## 4303 conventional 2016 NewYork
## 4304 conventional 2016 NewYork
## 4305 conventional 2016 NewYork
## 4306 conventional 2016 NewYork
## 4307 conventional 2016 NewYork
## 4308 conventional 2016 NewYork
## 4309 conventional 2016 NewYork
## 4310 conventional 2016 NewYork
## 4311 conventional 2016 NewYork
## 4312 conventional 2016 NewYork
## 4313 conventional 2016 NewYork
## 4314 conventional 2016 NewYork
## 4315 conventional 2016 NewYork
## 4316 conventional 2016 NewYork
## 4317 conventional 2016 Northeast
## 4318 conventional 2016 Northeast
## 4319 conventional 2016 Northeast
## 4320 conventional 2016 Northeast
## 4321 conventional 2016 Northeast
## 4322 conventional 2016 Northeast
## 4323 conventional 2016 Northeast
## 4324 conventional 2016 Northeast
## 4325 conventional 2016 Northeast
## 4326 conventional 2016 Northeast
## 4327 conventional 2016 Northeast
## 4328 conventional 2016 Northeast
## 4329 conventional 2016 Northeast
## 4330 conventional 2016 Northeast
## 4331 conventional 2016 Northeast
## 4332 conventional 2016 Northeast
## 4333 conventional 2016 Northeast
## 4334 conventional 2016 Northeast
## 4335 conventional 2016 Northeast
## 4336 conventional 2016 Northeast
## 4337 conventional 2016 Northeast
## 4338 conventional 2016 Northeast
## 4339 conventional 2016 Northeast
## 4340 conventional 2016 Northeast
## 4341 conventional 2016 Northeast
## 4342 conventional 2016 Northeast
## 4343 conventional 2016 Northeast
## 4344 conventional 2016 Northeast
## 4345 conventional 2016 Northeast
## 4346 conventional 2016 Northeast
## 4347 conventional 2016 Northeast
## 4348 conventional 2016 Northeast
## 4349 conventional 2016 Northeast
## 4350 conventional 2016 Northeast
## 4351 conventional 2016 Northeast
## 4352 conventional 2016 Northeast
## 4353 conventional 2016 Northeast
## 4354 conventional 2016 Northeast
## 4355 conventional 2016 Northeast
## 4356 conventional 2016 Northeast
## 4357 conventional 2016 Northeast
## 4358 conventional 2016 Northeast
## 4359 conventional 2016 Northeast
## 4360 conventional 2016 Northeast
## 4361 conventional 2016 Northeast
## 4362 conventional 2016 Northeast
## 4363 conventional 2016 Northeast
## 4364 conventional 2016 Northeast
## 4365 conventional 2016 Northeast
## 4366 conventional 2016 Northeast
## 4367 conventional 2016 Northeast
## 4368 conventional 2016 Northeast
## 4369 conventional 2016 NorthernNewEngland
## 4370 conventional 2016 NorthernNewEngland
## 4371 conventional 2016 NorthernNewEngland
## 4372 conventional 2016 NorthernNewEngland
## 4373 conventional 2016 NorthernNewEngland
## 4374 conventional 2016 NorthernNewEngland
## 4375 conventional 2016 NorthernNewEngland
## 4376 conventional 2016 NorthernNewEngland
## 4377 conventional 2016 NorthernNewEngland
## 4378 conventional 2016 NorthernNewEngland
## 4379 conventional 2016 NorthernNewEngland
## 4380 conventional 2016 NorthernNewEngland
## 4381 conventional 2016 NorthernNewEngland
## 4382 conventional 2016 NorthernNewEngland
## 4383 conventional 2016 NorthernNewEngland
## 4384 conventional 2016 NorthernNewEngland
## 4385 conventional 2016 NorthernNewEngland
## 4386 conventional 2016 NorthernNewEngland
## 4387 conventional 2016 NorthernNewEngland
## 4388 conventional 2016 NorthernNewEngland
## 4389 conventional 2016 NorthernNewEngland
## 4390 conventional 2016 NorthernNewEngland
## 4391 conventional 2016 NorthernNewEngland
## 4392 conventional 2016 NorthernNewEngland
## 4393 conventional 2016 NorthernNewEngland
## 4394 conventional 2016 NorthernNewEngland
## 4395 conventional 2016 NorthernNewEngland
## 4396 conventional 2016 NorthernNewEngland
## 4397 conventional 2016 NorthernNewEngland
## 4398 conventional 2016 NorthernNewEngland
## 4399 conventional 2016 NorthernNewEngland
## 4400 conventional 2016 NorthernNewEngland
## 4401 conventional 2016 NorthernNewEngland
## 4402 conventional 2016 NorthernNewEngland
## 4403 conventional 2016 NorthernNewEngland
## 4404 conventional 2016 NorthernNewEngland
## 4405 conventional 2016 NorthernNewEngland
## 4406 conventional 2016 NorthernNewEngland
## 4407 conventional 2016 NorthernNewEngland
## 4408 conventional 2016 NorthernNewEngland
## 4409 conventional 2016 NorthernNewEngland
## 4410 conventional 2016 NorthernNewEngland
## 4411 conventional 2016 NorthernNewEngland
## 4412 conventional 2016 NorthernNewEngland
## 4413 conventional 2016 NorthernNewEngland
## 4414 conventional 2016 NorthernNewEngland
## 4415 conventional 2016 NorthernNewEngland
## 4416 conventional 2016 NorthernNewEngland
## 4417 conventional 2016 NorthernNewEngland
## 4418 conventional 2016 NorthernNewEngland
## 4419 conventional 2016 NorthernNewEngland
## 4420 conventional 2016 NorthernNewEngland
## 4421 conventional 2016 Orlando
## 4422 conventional 2016 Orlando
## 4423 conventional 2016 Orlando
## 4424 conventional 2016 Orlando
## 4425 conventional 2016 Orlando
## 4426 conventional 2016 Orlando
## 4427 conventional 2016 Orlando
## 4428 conventional 2016 Orlando
## 4429 conventional 2016 Orlando
## 4430 conventional 2016 Orlando
## 4431 conventional 2016 Orlando
## 4432 conventional 2016 Orlando
## 4433 conventional 2016 Orlando
## 4434 conventional 2016 Orlando
## 4435 conventional 2016 Orlando
## 4436 conventional 2016 Orlando
## 4437 conventional 2016 Orlando
## 4438 conventional 2016 Orlando
## 4439 conventional 2016 Orlando
## 4440 conventional 2016 Orlando
## 4441 conventional 2016 Orlando
## 4442 conventional 2016 Orlando
## 4443 conventional 2016 Orlando
## 4444 conventional 2016 Orlando
## 4445 conventional 2016 Orlando
## 4446 conventional 2016 Orlando
## 4447 conventional 2016 Orlando
## 4448 conventional 2016 Orlando
## 4449 conventional 2016 Orlando
## 4450 conventional 2016 Orlando
## 4451 conventional 2016 Orlando
## 4452 conventional 2016 Orlando
## 4453 conventional 2016 Orlando
## 4454 conventional 2016 Orlando
## 4455 conventional 2016 Orlando
## 4456 conventional 2016 Orlando
## 4457 conventional 2016 Orlando
## 4458 conventional 2016 Orlando
## 4459 conventional 2016 Orlando
## 4460 conventional 2016 Orlando
## 4461 conventional 2016 Orlando
## 4462 conventional 2016 Orlando
## 4463 conventional 2016 Orlando
## 4464 conventional 2016 Orlando
## 4465 conventional 2016 Orlando
## 4466 conventional 2016 Orlando
## 4467 conventional 2016 Orlando
## 4468 conventional 2016 Orlando
## 4469 conventional 2016 Orlando
## 4470 conventional 2016 Orlando
## 4471 conventional 2016 Orlando
## 4472 conventional 2016 Orlando
## 4473 conventional 2016 Philadelphia
## 4474 conventional 2016 Philadelphia
## 4475 conventional 2016 Philadelphia
## 4476 conventional 2016 Philadelphia
## 4477 conventional 2016 Philadelphia
## 4478 conventional 2016 Philadelphia
## 4479 conventional 2016 Philadelphia
## 4480 conventional 2016 Philadelphia
## 4481 conventional 2016 Philadelphia
## 4482 conventional 2016 Philadelphia
## 4483 conventional 2016 Philadelphia
## 4484 conventional 2016 Philadelphia
## 4485 conventional 2016 Philadelphia
## 4486 conventional 2016 Philadelphia
## 4487 conventional 2016 Philadelphia
## 4488 conventional 2016 Philadelphia
## 4489 conventional 2016 Philadelphia
## 4490 conventional 2016 Philadelphia
## 4491 conventional 2016 Philadelphia
## 4492 conventional 2016 Philadelphia
## 4493 conventional 2016 Philadelphia
## 4494 conventional 2016 Philadelphia
## 4495 conventional 2016 Philadelphia
## 4496 conventional 2016 Philadelphia
## 4497 conventional 2016 Philadelphia
## 4498 conventional 2016 Philadelphia
## 4499 conventional 2016 Philadelphia
## 4500 conventional 2016 Philadelphia
## 4501 conventional 2016 Philadelphia
## 4502 conventional 2016 Philadelphia
## 4503 conventional 2016 Philadelphia
## 4504 conventional 2016 Philadelphia
## 4505 conventional 2016 Philadelphia
## 4506 conventional 2016 Philadelphia
## 4507 conventional 2016 Philadelphia
## 4508 conventional 2016 Philadelphia
## 4509 conventional 2016 Philadelphia
## 4510 conventional 2016 Philadelphia
## 4511 conventional 2016 Philadelphia
## 4512 conventional 2016 Philadelphia
## 4513 conventional 2016 Philadelphia
## 4514 conventional 2016 Philadelphia
## 4515 conventional 2016 Philadelphia
## 4516 conventional 2016 Philadelphia
## 4517 conventional 2016 Philadelphia
## 4518 conventional 2016 Philadelphia
## 4519 conventional 2016 Philadelphia
## 4520 conventional 2016 Philadelphia
## 4521 conventional 2016 Philadelphia
## 4522 conventional 2016 Philadelphia
## 4523 conventional 2016 Philadelphia
## 4524 conventional 2016 Philadelphia
## 4525 conventional 2016 PhoenixTucson
## 4526 conventional 2016 PhoenixTucson
## 4527 conventional 2016 PhoenixTucson
## 4528 conventional 2016 PhoenixTucson
## 4529 conventional 2016 PhoenixTucson
## 4530 conventional 2016 PhoenixTucson
## 4531 conventional 2016 PhoenixTucson
## 4532 conventional 2016 PhoenixTucson
## 4533 conventional 2016 PhoenixTucson
## 4534 conventional 2016 PhoenixTucson
## 4535 conventional 2016 PhoenixTucson
## 4536 conventional 2016 PhoenixTucson
## 4537 conventional 2016 PhoenixTucson
## 4538 conventional 2016 PhoenixTucson
## 4539 conventional 2016 PhoenixTucson
## 4540 conventional 2016 PhoenixTucson
## 4541 conventional 2016 PhoenixTucson
## 4542 conventional 2016 PhoenixTucson
## 4543 conventional 2016 PhoenixTucson
## 4544 conventional 2016 PhoenixTucson
## 4545 conventional 2016 PhoenixTucson
## 4546 conventional 2016 PhoenixTucson
## 4547 conventional 2016 PhoenixTucson
## 4548 conventional 2016 PhoenixTucson
## 4549 conventional 2016 PhoenixTucson
## 4550 conventional 2016 PhoenixTucson
## 4551 conventional 2016 PhoenixTucson
## 4552 conventional 2016 PhoenixTucson
## 4553 conventional 2016 PhoenixTucson
## 4554 conventional 2016 PhoenixTucson
## 4555 conventional 2016 PhoenixTucson
## 4556 conventional 2016 PhoenixTucson
## 4557 conventional 2016 PhoenixTucson
## 4558 conventional 2016 PhoenixTucson
## 4559 conventional 2016 PhoenixTucson
## 4560 conventional 2016 PhoenixTucson
## 4561 conventional 2016 PhoenixTucson
## 4562 conventional 2016 PhoenixTucson
## 4563 conventional 2016 PhoenixTucson
## 4564 conventional 2016 PhoenixTucson
## 4565 conventional 2016 PhoenixTucson
## 4566 conventional 2016 PhoenixTucson
## 4567 conventional 2016 PhoenixTucson
## 4568 conventional 2016 PhoenixTucson
## 4569 conventional 2016 PhoenixTucson
## 4570 conventional 2016 PhoenixTucson
## 4571 conventional 2016 PhoenixTucson
## 4572 conventional 2016 PhoenixTucson
## 4573 conventional 2016 PhoenixTucson
## 4574 conventional 2016 PhoenixTucson
## 4575 conventional 2016 PhoenixTucson
## 4576 conventional 2016 PhoenixTucson
## 4577 conventional 2016 Pittsburgh
## 4578 conventional 2016 Pittsburgh
## 4579 conventional 2016 Pittsburgh
## 4580 conventional 2016 Pittsburgh
## 4581 conventional 2016 Pittsburgh
## 4582 conventional 2016 Pittsburgh
## 4583 conventional 2016 Pittsburgh
## 4584 conventional 2016 Pittsburgh
## 4585 conventional 2016 Pittsburgh
## 4586 conventional 2016 Pittsburgh
## 4587 conventional 2016 Pittsburgh
## 4588 conventional 2016 Pittsburgh
## 4589 conventional 2016 Pittsburgh
## 4590 conventional 2016 Pittsburgh
## 4591 conventional 2016 Pittsburgh
## 4592 conventional 2016 Pittsburgh
## 4593 conventional 2016 Pittsburgh
## 4594 conventional 2016 Pittsburgh
## 4595 conventional 2016 Pittsburgh
## 4596 conventional 2016 Pittsburgh
## 4597 conventional 2016 Pittsburgh
## 4598 conventional 2016 Pittsburgh
## 4599 conventional 2016 Pittsburgh
## 4600 conventional 2016 Pittsburgh
## 4601 conventional 2016 Pittsburgh
## 4602 conventional 2016 Pittsburgh
## 4603 conventional 2016 Pittsburgh
## 4604 conventional 2016 Pittsburgh
## 4605 conventional 2016 Pittsburgh
## 4606 conventional 2016 Pittsburgh
## 4607 conventional 2016 Pittsburgh
## 4608 conventional 2016 Pittsburgh
## 4609 conventional 2016 Pittsburgh
## 4610 conventional 2016 Pittsburgh
## 4611 conventional 2016 Pittsburgh
## 4612 conventional 2016 Pittsburgh
## 4613 conventional 2016 Pittsburgh
## 4614 conventional 2016 Pittsburgh
## 4615 conventional 2016 Pittsburgh
## 4616 conventional 2016 Pittsburgh
## 4617 conventional 2016 Pittsburgh
## 4618 conventional 2016 Pittsburgh
## 4619 conventional 2016 Pittsburgh
## 4620 conventional 2016 Pittsburgh
## 4621 conventional 2016 Pittsburgh
## 4622 conventional 2016 Pittsburgh
## 4623 conventional 2016 Pittsburgh
## 4624 conventional 2016 Pittsburgh
## 4625 conventional 2016 Pittsburgh
## 4626 conventional 2016 Pittsburgh
## 4627 conventional 2016 Pittsburgh
## 4628 conventional 2016 Pittsburgh
## 4629 conventional 2016 Plains
## 4630 conventional 2016 Plains
## 4631 conventional 2016 Plains
## 4632 conventional 2016 Plains
## 4633 conventional 2016 Plains
## 4634 conventional 2016 Plains
## 4635 conventional 2016 Plains
## 4636 conventional 2016 Plains
## 4637 conventional 2016 Plains
## 4638 conventional 2016 Plains
## 4639 conventional 2016 Plains
## 4640 conventional 2016 Plains
## 4641 conventional 2016 Plains
## 4642 conventional 2016 Plains
## 4643 conventional 2016 Plains
## 4644 conventional 2016 Plains
## 4645 conventional 2016 Plains
## 4646 conventional 2016 Plains
## 4647 conventional 2016 Plains
## 4648 conventional 2016 Plains
## 4649 conventional 2016 Plains
## 4650 conventional 2016 Plains
## 4651 conventional 2016 Plains
## 4652 conventional 2016 Plains
## 4653 conventional 2016 Plains
## 4654 conventional 2016 Plains
## 4655 conventional 2016 Plains
## 4656 conventional 2016 Plains
## 4657 conventional 2016 Plains
## 4658 conventional 2016 Plains
## 4659 conventional 2016 Plains
## 4660 conventional 2016 Plains
## 4661 conventional 2016 Plains
## 4662 conventional 2016 Plains
## 4663 conventional 2016 Plains
## 4664 conventional 2016 Plains
## 4665 conventional 2016 Plains
## 4666 conventional 2016 Plains
## 4667 conventional 2016 Plains
## 4668 conventional 2016 Plains
## 4669 conventional 2016 Plains
## 4670 conventional 2016 Plains
## 4671 conventional 2016 Plains
## 4672 conventional 2016 Plains
## 4673 conventional 2016 Plains
## 4674 conventional 2016 Plains
## 4675 conventional 2016 Plains
## 4676 conventional 2016 Plains
## 4677 conventional 2016 Plains
## 4678 conventional 2016 Plains
## 4679 conventional 2016 Plains
## 4680 conventional 2016 Plains
## 4681 conventional 2016 Portland
## 4682 conventional 2016 Portland
## 4683 conventional 2016 Portland
## 4684 conventional 2016 Portland
## 4685 conventional 2016 Portland
## 4686 conventional 2016 Portland
## 4687 conventional 2016 Portland
## 4688 conventional 2016 Portland
## 4689 conventional 2016 Portland
## 4690 conventional 2016 Portland
## 4691 conventional 2016 Portland
## 4692 conventional 2016 Portland
## 4693 conventional 2016 Portland
## 4694 conventional 2016 Portland
## 4695 conventional 2016 Portland
## 4696 conventional 2016 Portland
## 4697 conventional 2016 Portland
## 4698 conventional 2016 Portland
## 4699 conventional 2016 Portland
## 4700 conventional 2016 Portland
## 4701 conventional 2016 Portland
## 4702 conventional 2016 Portland
## 4703 conventional 2016 Portland
## 4704 conventional 2016 Portland
## 4705 conventional 2016 Portland
## 4706 conventional 2016 Portland
## 4707 conventional 2016 Portland
## 4708 conventional 2016 Portland
## 4709 conventional 2016 Portland
## 4710 conventional 2016 Portland
## 4711 conventional 2016 Portland
## 4712 conventional 2016 Portland
## 4713 conventional 2016 Portland
## 4714 conventional 2016 Portland
## 4715 conventional 2016 Portland
## 4716 conventional 2016 Portland
## 4717 conventional 2016 Portland
## 4718 conventional 2016 Portland
## 4719 conventional 2016 Portland
## 4720 conventional 2016 Portland
## 4721 conventional 2016 Portland
## 4722 conventional 2016 Portland
## 4723 conventional 2016 Portland
## 4724 conventional 2016 Portland
## 4725 conventional 2016 Portland
## 4726 conventional 2016 Portland
## 4727 conventional 2016 Portland
## 4728 conventional 2016 Portland
## 4729 conventional 2016 Portland
## 4730 conventional 2016 Portland
## 4731 conventional 2016 Portland
## 4732 conventional 2016 Portland
## 4733 conventional 2016 RaleighGreensboro
## 4734 conventional 2016 RaleighGreensboro
## 4735 conventional 2016 RaleighGreensboro
## 4736 conventional 2016 RaleighGreensboro
## 4737 conventional 2016 RaleighGreensboro
## 4738 conventional 2016 RaleighGreensboro
## 4739 conventional 2016 RaleighGreensboro
## 4740 conventional 2016 RaleighGreensboro
## 4741 conventional 2016 RaleighGreensboro
## 4742 conventional 2016 RaleighGreensboro
## 4743 conventional 2016 RaleighGreensboro
## 4744 conventional 2016 RaleighGreensboro
## 4745 conventional 2016 RaleighGreensboro
## 4746 conventional 2016 RaleighGreensboro
## 4747 conventional 2016 RaleighGreensboro
## 4748 conventional 2016 RaleighGreensboro
## 4749 conventional 2016 RaleighGreensboro
## 4750 conventional 2016 RaleighGreensboro
## 4751 conventional 2016 RaleighGreensboro
## 4752 conventional 2016 RaleighGreensboro
## 4753 conventional 2016 RaleighGreensboro
## 4754 conventional 2016 RaleighGreensboro
## 4755 conventional 2016 RaleighGreensboro
## 4756 conventional 2016 RaleighGreensboro
## 4757 conventional 2016 RaleighGreensboro
## 4758 conventional 2016 RaleighGreensboro
## 4759 conventional 2016 RaleighGreensboro
## 4760 conventional 2016 RaleighGreensboro
## 4761 conventional 2016 RaleighGreensboro
## 4762 conventional 2016 RaleighGreensboro
## 4763 conventional 2016 RaleighGreensboro
## 4764 conventional 2016 RaleighGreensboro
## 4765 conventional 2016 RaleighGreensboro
## 4766 conventional 2016 RaleighGreensboro
## 4767 conventional 2016 RaleighGreensboro
## 4768 conventional 2016 RaleighGreensboro
## 4769 conventional 2016 RaleighGreensboro
## 4770 conventional 2016 RaleighGreensboro
## 4771 conventional 2016 RaleighGreensboro
## 4772 conventional 2016 RaleighGreensboro
## 4773 conventional 2016 RaleighGreensboro
## 4774 conventional 2016 RaleighGreensboro
## 4775 conventional 2016 RaleighGreensboro
## 4776 conventional 2016 RaleighGreensboro
## 4777 conventional 2016 RaleighGreensboro
## 4778 conventional 2016 RaleighGreensboro
## 4779 conventional 2016 RaleighGreensboro
## 4780 conventional 2016 RaleighGreensboro
## 4781 conventional 2016 RaleighGreensboro
## 4782 conventional 2016 RaleighGreensboro
## 4783 conventional 2016 RaleighGreensboro
## 4784 conventional 2016 RaleighGreensboro
## 4785 conventional 2016 RichmondNorfolk
## 4786 conventional 2016 RichmondNorfolk
## 4787 conventional 2016 RichmondNorfolk
## 4788 conventional 2016 RichmondNorfolk
## 4789 conventional 2016 RichmondNorfolk
## 4790 conventional 2016 RichmondNorfolk
## 4791 conventional 2016 RichmondNorfolk
## 4792 conventional 2016 RichmondNorfolk
## 4793 conventional 2016 RichmondNorfolk
## 4794 conventional 2016 RichmondNorfolk
## 4795 conventional 2016 RichmondNorfolk
## 4796 conventional 2016 RichmondNorfolk
## 4797 conventional 2016 RichmondNorfolk
## 4798 conventional 2016 RichmondNorfolk
## 4799 conventional 2016 RichmondNorfolk
## 4800 conventional 2016 RichmondNorfolk
## 4801 conventional 2016 RichmondNorfolk
## 4802 conventional 2016 RichmondNorfolk
## 4803 conventional 2016 RichmondNorfolk
## 4804 conventional 2016 RichmondNorfolk
## 4805 conventional 2016 RichmondNorfolk
## 4806 conventional 2016 RichmondNorfolk
## 4807 conventional 2016 RichmondNorfolk
## 4808 conventional 2016 RichmondNorfolk
## 4809 conventional 2016 RichmondNorfolk
## 4810 conventional 2016 RichmondNorfolk
## 4811 conventional 2016 RichmondNorfolk
## 4812 conventional 2016 RichmondNorfolk
## 4813 conventional 2016 RichmondNorfolk
## 4814 conventional 2016 RichmondNorfolk
## 4815 conventional 2016 RichmondNorfolk
## 4816 conventional 2016 RichmondNorfolk
## 4817 conventional 2016 RichmondNorfolk
## 4818 conventional 2016 RichmondNorfolk
## 4819 conventional 2016 RichmondNorfolk
## 4820 conventional 2016 RichmondNorfolk
## 4821 conventional 2016 RichmondNorfolk
## 4822 conventional 2016 RichmondNorfolk
## 4823 conventional 2016 RichmondNorfolk
## 4824 conventional 2016 RichmondNorfolk
## 4825 conventional 2016 RichmondNorfolk
## 4826 conventional 2016 RichmondNorfolk
## 4827 conventional 2016 RichmondNorfolk
## 4828 conventional 2016 RichmondNorfolk
## 4829 conventional 2016 RichmondNorfolk
## 4830 conventional 2016 RichmondNorfolk
## 4831 conventional 2016 RichmondNorfolk
## 4832 conventional 2016 RichmondNorfolk
## 4833 conventional 2016 RichmondNorfolk
## 4834 conventional 2016 RichmondNorfolk
## 4835 conventional 2016 RichmondNorfolk
## 4836 conventional 2016 RichmondNorfolk
## 4837 conventional 2016 Roanoke
## 4838 conventional 2016 Roanoke
## 4839 conventional 2016 Roanoke
## 4840 conventional 2016 Roanoke
## 4841 conventional 2016 Roanoke
## 4842 conventional 2016 Roanoke
## 4843 conventional 2016 Roanoke
## 4844 conventional 2016 Roanoke
## 4845 conventional 2016 Roanoke
## 4846 conventional 2016 Roanoke
## 4847 conventional 2016 Roanoke
## 4848 conventional 2016 Roanoke
## 4849 conventional 2016 Roanoke
## 4850 conventional 2016 Roanoke
## 4851 conventional 2016 Roanoke
## 4852 conventional 2016 Roanoke
## 4853 conventional 2016 Roanoke
## 4854 conventional 2016 Roanoke
## 4855 conventional 2016 Roanoke
## 4856 conventional 2016 Roanoke
## 4857 conventional 2016 Roanoke
## 4858 conventional 2016 Roanoke
## 4859 conventional 2016 Roanoke
## 4860 conventional 2016 Roanoke
## 4861 conventional 2016 Roanoke
## 4862 conventional 2016 Roanoke
## 4863 conventional 2016 Roanoke
## 4864 conventional 2016 Roanoke
## 4865 conventional 2016 Roanoke
## 4866 conventional 2016 Roanoke
## 4867 conventional 2016 Roanoke
## 4868 conventional 2016 Roanoke
## 4869 conventional 2016 Roanoke
## 4870 conventional 2016 Roanoke
## 4871 conventional 2016 Roanoke
## 4872 conventional 2016 Roanoke
## 4873 conventional 2016 Roanoke
## 4874 conventional 2016 Roanoke
## 4875 conventional 2016 Roanoke
## 4876 conventional 2016 Roanoke
## 4877 conventional 2016 Roanoke
## 4878 conventional 2016 Roanoke
## 4879 conventional 2016 Roanoke
## 4880 conventional 2016 Roanoke
## 4881 conventional 2016 Roanoke
## 4882 conventional 2016 Roanoke
## 4883 conventional 2016 Roanoke
## 4884 conventional 2016 Roanoke
## 4885 conventional 2016 Roanoke
## 4886 conventional 2016 Roanoke
## 4887 conventional 2016 Roanoke
## 4888 conventional 2016 Roanoke
## 4889 conventional 2016 Sacramento
## 4890 conventional 2016 Sacramento
## 4891 conventional 2016 Sacramento
## 4892 conventional 2016 Sacramento
## 4893 conventional 2016 Sacramento
## 4894 conventional 2016 Sacramento
## 4895 conventional 2016 Sacramento
## 4896 conventional 2016 Sacramento
## 4897 conventional 2016 Sacramento
## 4898 conventional 2016 Sacramento
## 4899 conventional 2016 Sacramento
## 4900 conventional 2016 Sacramento
## 4901 conventional 2016 Sacramento
## 4902 conventional 2016 Sacramento
## 4903 conventional 2016 Sacramento
## 4904 conventional 2016 Sacramento
## 4905 conventional 2016 Sacramento
## 4906 conventional 2016 Sacramento
## 4907 conventional 2016 Sacramento
## 4908 conventional 2016 Sacramento
## 4909 conventional 2016 Sacramento
## 4910 conventional 2016 Sacramento
## 4911 conventional 2016 Sacramento
## 4912 conventional 2016 Sacramento
## 4913 conventional 2016 Sacramento
## 4914 conventional 2016 Sacramento
## 4915 conventional 2016 Sacramento
## 4916 conventional 2016 Sacramento
## 4917 conventional 2016 Sacramento
## 4918 conventional 2016 Sacramento
## 4919 conventional 2016 Sacramento
## 4920 conventional 2016 Sacramento
## 4921 conventional 2016 Sacramento
## 4922 conventional 2016 Sacramento
## 4923 conventional 2016 Sacramento
## 4924 conventional 2016 Sacramento
## 4925 conventional 2016 Sacramento
## 4926 conventional 2016 Sacramento
## 4927 conventional 2016 Sacramento
## 4928 conventional 2016 Sacramento
## 4929 conventional 2016 Sacramento
## 4930 conventional 2016 Sacramento
## 4931 conventional 2016 Sacramento
## 4932 conventional 2016 Sacramento
## 4933 conventional 2016 Sacramento
## 4934 conventional 2016 Sacramento
## 4935 conventional 2016 Sacramento
## 4936 conventional 2016 Sacramento
## 4937 conventional 2016 Sacramento
## 4938 conventional 2016 Sacramento
## 4939 conventional 2016 Sacramento
## 4940 conventional 2016 Sacramento
## 4941 conventional 2016 SanDiego
## 4942 conventional 2016 SanDiego
## 4943 conventional 2016 SanDiego
## 4944 conventional 2016 SanDiego
## 4945 conventional 2016 SanDiego
## 4946 conventional 2016 SanDiego
## 4947 conventional 2016 SanDiego
## 4948 conventional 2016 SanDiego
## 4949 conventional 2016 SanDiego
## 4950 conventional 2016 SanDiego
## 4951 conventional 2016 SanDiego
## 4952 conventional 2016 SanDiego
## 4953 conventional 2016 SanDiego
## 4954 conventional 2016 SanDiego
## 4955 conventional 2016 SanDiego
## 4956 conventional 2016 SanDiego
## 4957 conventional 2016 SanDiego
## 4958 conventional 2016 SanDiego
## 4959 conventional 2016 SanDiego
## 4960 conventional 2016 SanDiego
## 4961 conventional 2016 SanDiego
## 4962 conventional 2016 SanDiego
## 4963 conventional 2016 SanDiego
## 4964 conventional 2016 SanDiego
## 4965 conventional 2016 SanDiego
## 4966 conventional 2016 SanDiego
## 4967 conventional 2016 SanDiego
## 4968 conventional 2016 SanDiego
## 4969 conventional 2016 SanDiego
## 4970 conventional 2016 SanDiego
## 4971 conventional 2016 SanDiego
## 4972 conventional 2016 SanDiego
## 4973 conventional 2016 SanDiego
## 4974 conventional 2016 SanDiego
## 4975 conventional 2016 SanDiego
## 4976 conventional 2016 SanDiego
## 4977 conventional 2016 SanDiego
## 4978 conventional 2016 SanDiego
## 4979 conventional 2016 SanDiego
## 4980 conventional 2016 SanDiego
## 4981 conventional 2016 SanDiego
## 4982 conventional 2016 SanDiego
## 4983 conventional 2016 SanDiego
## 4984 conventional 2016 SanDiego
## 4985 conventional 2016 SanDiego
## 4986 conventional 2016 SanDiego
## 4987 conventional 2016 SanDiego
## 4988 conventional 2016 SanDiego
## 4989 conventional 2016 SanDiego
## 4990 conventional 2016 SanDiego
## 4991 conventional 2016 SanDiego
## 4992 conventional 2016 SanDiego
## 4993 conventional 2016 SanFrancisco
## 4994 conventional 2016 SanFrancisco
## 4995 conventional 2016 SanFrancisco
## 4996 conventional 2016 SanFrancisco
## 4997 conventional 2016 SanFrancisco
## 4998 conventional 2016 SanFrancisco
## 4999 conventional 2016 SanFrancisco
## 5000 conventional 2016 SanFrancisco
## 5001 conventional 2016 SanFrancisco
## 5002 conventional 2016 SanFrancisco
## 5003 conventional 2016 SanFrancisco
## 5004 conventional 2016 SanFrancisco
## 5005 conventional 2016 SanFrancisco
## 5006 conventional 2016 SanFrancisco
## 5007 conventional 2016 SanFrancisco
## 5008 conventional 2016 SanFrancisco
## 5009 conventional 2016 SanFrancisco
## 5010 conventional 2016 SanFrancisco
## 5011 conventional 2016 SanFrancisco
## 5012 conventional 2016 SanFrancisco
## 5013 conventional 2016 SanFrancisco
## 5014 conventional 2016 SanFrancisco
## 5015 conventional 2016 SanFrancisco
## 5016 conventional 2016 SanFrancisco
## 5017 conventional 2016 SanFrancisco
## 5018 conventional 2016 SanFrancisco
## 5019 conventional 2016 SanFrancisco
## 5020 conventional 2016 SanFrancisco
## 5021 conventional 2016 SanFrancisco
## 5022 conventional 2016 SanFrancisco
## 5023 conventional 2016 SanFrancisco
## 5024 conventional 2016 SanFrancisco
## 5025 conventional 2016 SanFrancisco
## 5026 conventional 2016 SanFrancisco
## 5027 conventional 2016 SanFrancisco
## 5028 conventional 2016 SanFrancisco
## 5029 conventional 2016 SanFrancisco
## 5030 conventional 2016 SanFrancisco
## 5031 conventional 2016 SanFrancisco
## 5032 conventional 2016 SanFrancisco
## 5033 conventional 2016 SanFrancisco
## 5034 conventional 2016 SanFrancisco
## 5035 conventional 2016 SanFrancisco
## 5036 conventional 2016 SanFrancisco
## 5037 conventional 2016 SanFrancisco
## 5038 conventional 2016 SanFrancisco
## 5039 conventional 2016 SanFrancisco
## 5040 conventional 2016 SanFrancisco
## 5041 conventional 2016 SanFrancisco
## 5042 conventional 2016 SanFrancisco
## 5043 conventional 2016 SanFrancisco
## 5044 conventional 2016 SanFrancisco
## 5045 conventional 2016 Seattle
## 5046 conventional 2016 Seattle
## 5047 conventional 2016 Seattle
## 5048 conventional 2016 Seattle
## 5049 conventional 2016 Seattle
## 5050 conventional 2016 Seattle
## 5051 conventional 2016 Seattle
## 5052 conventional 2016 Seattle
## 5053 conventional 2016 Seattle
## 5054 conventional 2016 Seattle
## 5055 conventional 2016 Seattle
## 5056 conventional 2016 Seattle
## 5057 conventional 2016 Seattle
## 5058 conventional 2016 Seattle
## 5059 conventional 2016 Seattle
## 5060 conventional 2016 Seattle
## 5061 conventional 2016 Seattle
## 5062 conventional 2016 Seattle
## 5063 conventional 2016 Seattle
## 5064 conventional 2016 Seattle
## 5065 conventional 2016 Seattle
## 5066 conventional 2016 Seattle
## 5067 conventional 2016 Seattle
## 5068 conventional 2016 Seattle
## 5069 conventional 2016 Seattle
## 5070 conventional 2016 Seattle
## 5071 conventional 2016 Seattle
## 5072 conventional 2016 Seattle
## 5073 conventional 2016 Seattle
## 5074 conventional 2016 Seattle
## 5075 conventional 2016 Seattle
## 5076 conventional 2016 Seattle
## 5077 conventional 2016 Seattle
## 5078 conventional 2016 Seattle
## 5079 conventional 2016 Seattle
## 5080 conventional 2016 Seattle
## 5081 conventional 2016 Seattle
## 5082 conventional 2016 Seattle
## 5083 conventional 2016 Seattle
## 5084 conventional 2016 Seattle
## 5085 conventional 2016 Seattle
## 5086 conventional 2016 Seattle
## 5087 conventional 2016 Seattle
## 5088 conventional 2016 Seattle
## 5089 conventional 2016 Seattle
## 5090 conventional 2016 Seattle
## 5091 conventional 2016 Seattle
## 5092 conventional 2016 Seattle
## 5093 conventional 2016 Seattle
## 5094 conventional 2016 Seattle
## 5095 conventional 2016 Seattle
## 5096 conventional 2016 Seattle
## 5097 conventional 2016 SouthCarolina
## 5098 conventional 2016 SouthCarolina
## 5099 conventional 2016 SouthCarolina
## 5100 conventional 2016 SouthCarolina
## 5101 conventional 2016 SouthCarolina
## 5102 conventional 2016 SouthCarolina
## 5103 conventional 2016 SouthCarolina
## 5104 conventional 2016 SouthCarolina
## 5105 conventional 2016 SouthCarolina
## 5106 conventional 2016 SouthCarolina
## 5107 conventional 2016 SouthCarolina
## 5108 conventional 2016 SouthCarolina
## 5109 conventional 2016 SouthCarolina
## 5110 conventional 2016 SouthCarolina
## 5111 conventional 2016 SouthCarolina
## 5112 conventional 2016 SouthCarolina
## 5113 conventional 2016 SouthCarolina
## 5114 conventional 2016 SouthCarolina
## 5115 conventional 2016 SouthCarolina
## 5116 conventional 2016 SouthCarolina
## 5117 conventional 2016 SouthCarolina
## 5118 conventional 2016 SouthCarolina
## 5119 conventional 2016 SouthCarolina
## 5120 conventional 2016 SouthCarolina
## 5121 conventional 2016 SouthCarolina
## 5122 conventional 2016 SouthCarolina
## 5123 conventional 2016 SouthCarolina
## 5124 conventional 2016 SouthCarolina
## 5125 conventional 2016 SouthCarolina
## 5126 conventional 2016 SouthCarolina
## 5127 conventional 2016 SouthCarolina
## 5128 conventional 2016 SouthCarolina
## 5129 conventional 2016 SouthCarolina
## 5130 conventional 2016 SouthCarolina
## 5131 conventional 2016 SouthCarolina
## 5132 conventional 2016 SouthCarolina
## 5133 conventional 2016 SouthCarolina
## 5134 conventional 2016 SouthCarolina
## 5135 conventional 2016 SouthCarolina
## 5136 conventional 2016 SouthCarolina
## 5137 conventional 2016 SouthCarolina
## 5138 conventional 2016 SouthCarolina
## 5139 conventional 2016 SouthCarolina
## 5140 conventional 2016 SouthCarolina
## 5141 conventional 2016 SouthCarolina
## 5142 conventional 2016 SouthCarolina
## 5143 conventional 2016 SouthCarolina
## 5144 conventional 2016 SouthCarolina
## 5145 conventional 2016 SouthCarolina
## 5146 conventional 2016 SouthCarolina
## 5147 conventional 2016 SouthCarolina
## 5148 conventional 2016 SouthCarolina
## 5149 conventional 2016 SouthCentral
## 5150 conventional 2016 SouthCentral
## 5151 conventional 2016 SouthCentral
## 5152 conventional 2016 SouthCentral
## 5153 conventional 2016 SouthCentral
## 5154 conventional 2016 SouthCentral
## 5155 conventional 2016 SouthCentral
## 5156 conventional 2016 SouthCentral
## 5157 conventional 2016 SouthCentral
## 5158 conventional 2016 SouthCentral
## 5159 conventional 2016 SouthCentral
## 5160 conventional 2016 SouthCentral
## 5161 conventional 2016 SouthCentral
## 5162 conventional 2016 SouthCentral
## 5163 conventional 2016 SouthCentral
## 5164 conventional 2016 SouthCentral
## 5165 conventional 2016 SouthCentral
## 5166 conventional 2016 SouthCentral
## 5167 conventional 2016 SouthCentral
## 5168 conventional 2016 SouthCentral
## 5169 conventional 2016 SouthCentral
## 5170 conventional 2016 SouthCentral
## 5171 conventional 2016 SouthCentral
## 5172 conventional 2016 SouthCentral
## 5173 conventional 2016 SouthCentral
## 5174 conventional 2016 SouthCentral
## 5175 conventional 2016 SouthCentral
## 5176 conventional 2016 SouthCentral
## 5177 conventional 2016 SouthCentral
## 5178 conventional 2016 SouthCentral
## 5179 conventional 2016 SouthCentral
## 5180 conventional 2016 SouthCentral
## 5181 conventional 2016 SouthCentral
## 5182 conventional 2016 SouthCentral
## 5183 conventional 2016 SouthCentral
## 5184 conventional 2016 SouthCentral
## 5185 conventional 2016 SouthCentral
## 5186 conventional 2016 SouthCentral
## 5187 conventional 2016 SouthCentral
## 5188 conventional 2016 SouthCentral
## 5189 conventional 2016 SouthCentral
## 5190 conventional 2016 SouthCentral
## 5191 conventional 2016 SouthCentral
## 5192 conventional 2016 SouthCentral
## 5193 conventional 2016 SouthCentral
## 5194 conventional 2016 SouthCentral
## 5195 conventional 2016 SouthCentral
## 5196 conventional 2016 SouthCentral
## 5197 conventional 2016 SouthCentral
## 5198 conventional 2016 SouthCentral
## 5199 conventional 2016 SouthCentral
## 5200 conventional 2016 SouthCentral
## 5201 conventional 2016 Southeast
## 5202 conventional 2016 Southeast
## 5203 conventional 2016 Southeast
## 5204 conventional 2016 Southeast
## 5205 conventional 2016 Southeast
## 5206 conventional 2016 Southeast
## 5207 conventional 2016 Southeast
## 5208 conventional 2016 Southeast
## 5209 conventional 2016 Southeast
## 5210 conventional 2016 Southeast
## 5211 conventional 2016 Southeast
## 5212 conventional 2016 Southeast
## 5213 conventional 2016 Southeast
## 5214 conventional 2016 Southeast
## 5215 conventional 2016 Southeast
## 5216 conventional 2016 Southeast
## 5217 conventional 2016 Southeast
## 5218 conventional 2016 Southeast
## 5219 conventional 2016 Southeast
## 5220 conventional 2016 Southeast
## 5221 conventional 2016 Southeast
## 5222 conventional 2016 Southeast
## 5223 conventional 2016 Southeast
## 5224 conventional 2016 Southeast
## 5225 conventional 2016 Southeast
## 5226 conventional 2016 Southeast
## 5227 conventional 2016 Southeast
## 5228 conventional 2016 Southeast
## 5229 conventional 2016 Southeast
## 5230 conventional 2016 Southeast
## 5231 conventional 2016 Southeast
## 5232 conventional 2016 Southeast
## 5233 conventional 2016 Southeast
## 5234 conventional 2016 Southeast
## 5235 conventional 2016 Southeast
## 5236 conventional 2016 Southeast
## 5237 conventional 2016 Southeast
## 5238 conventional 2016 Southeast
## 5239 conventional 2016 Southeast
## 5240 conventional 2016 Southeast
## 5241 conventional 2016 Southeast
## 5242 conventional 2016 Southeast
## 5243 conventional 2016 Southeast
## 5244 conventional 2016 Southeast
## 5245 conventional 2016 Southeast
## 5246 conventional 2016 Southeast
## 5247 conventional 2016 Southeast
## 5248 conventional 2016 Southeast
## 5249 conventional 2016 Southeast
## 5250 conventional 2016 Southeast
## 5251 conventional 2016 Southeast
## 5252 conventional 2016 Southeast
## 5253 conventional 2016 Spokane
## 5254 conventional 2016 Spokane
## 5255 conventional 2016 Spokane
## 5256 conventional 2016 Spokane
## 5257 conventional 2016 Spokane
## 5258 conventional 2016 Spokane
## 5259 conventional 2016 Spokane
## 5260 conventional 2016 Spokane
## 5261 conventional 2016 Spokane
## 5262 conventional 2016 Spokane
## 5263 conventional 2016 Spokane
## 5264 conventional 2016 Spokane
## 5265 conventional 2016 Spokane
## 5266 conventional 2016 Spokane
## 5267 conventional 2016 Spokane
## 5268 conventional 2016 Spokane
## 5269 conventional 2016 Spokane
## 5270 conventional 2016 Spokane
## 5271 conventional 2016 Spokane
## 5272 conventional 2016 Spokane
## 5273 conventional 2016 Spokane
## 5274 conventional 2016 Spokane
## 5275 conventional 2016 Spokane
## 5276 conventional 2016 Spokane
## 5277 conventional 2016 Spokane
## 5278 conventional 2016 Spokane
## 5279 conventional 2016 Spokane
## 5280 conventional 2016 Spokane
## 5281 conventional 2016 Spokane
## 5282 conventional 2016 Spokane
## 5283 conventional 2016 Spokane
## 5284 conventional 2016 Spokane
## 5285 conventional 2016 Spokane
## 5286 conventional 2016 Spokane
## 5287 conventional 2016 Spokane
## 5288 conventional 2016 Spokane
## 5289 conventional 2016 Spokane
## 5290 conventional 2016 Spokane
## 5291 conventional 2016 Spokane
## 5292 conventional 2016 Spokane
## 5293 conventional 2016 Spokane
## 5294 conventional 2016 Spokane
## 5295 conventional 2016 Spokane
## 5296 conventional 2016 Spokane
## 5297 conventional 2016 Spokane
## 5298 conventional 2016 Spokane
## 5299 conventional 2016 Spokane
## 5300 conventional 2016 Spokane
## 5301 conventional 2016 Spokane
## 5302 conventional 2016 Spokane
## 5303 conventional 2016 Spokane
## 5304 conventional 2016 Spokane
## 5305 conventional 2016 StLouis
## 5306 conventional 2016 StLouis
## 5307 conventional 2016 StLouis
## 5308 conventional 2016 StLouis
## 5309 conventional 2016 StLouis
## 5310 conventional 2016 StLouis
## 5311 conventional 2016 StLouis
## 5312 conventional 2016 StLouis
## 5313 conventional 2016 StLouis
## 5314 conventional 2016 StLouis
## 5315 conventional 2016 StLouis
## 5316 conventional 2016 StLouis
## 5317 conventional 2016 StLouis
## 5318 conventional 2016 StLouis
## 5319 conventional 2016 StLouis
## 5320 conventional 2016 StLouis
## 5321 conventional 2016 StLouis
## 5322 conventional 2016 StLouis
## 5323 conventional 2016 StLouis
## 5324 conventional 2016 StLouis
## 5325 conventional 2016 StLouis
## 5326 conventional 2016 StLouis
## 5327 conventional 2016 StLouis
## 5328 conventional 2016 StLouis
## 5329 conventional 2016 StLouis
## 5330 conventional 2016 StLouis
## 5331 conventional 2016 StLouis
## 5332 conventional 2016 StLouis
## 5333 conventional 2016 StLouis
## 5334 conventional 2016 StLouis
## 5335 conventional 2016 StLouis
## 5336 conventional 2016 StLouis
## 5337 conventional 2016 StLouis
## 5338 conventional 2016 StLouis
## 5339 conventional 2016 StLouis
## 5340 conventional 2016 StLouis
## 5341 conventional 2016 StLouis
## 5342 conventional 2016 StLouis
## 5343 conventional 2016 StLouis
## 5344 conventional 2016 StLouis
## 5345 conventional 2016 StLouis
## 5346 conventional 2016 StLouis
## 5347 conventional 2016 StLouis
## 5348 conventional 2016 StLouis
## 5349 conventional 2016 StLouis
## 5350 conventional 2016 StLouis
## 5351 conventional 2016 StLouis
## 5352 conventional 2016 StLouis
## 5353 conventional 2016 StLouis
## 5354 conventional 2016 StLouis
## 5355 conventional 2016 StLouis
## 5356 conventional 2016 StLouis
## 5357 conventional 2016 Syracuse
## 5358 conventional 2016 Syracuse
## 5359 conventional 2016 Syracuse
## 5360 conventional 2016 Syracuse
## 5361 conventional 2016 Syracuse
## 5362 conventional 2016 Syracuse
## 5363 conventional 2016 Syracuse
## 5364 conventional 2016 Syracuse
## 5365 conventional 2016 Syracuse
## 5366 conventional 2016 Syracuse
## 5367 conventional 2016 Syracuse
## 5368 conventional 2016 Syracuse
## 5369 conventional 2016 Syracuse
## 5370 conventional 2016 Syracuse
## 5371 conventional 2016 Syracuse
## 5372 conventional 2016 Syracuse
## 5373 conventional 2016 Syracuse
## 5374 conventional 2016 Syracuse
## 5375 conventional 2016 Syracuse
## 5376 conventional 2016 Syracuse
## 5377 conventional 2016 Syracuse
## 5378 conventional 2016 Syracuse
## 5379 conventional 2016 Syracuse
## 5380 conventional 2016 Syracuse
## 5381 conventional 2016 Syracuse
## 5382 conventional 2016 Syracuse
## 5383 conventional 2016 Syracuse
## 5384 conventional 2016 Syracuse
## 5385 conventional 2016 Syracuse
## 5386 conventional 2016 Syracuse
## 5387 conventional 2016 Syracuse
## 5388 conventional 2016 Syracuse
## 5389 conventional 2016 Syracuse
## 5390 conventional 2016 Syracuse
## 5391 conventional 2016 Syracuse
## 5392 conventional 2016 Syracuse
## 5393 conventional 2016 Syracuse
## 5394 conventional 2016 Syracuse
## 5395 conventional 2016 Syracuse
## 5396 conventional 2016 Syracuse
## 5397 conventional 2016 Syracuse
## 5398 conventional 2016 Syracuse
## 5399 conventional 2016 Syracuse
## 5400 conventional 2016 Syracuse
## 5401 conventional 2016 Syracuse
## 5402 conventional 2016 Syracuse
## 5403 conventional 2016 Syracuse
## 5404 conventional 2016 Syracuse
## 5405 conventional 2016 Syracuse
## 5406 conventional 2016 Syracuse
## 5407 conventional 2016 Syracuse
## 5408 conventional 2016 Syracuse
## 5409 conventional 2016 Tampa
## 5410 conventional 2016 Tampa
## 5411 conventional 2016 Tampa
## 5412 conventional 2016 Tampa
## 5413 conventional 2016 Tampa
## 5414 conventional 2016 Tampa
## 5415 conventional 2016 Tampa
## 5416 conventional 2016 Tampa
## 5417 conventional 2016 Tampa
## 5418 conventional 2016 Tampa
## 5419 conventional 2016 Tampa
## 5420 conventional 2016 Tampa
## 5421 conventional 2016 Tampa
## 5422 conventional 2016 Tampa
## 5423 conventional 2016 Tampa
## 5424 conventional 2016 Tampa
## 5425 conventional 2016 Tampa
## 5426 conventional 2016 Tampa
## 5427 conventional 2016 Tampa
## 5428 conventional 2016 Tampa
## 5429 conventional 2016 Tampa
## 5430 conventional 2016 Tampa
## 5431 conventional 2016 Tampa
## 5432 conventional 2016 Tampa
## 5433 conventional 2016 Tampa
## 5434 conventional 2016 Tampa
## 5435 conventional 2016 Tampa
## 5436 conventional 2016 Tampa
## 5437 conventional 2016 Tampa
## 5438 conventional 2016 Tampa
## 5439 conventional 2016 Tampa
## 5440 conventional 2016 Tampa
## 5441 conventional 2016 Tampa
## 5442 conventional 2016 Tampa
## 5443 conventional 2016 Tampa
## 5444 conventional 2016 Tampa
## 5445 conventional 2016 Tampa
## 5446 conventional 2016 Tampa
## 5447 conventional 2016 Tampa
## 5448 conventional 2016 Tampa
## 5449 conventional 2016 Tampa
## 5450 conventional 2016 Tampa
## 5451 conventional 2016 Tampa
## 5452 conventional 2016 Tampa
## 5453 conventional 2016 Tampa
## 5454 conventional 2016 Tampa
## 5455 conventional 2016 Tampa
## 5456 conventional 2016 Tampa
## 5457 conventional 2016 Tampa
## 5458 conventional 2016 Tampa
## 5459 conventional 2016 Tampa
## 5460 conventional 2016 Tampa
## 5461 conventional 2016 TotalUS
## 5462 conventional 2016 TotalUS
## 5463 conventional 2016 TotalUS
## 5464 conventional 2016 TotalUS
## 5465 conventional 2016 TotalUS
## 5466 conventional 2016 TotalUS
## 5467 conventional 2016 TotalUS
## 5468 conventional 2016 TotalUS
## 5469 conventional 2016 TotalUS
## 5470 conventional 2016 TotalUS
## 5471 conventional 2016 TotalUS
## 5472 conventional 2016 TotalUS
## 5473 conventional 2016 TotalUS
## 5474 conventional 2016 TotalUS
## 5475 conventional 2016 TotalUS
## 5476 conventional 2016 TotalUS
## 5477 conventional 2016 TotalUS
## 5478 conventional 2016 TotalUS
## 5479 conventional 2016 TotalUS
## 5480 conventional 2016 TotalUS
## 5481 conventional 2016 TotalUS
## 5482 conventional 2016 TotalUS
## 5483 conventional 2016 TotalUS
## 5484 conventional 2016 TotalUS
## 5485 conventional 2016 TotalUS
## 5486 conventional 2016 TotalUS
## 5487 conventional 2016 TotalUS
## 5488 conventional 2016 TotalUS
## 5489 conventional 2016 TotalUS
## 5490 conventional 2016 TotalUS
## 5491 conventional 2016 TotalUS
## 5492 conventional 2016 TotalUS
## 5493 conventional 2016 TotalUS
## 5494 conventional 2016 TotalUS
## 5495 conventional 2016 TotalUS
## 5496 conventional 2016 TotalUS
## 5497 conventional 2016 TotalUS
## 5498 conventional 2016 TotalUS
## 5499 conventional 2016 TotalUS
## 5500 conventional 2016 TotalUS
## 5501 conventional 2016 TotalUS
## 5502 conventional 2016 TotalUS
## 5503 conventional 2016 TotalUS
## 5504 conventional 2016 TotalUS
## 5505 conventional 2016 TotalUS
## 5506 conventional 2016 TotalUS
## 5507 conventional 2016 TotalUS
## 5508 conventional 2016 TotalUS
## 5509 conventional 2016 TotalUS
## 5510 conventional 2016 TotalUS
## 5511 conventional 2016 TotalUS
## 5512 conventional 2016 TotalUS
## 5513 conventional 2016 West
## 5514 conventional 2016 West
## 5515 conventional 2016 West
## 5516 conventional 2016 West
## 5517 conventional 2016 West
## 5518 conventional 2016 West
## 5519 conventional 2016 West
## 5520 conventional 2016 West
## 5521 conventional 2016 West
## 5522 conventional 2016 West
## 5523 conventional 2016 West
## 5524 conventional 2016 West
## 5525 conventional 2016 West
## 5526 conventional 2016 West
## 5527 conventional 2016 West
## 5528 conventional 2016 West
## 5529 conventional 2016 West
## 5530 conventional 2016 West
## 5531 conventional 2016 West
## 5532 conventional 2016 West
## 5533 conventional 2016 West
## 5534 conventional 2016 West
## 5535 conventional 2016 West
## 5536 conventional 2016 West
## 5537 conventional 2016 West
## 5538 conventional 2016 West
## 5539 conventional 2016 West
## 5540 conventional 2016 West
## 5541 conventional 2016 West
## 5542 conventional 2016 West
## 5543 conventional 2016 West
## 5544 conventional 2016 West
## 5545 conventional 2016 West
## 5546 conventional 2016 West
## 5547 conventional 2016 West
## 5548 conventional 2016 West
## 5549 conventional 2016 West
## 5550 conventional 2016 West
## 5551 conventional 2016 West
## 5552 conventional 2016 West
## 5553 conventional 2016 West
## 5554 conventional 2016 West
## 5555 conventional 2016 West
## 5556 conventional 2016 West
## 5557 conventional 2016 West
## 5558 conventional 2016 West
## 5559 conventional 2016 West
## 5560 conventional 2016 West
## 5561 conventional 2016 West
## 5562 conventional 2016 West
## 5563 conventional 2016 West
## 5564 conventional 2016 West
## 5565 conventional 2016 WestTexNewMexico
## 5566 conventional 2016 WestTexNewMexico
## 5567 conventional 2016 WestTexNewMexico
## 5568 conventional 2016 WestTexNewMexico
## 5569 conventional 2016 WestTexNewMexico
## 5570 conventional 2016 WestTexNewMexico
## 5571 conventional 2016 WestTexNewMexico
## 5572 conventional 2016 WestTexNewMexico
## 5573 conventional 2016 WestTexNewMexico
## 5574 conventional 2016 WestTexNewMexico
## 5575 conventional 2016 WestTexNewMexico
## 5576 conventional 2016 WestTexNewMexico
## 5577 conventional 2016 WestTexNewMexico
## 5578 conventional 2016 WestTexNewMexico
## 5579 conventional 2016 WestTexNewMexico
## 5580 conventional 2016 WestTexNewMexico
## 5581 conventional 2016 WestTexNewMexico
## 5582 conventional 2016 WestTexNewMexico
## 5583 conventional 2016 WestTexNewMexico
## 5584 conventional 2016 WestTexNewMexico
## 5585 conventional 2016 WestTexNewMexico
## 5586 conventional 2016 WestTexNewMexico
## 5587 conventional 2016 WestTexNewMexico
## 5588 conventional 2016 WestTexNewMexico
## 5589 conventional 2016 WestTexNewMexico
## 5590 conventional 2016 WestTexNewMexico
## 5591 conventional 2016 WestTexNewMexico
## 5592 conventional 2016 WestTexNewMexico
## 5593 conventional 2016 WestTexNewMexico
## 5594 conventional 2016 WestTexNewMexico
## 5595 conventional 2016 WestTexNewMexico
## 5596 conventional 2016 WestTexNewMexico
## 5597 conventional 2016 WestTexNewMexico
## 5598 conventional 2016 WestTexNewMexico
## 5599 conventional 2016 WestTexNewMexico
## 5600 conventional 2016 WestTexNewMexico
## 5601 conventional 2016 WestTexNewMexico
## 5602 conventional 2016 WestTexNewMexico
## 5603 conventional 2016 WestTexNewMexico
## 5604 conventional 2016 WestTexNewMexico
## 5605 conventional 2016 WestTexNewMexico
## 5606 conventional 2016 WestTexNewMexico
## 5607 conventional 2016 WestTexNewMexico
## 5608 conventional 2016 WestTexNewMexico
## 5609 conventional 2016 WestTexNewMexico
## 5610 conventional 2016 WestTexNewMexico
## 5611 conventional 2016 WestTexNewMexico
## 5612 conventional 2016 WestTexNewMexico
## 5613 conventional 2016 WestTexNewMexico
## 5614 conventional 2016 WestTexNewMexico
## 5615 conventional 2016 WestTexNewMexico
## 5616 conventional 2016 WestTexNewMexico
## 5617 conventional 2017 Albany
## 5618 conventional 2017 Albany
## 5619 conventional 2017 Albany
## 5620 conventional 2017 Albany
## 5621 conventional 2017 Albany
## 5622 conventional 2017 Albany
## 5623 conventional 2017 Albany
## 5624 conventional 2017 Albany
## 5625 conventional 2017 Albany
## 5626 conventional 2017 Albany
## 5627 conventional 2017 Albany
## 5628 conventional 2017 Albany
## 5629 conventional 2017 Albany
## 5630 conventional 2017 Albany
## 5631 conventional 2017 Albany
## 5632 conventional 2017 Albany
## 5633 conventional 2017 Albany
## 5634 conventional 2017 Albany
## 5635 conventional 2017 Albany
## 5636 conventional 2017 Albany
## 5637 conventional 2017 Albany
## 5638 conventional 2017 Albany
## 5639 conventional 2017 Albany
## 5640 conventional 2017 Albany
## 5641 conventional 2017 Albany
## 5642 conventional 2017 Albany
## 5643 conventional 2017 Albany
## 5644 conventional 2017 Albany
## 5645 conventional 2017 Albany
## 5646 conventional 2017 Albany
## 5647 conventional 2017 Albany
## 5648 conventional 2017 Albany
## 5649 conventional 2017 Albany
## 5650 conventional 2017 Albany
## 5651 conventional 2017 Albany
## 5652 conventional 2017 Albany
## 5653 conventional 2017 Albany
## 5654 conventional 2017 Albany
## 5655 conventional 2017 Albany
## 5656 conventional 2017 Albany
## 5657 conventional 2017 Albany
## 5658 conventional 2017 Albany
## 5659 conventional 2017 Albany
## 5660 conventional 2017 Albany
## 5661 conventional 2017 Albany
## 5662 conventional 2017 Albany
## 5663 conventional 2017 Albany
## 5664 conventional 2017 Albany
## 5665 conventional 2017 Albany
## 5666 conventional 2017 Albany
## 5667 conventional 2017 Albany
## 5668 conventional 2017 Albany
## 5669 conventional 2017 Albany
## 5670 conventional 2017 Atlanta
## 5671 conventional 2017 Atlanta
## 5672 conventional 2017 Atlanta
## 5673 conventional 2017 Atlanta
## 5674 conventional 2017 Atlanta
## 5675 conventional 2017 Atlanta
## 5676 conventional 2017 Atlanta
## 5677 conventional 2017 Atlanta
## 5678 conventional 2017 Atlanta
## 5679 conventional 2017 Atlanta
## 5680 conventional 2017 Atlanta
## 5681 conventional 2017 Atlanta
## 5682 conventional 2017 Atlanta
## 5683 conventional 2017 Atlanta
## 5684 conventional 2017 Atlanta
## 5685 conventional 2017 Atlanta
## 5686 conventional 2017 Atlanta
## 5687 conventional 2017 Atlanta
## 5688 conventional 2017 Atlanta
## 5689 conventional 2017 Atlanta
## 5690 conventional 2017 Atlanta
## 5691 conventional 2017 Atlanta
## 5692 conventional 2017 Atlanta
## 5693 conventional 2017 Atlanta
## 5694 conventional 2017 Atlanta
## 5695 conventional 2017 Atlanta
## 5696 conventional 2017 Atlanta
## 5697 conventional 2017 Atlanta
## 5698 conventional 2017 Atlanta
## 5699 conventional 2017 Atlanta
## 5700 conventional 2017 Atlanta
## 5701 conventional 2017 Atlanta
## 5702 conventional 2017 Atlanta
## 5703 conventional 2017 Atlanta
## 5704 conventional 2017 Atlanta
## 5705 conventional 2017 Atlanta
## 5706 conventional 2017 Atlanta
## 5707 conventional 2017 Atlanta
## 5708 conventional 2017 Atlanta
## 5709 conventional 2017 Atlanta
## 5710 conventional 2017 Atlanta
## 5711 conventional 2017 Atlanta
## 5712 conventional 2017 Atlanta
## 5713 conventional 2017 Atlanta
## 5714 conventional 2017 Atlanta
## 5715 conventional 2017 Atlanta
## 5716 conventional 2017 Atlanta
## 5717 conventional 2017 Atlanta
## 5718 conventional 2017 Atlanta
## 5719 conventional 2017 Atlanta
## 5720 conventional 2017 Atlanta
## 5721 conventional 2017 Atlanta
## 5722 conventional 2017 Atlanta
## 5723 conventional 2017 BaltimoreWashington
## 5724 conventional 2017 BaltimoreWashington
## 5725 conventional 2017 BaltimoreWashington
## 5726 conventional 2017 BaltimoreWashington
## 5727 conventional 2017 BaltimoreWashington
## 5728 conventional 2017 BaltimoreWashington
## 5729 conventional 2017 BaltimoreWashington
## 5730 conventional 2017 BaltimoreWashington
## 5731 conventional 2017 BaltimoreWashington
## 5732 conventional 2017 BaltimoreWashington
## 5733 conventional 2017 BaltimoreWashington
## 5734 conventional 2017 BaltimoreWashington
## 5735 conventional 2017 BaltimoreWashington
## 5736 conventional 2017 BaltimoreWashington
## 5737 conventional 2017 BaltimoreWashington
## 5738 conventional 2017 BaltimoreWashington
## 5739 conventional 2017 BaltimoreWashington
## 5740 conventional 2017 BaltimoreWashington
## 5741 conventional 2017 BaltimoreWashington
## 5742 conventional 2017 BaltimoreWashington
## 5743 conventional 2017 BaltimoreWashington
## 5744 conventional 2017 BaltimoreWashington
## 5745 conventional 2017 BaltimoreWashington
## 5746 conventional 2017 BaltimoreWashington
## 5747 conventional 2017 BaltimoreWashington
## 5748 conventional 2017 BaltimoreWashington
## 5749 conventional 2017 BaltimoreWashington
## 5750 conventional 2017 BaltimoreWashington
## 5751 conventional 2017 BaltimoreWashington
## 5752 conventional 2017 BaltimoreWashington
## 5753 conventional 2017 BaltimoreWashington
## 5754 conventional 2017 BaltimoreWashington
## 5755 conventional 2017 BaltimoreWashington
## 5756 conventional 2017 BaltimoreWashington
## 5757 conventional 2017 BaltimoreWashington
## 5758 conventional 2017 BaltimoreWashington
## 5759 conventional 2017 BaltimoreWashington
## 5760 conventional 2017 BaltimoreWashington
## 5761 conventional 2017 BaltimoreWashington
## 5762 conventional 2017 BaltimoreWashington
## 5763 conventional 2017 BaltimoreWashington
## 5764 conventional 2017 BaltimoreWashington
## 5765 conventional 2017 BaltimoreWashington
## 5766 conventional 2017 BaltimoreWashington
## 5767 conventional 2017 BaltimoreWashington
## 5768 conventional 2017 BaltimoreWashington
## 5769 conventional 2017 BaltimoreWashington
## 5770 conventional 2017 BaltimoreWashington
## 5771 conventional 2017 BaltimoreWashington
## 5772 conventional 2017 BaltimoreWashington
## 5773 conventional 2017 BaltimoreWashington
## 5774 conventional 2017 BaltimoreWashington
## 5775 conventional 2017 BaltimoreWashington
## 5776 conventional 2017 Boise
## 5777 conventional 2017 Boise
## 5778 conventional 2017 Boise
## 5779 conventional 2017 Boise
## 5780 conventional 2017 Boise
## 5781 conventional 2017 Boise
## 5782 conventional 2017 Boise
## 5783 conventional 2017 Boise
## 5784 conventional 2017 Boise
## 5785 conventional 2017 Boise
## 5786 conventional 2017 Boise
## 5787 conventional 2017 Boise
## 5788 conventional 2017 Boise
## 5789 conventional 2017 Boise
## 5790 conventional 2017 Boise
## 5791 conventional 2017 Boise
## 5792 conventional 2017 Boise
## 5793 conventional 2017 Boise
## 5794 conventional 2017 Boise
## 5795 conventional 2017 Boise
## 5796 conventional 2017 Boise
## 5797 conventional 2017 Boise
## 5798 conventional 2017 Boise
## 5799 conventional 2017 Boise
## 5800 conventional 2017 Boise
## 5801 conventional 2017 Boise
## 5802 conventional 2017 Boise
## 5803 conventional 2017 Boise
## 5804 conventional 2017 Boise
## 5805 conventional 2017 Boise
## 5806 conventional 2017 Boise
## 5807 conventional 2017 Boise
## 5808 conventional 2017 Boise
## 5809 conventional 2017 Boise
## 5810 conventional 2017 Boise
## 5811 conventional 2017 Boise
## 5812 conventional 2017 Boise
## 5813 conventional 2017 Boise
## 5814 conventional 2017 Boise
## 5815 conventional 2017 Boise
## 5816 conventional 2017 Boise
## 5817 conventional 2017 Boise
## 5818 conventional 2017 Boise
## 5819 conventional 2017 Boise
## 5820 conventional 2017 Boise
## 5821 conventional 2017 Boise
## 5822 conventional 2017 Boise
## 5823 conventional 2017 Boise
## 5824 conventional 2017 Boise
## 5825 conventional 2017 Boise
## 5826 conventional 2017 Boise
## 5827 conventional 2017 Boise
## 5828 conventional 2017 Boise
## 5829 conventional 2017 Boston
## 5830 conventional 2017 Boston
## 5831 conventional 2017 Boston
## 5832 conventional 2017 Boston
## 5833 conventional 2017 Boston
## 5834 conventional 2017 Boston
## 5835 conventional 2017 Boston
## 5836 conventional 2017 Boston
## 5837 conventional 2017 Boston
## 5838 conventional 2017 Boston
## 5839 conventional 2017 Boston
## 5840 conventional 2017 Boston
## 5841 conventional 2017 Boston
## 5842 conventional 2017 Boston
## 5843 conventional 2017 Boston
## 5844 conventional 2017 Boston
## 5845 conventional 2017 Boston
## 5846 conventional 2017 Boston
## 5847 conventional 2017 Boston
## 5848 conventional 2017 Boston
## 5849 conventional 2017 Boston
## 5850 conventional 2017 Boston
## 5851 conventional 2017 Boston
## 5852 conventional 2017 Boston
## 5853 conventional 2017 Boston
## 5854 conventional 2017 Boston
## 5855 conventional 2017 Boston
## 5856 conventional 2017 Boston
## 5857 conventional 2017 Boston
## 5858 conventional 2017 Boston
## 5859 conventional 2017 Boston
## 5860 conventional 2017 Boston
## 5861 conventional 2017 Boston
## 5862 conventional 2017 Boston
## 5863 conventional 2017 Boston
## 5864 conventional 2017 Boston
## 5865 conventional 2017 Boston
## 5866 conventional 2017 Boston
## 5867 conventional 2017 Boston
## 5868 conventional 2017 Boston
## 5869 conventional 2017 Boston
## 5870 conventional 2017 Boston
## 5871 conventional 2017 Boston
## 5872 conventional 2017 Boston
## 5873 conventional 2017 Boston
## 5874 conventional 2017 Boston
## 5875 conventional 2017 Boston
## 5876 conventional 2017 Boston
## 5877 conventional 2017 Boston
## 5878 conventional 2017 Boston
## 5879 conventional 2017 Boston
## 5880 conventional 2017 Boston
## 5881 conventional 2017 Boston
## 5882 conventional 2017 BuffaloRochester
## 5883 conventional 2017 BuffaloRochester
## 5884 conventional 2017 BuffaloRochester
## 5885 conventional 2017 BuffaloRochester
## 5886 conventional 2017 BuffaloRochester
## 5887 conventional 2017 BuffaloRochester
## 5888 conventional 2017 BuffaloRochester
## 5889 conventional 2017 BuffaloRochester
## 5890 conventional 2017 BuffaloRochester
## 5891 conventional 2017 BuffaloRochester
## 5892 conventional 2017 BuffaloRochester
## 5893 conventional 2017 BuffaloRochester
## 5894 conventional 2017 BuffaloRochester
## 5895 conventional 2017 BuffaloRochester
## 5896 conventional 2017 BuffaloRochester
## 5897 conventional 2017 BuffaloRochester
## 5898 conventional 2017 BuffaloRochester
## 5899 conventional 2017 BuffaloRochester
## 5900 conventional 2017 BuffaloRochester
## 5901 conventional 2017 BuffaloRochester
## 5902 conventional 2017 BuffaloRochester
## 5903 conventional 2017 BuffaloRochester
## 5904 conventional 2017 BuffaloRochester
## 5905 conventional 2017 BuffaloRochester
## 5906 conventional 2017 BuffaloRochester
## 5907 conventional 2017 BuffaloRochester
## 5908 conventional 2017 BuffaloRochester
## 5909 conventional 2017 BuffaloRochester
## 5910 conventional 2017 BuffaloRochester
## 5911 conventional 2017 BuffaloRochester
## 5912 conventional 2017 BuffaloRochester
## 5913 conventional 2017 BuffaloRochester
## 5914 conventional 2017 BuffaloRochester
## 5915 conventional 2017 BuffaloRochester
## 5916 conventional 2017 BuffaloRochester
## 5917 conventional 2017 BuffaloRochester
## 5918 conventional 2017 BuffaloRochester
## 5919 conventional 2017 BuffaloRochester
## 5920 conventional 2017 BuffaloRochester
## 5921 conventional 2017 BuffaloRochester
## 5922 conventional 2017 BuffaloRochester
## 5923 conventional 2017 BuffaloRochester
## 5924 conventional 2017 BuffaloRochester
## 5925 conventional 2017 BuffaloRochester
## 5926 conventional 2017 BuffaloRochester
## 5927 conventional 2017 BuffaloRochester
## 5928 conventional 2017 BuffaloRochester
## 5929 conventional 2017 BuffaloRochester
## 5930 conventional 2017 BuffaloRochester
## 5931 conventional 2017 BuffaloRochester
## 5932 conventional 2017 BuffaloRochester
## 5933 conventional 2017 BuffaloRochester
## 5934 conventional 2017 BuffaloRochester
## 5935 conventional 2017 California
## 5936 conventional 2017 California
## 5937 conventional 2017 California
## 5938 conventional 2017 California
## 5939 conventional 2017 California
## 5940 conventional 2017 California
## 5941 conventional 2017 California
## 5942 conventional 2017 California
## 5943 conventional 2017 California
## 5944 conventional 2017 California
## 5945 conventional 2017 California
## 5946 conventional 2017 California
## 5947 conventional 2017 California
## 5948 conventional 2017 California
## 5949 conventional 2017 California
## 5950 conventional 2017 California
## 5951 conventional 2017 California
## 5952 conventional 2017 California
## 5953 conventional 2017 California
## 5954 conventional 2017 California
## 5955 conventional 2017 California
## 5956 conventional 2017 California
## 5957 conventional 2017 California
## 5958 conventional 2017 California
## 5959 conventional 2017 California
## 5960 conventional 2017 California
## 5961 conventional 2017 California
## 5962 conventional 2017 California
## 5963 conventional 2017 California
## 5964 conventional 2017 California
## 5965 conventional 2017 California
## 5966 conventional 2017 California
## 5967 conventional 2017 California
## 5968 conventional 2017 California
## 5969 conventional 2017 California
## 5970 conventional 2017 California
## 5971 conventional 2017 California
## 5972 conventional 2017 California
## 5973 conventional 2017 California
## 5974 conventional 2017 California
## 5975 conventional 2017 California
## 5976 conventional 2017 California
## 5977 conventional 2017 California
## 5978 conventional 2017 California
## 5979 conventional 2017 California
## 5980 conventional 2017 California
## 5981 conventional 2017 California
## 5982 conventional 2017 California
## 5983 conventional 2017 California
## 5984 conventional 2017 California
## 5985 conventional 2017 California
## 5986 conventional 2017 California
## 5987 conventional 2017 California
## 5988 conventional 2017 Charlotte
## 5989 conventional 2017 Charlotte
## 5990 conventional 2017 Charlotte
## 5991 conventional 2017 Charlotte
## 5992 conventional 2017 Charlotte
## 5993 conventional 2017 Charlotte
## 5994 conventional 2017 Charlotte
## 5995 conventional 2017 Charlotte
## 5996 conventional 2017 Charlotte
## 5997 conventional 2017 Charlotte
## 5998 conventional 2017 Charlotte
## 5999 conventional 2017 Charlotte
## 6000 conventional 2017 Charlotte
## 6001 conventional 2017 Charlotte
## 6002 conventional 2017 Charlotte
## 6003 conventional 2017 Charlotte
## 6004 conventional 2017 Charlotte
## 6005 conventional 2017 Charlotte
## 6006 conventional 2017 Charlotte
## 6007 conventional 2017 Charlotte
## 6008 conventional 2017 Charlotte
## 6009 conventional 2017 Charlotte
## 6010 conventional 2017 Charlotte
## 6011 conventional 2017 Charlotte
## 6012 conventional 2017 Charlotte
## 6013 conventional 2017 Charlotte
## 6014 conventional 2017 Charlotte
## 6015 conventional 2017 Charlotte
## 6016 conventional 2017 Charlotte
## 6017 conventional 2017 Charlotte
## 6018 conventional 2017 Charlotte
## 6019 conventional 2017 Charlotte
## 6020 conventional 2017 Charlotte
## 6021 conventional 2017 Charlotte
## 6022 conventional 2017 Charlotte
## 6023 conventional 2017 Charlotte
## 6024 conventional 2017 Charlotte
## 6025 conventional 2017 Charlotte
## 6026 conventional 2017 Charlotte
## 6027 conventional 2017 Charlotte
## 6028 conventional 2017 Charlotte
## 6029 conventional 2017 Charlotte
## 6030 conventional 2017 Charlotte
## 6031 conventional 2017 Charlotte
## 6032 conventional 2017 Charlotte
## 6033 conventional 2017 Charlotte
## 6034 conventional 2017 Charlotte
## 6035 conventional 2017 Charlotte
## 6036 conventional 2017 Charlotte
## 6037 conventional 2017 Charlotte
## 6038 conventional 2017 Charlotte
## 6039 conventional 2017 Charlotte
## 6040 conventional 2017 Charlotte
## 6041 conventional 2017 Chicago
## 6042 conventional 2017 Chicago
## 6043 conventional 2017 Chicago
## 6044 conventional 2017 Chicago
## 6045 conventional 2017 Chicago
## 6046 conventional 2017 Chicago
## 6047 conventional 2017 Chicago
## 6048 conventional 2017 Chicago
## 6049 conventional 2017 Chicago
## 6050 conventional 2017 Chicago
## 6051 conventional 2017 Chicago
## 6052 conventional 2017 Chicago
## 6053 conventional 2017 Chicago
## 6054 conventional 2017 Chicago
## 6055 conventional 2017 Chicago
## 6056 conventional 2017 Chicago
## 6057 conventional 2017 Chicago
## 6058 conventional 2017 Chicago
## 6059 conventional 2017 Chicago
## 6060 conventional 2017 Chicago
## 6061 conventional 2017 Chicago
## 6062 conventional 2017 Chicago
## 6063 conventional 2017 Chicago
## 6064 conventional 2017 Chicago
## 6065 conventional 2017 Chicago
## 6066 conventional 2017 Chicago
## 6067 conventional 2017 Chicago
## 6068 conventional 2017 Chicago
## 6069 conventional 2017 Chicago
## 6070 conventional 2017 Chicago
## 6071 conventional 2017 Chicago
## 6072 conventional 2017 Chicago
## 6073 conventional 2017 Chicago
## 6074 conventional 2017 Chicago
## 6075 conventional 2017 Chicago
## 6076 conventional 2017 Chicago
## 6077 conventional 2017 Chicago
## 6078 conventional 2017 Chicago
## 6079 conventional 2017 Chicago
## 6080 conventional 2017 Chicago
## 6081 conventional 2017 Chicago
## 6082 conventional 2017 Chicago
## 6083 conventional 2017 Chicago
## 6084 conventional 2017 Chicago
## 6085 conventional 2017 Chicago
## 6086 conventional 2017 Chicago
## 6087 conventional 2017 Chicago
## 6088 conventional 2017 Chicago
## 6089 conventional 2017 Chicago
## 6090 conventional 2017 Chicago
## 6091 conventional 2017 Chicago
## 6092 conventional 2017 Chicago
## 6093 conventional 2017 Chicago
## 6094 conventional 2017 CincinnatiDayton
## 6095 conventional 2017 CincinnatiDayton
## 6096 conventional 2017 CincinnatiDayton
## 6097 conventional 2017 CincinnatiDayton
## 6098 conventional 2017 CincinnatiDayton
## 6099 conventional 2017 CincinnatiDayton
## 6100 conventional 2017 CincinnatiDayton
## 6101 conventional 2017 CincinnatiDayton
## 6102 conventional 2017 CincinnatiDayton
## 6103 conventional 2017 CincinnatiDayton
## 6104 conventional 2017 CincinnatiDayton
## 6105 conventional 2017 CincinnatiDayton
## 6106 conventional 2017 CincinnatiDayton
## 6107 conventional 2017 CincinnatiDayton
## 6108 conventional 2017 CincinnatiDayton
## 6109 conventional 2017 CincinnatiDayton
## 6110 conventional 2017 CincinnatiDayton
## 6111 conventional 2017 CincinnatiDayton
## 6112 conventional 2017 CincinnatiDayton
## 6113 conventional 2017 CincinnatiDayton
## 6114 conventional 2017 CincinnatiDayton
## 6115 conventional 2017 CincinnatiDayton
## 6116 conventional 2017 CincinnatiDayton
## 6117 conventional 2017 CincinnatiDayton
## 6118 conventional 2017 CincinnatiDayton
## 6119 conventional 2017 CincinnatiDayton
## 6120 conventional 2017 CincinnatiDayton
## 6121 conventional 2017 CincinnatiDayton
## 6122 conventional 2017 CincinnatiDayton
## 6123 conventional 2017 CincinnatiDayton
## 6124 conventional 2017 CincinnatiDayton
## 6125 conventional 2017 CincinnatiDayton
## 6126 conventional 2017 CincinnatiDayton
## 6127 conventional 2017 CincinnatiDayton
## 6128 conventional 2017 CincinnatiDayton
## 6129 conventional 2017 CincinnatiDayton
## 6130 conventional 2017 CincinnatiDayton
## 6131 conventional 2017 CincinnatiDayton
## 6132 conventional 2017 CincinnatiDayton
## 6133 conventional 2017 CincinnatiDayton
## 6134 conventional 2017 CincinnatiDayton
## 6135 conventional 2017 CincinnatiDayton
## 6136 conventional 2017 CincinnatiDayton
## 6137 conventional 2017 CincinnatiDayton
## 6138 conventional 2017 CincinnatiDayton
## 6139 conventional 2017 CincinnatiDayton
## 6140 conventional 2017 CincinnatiDayton
## 6141 conventional 2017 CincinnatiDayton
## 6142 conventional 2017 CincinnatiDayton
## 6143 conventional 2017 CincinnatiDayton
## 6144 conventional 2017 CincinnatiDayton
## 6145 conventional 2017 CincinnatiDayton
## 6146 conventional 2017 CincinnatiDayton
## 6147 conventional 2017 Columbus
## 6148 conventional 2017 Columbus
## 6149 conventional 2017 Columbus
## 6150 conventional 2017 Columbus
## 6151 conventional 2017 Columbus
## 6152 conventional 2017 Columbus
## 6153 conventional 2017 Columbus
## 6154 conventional 2017 Columbus
## 6155 conventional 2017 Columbus
## 6156 conventional 2017 Columbus
## 6157 conventional 2017 Columbus
## 6158 conventional 2017 Columbus
## 6159 conventional 2017 Columbus
## 6160 conventional 2017 Columbus
## 6161 conventional 2017 Columbus
## 6162 conventional 2017 Columbus
## 6163 conventional 2017 Columbus
## 6164 conventional 2017 Columbus
## 6165 conventional 2017 Columbus
## 6166 conventional 2017 Columbus
## 6167 conventional 2017 Columbus
## 6168 conventional 2017 Columbus
## 6169 conventional 2017 Columbus
## 6170 conventional 2017 Columbus
## 6171 conventional 2017 Columbus
## 6172 conventional 2017 Columbus
## 6173 conventional 2017 Columbus
## 6174 conventional 2017 Columbus
## 6175 conventional 2017 Columbus
## 6176 conventional 2017 Columbus
## 6177 conventional 2017 Columbus
## 6178 conventional 2017 Columbus
## 6179 conventional 2017 Columbus
## 6180 conventional 2017 Columbus
## 6181 conventional 2017 Columbus
## 6182 conventional 2017 Columbus
## 6183 conventional 2017 Columbus
## 6184 conventional 2017 Columbus
## 6185 conventional 2017 Columbus
## 6186 conventional 2017 Columbus
## 6187 conventional 2017 Columbus
## 6188 conventional 2017 Columbus
## 6189 conventional 2017 Columbus
## 6190 conventional 2017 Columbus
## 6191 conventional 2017 Columbus
## 6192 conventional 2017 Columbus
## 6193 conventional 2017 Columbus
## 6194 conventional 2017 Columbus
## 6195 conventional 2017 Columbus
## 6196 conventional 2017 Columbus
## 6197 conventional 2017 Columbus
## 6198 conventional 2017 Columbus
## 6199 conventional 2017 Columbus
## 6200 conventional 2017 DallasFtWorth
## 6201 conventional 2017 DallasFtWorth
## 6202 conventional 2017 DallasFtWorth
## 6203 conventional 2017 DallasFtWorth
## 6204 conventional 2017 DallasFtWorth
## 6205 conventional 2017 DallasFtWorth
## 6206 conventional 2017 DallasFtWorth
## 6207 conventional 2017 DallasFtWorth
## 6208 conventional 2017 DallasFtWorth
## 6209 conventional 2017 DallasFtWorth
## 6210 conventional 2017 DallasFtWorth
## 6211 conventional 2017 DallasFtWorth
## 6212 conventional 2017 DallasFtWorth
## 6213 conventional 2017 DallasFtWorth
## 6214 conventional 2017 DallasFtWorth
## 6215 conventional 2017 DallasFtWorth
## 6216 conventional 2017 DallasFtWorth
## 6217 conventional 2017 DallasFtWorth
## 6218 conventional 2017 DallasFtWorth
## 6219 conventional 2017 DallasFtWorth
## 6220 conventional 2017 DallasFtWorth
## 6221 conventional 2017 DallasFtWorth
## 6222 conventional 2017 DallasFtWorth
## 6223 conventional 2017 DallasFtWorth
## 6224 conventional 2017 DallasFtWorth
## 6225 conventional 2017 DallasFtWorth
## 6226 conventional 2017 DallasFtWorth
## 6227 conventional 2017 DallasFtWorth
## 6228 conventional 2017 DallasFtWorth
## 6229 conventional 2017 DallasFtWorth
## 6230 conventional 2017 DallasFtWorth
## 6231 conventional 2017 DallasFtWorth
## 6232 conventional 2017 DallasFtWorth
## 6233 conventional 2017 DallasFtWorth
## 6234 conventional 2017 DallasFtWorth
## 6235 conventional 2017 DallasFtWorth
## 6236 conventional 2017 DallasFtWorth
## 6237 conventional 2017 DallasFtWorth
## 6238 conventional 2017 DallasFtWorth
## 6239 conventional 2017 DallasFtWorth
## 6240 conventional 2017 DallasFtWorth
## 6241 conventional 2017 DallasFtWorth
## 6242 conventional 2017 DallasFtWorth
## 6243 conventional 2017 DallasFtWorth
## 6244 conventional 2017 DallasFtWorth
## 6245 conventional 2017 DallasFtWorth
## 6246 conventional 2017 DallasFtWorth
## 6247 conventional 2017 DallasFtWorth
## 6248 conventional 2017 DallasFtWorth
## 6249 conventional 2017 DallasFtWorth
## 6250 conventional 2017 DallasFtWorth
## 6251 conventional 2017 DallasFtWorth
## 6252 conventional 2017 DallasFtWorth
## 6253 conventional 2017 Denver
## 6254 conventional 2017 Denver
## 6255 conventional 2017 Denver
## 6256 conventional 2017 Denver
## 6257 conventional 2017 Denver
## 6258 conventional 2017 Denver
## 6259 conventional 2017 Denver
## 6260 conventional 2017 Denver
## 6261 conventional 2017 Denver
## 6262 conventional 2017 Denver
## 6263 conventional 2017 Denver
## 6264 conventional 2017 Denver
## 6265 conventional 2017 Denver
## 6266 conventional 2017 Denver
## 6267 conventional 2017 Denver
## 6268 conventional 2017 Denver
## 6269 conventional 2017 Denver
## 6270 conventional 2017 Denver
## 6271 conventional 2017 Denver
## 6272 conventional 2017 Denver
## 6273 conventional 2017 Denver
## 6274 conventional 2017 Denver
## 6275 conventional 2017 Denver
## 6276 conventional 2017 Denver
## 6277 conventional 2017 Denver
## 6278 conventional 2017 Denver
## 6279 conventional 2017 Denver
## 6280 conventional 2017 Denver
## 6281 conventional 2017 Denver
## 6282 conventional 2017 Denver
## 6283 conventional 2017 Denver
## 6284 conventional 2017 Denver
## 6285 conventional 2017 Denver
## 6286 conventional 2017 Denver
## 6287 conventional 2017 Denver
## 6288 conventional 2017 Denver
## 6289 conventional 2017 Denver
## 6290 conventional 2017 Denver
## 6291 conventional 2017 Denver
## 6292 conventional 2017 Denver
## 6293 conventional 2017 Denver
## 6294 conventional 2017 Denver
## 6295 conventional 2017 Denver
## 6296 conventional 2017 Denver
## 6297 conventional 2017 Denver
## 6298 conventional 2017 Denver
## 6299 conventional 2017 Denver
## 6300 conventional 2017 Denver
## 6301 conventional 2017 Denver
## 6302 conventional 2017 Denver
## 6303 conventional 2017 Denver
## 6304 conventional 2017 Denver
## 6305 conventional 2017 Denver
## 6306 conventional 2017 Detroit
## 6307 conventional 2017 Detroit
## 6308 conventional 2017 Detroit
## 6309 conventional 2017 Detroit
## 6310 conventional 2017 Detroit
## 6311 conventional 2017 Detroit
## 6312 conventional 2017 Detroit
## 6313 conventional 2017 Detroit
## 6314 conventional 2017 Detroit
## 6315 conventional 2017 Detroit
## 6316 conventional 2017 Detroit
## 6317 conventional 2017 Detroit
## 6318 conventional 2017 Detroit
## 6319 conventional 2017 Detroit
## 6320 conventional 2017 Detroit
## 6321 conventional 2017 Detroit
## 6322 conventional 2017 Detroit
## 6323 conventional 2017 Detroit
## 6324 conventional 2017 Detroit
## 6325 conventional 2017 Detroit
## 6326 conventional 2017 Detroit
## 6327 conventional 2017 Detroit
## 6328 conventional 2017 Detroit
## 6329 conventional 2017 Detroit
## 6330 conventional 2017 Detroit
## 6331 conventional 2017 Detroit
## 6332 conventional 2017 Detroit
## 6333 conventional 2017 Detroit
## 6334 conventional 2017 Detroit
## 6335 conventional 2017 Detroit
## 6336 conventional 2017 Detroit
## 6337 conventional 2017 Detroit
## 6338 conventional 2017 Detroit
## 6339 conventional 2017 Detroit
## 6340 conventional 2017 Detroit
## 6341 conventional 2017 Detroit
## 6342 conventional 2017 Detroit
## 6343 conventional 2017 Detroit
## 6344 conventional 2017 Detroit
## 6345 conventional 2017 Detroit
## 6346 conventional 2017 Detroit
## 6347 conventional 2017 Detroit
## 6348 conventional 2017 Detroit
## 6349 conventional 2017 Detroit
## 6350 conventional 2017 Detroit
## 6351 conventional 2017 Detroit
## 6352 conventional 2017 Detroit
## 6353 conventional 2017 Detroit
## 6354 conventional 2017 Detroit
## 6355 conventional 2017 Detroit
## 6356 conventional 2017 Detroit
## 6357 conventional 2017 Detroit
## 6358 conventional 2017 Detroit
## 6359 conventional 2017 GrandRapids
## 6360 conventional 2017 GrandRapids
## 6361 conventional 2017 GrandRapids
## 6362 conventional 2017 GrandRapids
## 6363 conventional 2017 GrandRapids
## 6364 conventional 2017 GrandRapids
## 6365 conventional 2017 GrandRapids
## 6366 conventional 2017 GrandRapids
## 6367 conventional 2017 GrandRapids
## 6368 conventional 2017 GrandRapids
## 6369 conventional 2017 GrandRapids
## 6370 conventional 2017 GrandRapids
## 6371 conventional 2017 GrandRapids
## 6372 conventional 2017 GrandRapids
## 6373 conventional 2017 GrandRapids
## 6374 conventional 2017 GrandRapids
## 6375 conventional 2017 GrandRapids
## 6376 conventional 2017 GrandRapids
## 6377 conventional 2017 GrandRapids
## 6378 conventional 2017 GrandRapids
## 6379 conventional 2017 GrandRapids
## 6380 conventional 2017 GrandRapids
## 6381 conventional 2017 GrandRapids
## 6382 conventional 2017 GrandRapids
## 6383 conventional 2017 GrandRapids
## 6384 conventional 2017 GrandRapids
## 6385 conventional 2017 GrandRapids
## 6386 conventional 2017 GrandRapids
## 6387 conventional 2017 GrandRapids
## 6388 conventional 2017 GrandRapids
## 6389 conventional 2017 GrandRapids
## 6390 conventional 2017 GrandRapids
## 6391 conventional 2017 GrandRapids
## 6392 conventional 2017 GrandRapids
## 6393 conventional 2017 GrandRapids
## 6394 conventional 2017 GrandRapids
## 6395 conventional 2017 GrandRapids
## 6396 conventional 2017 GrandRapids
## 6397 conventional 2017 GrandRapids
## 6398 conventional 2017 GrandRapids
## 6399 conventional 2017 GrandRapids
## 6400 conventional 2017 GrandRapids
## 6401 conventional 2017 GrandRapids
## 6402 conventional 2017 GrandRapids
## 6403 conventional 2017 GrandRapids
## 6404 conventional 2017 GrandRapids
## 6405 conventional 2017 GrandRapids
## 6406 conventional 2017 GrandRapids
## 6407 conventional 2017 GrandRapids
## 6408 conventional 2017 GrandRapids
## 6409 conventional 2017 GrandRapids
## 6410 conventional 2017 GrandRapids
## 6411 conventional 2017 GrandRapids
## 6412 conventional 2017 GreatLakes
## 6413 conventional 2017 GreatLakes
## 6414 conventional 2017 GreatLakes
## 6415 conventional 2017 GreatLakes
## 6416 conventional 2017 GreatLakes
## 6417 conventional 2017 GreatLakes
## 6418 conventional 2017 GreatLakes
## 6419 conventional 2017 GreatLakes
## 6420 conventional 2017 GreatLakes
## 6421 conventional 2017 GreatLakes
## 6422 conventional 2017 GreatLakes
## 6423 conventional 2017 GreatLakes
## 6424 conventional 2017 GreatLakes
## 6425 conventional 2017 GreatLakes
## 6426 conventional 2017 GreatLakes
## 6427 conventional 2017 GreatLakes
## 6428 conventional 2017 GreatLakes
## 6429 conventional 2017 GreatLakes
## 6430 conventional 2017 GreatLakes
## 6431 conventional 2017 GreatLakes
## 6432 conventional 2017 GreatLakes
## 6433 conventional 2017 GreatLakes
## 6434 conventional 2017 GreatLakes
## 6435 conventional 2017 GreatLakes
## 6436 conventional 2017 GreatLakes
## 6437 conventional 2017 GreatLakes
## 6438 conventional 2017 GreatLakes
## 6439 conventional 2017 GreatLakes
## 6440 conventional 2017 GreatLakes
## 6441 conventional 2017 GreatLakes
## 6442 conventional 2017 GreatLakes
## 6443 conventional 2017 GreatLakes
## 6444 conventional 2017 GreatLakes
## 6445 conventional 2017 GreatLakes
## 6446 conventional 2017 GreatLakes
## 6447 conventional 2017 GreatLakes
## 6448 conventional 2017 GreatLakes
## 6449 conventional 2017 GreatLakes
## 6450 conventional 2017 GreatLakes
## 6451 conventional 2017 GreatLakes
## 6452 conventional 2017 GreatLakes
## 6453 conventional 2017 GreatLakes
## 6454 conventional 2017 GreatLakes
## 6455 conventional 2017 GreatLakes
## 6456 conventional 2017 GreatLakes
## 6457 conventional 2017 GreatLakes
## 6458 conventional 2017 GreatLakes
## 6459 conventional 2017 GreatLakes
## 6460 conventional 2017 GreatLakes
## 6461 conventional 2017 GreatLakes
## 6462 conventional 2017 GreatLakes
## 6463 conventional 2017 GreatLakes
## 6464 conventional 2017 GreatLakes
## 6465 conventional 2017 HarrisburgScranton
## 6466 conventional 2017 HarrisburgScranton
## 6467 conventional 2017 HarrisburgScranton
## 6468 conventional 2017 HarrisburgScranton
## 6469 conventional 2017 HarrisburgScranton
## 6470 conventional 2017 HarrisburgScranton
## 6471 conventional 2017 HarrisburgScranton
## 6472 conventional 2017 HarrisburgScranton
## 6473 conventional 2017 HarrisburgScranton
## 6474 conventional 2017 HarrisburgScranton
## 6475 conventional 2017 HarrisburgScranton
## 6476 conventional 2017 HarrisburgScranton
## 6477 conventional 2017 HarrisburgScranton
## 6478 conventional 2017 HarrisburgScranton
## 6479 conventional 2017 HarrisburgScranton
## 6480 conventional 2017 HarrisburgScranton
## 6481 conventional 2017 HarrisburgScranton
## 6482 conventional 2017 HarrisburgScranton
## 6483 conventional 2017 HarrisburgScranton
## 6484 conventional 2017 HarrisburgScranton
## 6485 conventional 2017 HarrisburgScranton
## 6486 conventional 2017 HarrisburgScranton
## 6487 conventional 2017 HarrisburgScranton
## 6488 conventional 2017 HarrisburgScranton
## 6489 conventional 2017 HarrisburgScranton
## 6490 conventional 2017 HarrisburgScranton
## 6491 conventional 2017 HarrisburgScranton
## 6492 conventional 2017 HarrisburgScranton
## 6493 conventional 2017 HarrisburgScranton
## 6494 conventional 2017 HarrisburgScranton
## 6495 conventional 2017 HarrisburgScranton
## 6496 conventional 2017 HarrisburgScranton
## 6497 conventional 2017 HarrisburgScranton
## 6498 conventional 2017 HarrisburgScranton
## 6499 conventional 2017 HarrisburgScranton
## 6500 conventional 2017 HarrisburgScranton
## 6501 conventional 2017 HarrisburgScranton
## 6502 conventional 2017 HarrisburgScranton
## 6503 conventional 2017 HarrisburgScranton
## 6504 conventional 2017 HarrisburgScranton
## 6505 conventional 2017 HarrisburgScranton
## 6506 conventional 2017 HarrisburgScranton
## 6507 conventional 2017 HarrisburgScranton
## 6508 conventional 2017 HarrisburgScranton
## 6509 conventional 2017 HarrisburgScranton
## 6510 conventional 2017 HarrisburgScranton
## 6511 conventional 2017 HarrisburgScranton
## 6512 conventional 2017 HarrisburgScranton
## 6513 conventional 2017 HarrisburgScranton
## 6514 conventional 2017 HarrisburgScranton
## 6515 conventional 2017 HarrisburgScranton
## 6516 conventional 2017 HarrisburgScranton
## 6517 conventional 2017 HarrisburgScranton
## 6518 conventional 2017 HartfordSpringfield
## 6519 conventional 2017 HartfordSpringfield
## 6520 conventional 2017 HartfordSpringfield
## 6521 conventional 2017 HartfordSpringfield
## 6522 conventional 2017 HartfordSpringfield
## 6523 conventional 2017 HartfordSpringfield
## 6524 conventional 2017 HartfordSpringfield
## 6525 conventional 2017 HartfordSpringfield
## 6526 conventional 2017 HartfordSpringfield
## 6527 conventional 2017 HartfordSpringfield
## 6528 conventional 2017 HartfordSpringfield
## 6529 conventional 2017 HartfordSpringfield
## 6530 conventional 2017 HartfordSpringfield
## 6531 conventional 2017 HartfordSpringfield
## 6532 conventional 2017 HartfordSpringfield
## 6533 conventional 2017 HartfordSpringfield
## 6534 conventional 2017 HartfordSpringfield
## 6535 conventional 2017 HartfordSpringfield
## 6536 conventional 2017 HartfordSpringfield
## 6537 conventional 2017 HartfordSpringfield
## 6538 conventional 2017 HartfordSpringfield
## 6539 conventional 2017 HartfordSpringfield
## 6540 conventional 2017 HartfordSpringfield
## 6541 conventional 2017 HartfordSpringfield
## 6542 conventional 2017 HartfordSpringfield
## 6543 conventional 2017 HartfordSpringfield
## 6544 conventional 2017 HartfordSpringfield
## 6545 conventional 2017 HartfordSpringfield
## 6546 conventional 2017 HartfordSpringfield
## 6547 conventional 2017 HartfordSpringfield
## 6548 conventional 2017 HartfordSpringfield
## 6549 conventional 2017 HartfordSpringfield
## 6550 conventional 2017 HartfordSpringfield
## 6551 conventional 2017 HartfordSpringfield
## 6552 conventional 2017 HartfordSpringfield
## 6553 conventional 2017 HartfordSpringfield
## 6554 conventional 2017 HartfordSpringfield
## 6555 conventional 2017 HartfordSpringfield
## 6556 conventional 2017 HartfordSpringfield
## 6557 conventional 2017 HartfordSpringfield
## 6558 conventional 2017 HartfordSpringfield
## 6559 conventional 2017 HartfordSpringfield
## 6560 conventional 2017 HartfordSpringfield
## 6561 conventional 2017 HartfordSpringfield
## 6562 conventional 2017 HartfordSpringfield
## 6563 conventional 2017 HartfordSpringfield
## 6564 conventional 2017 HartfordSpringfield
## 6565 conventional 2017 HartfordSpringfield
## 6566 conventional 2017 HartfordSpringfield
## 6567 conventional 2017 HartfordSpringfield
## 6568 conventional 2017 HartfordSpringfield
## 6569 conventional 2017 HartfordSpringfield
## 6570 conventional 2017 HartfordSpringfield
## 6571 conventional 2017 Houston
## 6572 conventional 2017 Houston
## 6573 conventional 2017 Houston
## 6574 conventional 2017 Houston
## 6575 conventional 2017 Houston
## 6576 conventional 2017 Houston
## 6577 conventional 2017 Houston
## 6578 conventional 2017 Houston
## 6579 conventional 2017 Houston
## 6580 conventional 2017 Houston
## 6581 conventional 2017 Houston
## 6582 conventional 2017 Houston
## 6583 conventional 2017 Houston
## 6584 conventional 2017 Houston
## 6585 conventional 2017 Houston
## 6586 conventional 2017 Houston
## 6587 conventional 2017 Houston
## 6588 conventional 2017 Houston
## 6589 conventional 2017 Houston
## 6590 conventional 2017 Houston
## 6591 conventional 2017 Houston
## 6592 conventional 2017 Houston
## 6593 conventional 2017 Houston
## 6594 conventional 2017 Houston
## 6595 conventional 2017 Houston
## 6596 conventional 2017 Houston
## 6597 conventional 2017 Houston
## 6598 conventional 2017 Houston
## 6599 conventional 2017 Houston
## 6600 conventional 2017 Houston
## 6601 conventional 2017 Houston
## 6602 conventional 2017 Houston
## 6603 conventional 2017 Houston
## 6604 conventional 2017 Houston
## 6605 conventional 2017 Houston
## 6606 conventional 2017 Houston
## 6607 conventional 2017 Houston
## 6608 conventional 2017 Houston
## 6609 conventional 2017 Houston
## 6610 conventional 2017 Houston
## 6611 conventional 2017 Houston
## 6612 conventional 2017 Houston
## 6613 conventional 2017 Houston
## 6614 conventional 2017 Houston
## 6615 conventional 2017 Houston
## 6616 conventional 2017 Houston
## 6617 conventional 2017 Houston
## 6618 conventional 2017 Houston
## 6619 conventional 2017 Houston
## 6620 conventional 2017 Houston
## 6621 conventional 2017 Houston
## 6622 conventional 2017 Houston
## 6623 conventional 2017 Houston
## 6624 conventional 2017 Indianapolis
## 6625 conventional 2017 Indianapolis
## 6626 conventional 2017 Indianapolis
## 6627 conventional 2017 Indianapolis
## 6628 conventional 2017 Indianapolis
## 6629 conventional 2017 Indianapolis
## 6630 conventional 2017 Indianapolis
## 6631 conventional 2017 Indianapolis
## 6632 conventional 2017 Indianapolis
## 6633 conventional 2017 Indianapolis
## 6634 conventional 2017 Indianapolis
## 6635 conventional 2017 Indianapolis
## 6636 conventional 2017 Indianapolis
## 6637 conventional 2017 Indianapolis
## 6638 conventional 2017 Indianapolis
## 6639 conventional 2017 Indianapolis
## 6640 conventional 2017 Indianapolis
## 6641 conventional 2017 Indianapolis
## 6642 conventional 2017 Indianapolis
## 6643 conventional 2017 Indianapolis
## 6644 conventional 2017 Indianapolis
## 6645 conventional 2017 Indianapolis
## 6646 conventional 2017 Indianapolis
## 6647 conventional 2017 Indianapolis
## 6648 conventional 2017 Indianapolis
## 6649 conventional 2017 Indianapolis
## 6650 conventional 2017 Indianapolis
## 6651 conventional 2017 Indianapolis
## 6652 conventional 2017 Indianapolis
## 6653 conventional 2017 Indianapolis
## 6654 conventional 2017 Indianapolis
## 6655 conventional 2017 Indianapolis
## 6656 conventional 2017 Indianapolis
## 6657 conventional 2017 Indianapolis
## 6658 conventional 2017 Indianapolis
## 6659 conventional 2017 Indianapolis
## 6660 conventional 2017 Indianapolis
## 6661 conventional 2017 Indianapolis
## 6662 conventional 2017 Indianapolis
## 6663 conventional 2017 Indianapolis
## 6664 conventional 2017 Indianapolis
## 6665 conventional 2017 Indianapolis
## 6666 conventional 2017 Indianapolis
## 6667 conventional 2017 Indianapolis
## 6668 conventional 2017 Indianapolis
## 6669 conventional 2017 Indianapolis
## 6670 conventional 2017 Indianapolis
## 6671 conventional 2017 Indianapolis
## 6672 conventional 2017 Indianapolis
## 6673 conventional 2017 Indianapolis
## 6674 conventional 2017 Indianapolis
## 6675 conventional 2017 Indianapolis
## 6676 conventional 2017 Indianapolis
## 6677 conventional 2017 Jacksonville
## 6678 conventional 2017 Jacksonville
## 6679 conventional 2017 Jacksonville
## 6680 conventional 2017 Jacksonville
## 6681 conventional 2017 Jacksonville
## 6682 conventional 2017 Jacksonville
## 6683 conventional 2017 Jacksonville
## 6684 conventional 2017 Jacksonville
## 6685 conventional 2017 Jacksonville
## 6686 conventional 2017 Jacksonville
## 6687 conventional 2017 Jacksonville
## 6688 conventional 2017 Jacksonville
## 6689 conventional 2017 Jacksonville
## 6690 conventional 2017 Jacksonville
## 6691 conventional 2017 Jacksonville
## 6692 conventional 2017 Jacksonville
## 6693 conventional 2017 Jacksonville
## 6694 conventional 2017 Jacksonville
## 6695 conventional 2017 Jacksonville
## 6696 conventional 2017 Jacksonville
## 6697 conventional 2017 Jacksonville
## 6698 conventional 2017 Jacksonville
## 6699 conventional 2017 Jacksonville
## 6700 conventional 2017 Jacksonville
## 6701 conventional 2017 Jacksonville
## 6702 conventional 2017 Jacksonville
## 6703 conventional 2017 Jacksonville
## 6704 conventional 2017 Jacksonville
## 6705 conventional 2017 Jacksonville
## 6706 conventional 2017 Jacksonville
## 6707 conventional 2017 Jacksonville
## 6708 conventional 2017 Jacksonville
## 6709 conventional 2017 Jacksonville
## 6710 conventional 2017 Jacksonville
## 6711 conventional 2017 Jacksonville
## 6712 conventional 2017 Jacksonville
## 6713 conventional 2017 Jacksonville
## 6714 conventional 2017 Jacksonville
## 6715 conventional 2017 Jacksonville
## 6716 conventional 2017 Jacksonville
## 6717 conventional 2017 Jacksonville
## 6718 conventional 2017 Jacksonville
## 6719 conventional 2017 Jacksonville
## 6720 conventional 2017 Jacksonville
## 6721 conventional 2017 Jacksonville
## 6722 conventional 2017 Jacksonville
## 6723 conventional 2017 Jacksonville
## 6724 conventional 2017 Jacksonville
## 6725 conventional 2017 Jacksonville
## 6726 conventional 2017 Jacksonville
## 6727 conventional 2017 Jacksonville
## 6728 conventional 2017 Jacksonville
## 6729 conventional 2017 Jacksonville
## 6730 conventional 2017 LasVegas
## 6731 conventional 2017 LasVegas
## 6732 conventional 2017 LasVegas
## 6733 conventional 2017 LasVegas
## 6734 conventional 2017 LasVegas
## 6735 conventional 2017 LasVegas
## 6736 conventional 2017 LasVegas
## 6737 conventional 2017 LasVegas
## 6738 conventional 2017 LasVegas
## 6739 conventional 2017 LasVegas
## 6740 conventional 2017 LasVegas
## 6741 conventional 2017 LasVegas
## 6742 conventional 2017 LasVegas
## 6743 conventional 2017 LasVegas
## 6744 conventional 2017 LasVegas
## 6745 conventional 2017 LasVegas
## 6746 conventional 2017 LasVegas
## 6747 conventional 2017 LasVegas
## 6748 conventional 2017 LasVegas
## 6749 conventional 2017 LasVegas
## 6750 conventional 2017 LasVegas
## 6751 conventional 2017 LasVegas
## 6752 conventional 2017 LasVegas
## 6753 conventional 2017 LasVegas
## 6754 conventional 2017 LasVegas
## 6755 conventional 2017 LasVegas
## 6756 conventional 2017 LasVegas
## 6757 conventional 2017 LasVegas
## 6758 conventional 2017 LasVegas
## 6759 conventional 2017 LasVegas
## 6760 conventional 2017 LasVegas
## 6761 conventional 2017 LasVegas
## 6762 conventional 2017 LasVegas
## 6763 conventional 2017 LasVegas
## 6764 conventional 2017 LasVegas
## 6765 conventional 2017 LasVegas
## 6766 conventional 2017 LasVegas
## 6767 conventional 2017 LasVegas
## 6768 conventional 2017 LasVegas
## 6769 conventional 2017 LasVegas
## 6770 conventional 2017 LasVegas
## 6771 conventional 2017 LasVegas
## 6772 conventional 2017 LasVegas
## 6773 conventional 2017 LasVegas
## 6774 conventional 2017 LasVegas
## 6775 conventional 2017 LasVegas
## 6776 conventional 2017 LasVegas
## 6777 conventional 2017 LasVegas
## 6778 conventional 2017 LasVegas
## 6779 conventional 2017 LasVegas
## 6780 conventional 2017 LasVegas
## 6781 conventional 2017 LasVegas
## 6782 conventional 2017 LasVegas
## 6783 conventional 2017 LosAngeles
## 6784 conventional 2017 LosAngeles
## 6785 conventional 2017 LosAngeles
## 6786 conventional 2017 LosAngeles
## 6787 conventional 2017 LosAngeles
## 6788 conventional 2017 LosAngeles
## 6789 conventional 2017 LosAngeles
## 6790 conventional 2017 LosAngeles
## 6791 conventional 2017 LosAngeles
## 6792 conventional 2017 LosAngeles
## 6793 conventional 2017 LosAngeles
## 6794 conventional 2017 LosAngeles
## 6795 conventional 2017 LosAngeles
## 6796 conventional 2017 LosAngeles
## 6797 conventional 2017 LosAngeles
## 6798 conventional 2017 LosAngeles
## 6799 conventional 2017 LosAngeles
## 6800 conventional 2017 LosAngeles
## 6801 conventional 2017 LosAngeles
## 6802 conventional 2017 LosAngeles
## 6803 conventional 2017 LosAngeles
## 6804 conventional 2017 LosAngeles
## 6805 conventional 2017 LosAngeles
## 6806 conventional 2017 LosAngeles
## 6807 conventional 2017 LosAngeles
## 6808 conventional 2017 LosAngeles
## 6809 conventional 2017 LosAngeles
## 6810 conventional 2017 LosAngeles
## 6811 conventional 2017 LosAngeles
## 6812 conventional 2017 LosAngeles
## 6813 conventional 2017 LosAngeles
## 6814 conventional 2017 LosAngeles
## 6815 conventional 2017 LosAngeles
## 6816 conventional 2017 LosAngeles
## 6817 conventional 2017 LosAngeles
## 6818 conventional 2017 LosAngeles
## 6819 conventional 2017 LosAngeles
## 6820 conventional 2017 LosAngeles
## 6821 conventional 2017 LosAngeles
## 6822 conventional 2017 LosAngeles
## 6823 conventional 2017 LosAngeles
## 6824 conventional 2017 LosAngeles
## 6825 conventional 2017 LosAngeles
## 6826 conventional 2017 LosAngeles
## 6827 conventional 2017 LosAngeles
## 6828 conventional 2017 LosAngeles
## 6829 conventional 2017 LosAngeles
## 6830 conventional 2017 LosAngeles
## 6831 conventional 2017 LosAngeles
## 6832 conventional 2017 LosAngeles
## 6833 conventional 2017 LosAngeles
## 6834 conventional 2017 LosAngeles
## 6835 conventional 2017 LosAngeles
## 6836 conventional 2017 Louisville
## 6837 conventional 2017 Louisville
## 6838 conventional 2017 Louisville
## 6839 conventional 2017 Louisville
## 6840 conventional 2017 Louisville
## 6841 conventional 2017 Louisville
## 6842 conventional 2017 Louisville
## 6843 conventional 2017 Louisville
## 6844 conventional 2017 Louisville
## 6845 conventional 2017 Louisville
## 6846 conventional 2017 Louisville
## 6847 conventional 2017 Louisville
## 6848 conventional 2017 Louisville
## 6849 conventional 2017 Louisville
## 6850 conventional 2017 Louisville
## 6851 conventional 2017 Louisville
## 6852 conventional 2017 Louisville
## 6853 conventional 2017 Louisville
## 6854 conventional 2017 Louisville
## 6855 conventional 2017 Louisville
## 6856 conventional 2017 Louisville
## 6857 conventional 2017 Louisville
## 6858 conventional 2017 Louisville
## 6859 conventional 2017 Louisville
## 6860 conventional 2017 Louisville
## 6861 conventional 2017 Louisville
## 6862 conventional 2017 Louisville
## 6863 conventional 2017 Louisville
## 6864 conventional 2017 Louisville
## 6865 conventional 2017 Louisville
## 6866 conventional 2017 Louisville
## 6867 conventional 2017 Louisville
## 6868 conventional 2017 Louisville
## 6869 conventional 2017 Louisville
## 6870 conventional 2017 Louisville
## 6871 conventional 2017 Louisville
## 6872 conventional 2017 Louisville
## 6873 conventional 2017 Louisville
## 6874 conventional 2017 Louisville
## 6875 conventional 2017 Louisville
## 6876 conventional 2017 Louisville
## 6877 conventional 2017 Louisville
## 6878 conventional 2017 Louisville
## 6879 conventional 2017 Louisville
## 6880 conventional 2017 Louisville
## 6881 conventional 2017 Louisville
## 6882 conventional 2017 Louisville
## 6883 conventional 2017 Louisville
## 6884 conventional 2017 Louisville
## 6885 conventional 2017 Louisville
## 6886 conventional 2017 Louisville
## 6887 conventional 2017 Louisville
## 6888 conventional 2017 Louisville
## 6889 conventional 2017 MiamiFtLauderdale
## 6890 conventional 2017 MiamiFtLauderdale
## 6891 conventional 2017 MiamiFtLauderdale
## 6892 conventional 2017 MiamiFtLauderdale
## 6893 conventional 2017 MiamiFtLauderdale
## 6894 conventional 2017 MiamiFtLauderdale
## 6895 conventional 2017 MiamiFtLauderdale
## 6896 conventional 2017 MiamiFtLauderdale
## 6897 conventional 2017 MiamiFtLauderdale
## 6898 conventional 2017 MiamiFtLauderdale
## 6899 conventional 2017 MiamiFtLauderdale
## 6900 conventional 2017 MiamiFtLauderdale
## 6901 conventional 2017 MiamiFtLauderdale
## 6902 conventional 2017 MiamiFtLauderdale
## 6903 conventional 2017 MiamiFtLauderdale
## 6904 conventional 2017 MiamiFtLauderdale
## 6905 conventional 2017 MiamiFtLauderdale
## 6906 conventional 2017 MiamiFtLauderdale
## 6907 conventional 2017 MiamiFtLauderdale
## 6908 conventional 2017 MiamiFtLauderdale
## 6909 conventional 2017 MiamiFtLauderdale
## 6910 conventional 2017 MiamiFtLauderdale
## 6911 conventional 2017 MiamiFtLauderdale
## 6912 conventional 2017 MiamiFtLauderdale
## 6913 conventional 2017 MiamiFtLauderdale
## 6914 conventional 2017 MiamiFtLauderdale
## 6915 conventional 2017 MiamiFtLauderdale
## 6916 conventional 2017 MiamiFtLauderdale
## 6917 conventional 2017 MiamiFtLauderdale
## 6918 conventional 2017 MiamiFtLauderdale
## 6919 conventional 2017 MiamiFtLauderdale
## 6920 conventional 2017 MiamiFtLauderdale
## 6921 conventional 2017 MiamiFtLauderdale
## 6922 conventional 2017 MiamiFtLauderdale
## 6923 conventional 2017 MiamiFtLauderdale
## 6924 conventional 2017 MiamiFtLauderdale
## 6925 conventional 2017 MiamiFtLauderdale
## 6926 conventional 2017 MiamiFtLauderdale
## 6927 conventional 2017 MiamiFtLauderdale
## 6928 conventional 2017 MiamiFtLauderdale
## 6929 conventional 2017 MiamiFtLauderdale
## 6930 conventional 2017 MiamiFtLauderdale
## 6931 conventional 2017 MiamiFtLauderdale
## 6932 conventional 2017 MiamiFtLauderdale
## 6933 conventional 2017 MiamiFtLauderdale
## 6934 conventional 2017 MiamiFtLauderdale
## 6935 conventional 2017 MiamiFtLauderdale
## 6936 conventional 2017 MiamiFtLauderdale
## 6937 conventional 2017 MiamiFtLauderdale
## 6938 conventional 2017 MiamiFtLauderdale
## 6939 conventional 2017 MiamiFtLauderdale
## 6940 conventional 2017 MiamiFtLauderdale
## 6941 conventional 2017 MiamiFtLauderdale
## 6942 conventional 2017 Midsouth
## 6943 conventional 2017 Midsouth
## 6944 conventional 2017 Midsouth
## 6945 conventional 2017 Midsouth
## 6946 conventional 2017 Midsouth
## 6947 conventional 2017 Midsouth
## 6948 conventional 2017 Midsouth
## 6949 conventional 2017 Midsouth
## 6950 conventional 2017 Midsouth
## 6951 conventional 2017 Midsouth
## 6952 conventional 2017 Midsouth
## 6953 conventional 2017 Midsouth
## 6954 conventional 2017 Midsouth
## 6955 conventional 2017 Midsouth
## 6956 conventional 2017 Midsouth
## 6957 conventional 2017 Midsouth
## 6958 conventional 2017 Midsouth
## 6959 conventional 2017 Midsouth
## 6960 conventional 2017 Midsouth
## 6961 conventional 2017 Midsouth
## 6962 conventional 2017 Midsouth
## 6963 conventional 2017 Midsouth
## 6964 conventional 2017 Midsouth
## 6965 conventional 2017 Midsouth
## 6966 conventional 2017 Midsouth
## 6967 conventional 2017 Midsouth
## 6968 conventional 2017 Midsouth
## 6969 conventional 2017 Midsouth
## 6970 conventional 2017 Midsouth
## 6971 conventional 2017 Midsouth
## 6972 conventional 2017 Midsouth
## 6973 conventional 2017 Midsouth
## 6974 conventional 2017 Midsouth
## 6975 conventional 2017 Midsouth
## 6976 conventional 2017 Midsouth
## 6977 conventional 2017 Midsouth
## 6978 conventional 2017 Midsouth
## 6979 conventional 2017 Midsouth
## 6980 conventional 2017 Midsouth
## 6981 conventional 2017 Midsouth
## 6982 conventional 2017 Midsouth
## 6983 conventional 2017 Midsouth
## 6984 conventional 2017 Midsouth
## 6985 conventional 2017 Midsouth
## 6986 conventional 2017 Midsouth
## 6987 conventional 2017 Midsouth
## 6988 conventional 2017 Midsouth
## 6989 conventional 2017 Midsouth
## 6990 conventional 2017 Midsouth
## 6991 conventional 2017 Midsouth
## 6992 conventional 2017 Midsouth
## 6993 conventional 2017 Midsouth
## 6994 conventional 2017 Midsouth
## 6995 conventional 2017 Nashville
## 6996 conventional 2017 Nashville
## 6997 conventional 2017 Nashville
## 6998 conventional 2017 Nashville
## 6999 conventional 2017 Nashville
## 7000 conventional 2017 Nashville
## 7001 conventional 2017 Nashville
## 7002 conventional 2017 Nashville
## 7003 conventional 2017 Nashville
## 7004 conventional 2017 Nashville
## 7005 conventional 2017 Nashville
## 7006 conventional 2017 Nashville
## 7007 conventional 2017 Nashville
## 7008 conventional 2017 Nashville
## 7009 conventional 2017 Nashville
## 7010 conventional 2017 Nashville
## 7011 conventional 2017 Nashville
## 7012 conventional 2017 Nashville
## 7013 conventional 2017 Nashville
## 7014 conventional 2017 Nashville
## 7015 conventional 2017 Nashville
## 7016 conventional 2017 Nashville
## 7017 conventional 2017 Nashville
## 7018 conventional 2017 Nashville
## 7019 conventional 2017 Nashville
## 7020 conventional 2017 Nashville
## 7021 conventional 2017 Nashville
## 7022 conventional 2017 Nashville
## 7023 conventional 2017 Nashville
## 7024 conventional 2017 Nashville
## 7025 conventional 2017 Nashville
## 7026 conventional 2017 Nashville
## 7027 conventional 2017 Nashville
## 7028 conventional 2017 Nashville
## 7029 conventional 2017 Nashville
## 7030 conventional 2017 Nashville
## 7031 conventional 2017 Nashville
## 7032 conventional 2017 Nashville
## 7033 conventional 2017 Nashville
## 7034 conventional 2017 Nashville
## 7035 conventional 2017 Nashville
## 7036 conventional 2017 Nashville
## 7037 conventional 2017 Nashville
## 7038 conventional 2017 Nashville
## 7039 conventional 2017 Nashville
## 7040 conventional 2017 Nashville
## 7041 conventional 2017 Nashville
## 7042 conventional 2017 Nashville
## 7043 conventional 2017 Nashville
## 7044 conventional 2017 Nashville
## 7045 conventional 2017 Nashville
## 7046 conventional 2017 Nashville
## 7047 conventional 2017 Nashville
## 7048 conventional 2017 NewOrleansMobile
## 7049 conventional 2017 NewOrleansMobile
## 7050 conventional 2017 NewOrleansMobile
## 7051 conventional 2017 NewOrleansMobile
## 7052 conventional 2017 NewOrleansMobile
## 7053 conventional 2017 NewOrleansMobile
## 7054 conventional 2017 NewOrleansMobile
## 7055 conventional 2017 NewOrleansMobile
## 7056 conventional 2017 NewOrleansMobile
## 7057 conventional 2017 NewOrleansMobile
## 7058 conventional 2017 NewOrleansMobile
## 7059 conventional 2017 NewOrleansMobile
## 7060 conventional 2017 NewOrleansMobile
## 7061 conventional 2017 NewOrleansMobile
## 7062 conventional 2017 NewOrleansMobile
## 7063 conventional 2017 NewOrleansMobile
## 7064 conventional 2017 NewOrleansMobile
## 7065 conventional 2017 NewOrleansMobile
## 7066 conventional 2017 NewOrleansMobile
## 7067 conventional 2017 NewOrleansMobile
## 7068 conventional 2017 NewOrleansMobile
## 7069 conventional 2017 NewOrleansMobile
## 7070 conventional 2017 NewOrleansMobile
## 7071 conventional 2017 NewOrleansMobile
## 7072 conventional 2017 NewOrleansMobile
## 7073 conventional 2017 NewOrleansMobile
## 7074 conventional 2017 NewOrleansMobile
## 7075 conventional 2017 NewOrleansMobile
## 7076 conventional 2017 NewOrleansMobile
## 7077 conventional 2017 NewOrleansMobile
## 7078 conventional 2017 NewOrleansMobile
## 7079 conventional 2017 NewOrleansMobile
## 7080 conventional 2017 NewOrleansMobile
## 7081 conventional 2017 NewOrleansMobile
## 7082 conventional 2017 NewOrleansMobile
## 7083 conventional 2017 NewOrleansMobile
## 7084 conventional 2017 NewOrleansMobile
## 7085 conventional 2017 NewOrleansMobile
## 7086 conventional 2017 NewOrleansMobile
## 7087 conventional 2017 NewOrleansMobile
## 7088 conventional 2017 NewOrleansMobile
## 7089 conventional 2017 NewOrleansMobile
## 7090 conventional 2017 NewOrleansMobile
## 7091 conventional 2017 NewOrleansMobile
## 7092 conventional 2017 NewOrleansMobile
## 7093 conventional 2017 NewOrleansMobile
## 7094 conventional 2017 NewOrleansMobile
## 7095 conventional 2017 NewOrleansMobile
## 7096 conventional 2017 NewOrleansMobile
## 7097 conventional 2017 NewOrleansMobile
## 7098 conventional 2017 NewOrleansMobile
## 7099 conventional 2017 NewOrleansMobile
## 7100 conventional 2017 NewOrleansMobile
## 7101 conventional 2017 NewYork
## 7102 conventional 2017 NewYork
## 7103 conventional 2017 NewYork
## 7104 conventional 2017 NewYork
## 7105 conventional 2017 NewYork
## 7106 conventional 2017 NewYork
## 7107 conventional 2017 NewYork
## 7108 conventional 2017 NewYork
## 7109 conventional 2017 NewYork
## 7110 conventional 2017 NewYork
## 7111 conventional 2017 NewYork
## 7112 conventional 2017 NewYork
## 7113 conventional 2017 NewYork
## 7114 conventional 2017 NewYork
## 7115 conventional 2017 NewYork
## 7116 conventional 2017 NewYork
## 7117 conventional 2017 NewYork
## 7118 conventional 2017 NewYork
## 7119 conventional 2017 NewYork
## 7120 conventional 2017 NewYork
## 7121 conventional 2017 NewYork
## 7122 conventional 2017 NewYork
## 7123 conventional 2017 NewYork
## 7124 conventional 2017 NewYork
## 7125 conventional 2017 NewYork
## 7126 conventional 2017 NewYork
## 7127 conventional 2017 NewYork
## 7128 conventional 2017 NewYork
## 7129 conventional 2017 NewYork
## 7130 conventional 2017 NewYork
## 7131 conventional 2017 NewYork
## 7132 conventional 2017 NewYork
## 7133 conventional 2017 NewYork
## 7134 conventional 2017 NewYork
## 7135 conventional 2017 NewYork
## 7136 conventional 2017 NewYork
## 7137 conventional 2017 NewYork
## 7138 conventional 2017 NewYork
## 7139 conventional 2017 NewYork
## 7140 conventional 2017 NewYork
## 7141 conventional 2017 NewYork
## 7142 conventional 2017 NewYork
## [ reached getOption("max.print") -- omitted 11107 rows ]
new.data <- my.data[my.data$region == "Albany", c("Date","Total.Volume","AveragePrice","X4046","X4225","X4770","region")]
new.data <- rbind(new.data,my.data[my.data$region == "Boston", c("Date","Total.Volume","AveragePrice","X4046","X4225","X4770","region")])
new.data <- rbind(new.data,my.data[my.data$region == "Boise", c("Date","Total.Volume","AveragePrice","X4046","X4225","X4770","region")])
new.data <- new.data[new.data$Total.Volume >50000,]
new.data$Date <- as.Date(new.data$Date)
new.data
## Date Total.Volume AveragePrice X4046 X4225 X4770
## 1 2015-12-27 64236.62 1.33 1036.74 54454.85 48.16
## 2 2015-12-20 54876.98 1.35 674.28 44638.81 58.33
## 3 2015-12-13 118220.22 0.93 794.70 109149.67 130.50
## 4 2015-12-06 78992.15 1.08 1132.00 71976.41 72.58
## 5 2015-11-29 51039.60 1.28 941.48 43838.39 75.78
## 6 2015-11-22 55979.78 1.26 1184.27 48067.99 43.61
## 7 2015-11-15 83453.76 0.99 1368.92 73672.72 93.26
## 8 2015-11-08 109428.33 0.98 703.75 101815.36 80.00
## 9 2015-11-01 99811.42 1.02 1022.15 87315.57 85.34
## 10 2015-10-25 74338.76 1.07 842.40 64757.44 113.00
## 11 2015-10-18 84843.44 1.12 924.86 75595.85 117.07
## 12 2015-10-11 64489.17 1.28 1582.03 52677.92 105.32
## 13 2015-10-04 61007.10 1.31 2268.32 49880.67 101.36
## 14 2015-09-27 106803.39 0.99 1204.88 99409.21 154.84
## 15 2015-09-20 69759.01 1.33 1028.03 59313.12 150.50
## 16 2015-09-13 76111.27 1.28 985.73 65696.86 142.00
## 17 2015-09-06 99172.96 1.11 879.45 90062.62 240.79
## 18 2015-08-30 105693.84 1.07 689.01 94362.67 335.43
## 19 2015-08-23 79992.09 1.34 733.16 67933.79 444.78
## 20 2015-08-16 80043.78 1.33 539.65 68666.01 394.90
## 21 2015-08-09 111140.93 1.12 584.63 100961.46 368.95
## 22 2015-08-02 75133.10 1.45 509.94 62035.06 741.08
## 23 2015-07-26 106757.10 1.11 648.75 91949.05 966.61
## 24 2015-07-19 96617.00 1.26 1042.10 82049.40 2238.02
## 25 2015-07-12 124055.31 1.05 672.25 94693.52 4257.64
## 26 2015-07-05 109252.12 1.35 869.45 72600.55 5883.16
## 27 2015-06-28 89534.81 1.37 664.23 57545.79 4662.71
## 28 2015-06-21 104849.39 1.27 804.01 76688.55 5481.18
## 29 2015-06-14 89631.30 1.32 850.58 55400.94 4377.19
## 30 2015-06-07 122743.06 1.07 656.71 99220.82 90.32
## 31 2015-05-31 95123.62 1.23 922.37 70469.69 50.55
## 32 2015-05-24 101470.91 1.19 680.27 71376.81 58.70
## 33 2015-05-17 109857.47 1.43 1150.55 81955.16 94.32
## 34 2015-05-10 120427.91 1.26 1420.43 102000.52 185.66
## 35 2015-05-03 59197.67 1.20 919.87 45490.05 217.24
## 40 2015-03-29 67799.08 1.02 1402.28 58623.22 89.50
## 44 2015-03-01 55595.74 0.99 629.46 45633.34 181.49
## 47 2015-02-08 51253.97 0.99 1357.37 39111.81 163.25
## 48 2015-02-01 70873.60 0.99 1353.90 60017.20 179.32
## 2809 2016-12-25 73341.73 1.52 3202.39 58280.33 426.92
## 2810 2016-12-18 68938.53 1.53 3345.36 55949.79 138.72
## 2811 2016-12-11 71777.85 1.49 2323.39 56545.79 86.65
## 2812 2016-12-04 113031.96 1.48 6530.78 99746.05 50.84
## 2813 2016-11-27 58171.89 1.52 2793.99 47106.18 18.14
## 2814 2016-11-20 70089.51 1.56 3675.63 56898.54 11.00
## 2815 2016-11-13 63608.01 1.62 3523.63 49837.68 34.00
## 2816 2016-11-06 57178.20 1.63 3212.04 43024.32 36.40
## 2817 2016-10-30 58375.10 1.46 3187.14 45898.52 54.31
## 2818 2016-10-23 92080.35 1.19 4222.93 77537.36 46.00
## 2819 2016-10-16 69060.90 1.40 4027.42 54186.55 53.77
## 2820 2016-10-09 101087.84 1.13 3641.46 87174.41 102.15
## 2821 2016-10-02 75480.26 1.51 4109.22 57515.76 84.08
## 2822 2016-09-25 96853.15 1.62 7658.55 79425.81 43.25
## 2823 2016-09-18 79513.63 1.39 6624.37 63384.56 37.48
## 2824 2016-09-11 81473.15 1.37 6258.88 63511.85 42.26
## 2825 2016-09-04 95456.26 1.44 14741.13 64966.75 88.11
## 2826 2016-08-28 145323.22 1.18 34912.97 94928.79 53.85
## 2827 2016-08-21 94882.79 1.43 14520.36 63416.88 28.03
## 2828 2016-08-14 110528.09 1.20 24000.62 72970.23 26.76
## 2829 2016-08-07 99683.11 1.48 14670.87 69054.28 10.90
## 2830 2016-07-31 125586.57 1.61 9293.65 96915.41 25.46
## 2831 2016-07-24 98321.14 1.46 11580.64 65195.63 13.73
## 2832 2016-07-17 89228.02 1.31 9273.69 64260.69 80.07
## 2833 2016-07-10 131630.13 1.11 20970.24 96581.82 46.49
## 2834 2016-07-03 115907.61 1.42 8373.77 82122.04 146.83
## 2835 2016-06-26 133086.66 1.50 7923.01 106656.84 37.42
## 2836 2016-06-19 112817.51 1.42 6766.63 85374.27 30.07
## 2837 2016-06-12 111394.50 1.38 7531.24 83771.34 81.25
## 2838 2016-06-05 115857.12 1.47 4288.46 92055.75 53.98
## 2839 2016-05-29 127812.25 1.49 2580.77 104876.94 103.64
## 2840 2016-05-22 98863.64 1.34 929.07 74678.36 59.07
## 2841 2016-05-15 96924.19 1.36 901.65 75847.91 82.97
## 2842 2016-05-08 120194.49 1.27 1041.95 96137.78 84.80
## 2843 2016-05-01 173781.78 1.03 884.01 163570.47 37.84
## 2844 2016-04-24 102490.20 1.18 954.60 87571.23 43.15
## 2845 2016-04-17 86433.63 1.22 898.63 70042.60 25.00
## 2846 2016-04-10 70253.30 1.46 972.15 56128.98 38.00
## 2847 2016-04-03 81694.23 0.85 676.27 70459.66 31.20
## 2848 2016-03-27 92529.27 1.49 808.50 78146.18 36.73
## 2849 2016-03-20 110401.88 1.32 764.97 97082.40 70.15
## 2850 2016-03-13 108264.90 1.18 847.64 96117.13 60.99
## 2851 2016-03-06 90633.66 1.27 972.34 74693.31 56.26
## 2852 2016-02-28 87822.43 1.26 805.41 72159.95 63.13
## 2853 2016-02-21 99817.47 1.28 869.16 84484.99 24.98
## 2854 2016-02-14 98008.16 1.13 1640.86 77133.01 12.00
## 2855 2016-02-07 169614.01 1.07 2031.67 157271.87 109.88
## 2856 2016-01-31 102038.32 1.16 1386.24 79881.67 69.46
## 2857 2016-01-24 96089.13 1.22 545.37 70802.56 68.41
## 2858 2016-01-17 119972.41 1.26 1202.52 100613.46 51.22
## 2859 2016-01-10 79121.77 1.28 848.19 66696.97 109.08
## 2860 2016-01-03 149038.15 1.03 939.71 139735.90 132.35
## 5617 2017-12-31 113514.42 1.47 2622.70 101135.53 20.25
## 5618 2017-12-24 77039.09 1.45 2811.71 58592.23 19.06
## 5619 2017-12-17 70677.56 1.43 2578.95 50811.52 79.18
## 5620 2017-12-10 92325.53 1.29 3220.05 75147.56 104.36
## 5621 2017-12-03 139970.00 1.39 3772.00 126551.00 136.00
## 5622 2017-11-26 62977.00 1.50 2413.00 49076.00 62.00
## 5623 2017-11-19 97273.00 1.65 2695.00 80596.00 43.00
## 5624 2017-11-12 113586.00 1.26 4509.00 96748.00 213.00
## 5625 2017-11-05 71076.94 1.62 2483.36 55509.31 33.88
## 5626 2017-10-29 69432.23 1.67 2959.76 57585.49 57.94
## 5627 2017-10-22 69704.09 1.56 3758.80 57340.30 35.48
## 5628 2017-10-15 73574.89 1.65 3383.35 63355.37 62.45
## 5629 2017-10-08 55368.61 1.78 3679.82 45843.75 42.63
## 5630 2017-10-01 71205.11 1.69 4411.02 57416.25 77.85
## 5631 2017-09-24 68539.64 1.64 2508.62 56023.16 74.82
## 5632 2017-09-17 80109.29 1.41 3986.20 66934.64 33.59
## 5633 2017-09-10 99645.88 1.78 3368.35 87155.11 136.96
## 5634 2017-09-03 74297.64 1.76 4738.38 59299.03 121.57
## 5635 2017-08-27 75471.56 1.61 2156.20 59831.83 71.46
## 5636 2017-08-20 74620.33 1.61 1553.71 59028.13 130.14
## 5637 2017-08-13 133070.41 1.52 1947.26 118605.14 186.67
## 5638 2017-08-06 92938.17 1.53 2456.91 76509.07 336.06
## 5639 2017-07-30 83599.96 1.61 1915.81 73287.66 321.62
## 5640 2017-07-23 84416.61 1.49 1905.52 72533.28 940.58
## 5641 2017-07-16 102461.61 1.39 2468.78 86707.66 2546.08
## 5642 2017-07-09 101331.41 1.52 2899.46 81929.02 494.51
## 5643 2017-07-02 98282.07 1.56 2808.47 79968.24 741.19
## 5644 2017-06-25 89303.04 1.53 2224.67 74282.58 129.85
## 5645 2017-06-18 97079.34 1.58 2454.01 82154.43 723.07
## 5646 2017-06-11 91949.26 1.65 1989.84 76736.87 364.68
## 5647 2017-06-04 84842.97 1.70 1923.04 72573.09 100.07
## 5648 2017-05-28 121869.11 1.80 2345.65 106690.16 105.74
## 5649 2017-05-21 100256.85 1.38 2307.02 86817.51 334.01
## 5650 2017-05-14 96750.67 1.77 2804.86 80469.48 196.39
## 5651 2017-05-07 127193.26 1.47 2473.53 87791.87 121.07
## 5652 2017-04-30 124926.39 1.13 2573.11 99451.52 81.89
## 5653 2017-04-23 89327.10 1.34 4437.50 61512.84 84.45
## 5654 2017-04-16 90487.05 1.62 4362.98 71957.73 161.28
## 5655 2017-04-09 105436.11 1.54 3708.13 87775.86 44.28
## 5656 2017-04-02 92621.11 1.62 4530.80 68015.37 97.26
## 5657 2017-03-26 122951.65 1.16 3184.29 100854.22 70.17
## 5658 2017-03-19 92774.61 1.60 2332.96 72033.15 140.57
## 5659 2017-03-12 95713.29 1.54 2046.80 67162.63 89.32
## 5660 2017-03-05 107354.25 1.18 3123.26 90784.49 57.86
## 5661 2017-02-26 88371.09 1.40 3190.28 73959.76 71.20
## 5662 2017-02-19 95475.07 1.67 2702.57 81691.54 125.48
## 5663 2017-02-12 97215.94 1.42 3808.43 81070.44 175.60
## 5664 2017-02-05 183549.08 1.49 5666.60 165530.03 2119.02
## 5665 2017-01-29 95424.59 1.31 3844.62 78315.15 484.56
## 5666 2017-01-22 128679.24 1.59 4119.94 111173.08 2191.71
## 5667 2017-01-15 88526.26 1.55 3327.65 71956.77 607.03
## 5668 2017-01-08 91728.18 1.55 3355.47 75641.23 56.91
## 5669 2017-01-01 129948.23 1.47 4845.77 117027.41 200.36
## 8479 2018-03-25 149396.50 1.57 16361.69 109045.03 65.45
## 8480 2018-03-18 105304.65 1.35 13234.86 61037.58 55.00
## 8481 2018-03-11 144648.75 1.12 15823.35 110950.68 70.00
## 8482 2018-03-04 139520.60 1.08 12002.12 105069.57 95.62
## 8483 2018-02-25 104278.89 1.28 10368.77 59723.32 48.00
## 8484 2018-02-18 85630.24 1.43 5499.73 61661.76 75.00
## 8485 2018-02-11 121804.36 1.45 8183.48 95548.47 61.00
## 8486 2018-02-04 216738.47 1.03 7625.65 195725.06 143.53
## 8487 2018-01-28 93625.03 1.57 3101.17 74627.23 55.59
## 8488 2018-01-21 135196.35 1.69 3133.37 116520.88 88.78
## 8489 2018-01-14 95246.38 1.42 2897.41 76570.67 44.00
## 8490 2018-01-07 98540.22 1.13 2940.63 76192.61 42.63
## 209 2015-12-27 450816.39 1.13 3886.27 346964.70 13952.56
## 210 2015-12-20 489802.88 1.07 4912.37 390100.99 5887.72
## 211 2015-12-13 549945.76 1.01 4641.02 455362.38 219.40
## 212 2015-12-06 488679.31 1.02 5126.32 407520.22 142.99
## 213 2015-11-29 350559.81 1.19 3609.25 272719.08 105.86
## 214 2015-11-22 466759.99 1.07 4457.62 383420.46 233.74
## 215 2015-11-15 513738.98 1.05 5310.32 420936.80 139.71
## 216 2015-11-08 641759.57 1.04 5304.09 542880.92 231.74
## 217 2015-11-01 553096.84 1.06 4886.14 449532.49 170.29
## 218 2015-10-25 534249.47 1.02 4005.39 430725.78 191.31
## 219 2015-10-18 725296.29 0.94 6409.86 627503.98 332.87
## 220 2015-10-11 485706.68 1.14 5145.86 378295.90 355.03
## 221 2015-10-04 536479.42 1.07 5804.31 427358.64 277.56
## 222 2015-09-27 553307.04 1.07 5210.84 463079.81 289.49
## 223 2015-09-20 498640.23 1.15 4376.74 398673.48 418.46
## 224 2015-09-13 655682.95 1.03 5422.29 560792.23 353.77
## 225 2015-09-06 577774.74 1.11 4237.44 477867.83 496.62
## 226 2015-08-30 526664.87 1.13 4177.03 438502.90 554.04
## 227 2015-08-23 589471.32 1.07 4744.11 488292.10 608.61
## 228 2015-08-16 565795.06 1.15 4460.85 464476.33 748.65
## 229 2015-08-09 690517.19 1.07 4173.23 590998.11 827.06
## 230 2015-08-02 571994.50 1.17 4442.20 468591.76 1451.95
## 231 2015-07-26 500233.69 1.28 4299.27 393281.62 1957.86
## 232 2015-07-19 597168.12 1.18 4720.08 477629.80 5071.77
## 233 2015-07-12 634515.74 1.14 5332.07 471639.53 9361.55
## 234 2015-07-05 582909.73 1.27 4743.46 418251.03 11053.82
## 235 2015-06-28 560494.92 1.25 4688.28 403230.60 9120.30
## 236 2015-06-21 543504.66 1.24 3582.45 404908.53 8899.20
## 237 2015-06-14 684346.48 1.08 5104.19 521254.77 6545.42
## 238 2015-06-07 562542.86 1.25 4034.11 421007.42 93.05
## 239 2015-05-31 565160.95 1.26 4128.35 418105.36 108.60
## 240 2015-05-24 633521.98 1.14 4601.66 490485.76 276.82
## 241 2015-05-17 534488.54 1.26 4285.68 380514.08 162.66
## 242 2015-05-10 625558.14 1.14 4601.50 476827.52 131.47
## 243 2015-05-03 552368.94 1.17 3828.64 429586.28 239.76
## 244 2015-04-26 465911.37 1.28 3915.30 352464.49 131.46
## 245 2015-04-19 504619.83 1.15 4013.71 384880.49 162.91
## 246 2015-04-12 408485.16 1.26 3575.89 294164.23 106.09
## 247 2015-04-05 449818.01 1.27 3657.54 330424.74 99.92
## 248 2015-03-29 453631.25 1.19 3619.31 339299.30 151.36
## 249 2015-03-22 453173.22 1.18 5956.18 344396.92 155.94
## 250 2015-03-15 417750.36 1.25 6085.75 308996.70 111.59
## 251 2015-03-08 408403.96 1.17 3425.53 290512.65 78.96
## 252 2015-03-01 485736.10 1.11 4106.42 383573.77 192.98
## 253 2015-02-22 355432.28 1.23 3232.68 251341.30 142.33
## 254 2015-02-15 399883.99 1.20 3794.97 281106.45 143.41
## 255 2015-02-08 609985.34 1.04 7653.19 495731.70 383.73
## 256 2015-02-01 490022.14 1.22 6082.88 373452.06 272.81
## 257 2015-01-25 409343.56 1.17 4730.77 288094.65 45.98
## 258 2015-01-18 401331.33 1.23 4383.76 287778.52 132.53
## 259 2015-01-11 437771.89 1.10 5548.11 320577.36 121.81
## 260 2015-01-04 491738.00 1.02 7193.87 396752.18 128.82
## 3017 2016-12-25 447600.75 1.28 4349.63 346516.32 4183.69
## 3018 2016-12-18 579577.33 1.09 6123.84 488107.01 7765.43
## 3019 2016-12-11 510800.58 1.22 3711.20 409645.98 5052.84
## 3020 2016-12-04 473428.36 1.26 4371.95 393748.18 3449.16
## 3021 2016-11-27 391257.01 1.45 4243.20 317090.39 3069.37
## 3022 2016-11-20 475677.35 1.39 7917.90 356867.57 4915.71
## 3023 2016-11-13 397601.10 1.56 5233.97 314434.80 3726.92
## 3024 2016-11-06 366175.49 1.62 4016.72 284809.54 3370.17
## 3025 2016-10-30 376500.91 1.67 5542.76 304461.49 3787.66
## 3026 2016-10-23 439551.69 1.58 10444.80 335243.75 6144.55
## 3027 2016-10-16 453605.17 1.60 6472.04 345051.11 4742.43
## 3028 2016-10-09 468135.46 1.49 7435.21 366648.78 3837.72
## 3029 2016-10-02 459163.77 1.59 20871.74 340342.71 5003.77
## 3030 2016-09-25 483057.37 1.53 40864.15 338301.37 6515.89
## 3031 2016-09-18 489600.60 1.45 39970.65 346155.69 7080.02
## 3032 2016-09-11 672672.86 1.27 85204.27 470860.24 9617.73
## 3033 2016-09-04 541671.24 1.41 23481.94 381830.77 10225.22
## 3034 2016-08-28 582023.28 1.37 37757.36 388173.87 7653.70
## 3035 2016-08-21 586072.78 1.31 15419.55 353351.42 7923.98
## 3036 2016-08-14 602605.29 1.29 20310.78 353845.28 8194.83
## 3037 2016-08-07 525387.25 1.48 15830.01 335033.53 8735.44
## 3038 2016-07-31 508949.60 1.61 12550.40 338691.73 8772.17
## 3039 2016-07-24 509094.85 1.52 13099.78 343835.83 10965.64
## 3040 2016-07-17 488508.05 1.56 11289.68 320250.99 10381.25
## 3041 2016-07-10 549815.44 1.32 17289.06 359933.80 14982.90
## 3042 2016-07-03 585484.69 1.38 11397.63 408601.95 17326.08
## 3043 2016-06-26 626972.88 1.33 10379.75 433431.64 28898.79
## 3044 2016-06-19 649660.14 1.32 10851.29 456521.61 38655.07
## 3045 2016-06-12 632855.52 1.29 12891.22 421978.89 43090.81
## 3046 2016-06-05 634989.55 1.26 8833.67 417995.15 51385.74
## 3047 2016-05-29 673496.13 1.08 7708.04 461424.99 72848.75
## 3048 2016-05-22 665086.17 1.05 4319.45 430580.52 81859.54
## 3049 2016-05-15 709563.16 1.06 5790.13 517840.35 63055.48
## 3050 2016-05-08 924194.42 0.85 6383.12 698437.70 80414.29
## 3051 2016-05-01 716003.18 1.05 4764.79 520369.75 54779.30
## 3052 2016-04-24 626895.08 1.07 4157.76 446540.80 51958.73
## 3053 2016-04-17 617179.71 1.08 3871.79 438210.92 43926.90
## 3054 2016-04-10 652546.84 0.99 4326.56 456029.59 74452.30
## 3055 2016-04-03 559718.46 1.11 4683.35 406529.44 42112.53
## 3056 2016-03-27 639420.34 1.08 4253.90 463187.03 51477.79
## 3057 2016-03-20 645235.38 1.10 5364.32 490720.39 34714.64
## 3058 2016-03-13 651211.44 1.05 5420.01 487268.37 46932.61
## 3059 2016-03-06 600639.74 1.10 6153.04 434300.22 36352.99
## 3060 2016-02-28 652943.00 1.08 6632.53 506048.61 36934.25
## 3061 2016-02-21 553709.44 1.14 5600.54 388956.70 36873.84
## 3062 2016-02-14 751656.56 0.98 7591.61 560259.15 58165.42
## 3063 2016-02-07 678810.37 1.05 5986.94 511548.60 25200.19
## 3064 2016-01-31 651616.91 1.03 6037.25 501280.47 25252.35
## 3065 2016-01-24 670376.77 1.05 3107.96 482030.79 26052.91
## 3066 2016-01-17 665217.66 1.02 4392.86 486767.87 32505.74
## 3067 2016-01-10 536674.53 1.15 4120.09 391873.45 13321.08
## 3068 2016-01-03 610622.03 1.01 5112.51 492477.86 21182.52
## 5829 2017-12-31 419696.59 1.40 9622.52 325398.02 2061.91
## 5830 2017-12-24 414147.94 1.45 10726.67 312860.91 1638.50
## 5831 2017-12-17 516770.62 1.28 10139.25 413484.37 3836.18
## 5832 2017-12-10 687251.82 1.14 13210.49 557434.99 2169.35
## 5833 2017-12-03 488588.00 1.40 12171.00 386056.00 1901.00
## 5834 2017-11-26 423778.00 1.39 10677.00 304833.00 2073.00
## 5835 2017-11-19 476236.00 1.36 11494.00 341486.00 2365.00
## 5836 2017-11-12 639092.00 1.23 15689.00 533027.00 5720.00
## 5837 2017-11-05 440972.34 1.49 13002.80 334875.51 2014.44
## 5838 2017-10-29 465106.32 1.49 14781.17 360615.41 2145.15
## 5839 2017-10-22 435243.72 1.48 19871.30 328476.35 2432.68
## 5840 2017-10-15 418233.95 1.59 20138.49 331423.32 2218.03
## 5841 2017-10-08 451608.73 1.61 16621.16 322931.92 1266.34
## 5842 2017-10-01 482271.83 1.62 14889.71 366122.85 1797.71
## 5843 2017-09-24 498019.71 1.62 10697.54 384522.40 1718.59
## 5844 2017-09-17 462796.84 1.58 11826.63 323528.38 1322.39
## 5845 2017-09-10 524513.26 1.63 10795.32 394645.36 1483.54
## 5846 2017-09-03 457862.00 1.81 10210.08 333916.08 1478.63
## 5847 2017-08-27 455915.26 1.79 7262.03 319717.74 1534.57
## 5848 2017-08-20 474982.44 1.77 6723.39 328845.89 1675.13
## 5849 2017-08-13 624419.06 1.52 7302.93 492068.56 2985.05
## 5850 2017-08-06 604758.68 1.55 8619.19 470232.85 3211.56
## 5851 2017-07-30 568255.53 1.48 8414.57 429987.00 3326.40
## 5852 2017-07-23 686734.63 1.37 7993.86 556263.37 6107.14
## 5853 2017-07-16 594015.93 1.56 9162.09 463806.98 3825.67
## 5854 2017-07-09 560021.69 1.69 8735.91 464670.36 3962.90
## 5855 2017-07-02 545128.14 1.67 6572.32 437068.51 4890.20
## 5856 2017-06-25 545889.03 1.68 5987.76 434222.79 3399.30
## 5857 2017-06-18 581303.33 1.66 5379.22 452146.49 3286.69
## 5858 2017-06-11 583709.06 1.72 5556.48 457512.97 3039.46
## 5859 2017-06-04 590580.03 1.73 5139.73 460653.96 3075.67
## 5860 2017-05-28 602637.88 1.73 5970.30 460430.96 2755.68
## 5861 2017-05-21 572421.46 1.69 5555.84 441357.29 3222.88
## 5862 2017-05-14 610348.46 1.62 5152.68 448442.71 3462.02
## 5863 2017-05-07 676849.88 1.49 6703.20 493447.52 6088.75
## 5864 2017-04-30 603284.31 1.61 5758.71 467084.40 3505.87
## 5865 2017-04-23 520793.48 1.63 9577.17 382449.77 3293.60
## 5866 2017-04-16 592049.78 1.61 7319.25 437483.37 3589.29
## 5867 2017-04-09 629799.49 1.53 5715.72 450287.22 3497.44
## 5868 2017-04-02 571902.20 1.56 7962.51 427483.90 3484.11
## 5869 2017-03-26 550948.58 1.51 6860.31 412840.77 3403.92
## 5870 2017-03-19 540540.50 1.54 5709.44 425273.84 3736.16
## 5871 2017-03-12 495117.57 1.55 5729.95 389749.89 3675.15
## 5872 2017-03-05 620307.93 1.30 9208.87 529716.12 5832.20
## 5873 2017-02-26 599178.18 1.24 11751.20 489161.87 5887.27
## 5874 2017-02-19 521125.33 1.31 27790.50 391316.37 5419.01
## 5875 2017-02-12 791126.41 1.12 83640.38 593329.02 11050.66
## 5876 2017-02-05 772110.18 1.19 50889.62 594522.97 7080.99
## 5877 2017-01-29 604106.12 1.32 5792.32 464828.97 6111.10
## 5878 2017-01-22 663735.14 1.26 4741.15 526892.92 11138.94
## 5879 2017-01-15 577976.65 1.30 5430.50 457448.44 8522.37
## 5880 2017-01-08 730358.49 1.09 7543.51 605624.94 9300.68
## 5881 2017-01-01 458830.49 1.29 4119.90 371223.34 3933.72
## 8527 2018-03-25 641462.43 1.39 26019.52 479186.12 1883.17
## 8528 2018-03-18 602177.43 1.38 24831.59 443903.93 1853.86
## 8529 2018-03-11 629090.87 1.34 23641.04 479640.60 1840.01
## 8530 2018-03-04 785188.72 1.19 20384.08 645988.55 1884.67
## 8531 2018-02-25 527274.99 1.41 19622.47 376506.86 1796.38
## 8532 2018-02-18 515022.94 1.51 16054.89 378699.13 2422.76
## 8533 2018-02-11 834304.52 1.30 23220.89 703749.06 6620.69
## 8534 2018-02-04 725934.21 1.39 21309.40 566751.03 3293.87
## 8535 2018-01-28 800274.40 1.22 14384.54 680080.04 2656.90
## 8536 2018-01-21 999783.13 1.12 15177.93 865836.92 6492.83
## 8537 2018-01-14 533150.49 1.49 10669.09 393026.08 2533.63
## 8538 2018-01-07 685417.51 1.28 12012.96 557314.83 4961.24
## 157 2015-12-27 62909.69 0.97 30482.25 2971.94 5894.40
## 158 2015-12-20 57504.05 1.03 25628.22 2546.09 7393.84
## 159 2015-12-13 58461.05 0.99 27148.61 2985.73 6458.44
## 160 2015-12-06 95295.34 0.71 35590.98 12526.50 4086.26
## 162 2015-11-22 52875.58 1.09 25408.86 3255.97 6662.80
## 163 2015-11-15 68648.22 1.01 24424.72 12085.72 6502.37
## 164 2015-11-08 55847.79 1.11 31910.27 4651.88 6285.73
## 165 2015-11-01 53585.51 1.14 30434.99 4359.52 6428.27
## 166 2015-10-25 59874.45 1.11 29521.58 10089.82 6551.57
## 167 2015-10-18 54191.14 1.16 29614.23 9069.38 6586.27
## 168 2015-10-11 80904.19 0.94 26114.19 33415.88 7604.48
## 169 2015-10-04 59496.33 1.12 35154.43 10821.85 7551.63
## 170 2015-09-27 64187.80 0.99 47007.35 5754.04 3663.30
## 171 2015-09-20 73952.90 1.03 34826.90 21592.13 6640.07
## 172 2015-09-13 64208.84 1.08 45738.83 4393.90 6593.46
## 173 2015-09-06 64464.61 1.16 44134.65 5402.17 7991.75
## 174 2015-08-30 60099.83 1.19 40926.77 5809.92 7922.58
## 175 2015-08-23 70773.76 1.05 44059.22 14861.33 4433.12
## 176 2015-08-16 64001.61 1.12 46189.28 5258.21 6457.21
## 177 2015-08-09 61286.98 1.10 44739.54 5034.00 3931.19
## 178 2015-08-02 67763.91 1.07 51151.27 5140.89 5435.36
## 179 2015-07-26 67826.07 1.07 50978.38 4856.27 5479.57
## 180 2015-07-19 63958.04 1.09 45921.60 5300.30 5565.17
## 181 2015-07-12 74677.72 1.05 51828.75 5802.65 7474.40
## 182 2015-07-05 85044.45 1.15 61949.73 8022.13 8434.98
## 183 2015-06-28 75280.41 1.04 59111.33 6573.26 3974.75
## 184 2015-06-21 81397.07 1.06 52790.21 15444.74 5875.85
## 185 2015-06-14 87607.71 0.99 58791.25 17880.43 3135.99
## 186 2015-06-07 80751.29 1.12 61245.49 7237.55 6655.69
## 187 2015-05-31 76689.38 0.97 57373.57 7421.36 4028.30
## 188 2015-05-24 83209.77 1.03 54825.95 14839.33 6037.23
## 189 2015-05-17 77987.53 0.96 61319.66 7393.99 2919.87
## 190 2015-05-10 95788.53 1.06 62505.30 15896.54 7891.16
## 191 2015-05-03 85466.99 1.00 66880.12 7942.34 4289.72
## 192 2015-04-26 88111.17 0.96 69544.59 7985.48 3401.65
## 193 2015-04-19 89694.96 0.99 56843.62 21630.90 3260.22
## 194 2015-04-12 66246.30 1.19 44469.15 8506.36 7523.01
## 195 2015-04-05 76704.46 1.09 57339.81 9060.49 3790.38
## 196 2015-03-29 74543.98 0.98 59532.94 7119.52 3101.98
## 197 2015-03-22 61419.11 1.17 44227.33 6589.77 7290.24
## 198 2015-03-15 65918.28 1.00 51472.29 7018.29 2981.80
## 199 2015-03-08 65350.24 1.14 45879.84 7206.22 7403.75
## 200 2015-03-01 75046.37 1.06 40578.00 23738.56 3491.83
## 201 2015-02-22 76836.10 0.99 50872.00 16374.74 2122.09
## 202 2015-02-15 61221.98 1.14 41547.87 7840.31 6492.94
## 203 2015-02-08 69970.75 1.07 54229.34 9647.24 3047.00
## 204 2015-02-01 113578.24 0.91 67496.30 36532.33 2904.77
## 205 2015-01-25 66069.21 1.03 51922.06 7555.95 2061.16
## 206 2015-01-18 62870.49 1.08 50354.95 6342.37 2257.23
## 207 2015-01-11 57355.52 1.18 38112.34 10997.54 3321.89
## 208 2015-01-04 80034.32 1.01 44562.12 24964.23 2752.35
## 2965 2016-12-25 71168.92 1.03 27464.22 2892.64 6681.19
## 2966 2016-12-18 64421.58 1.02 28725.38 2337.22 5562.76
## 2967 2016-12-11 98346.80 0.80 30311.25 10382.62 4088.10
## 2968 2016-12-04 72471.63 1.01 34194.72 2996.30 3771.85
## 2969 2016-11-27 51941.45 1.22 23774.54 2187.17 5526.29
## 2970 2016-11-20 62526.51 1.27 28834.32 2463.45 7123.14
## 2971 2016-11-13 67212.14 1.28 32035.36 3042.08 6078.72
## 2972 2016-11-06 59587.14 1.37 24935.25 2893.68 7688.17
## 2973 2016-10-30 59788.57 1.34 25832.98 3018.08 7311.55
## 2974 2016-10-23 70652.14 1.17 27935.70 3769.48 6919.11
## 2975 2016-10-16 77804.54 1.09 35485.60 2006.71 6689.31
## 2976 2016-10-09 84234.53 1.03 38087.17 2089.42 6562.37
## 2977 2016-10-02 106259.51 0.90 27542.88 8194.14 7082.70
## 2978 2016-09-25 87557.13 0.91 39342.09 2342.03 5737.02
## 2979 2016-09-18 82377.77 0.97 39719.19 2199.34 6951.12
## 2980 2016-09-11 89822.98 0.89 41793.11 1783.77 6411.87
## 2981 2016-09-04 79683.06 1.01 37233.67 2055.59 7067.38
## 2982 2016-08-28 78599.85 0.99 36837.75 1982.25 5918.50
## 2983 2016-08-21 84013.04 0.90 40944.28 2078.24 4694.68
## 2984 2016-08-14 88787.27 0.93 43525.98 1959.35 6569.03
## 2985 2016-08-07 70711.46 0.76 32775.33 2002.12 2.53
## 2986 2016-07-31 69620.36 0.78 30747.49 1920.50 2.53
## 2987 2016-07-24 65580.47 0.74 26990.40 1685.17 3.26
## 2988 2016-07-17 69052.66 0.70 27671.07 1614.16 6.29
## 2989 2016-07-10 132511.44 0.75 39211.45 4977.23 3.06
## 2990 2016-07-03 136377.55 0.77 36208.26 6421.90 12.16
## 2991 2016-06-26 127961.84 0.69 34024.13 5853.32 9.30
## 2992 2016-06-19 129020.17 0.70 36119.41 6692.38 2.00
## 2993 2016-06-12 68721.61 0.67 34791.42 2578.94 2.63
## 2994 2016-06-05 95948.06 0.63 31280.00 5422.61 11.56
## 2995 2016-05-29 82549.14 0.63 29694.73 4570.07 6.61
## 2996 2016-05-22 75996.51 0.65 32112.63 3221.12 2.65
## 2997 2016-05-15 95143.57 0.58 34103.08 6201.35 15.58
## 2998 2016-05-08 106409.67 0.61 43200.28 5397.41 7.29
## 2999 2016-05-01 82585.83 0.63 32240.97 3928.02 0.00
## 3000 2016-04-24 79562.45 0.65 36437.80 2849.95 590.88
## 3001 2016-04-17 109590.28 0.67 41244.44 9075.77 4729.87
## 3002 2016-04-10 86897.72 0.82 44344.90 3303.93 5340.61
## 3003 2016-04-03 97650.29 0.82 45952.69 5362.40 6316.00
## 3004 2016-03-27 101267.73 0.81 40228.96 6891.08 9114.47
## 3005 2016-03-20 83080.73 0.94 41756.47 2697.57 9201.19
## 3006 2016-03-13 100144.93 0.83 45571.10 4920.83 6448.33
## 3007 2016-03-06 97421.21 0.86 41714.26 5373.09 7307.07
## 3008 2016-02-28 89981.54 0.89 38143.38 5361.13 8767.10
## 3009 2016-02-21 93951.14 0.74 37807.51 9084.55 4890.81
## 3010 2016-02-14 78070.34 0.94 38043.20 5302.57 6617.29
## 3011 2016-02-07 123715.17 0.82 42825.57 14822.29 17989.29
## 3012 2016-01-31 83755.38 0.94 36196.35 4791.21 8440.95
## 3013 2016-01-24 58434.39 0.90 18003.36 4208.29 4714.06
## 3014 2016-01-17 92385.23 0.92 34302.93 7884.23 8901.10
## 3015 2016-01-10 89880.90 0.93 31802.36 8347.01 9065.03
## 3016 2016-01-03 106106.95 0.77 43868.70 10276.84 5431.66
## 5776 2017-12-31 79646.97 1.13 38196.44 1706.22 6263.00
## 5777 2017-12-24 71004.42 1.18 39116.52 2348.06 4750.61
## 5778 2017-12-17 65090.38 1.29 31969.34 1752.04 6655.62
## 5779 2017-12-10 85496.29 1.08 53165.53 1936.25 4746.44
## 5780 2017-12-03 86646.00 1.14 38662.00 1518.00 7094.00
## 5781 2017-11-26 54681.00 1.44 28307.00 1707.00 5116.00
## 5782 2017-11-19 60602.00 1.42 31177.00 2085.00 5660.00
## 5783 2017-11-12 81827.00 1.23 37876.00 2047.00 4630.00
## 5784 2017-11-05 81104.74 1.21 40651.49 1848.89 4629.02
## 5785 2017-10-29 68520.83 1.44 33724.32 2180.13 4757.31
## 5786 2017-10-22 83842.86 1.43 49926.45 2947.99 4055.92
## 5787 2017-10-15 58062.20 1.83 30892.83 2910.65 5019.97
## 5788 2017-10-08 56087.36 1.89 28952.89 2680.35 6108.00
## 5789 2017-10-01 58602.78 1.80 33499.14 2015.33 5127.60
## 5790 2017-09-24 56671.53 1.78 29755.87 1936.46 5658.57
## 5791 2017-09-17 65336.49 1.73 35146.94 2637.92 5498.75
## 5792 2017-09-10 66479.27 1.76 36441.41 2816.58 6160.18
## 5793 2017-09-03 64354.65 1.68 30130.01 3171.02 6522.54
## 5794 2017-08-27 93803.53 1.30 45399.28 2514.25 6033.78
## 5795 2017-08-20 88030.54 1.37 42285.45 2840.46 7323.21
## 5796 2017-08-13 70716.83 1.51 36652.25 3646.53 5544.33
## 5797 2017-08-06 73710.09 1.54 37252.55 3802.70 7644.86
## 5798 2017-07-30 72020.82 1.54 36727.08 3472.94 7264.42
## 5799 2017-07-23 70783.80 1.51 36289.63 3129.50 7061.55
## 5800 2017-07-16 72245.09 1.49 35748.28 3543.60 8951.08
## 5801 2017-07-09 125786.14 0.98 47772.28 3135.19 7817.34
## 5802 2017-07-02 97408.49 1.17 41134.31 3402.67 8606.69
## 5803 2017-06-25 95071.28 1.20 41340.98 3573.62 7667.69
## 5804 2017-06-18 92906.33 1.21 40471.78 3263.11 8414.51
## 5805 2017-06-11 92547.42 1.21 40250.67 2998.49 8103.35
## 5806 2017-06-04 98460.27 1.19 42302.58 3757.52 7950.05
## 5807 2017-05-28 100415.90 1.21 40637.11 3548.36 10210.41
## 5808 2017-05-21 86532.91 1.29 35312.23 3430.40 10330.63
## 5809 2017-05-14 94466.25 1.20 38987.28 2778.88 9358.25
## 5810 2017-05-07 121483.27 1.09 60550.46 3285.18 9701.89
## 5811 2017-04-30 109119.00 1.03 41327.06 2195.12 9316.90
## 5812 2017-04-23 93656.08 1.14 41816.24 2688.06 9753.54
## 5813 2017-04-16 99410.94 1.15 43003.22 3555.37 9548.66
## 5814 2017-04-09 95508.38 1.21 39291.67 4115.55 10280.71
## 5815 2017-04-02 94905.40 1.20 41043.29 3616.58 9919.67
## 5816 2017-03-26 95292.56 1.16 43566.18 4140.76 8899.30
## 5817 2017-03-19 86727.42 1.15 33891.70 3887.21 9034.34
## 5818 2017-03-12 112776.10 0.98 33062.31 9415.52 9975.45
## 5819 2017-03-05 93814.08 1.11 29234.27 5256.50 12115.21
## 5820 2017-02-26 105023.56 0.91 31701.22 5199.76 11562.80
## 5821 2017-02-19 107721.63 0.94 33444.06 7191.92 9936.27
## 5822 2017-02-12 97785.46 0.98 41600.65 4101.11 9261.32
## 5823 2017-02-05 136090.67 0.90 36808.59 11333.87 23346.13
## 5824 2017-01-29 105132.82 0.93 35677.85 6532.78 9559.20
## 5825 2017-01-22 88317.73 1.01 34251.49 5626.82 8313.98
## 5826 2017-01-15 94156.43 1.00 36085.47 4773.66 10056.51
## 5827 2017-01-08 103788.25 1.02 35596.88 7162.53 12143.68
## 5828 2017-01-01 104510.11 0.92 27845.16 9408.92 11341.75
## 8515 2018-03-25 85839.98 1.28 40361.51 2026.94 9200.23
## 8516 2018-03-18 119045.04 1.03 49145.38 6654.76 7737.62
## 8517 2018-03-11 80611.01 1.26 28399.47 2279.82 12280.50
## 8518 2018-03-04 91070.80 1.22 44454.46 1835.89 10101.52
## 8519 2018-02-25 113183.43 1.09 42116.22 7518.83 11798.39
## 8520 2018-02-18 80833.06 1.25 39772.80 2363.06 8575.65
## 8521 2018-02-11 93106.27 1.14 48308.72 2816.31 10558.83
## 8522 2018-02-04 128702.15 1.07 39582.33 8511.49 22490.26
## 8523 2018-01-28 105025.45 1.12 66653.80 1971.68 6961.61
## 8524 2018-01-21 88727.77 1.25 49711.32 2157.11 6343.03
## 8525 2018-01-14 111113.11 1.15 49335.23 7414.97 8298.95
## 8526 2018-01-07 85697.65 1.30 45936.53 2658.28 7511.15
## region
## 1 Albany
## 2 Albany
## 3 Albany
## 4 Albany
## 5 Albany
## 6 Albany
## 7 Albany
## 8 Albany
## 9 Albany
## 10 Albany
## 11 Albany
## 12 Albany
## 13 Albany
## 14 Albany
## 15 Albany
## 16 Albany
## 17 Albany
## 18 Albany
## 19 Albany
## 20 Albany
## 21 Albany
## 22 Albany
## 23 Albany
## 24 Albany
## 25 Albany
## 26 Albany
## 27 Albany
## 28 Albany
## 29 Albany
## 30 Albany
## 31 Albany
## 32 Albany
## 33 Albany
## 34 Albany
## 35 Albany
## 40 Albany
## 44 Albany
## 47 Albany
## 48 Albany
## 2809 Albany
## 2810 Albany
## 2811 Albany
## 2812 Albany
## 2813 Albany
## 2814 Albany
## 2815 Albany
## 2816 Albany
## 2817 Albany
## 2818 Albany
## 2819 Albany
## 2820 Albany
## 2821 Albany
## 2822 Albany
## 2823 Albany
## 2824 Albany
## 2825 Albany
## 2826 Albany
## 2827 Albany
## 2828 Albany
## 2829 Albany
## 2830 Albany
## 2831 Albany
## 2832 Albany
## 2833 Albany
## 2834 Albany
## 2835 Albany
## 2836 Albany
## 2837 Albany
## 2838 Albany
## 2839 Albany
## 2840 Albany
## 2841 Albany
## 2842 Albany
## 2843 Albany
## 2844 Albany
## 2845 Albany
## 2846 Albany
## 2847 Albany
## 2848 Albany
## 2849 Albany
## 2850 Albany
## 2851 Albany
## 2852 Albany
## 2853 Albany
## 2854 Albany
## 2855 Albany
## 2856 Albany
## 2857 Albany
## 2858 Albany
## 2859 Albany
## 2860 Albany
## 5617 Albany
## 5618 Albany
## 5619 Albany
## 5620 Albany
## 5621 Albany
## 5622 Albany
## 5623 Albany
## 5624 Albany
## 5625 Albany
## 5626 Albany
## 5627 Albany
## 5628 Albany
## 5629 Albany
## 5630 Albany
## 5631 Albany
## 5632 Albany
## 5633 Albany
## 5634 Albany
## 5635 Albany
## 5636 Albany
## 5637 Albany
## 5638 Albany
## 5639 Albany
## 5640 Albany
## 5641 Albany
## 5642 Albany
## 5643 Albany
## 5644 Albany
## 5645 Albany
## 5646 Albany
## 5647 Albany
## 5648 Albany
## 5649 Albany
## 5650 Albany
## 5651 Albany
## 5652 Albany
## 5653 Albany
## 5654 Albany
## 5655 Albany
## 5656 Albany
## 5657 Albany
## 5658 Albany
## 5659 Albany
## 5660 Albany
## 5661 Albany
## 5662 Albany
## 5663 Albany
## 5664 Albany
## 5665 Albany
## 5666 Albany
## 5667 Albany
## 5668 Albany
## 5669 Albany
## 8479 Albany
## 8480 Albany
## 8481 Albany
## 8482 Albany
## 8483 Albany
## 8484 Albany
## 8485 Albany
## 8486 Albany
## 8487 Albany
## 8488 Albany
## 8489 Albany
## 8490 Albany
## 209 Boston
## 210 Boston
## 211 Boston
## 212 Boston
## 213 Boston
## 214 Boston
## 215 Boston
## 216 Boston
## 217 Boston
## 218 Boston
## 219 Boston
## 220 Boston
## 221 Boston
## 222 Boston
## 223 Boston
## 224 Boston
## 225 Boston
## 226 Boston
## 227 Boston
## 228 Boston
## 229 Boston
## 230 Boston
## 231 Boston
## 232 Boston
## 233 Boston
## 234 Boston
## 235 Boston
## 236 Boston
## 237 Boston
## 238 Boston
## 239 Boston
## 240 Boston
## 241 Boston
## 242 Boston
## 243 Boston
## 244 Boston
## 245 Boston
## 246 Boston
## 247 Boston
## 248 Boston
## 249 Boston
## 250 Boston
## 251 Boston
## 252 Boston
## 253 Boston
## 254 Boston
## 255 Boston
## 256 Boston
## 257 Boston
## 258 Boston
## 259 Boston
## 260 Boston
## 3017 Boston
## 3018 Boston
## 3019 Boston
## 3020 Boston
## 3021 Boston
## 3022 Boston
## 3023 Boston
## 3024 Boston
## 3025 Boston
## 3026 Boston
## 3027 Boston
## 3028 Boston
## 3029 Boston
## 3030 Boston
## 3031 Boston
## 3032 Boston
## 3033 Boston
## 3034 Boston
## 3035 Boston
## 3036 Boston
## 3037 Boston
## 3038 Boston
## 3039 Boston
## 3040 Boston
## 3041 Boston
## 3042 Boston
## 3043 Boston
## 3044 Boston
## 3045 Boston
## 3046 Boston
## 3047 Boston
## 3048 Boston
## 3049 Boston
## 3050 Boston
## 3051 Boston
## 3052 Boston
## 3053 Boston
## 3054 Boston
## 3055 Boston
## 3056 Boston
## 3057 Boston
## 3058 Boston
## 3059 Boston
## 3060 Boston
## 3061 Boston
## 3062 Boston
## 3063 Boston
## 3064 Boston
## 3065 Boston
## 3066 Boston
## 3067 Boston
## 3068 Boston
## 5829 Boston
## 5830 Boston
## 5831 Boston
## 5832 Boston
## 5833 Boston
## 5834 Boston
## 5835 Boston
## 5836 Boston
## 5837 Boston
## 5838 Boston
## 5839 Boston
## 5840 Boston
## 5841 Boston
## 5842 Boston
## 5843 Boston
## 5844 Boston
## 5845 Boston
## 5846 Boston
## 5847 Boston
## 5848 Boston
## 5849 Boston
## 5850 Boston
## 5851 Boston
## 5852 Boston
## 5853 Boston
## 5854 Boston
## 5855 Boston
## 5856 Boston
## 5857 Boston
## 5858 Boston
## 5859 Boston
## 5860 Boston
## 5861 Boston
## 5862 Boston
## 5863 Boston
## 5864 Boston
## 5865 Boston
## 5866 Boston
## 5867 Boston
## 5868 Boston
## 5869 Boston
## 5870 Boston
## 5871 Boston
## 5872 Boston
## 5873 Boston
## 5874 Boston
## 5875 Boston
## 5876 Boston
## 5877 Boston
## 5878 Boston
## 5879 Boston
## 5880 Boston
## 5881 Boston
## 8527 Boston
## 8528 Boston
## 8529 Boston
## 8530 Boston
## 8531 Boston
## 8532 Boston
## 8533 Boston
## 8534 Boston
## 8535 Boston
## 8536 Boston
## 8537 Boston
## 8538 Boston
## 157 Boise
## 158 Boise
## 159 Boise
## 160 Boise
## 162 Boise
## 163 Boise
## 164 Boise
## 165 Boise
## 166 Boise
## 167 Boise
## 168 Boise
## 169 Boise
## 170 Boise
## 171 Boise
## 172 Boise
## 173 Boise
## 174 Boise
## 175 Boise
## 176 Boise
## 177 Boise
## 178 Boise
## 179 Boise
## 180 Boise
## 181 Boise
## 182 Boise
## 183 Boise
## 184 Boise
## 185 Boise
## 186 Boise
## 187 Boise
## 188 Boise
## 189 Boise
## 190 Boise
## 191 Boise
## 192 Boise
## 193 Boise
## 194 Boise
## 195 Boise
## 196 Boise
## 197 Boise
## 198 Boise
## 199 Boise
## 200 Boise
## 201 Boise
## 202 Boise
## 203 Boise
## 204 Boise
## 205 Boise
## 206 Boise
## 207 Boise
## 208 Boise
## 2965 Boise
## 2966 Boise
## 2967 Boise
## 2968 Boise
## 2969 Boise
## 2970 Boise
## 2971 Boise
## 2972 Boise
## 2973 Boise
## 2974 Boise
## 2975 Boise
## 2976 Boise
## 2977 Boise
## 2978 Boise
## 2979 Boise
## 2980 Boise
## 2981 Boise
## 2982 Boise
## 2983 Boise
## 2984 Boise
## 2985 Boise
## 2986 Boise
## 2987 Boise
## 2988 Boise
## 2989 Boise
## 2990 Boise
## 2991 Boise
## 2992 Boise
## 2993 Boise
## 2994 Boise
## 2995 Boise
## 2996 Boise
## 2997 Boise
## 2998 Boise
## 2999 Boise
## 3000 Boise
## 3001 Boise
## 3002 Boise
## 3003 Boise
## 3004 Boise
## 3005 Boise
## 3006 Boise
## 3007 Boise
## 3008 Boise
## 3009 Boise
## 3010 Boise
## 3011 Boise
## 3012 Boise
## 3013 Boise
## 3014 Boise
## 3015 Boise
## 3016 Boise
## 5776 Boise
## 5777 Boise
## 5778 Boise
## 5779 Boise
## 5780 Boise
## 5781 Boise
## 5782 Boise
## 5783 Boise
## 5784 Boise
## 5785 Boise
## 5786 Boise
## 5787 Boise
## 5788 Boise
## 5789 Boise
## 5790 Boise
## 5791 Boise
## 5792 Boise
## 5793 Boise
## 5794 Boise
## 5795 Boise
## 5796 Boise
## 5797 Boise
## 5798 Boise
## 5799 Boise
## 5800 Boise
## 5801 Boise
## 5802 Boise
## 5803 Boise
## 5804 Boise
## 5805 Boise
## 5806 Boise
## 5807 Boise
## 5808 Boise
## 5809 Boise
## 5810 Boise
## 5811 Boise
## 5812 Boise
## 5813 Boise
## 5814 Boise
## 5815 Boise
## 5816 Boise
## 5817 Boise
## 5818 Boise
## 5819 Boise
## 5820 Boise
## 5821 Boise
## 5822 Boise
## 5823 Boise
## 5824 Boise
## 5825 Boise
## 5826 Boise
## 5827 Boise
## 5828 Boise
## 8515 Boise
## 8516 Boise
## 8517 Boise
## 8518 Boise
## 8519 Boise
## 8520 Boise
## 8521 Boise
## 8522 Boise
## 8523 Boise
## 8524 Boise
## 8525 Boise
## 8526 Boise
ggplot(data=new.data)+
geom_line(aes(x=Date,
y=Total.Volume,
color=region
)
)+
labs(title="比較三地區的牛油果總產量與時間關係")
